locked
unable to access http://localhost/MSCRMServices/2007/CrmService.asmx url from ms crm 2011 RRS feed

  • Question

  • Hi ,

    If any one faced this kind of problem please help me.

    We have MS CRM 2011 onpremise version. From here I'm trying to access http://localhost/MSCRMServices/2007/CrmService.asmx URL I'm getting page not found (404) exception.

    We are using this servvice url in one of our custom application which was developed earlier in CRM4.0.

    Can you please help us in this. How to make this works.

    Thanks in advance.

    Best Regards,

    Prasanth Kancharla.


    prasanth : MS CRM Developer.

    Wednesday, June 5, 2013 7:00 AM

Answers

  • Hi All, This issue was resolved, the problem came because, in the same server another organization related database was deleted, only organization available in deployment manager. Because of this reason we faced this issue. Once we deleted that organization from deployment manager out issue got resolved.

    prasanth : MS CRM Developer.

    Friday, July 19, 2013 12:48 PM

All replies

  • Hiya,

    if you replace localhost with your servername, what do you get?

    Example:
    http://CRMSRV01/MSCRMServices/2007/CrmService.asmx

    • Proposed as answer by VidhiyaM Wednesday, June 5, 2013 7:22 AM
    Wednesday, June 5, 2013 7:11 AM
  • Hi,

    Try by replacing localhost with your server name!


    VidhiyaM

    • Proposed as answer by VidhiyaM Wednesday, June 5, 2013 7:22 AM
    Wednesday, June 5, 2013 7:22 AM
  • Hi Vidhya,

    Thanks for your quick response.

    Even If I given the server name instead of localhost then also I'm getinng same problem.


    prasanth : MS CRM Developer.

    Wednesday, June 5, 2013 7:40 AM
  • Thanks for your response.

    I tried with server name then also no luck.


    prasanth : MS CRM Developer.

    Wednesday, June 5, 2013 7:41 AM
  • Hi,

    Have you tried in your server? did u got the same error?


    VidhiyaM

    Wednesday, June 5, 2013 7:48 AM
  • Yes Vidhya I have tried in the server thean also I'm getting same error.

    prasanth : MS CRM Developer.

    Wednesday, June 5, 2013 8:58 AM
  • Using the IIS, can you navigate to that location and find the physical file?
    • Proposed as answer by prakashmsdyn Thursday, June 6, 2013 1:04 PM
    Thursday, June 6, 2013 12:13 PM
  • Yes Jasper, I can able to Navigate. There I can able to find crmservice.asmx file.

    prasanth : MS CRM Developer.

    Friday, June 7, 2013 9:41 AM
  • Hiya, 

    For that site, do you have a handler mapping for the .asmx enabled?

    Open IIS Manager -> Click site and choose Handler Mappings on the right side -> verify that .asmx is present and Status is enabled.


    Wednesday, June 12, 2013 6:54 AM
  • Hi Jasper,

    Thanks for your response.

    We verified the Handler Mappings  for .asmx and it is present and enabled.

    We observed that the 2007 serivce is accessing with other than serivce account. The problem is with service account only

    Do you have any idea why it is behaving like this.


    prasanth : MS CRM Developer.

    Wednesday, June 12, 2013 1:59 PM
  • Hiya, 

    I'm not even sure I understand your problem anymore.

    When you try to access your service page, your getting a page cannot be found. I don't see why this relates to the service account? - Unless its the application pool that the service runs within.

    Wednesday, June 12, 2013 2:47 PM
  • Hi Jasper.

    Yes the CRM App pool is running with Service account identity. Even if we change the Identity to some other AD user which is not a user of CRM application. Then also facing the same issue.


    prasanth : MS CRM Developer.

    Thursday, June 13, 2013 2:29 PM
  • Hi I would suggest just verifying the endpoint going to Settings| Customizations|Developer Resources. These are the endpoints most custom solutions using he SDK should use.


    Paul Developer of Summary Plus for Dynamics CRM. http://www.clew-consulting.com/summaryplus

    Thursday, June 20, 2013 9:34 AM
  • Hi All, This issue was resolved, the problem came because, in the same server another organization related database was deleted, only organization available in deployment manager. Because of this reason we faced this issue. Once we deleted that organization from deployment manager out issue got resolved.

    prasanth : MS CRM Developer.

    Friday, July 19, 2013 12:48 PM
  • Thanks for returning with an answer to your issue! :)
    Friday, July 19, 2013 1:09 PM
  • We also saw this issue. Some users were able to use CRM and all our added applications but others could not get CRM to come up all the way. It turned out that the default organization for the users who had issues had to be removed from the server via deployment manager. They had tested using the organization that was no longer primary. We had to delete that org to get CRM to work fully for them.

    Wednesday, October 23, 2013 7:45 PM