• Mayur Chandra
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,

While connecting to following URL - https://test.salesforce.com/services/Soap/u/30.0 from Datastage using TLS 1.2 we are getting below error -

nested exception is: 
    org.xml.sax.SAXException: Invalid element in com.sforce.soap.partner.fault.UnexpectedErrorFault - upgradeURL

Using TLS 1.0 same url works fine.
We generated new WSDL and now tried connecting to - https://test.salesforce.com/services/Soap/u/39.0 and now its not even log in succesfully, getting below error -

Invalid username, password, security token; or user locked out.</ns1:exceptionMessage>
INVALID_LOGIN: Invalid username, password, security token; or user locked out.

I tried using the web browser and its working fine, not sure whats causing this.
A change they made in June to prevent TLS1.0 communication is causing an error with an add on app we are testing. We are trying to correct this in the API call. We made change the java program as per the instructions from Salesfroce.com but continue to get the same error. The api call works against the development org but gives error when pointed to sandbox environment.


INFO 1110 134339.484 Processor0 Calling GmlProcessorExternalData query ERROR 1110 134339.839 Processor0 DX Server:https.protocols is TLSv1.1,TLSv1.2 INFO 1110 134339.839 Processor0 DX Server:Logging into salesforce [ User ID : gloviasf@ii-vi.com.apr2013 Password Marlowsf5mRJosnVKDRHve2zU9ZjwBHD1Q] Client ID : Glovia ERROR 1110 134343.781 Processor0 DX Server:Salesforce Login Failure : Error passed from Salesforce.com = ; nested exception is: org.xml.sax.SAXException: Invalid element in com.sforce.soap.partner.fault.UnexpectedErrorFault - upgradeURL Credentials : [[ User ID : gloviasf@ii-vi.com.apr2013 Password Marlowsf5mRJosnVKDRHve2zU9ZjwBHD1Q]] ERROR 1110 134343.784 Processor0 com.glovia.common.util.DataSyncProvider$SyncException: Salesforce Login Failure : Error passed from Salesforce.com = ; nested exception is: org.xml.sax.SAXException: Invalid element in com.sforce.soap.partner.fault.UnexpectedErrorFault - upgradeURL Credentials : [[ User ID : gloviasf@ii-vi.com.apr2013 Password Marlowsf5mRJosnVKDRHve2zU9ZjwBHD1Q]] at com.glovia.sync.salesforce.SalesforceConnection.login(SalesforceConnection.java:192) at com.glovia.sync.salesforce.Session.setup(Session.java:83) at com.glovia.sync.salesforce.Session.query(Session.java:115) at com.glovia.sync.salesforce.SalesforceSync.query(SalesforceSync.java:73) at com.glovia.eaccess.gml.GmlProcessorExternalData.process(GmlProcessorExternalData.java:166) at com.glovia.eaccess.gml.GmlArray.process(GmlArray.java:44) at com.glovia.eaccess.gml.GmlProcessorEntity.processChildrenEx(GmlProcessorEntity.java:178) at com.glovia.eaccess.gml.GmlProcessorTop.process(GmlProcessorTop.java:22) at com.glovia.eaccess.gml.GmlEngine.process(GmlEngine.java:302) at com.glovia.eaccess.gml.GmlEngine.parseAndProcessURL(GmlEngine.java:246) at com.glovia.eaccess.gml.GmlEngine.processAlternateUrl(GmlEngine.java:144) at com.glovia.eaccess.gml.GmlProcessorInclude.process(GmlProcessorInclude.java:79) at com.glovia.eaccess.gml.GmlArray.process(GmlArray.java:44) at com.glovia.eaccess.gml.GmlProcessorEntity.processChildrenEx(GmlProcessorEntity.java:178) at com.glovia.eaccess.gml.GmlProcessorTop.process(GmlProcessorTop.java:22) at com.glovia.eaccess.gml.GmlEngine.process(GmlEngine.java:302) at com.glovia.eaccess.gml.GmlEngine.parseAndProcessURL(GmlEngine.java:246) at com.glovia.eaccess.gml.GmlEngine.processLicensing(GmlEngine.java:320) at com.glovia.eaccess.gml.GmlEngine.process(GmlEngine.java:114) at com.glovia.eaccess.dxserver.DXRequestImpl.processGML(DXRequestImpl.java:375) at com.glovia.eaccess.dxserver.DXRequestImpl.process(DXRequestImpl.java:337) at com.glovia.eaccess.dxserver.DXRequestImpl.run(DXRequestImpl.java:226) at com.glovia.eaccess.dxserver.DXRequestThread.run(DXRequestThread.java:34) INFO 1110 134343.788 Processor0 Error: Salesforce Login Failure : Error passed from Salesforce.com = ; nested exception is: org.xml.sax.SAXException: Invalid element in com.sforce.soap.partner.fault.UnexpectedErrorFault - upgradeURL Credentials : [[ User ID : gloviasf@ii-vi.com.apr2013 Password Marlowsf5mRJosnVKDRHve2zU9ZjwBHD1Q]]
  • November 15, 2016
  • Like
  • 0