Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

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

Avatar

Level 2

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.

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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.

 

View solution in original post

9 Replies

Avatar

Community Advisor

Hi,

 

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

 

Thanks,

-Jon

Avatar

Level 2
Yes. The same user is being used in other environment and is working fine.

Avatar

Community Advisor
AFAIK sfdcTableList is after authentication so wouldn't be a connectivity issue. Both Campaign environments are sharing the same sfdc user and environment?

Avatar

Level 2
Yes, in the logs I can see authentication is successful. Then the above said error is printed. Yes both the environments are sharing same user and sfdc environment.

Avatar

Level 2
Hi Jon, Any further advise on troubleshooting this issue?

Avatar

Community Advisor
It could be something corrupted with the local sfdc schema library. Try creating a new external account with a different name?

Avatar

Level 2
Created a new external account and tested for connectivity. No change in the error. Started web server in debug mode and can see soap call for login succeeded. Session Id is obtained from salesforce. Error is thrown while fetching the list of tables from SFDC.

Avatar

Correct answer by
Level 2

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.