• iisreset failed to restart

    I attempted to do an iisreset and it stopped but would not restart. this has caused problems with everyone trying to access crm.
  • Problem with login via web-service

    Hi, I'd like to login to a web service using this PHP code: $options = array('trace' => 1); $client = new SoapClient(" http://SERVER IP/CRM/eware.dll/webservice/webservice.wsdl", $options); $login_details = array('username' => 'username','password…
  • Migration from 7.3 SP3 to 2021 R1 - Login taking a long time

    Hello, I'm trying to migrate a Client from 7.3 sp3 to 2021 R1 I've done the upgrade of 7.3 sp3 to 2018 R1 as the upgrade plan suggested. Once this upgrade completed, I've got an error about the CRM url rewriter not working properly but everything…
  • Login ActiveXObject

    Is it still possible to use this code to login to Sage CRM? var username = "Admin"; var password = ""; var CRM = new ActiveXObject("eWare.CRM"); CRM.FastLogon = 3; //this prevents the meta data from loading. CRM.Logon(username,password); When I use…
  • How to prevent logging user activity for one specific user

    Hi Everyone, Sorry that question sounds a little awkward. I have a client who would like to use the "User Logon Activity" report to verify which users are using the system, and which aren't. However, they're using Business Process Automation software…
  • SSO using .NET

    Hello all, Im looking for some information on how one could implement SSO. Is there a way by using .NET I could write some custom login logic that would allow a user to login if they are already authenticated via a custom Authentication server. Thanks…
  • System Administrator "Admin" login modification

    Hi, I would like to know if changing the "Admin" login to something else would have a negative impact on some functionnality of the CRM (v 7.1). As we use IIS Autologon, we would like to use a different login ("root" in our situation) or the Sage…
  • About Windows authentication, Integrated NT security for database & tomcat services

    Hi, My first post on this forum but I read it almost everyday. Nice to meet you ! :) ---------------------------------------------------------------------------------------- I'm having trouble trying to set up Sage CRM 7.1 (actually i7.5 french…