문제

Dynamics CRM 2011 온라인에서 외부 웹 서비스에 연결 미국 인스턴스에서는 싱가포르의 인스턴스에서 똑같은 코드가 작동하지 않습니다 (내 고객과 회사가있는 호주의 데이터 센터에있는 데이터 센터) :

BasicHttpBinding binding = new BasicHttpBinding();
EndpointAddress address = new EndpointAddress("http://my.domain.com/webservice");
DataService1 client = new DataService1(binding, address);
client.RunMethod();
.

US가 아닌 인스턴스 에서이 코드는 다음 오류를 반환합니다.

System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault,
Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]:
System.Security.SecurityException: Microsoft Dynamics CRM has experienced an error.
Reference number for administrators or support: #2BEE9520
.

CRM2011 온라인의 미국이 아닌 인스턴스와 비슷한 일을 할 수 있었습니까?

도움이 되었습니까?

해결책 2

이 문제는이 포럼에서 참조 된대로 2 개월 전에 수정되었습니다. http://social.microsoft.com/forums/en-us/crmdevelopment/thread/41C0E19B-ADA9-42CE-8CA9-DD83538A356E/

이제 이제 이것을 성공적으로 테스트하고 사실로 발견했습니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top