내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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.

 

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

 

원본 게시물의 솔루션 보기

9 답변 개

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,

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

정확한 답변 작성자:
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.