简体   繁体   English

在Azure vm中托管的Dynamics CRM 2013(或2011),组织svc url与服务返回的外部vs

[英]dynamics crm 2013(or 2011) hosted in azure vm, org svc url is different outside vs returned by service

I am unable to connect to CRM Server using the SDK(VS2012 crashes when one of the Org is selected from drop down, similar to below person ). 我无法使用SDK连接到CRM服务器(当从下拉列表中选择组织之一时,VS2012崩溃,类似于下面的人)。 VS 2012 CRM Explorer can't connect to Dynamics CRM 2013 . VS 2012 CRM资源管理器无法连接到Dynamics CRM 2013 But I was able to connect using the XRMToolbox code since I was able to step through and solve bad url problems encountered during connection. 但是我能够使用XRMToolbox代码进行连接,因为我能够逐步解决连接期间遇到的不良网址问题。

My CRM server is hosted inside Azure VM. 我的CRM服务器托管在Azure VM中。 Its internet facing url is pkcmr2.cloudapp.net:5555 , but its internal url is simply "pkcmr2:5555". 其面向Internet的网址为pkcmr2.cloudapp.net:5555,但其内部网址仅为“ pkcmr2:5555”。

I think this may be causing problem(as I inferred while working through connecting to this CRM server using Microsoft.XRM library). 我认为这可能会引起问题(正如我在使用Microsoft.XRM库连接到此CRM服务器时所做的推断)。

One of the solutions I can think of is, if I can make internal url to be same as external, how do I do it, any direction is appreciated? 我能想到的解决方案之一是,如果我可以使内部url与外部url相同,该怎么做,可以理解任何方向吗?

Internet facing App Url: http://pkcrm2.cloudapp.net:5555/org1/main.aspx 面向Internet的应用程序网址: http : //pkcrm2.cloudapp.net : 5555/ org1/ main.aspx

Discovery Service http://pkcrm2:5555/XRMServices/2011/Discovery.svc 发现服务http:// pkcrm2:5555 / XRMServices / 2011 / Discovery.svc

Organization Service http://pkcrm2:5555/org1/XRMServices/2011/Organization.svc 组织服务http:// pkcrm2:5555 / org1 / XRMServices / 2011 / Organization.svc

Organization Data Service http://pkcrm2:5555/org1/XRMServices/2011/OrganizationData.svc/ 组织数据服务http:// pkcrm2:5555 / org1 / XRMServices / 2011 / OrganizationData.svc /

当前不支持Azure上托管的Dynamics CRM OnPremise配置

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM