1

I am trying to connect to CRM 2011 on-premise from windows azure worker role. I was able to connect it to CRM2011 online and it works fine. But when I tried to connect it on-premise from azure worker role then, I am getting error message as "Metadata contains a reference that cannot be resolved": 'http://myorganization/targetdata/XRMServices/2011/Organization.svc?wsdl'

Any ideas?? I would really appreciate if you can provide any thoughts on this. I have been searching on this for past one week.. Please Help...

rubyist
  • 3,074
  • 8
  • 37
  • 69

3 Answers3

0

I would start with checking out your IFD configuration and making sure that everything resolves appropriately there.

Paul Way
  • 1,966
  • 1
  • 13
  • 10
0

Did you setup your Public Certificate and give the Async service Read access?

There is an MSDN Walkthrough that describes the process.

Chris Snyder
  • 958
  • 4
  • 10
  • Hi.. I see a certificate has been added in Personal as well as Trusted Root Certificates.. But I am not sure whether it has already been given read access. How do I confirm it?? Please help. I dont have much idea regarding this subject as I am really new to this:) – rubyist Jul 17 '12 at 10:10
  • Adding to Trusted Root sounds like this certificate is not a "valid" Public cert from an Issuing Authority (step 1 in the walkthrough). I have not done the process myself, so I think your best bet is to go step-by-step through the walkthrough. – Chris Snyder Jul 17 '12 at 15:02
  • Its for on-premise and for that I have created self signed certificate and added to it. I followed the walkthrough which you have sent.. – rubyist Jul 17 '12 at 17:06
  • I don't think a self signed cert will work with Azure because the Azure cloud needs to "trust" your IFD. Take a look at all of the Azure Walkthroughs in that section of the MSDN. [This other walkthrough](http://msdn.microsoft.com/en-us/library/gg328524) is a two-way Plugin – Chris Snyder Jul 17 '12 at 17:18
  • From where will I get the certificate?? – rubyist Jul 18 '12 at 12:18
0

Have you tried to enter the username as administrator@domain.com instead of domain.com\administrator?

Flavius
  • 111
  • 1
  • 12