Anda di halaman 1dari 1

4/29/2019 Document Display

PowerView is Off Rajesh (Available) (0) Contact Us Help

Dashboard Knowledge Service Requests Patches & Updates Community

Document Display Give Feedback...

Search: Doc ID 2296330.1 E-BI/IB/GL/ExcelToCI: Excel Journal Import Fails When TLS 1.1 or 1.2 Is Used
p g
E-PIA: Drop Zon
Back to Results To use the XMLHTTP60 object, do the following: PeopleSoft 8.57
Show More
1. Open the Journal Upload spreadsheet being used.
E-BI/IB/GL/ExcelToCI: ExcelToCI Upload or Excel Journal
Import Fails When TLS 1.1 or 1.2 Is Used (2296330.1)
2. Press Alt-F11 to open the Visual Basic (VB) editor.
E-ExceltoCI/BI/IB: Getting "download of the specific resource
has failed" When Using SSL (2174092.1)
3. In the Project Explorer click on the (+) sign next to the modules folder
E-BI: Problems Using Load Balancer URL When Uploading under Jrnlmcro.xlam (or Jrnlmcro.xla if it's referenced) to open the folder,
Journals, Vouchers, or Getting the XMLLink Service Listing
and double click on the "mImportControl" entry to open the macro code.
(662674.1)
E-ExcelToCI: How to Turn off Correction Mode in ExcelToCI 4. Press Cntl-F, and search for "Function sendXML" without the double
(2444699.1)
quotes.
E-ExcelCI: Error occurred in routine
sendsoaprequest_getcishape (640699.1) 5. Comment out and uncomment the following:
Back to Results
a) Comment out the declaration line (Dim) of code below by prefixing it with
a single quote as shown below.

'Dim xHTTP As MSXML2.ServerXMLHTTP60

And uncomment the following line as shown below. Also, add the "60" suffix
so the entry changes from XMLHTTP to XMLHTTP60.

Dim xHTTP As XMLHTTP60

b) Comment out the xHTTP object creation line of code below by prefixing it
with a single quote as shown below.

'Set xHTTP = CreateObject("MSXML2.ServerXMLHTTP.6.0")

And uncomment the following line as shown below. Also, add the "60" suffix
so the entry changes from XMLHTTP to XMLHTTP60.

Set xHTTP = New XMLHTTP60

c) Farther down in the same function comment out the following two lines of
code.
These must be commented out because they are not available using the
XMLHTTP object.

They are found in the sendXML function.

'xHTTP.setTimeouts 0, 0, 0, 0
...
'xHTTP.setOption 2, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS

After making the above changes, the code should look similar to what is
shown below.
Note: Pay attention to the entries mentioned above. as to which ones are
commented
out, or uncommented.

Private Function sendXML(strXML, strResponse, strURL,


LineSheet, UsrID, Pwd As String) As Long
Const SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS = 13056
Dim xDoc As MSXML2.DOMDocument60
Dim xHTTP As XMLHTTP60
'Const WinHttpRequestOption_EnableHttp1_1 = 17
'Dim xHTTP As MSXML2.ServerXMLHTTP60
'Dim xError xImported xUpdated As MSXML IXMLDOMElement

Copyright (c) 2019, Oracle. All rights reserved. Legal Notices and Terms of Use Privacy Statement

https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=rhh6trl00_4&_afrLoop=200449211914403 1/1

Anda mungkin juga menyukai