Notifications
Clear all
Apr 07, 2022 8:03 am
Sometimes I get error messages like this
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'CREATE_MAILBOX' task on 'test test' EXCHANGE
or
System.Web.Services.Protocols.SoapException: Server was unable to process request.
---> System.Exception: Error executing 'CREATE_DISTR_LIST' task on 'yyyyyyyy' EXCHANGE
Can I see the powershell command with the parameters that SolidCP ran? Any log file?
2 Replies
Apr 07, 2022 8:16 am
I found a strings in the code
ExchangeLog.LogStart("CreateOrganizationInternal"); ExchangeLog.DebugInfo(" Organization Id: {0}", organizationId);
what it the path to ExchangeLog?
Apr 07, 2022 1:52 pm
I found in web.config how to increase log detalization. Thanks.