Salesforce table listing - SOP 330011 - Error while executing the method 'sfdcTableList' of service nms:extAccount | Community
Skip to main content
Level 2
January 9, 2020
Solved

Salesforce table listing - SOP 330011 - Error while executing the method 'sfdcTableList' of service nms:extAccount

  • January 9, 2020
  • 2 replies
  • 7511 views

When clicked on "Salesforce CRM Configuration wizard", we see below error in logs:

<faultString xsi:type='xsd:string'> SOP 330011 - Error while executing the method 'sfdcTableList' of service 'nms:extAccount' </faultString><detail xsi:type='xsiLstring'> -60 </detail>.

 

Did anyone come across this error in the past? Any suggestions for further debug are most welcome. Thanks.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ravi4

Hi all,

 

The issue was found to be with SFDC connection URL. sfdcConnector.js uses URL returned in serverURL property of response to first SOAP call made for login. When verified there was connectivity issue for the host name in serverURL. After working with network team, issue got resolved. Thanks.

 

2 replies

Jonathon_wodnicki
Community Advisor
Community Advisor
January 9, 2020

Hi,

 

Does the extAccount's sfdc user have permission to list and read tables?

 

Thanks,

-Jon

Ravi4Author
Level 2
January 9, 2020
Yes. The same user is being used in other environment and is working fine.
Ravi4AuthorAccepted solution
Level 2
April 1, 2020

Hi all,

 

The issue was found to be with SFDC connection URL. sfdcConnector.js uses URL returned in serverURL property of response to first SOAP call made for login. When verified there was connectivity issue for the host name in serverURL. After working with network team, issue got resolved. Thanks.