Web Scheduling (Connection Error - Notification Engine channel is not responding to client requests)

Hi,

I am having issue with sedApta Web Scheduling's Web Scheduling website.

On login, I receive this error with a notification like so:

How to resolve this?

Few information from my side

Web Scheduling is in a separate server than Sage X3.

Both servers are using HTTPS. HTTPS setup for sedApta and Sage X3 has been done.

Web Scheduling requires to use a custom port 8123 as part of an internal requirement so all the services will be using port 8123 unless it has its own port number like 12006 for Scheduler.

Firewall on Web Scheduling server has open port 8123 for any inbound connection.

SQL Server instance port is using port 1433.

Analytics is working fine and can do a Total Import with no issues so I believe the Sage X3's connected application is working fine.

Using:

- Web Scheduling 11.9.9.0

- Sage X3 v12p30.

As an addition, when I restart the service

  • 0

    Good day, Best if to look for a more detailed error in the ProgramData\sedapta folder where the services are running. The log you want to look for is in the ProgramData\sedApta\logs\Scheduler_Web\Scheduler_Web_SelfHost. The notification server is the 12006 service running on IIS as ACMWS, make sure it is running and possible recycle all of the default sites on IIS. 

  • 0

    Hello,

        The error means that the scheduling service is not running or can't be found by the user interface. Since the service is failing to start you need to understand why it can't start. Do you have any entries in the windows event viewers? What is the message there?

  • 0 in reply to Regard Hulsbos

    Did a server restart and then a manual stop-start on all the services, website, application pool, and SQL Server instance for WEBSCHEDULING for good measure just in case.

    From: C:\ProgramData\sedApta\logs\scheduler_web\scheduler_web_selfhost

    The old folders are mostly about errors of not setting up the Named Pipe for the SQL Server instance for WEBSCHEDULING. I turned it on and it stopped.

    From IIS:

    For good measure, here are the settings I set. I believe it might be wrong but I am not sure which one to change:

    NICIM > S_SYS_PAR_SIMPLE

    ACN Manager

    AryosaWeb

    Scheduler_Web's Web.config

    XMLF_Resources

  • 0 in reply to chunheng

    You seem to be using two seperate addresses in the system for the same server:

    I would unify these values to the correct option of the two in the files you've shown. If that doesn't allow the service to start then please also attach a screenshot of the windows event viewer for when the scheduling service fails to start.

  • 0 in reply to Dylan Connor

    I genuinely have no idea which of the two is the correct option here.

    Unified all to use a single port 8123 (replaced the 12006 to 8123) and to the website name.

    2022-06-22 16:49:31.8801|ERROR||SelfhostStatesLogger|"WIN-67HF2D2B6KU":"Cannot connect to database: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)"
    2022-06-22 16:49:32.2238|FATAL||SelfhostStatesLogger|"WIN-67HF2D2B6KU":"Unhandled exception" System.NullReferenceException: Object reference not set to an instance of an object.
    at SedApta.PP.Nicim.Server.Service.Service.OnStart(String[] args)

    Event Viewer:

  • 0 in reply to chunheng

    Sorry, I should've been more specific. The port will remain unchanged but the rest of the URL should point to the Factory Scheduling applicaiton server. Please try it again with the original port.

    Looking at that log message you might also have an incorrect database configuration. If you open the NDBAdmin executable on the server, can you right click the database name on the right and connect without error? If the name of the database becomes bold then it has connected successfully.

  • 0 in reply to Dylan Connor

    Sorry, I am getting a bit confused right now with the new term popping up.

    Right now, all the IIS websites are using idealconsult address and with port 8123.

    I assume Factory Scheduling to be Web Scheduling?

    Does that mean on these two files, I set them like so?

    Do I need to change anything on S_SYS_PAR_SIMPLE?

    NDBAdmin login to Databases all bolded and no issue.

  • 0 in reply to chunheng

    More information.

    From: C:\ProgramData\sedApta\logs\acm\acm_win_service

    2022-06-23 19:47:28.6694|INFO||AcmService|"WIN-67HF2D2B6KU":"AcmService\OnStart - Starting ACM Win Service..."
    2022-06-23 19:47:29.2231|INFO||AcmService|"WIN-67HF2D2B6KU":"AcmService\OnStart - Token cleaning procedure and Users synch procedure have been started."
    2022-06-23 19:47:29.4887|INFO||AcmService|"WIN-67HF2D2B6KU":"AcmService\OnStart - Activating Users synch procedure..."
    2022-06-23 19:47:29.5512|INFO||AcmService|"WIN-67HF2D2B6KU":"AcmService\OnStart - Activating Tokens cleaning procedure..."
    2022-06-23 19:47:44.3173|INFO||AcmService|"WIN-67HF2D2B6KU":"AcnClient - ACN Web Service found"
    2022-06-23 19:47:44.6768|INFO||AcmService|"WIN-67HF2D2B6KU":"ExternalSourcesImporter - Starting syncronization with source Sedapta Domain of provider ActiveDirectoryLoginProvider."
    2022-06-23 19:48:07.7572|ERROR||AcmService|"WIN-67HF2D2B6KU":"ExternalSourcesImporter\ImportFromExternalSources - The server could not be contacted." System.DirectoryServices.AccountManagement.PrincipalServerDownException: The server could not be contacted. ---> System.DirectoryServices.Protocols.LdapException: The LDAP server is unavailable.
    at System.DirectoryServices.Protocols.LdapConnection.Connect()
    at System.DirectoryServices.Protocols.LdapConnection.SendRequestHelper(DirectoryRequest request, Int32& messageID)
    at System.DirectoryServices.Protocols.LdapConnection.SendRequest(DirectoryRequest request, TimeSpan requestTimeout)
    at System.DirectoryServices.Protocols.LdapConnection.SendRequest(DirectoryRequest request)
    at System.DirectoryServices.AccountManagement.PrincipalContext.ReadServerConfig(String serverName, ServerProperties& properties)
    --- End of inner exception stack trace ---
    at System.DirectoryServices.AccountManagement.PrincipalContext.ReadServerConfig(String serverName, ServerProperties& properties)
    at System.DirectoryServices.AccountManagement.PrincipalContext.DoServerVerifyAndPropRetrieval()
    at System.DirectoryServices.AccountManagement.PrincipalContext..ctor(ContextType contextType, String name, String container, ContextOptions options, String userName, String password)
    at System.DirectoryServices.AccountManagement.PrincipalContext..ctor(ContextType contextType, String name, String userName, String password)
    at SedApta.Acm.ADProvider.ActiveDirectoryLoginProvider.GetUsers(String sourceName, String guid)
    at SedApta.Acm.ExternalSourcesImporter.ImportFromExternalSources()

    From: C:\ProgramData\sedApta\logs\acm\acm_web_manager

    2022-06-23 19:36:00.4439|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 19:36:00.4844|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 19:36:00.4844|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 19:36:44.7920|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\SetAllUserFilterContextParameters - Set all users filter context parameters."
    2022-06-23 19:53:22.2464|INFO||ACM|"WIN-67HF2D2B6KU":"Program\Main - Starting host..."
    2022-06-23 19:53:39.4642|INFO||ACM|"WIN-67HF2D2B6KU":"StartupSchemaMigration\Migrate - currentDbVersion: 130"
    2022-06-23 19:53:39.4642|DEBUG||ACM|"WIN-67HF2D2B6KU":"StartupSchemaMigration\Migrate - ACN installation has been detected: the upgrade of the database will not start."
    2022-06-23 19:53:39.4929|INFO||ACM|"WIN-67HF2D2B6KU":"StartupSchemaMigration\Migrate - The migration of the database is started."
    2022-06-23 19:53:39.4929|INFO||ACM|"WIN-67HF2D2B6KU":"StartupSchemaMigration\Migrate - Current DB Version: 130."
    2022-06-23 19:53:39.4929|INFO||ACM|"WIN-67HF2D2B6KU":"StartupSchemaMigration\Migrate - Current DB MigrationVersion: 27."
    2022-06-23 19:53:39.4929|INFO||ACM|"WIN-67HF2D2B6KU":"StartupSchemaMigration\Migrate - The migration of the database has been successfully completed."
    2022-06-23 19:53:39.9054|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetAllClients - Retrieving all clients."
    2022-06-23 19:53:40.1609|INFO||ACM|"WIN-67HF2D2B6KU":"Startup\ConfigureServices - The following certificate has been set for signing tokens: subject 'CN=idealconsult.fortiddns.com', thumbprint 'AF195D224E0DC5F9B433BCD08DE6F22ED721D4C8'."
    2022-06-23 19:53:41.7157|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetAllUserFilterContextParameters - Retrieve all users filter context parameters."
    2022-06-23 19:56:10.2298|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetUserContexts - Retrieving contexts for user 'NA012'."
    2022-06-23 19:56:12.3961|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\AuthenticateUser - Start authenticating user 'NA012'."
    2022-06-23 19:56:12.5041|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 19:56:12.5041|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\AuthenticateUser"
    2022-06-23 19:56:12.5041|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 19:56:12.5041|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 19:56:12.6418|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 19:56:12.6452|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 19:56:12.6452|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 19:56:13.9520|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 19:56:13.9520|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 19:56:13.9520|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 19:56:16.4694|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 19:56:16.4750|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 19:56:16.4750|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 19:56:26.0574|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 19:56:26.0574|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 19:56:26.0691|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 19:56:26.1008|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:26.1226|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:26.1396|INFO||ACM|"WIN-67HF2D2B6KU":"AcnClient - ACN Web Service found"
    2022-06-23 19:56:33.4526|ERROR||ACM|"WIN-67HF2D2B6KU":"(AcnClient\LicenseModuleExists - ACN Web Service call failed with code '1': Module FE_REALTIME_WEB is not assigned to the user NA012."
    2022-06-23 19:56:33.5023|ERROR||ACM|"WIN-67HF2D2B6KU":"(AcnClient\LicenseModuleExists - ACN Web Service call failed with code '1': Module MONITOR_WEB is not assigned to the user NA012."
    2022-06-23 19:56:33.5047|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5047|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5047|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5047|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5047|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5242|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5242|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5242|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5242|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5242|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5242|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5433|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5433|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5433|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5540|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5540|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:56:33.5540|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 19:58:29.8005|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 19:58:29.8005|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 19:58:29.8062|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 20:00:32.3340|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 20:00:32.3340|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 20:00:32.3340|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 20:01:49.4551|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 20:01:49.4605|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 20:01:49.4605|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 20:01:49.5097|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\DeleteUserTokens - Delete tokens for user 'NA012' and client 'scheduler'."
    2022-06-23 20:01:49.5097|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\DeleteUserTokens - Tokens for user 'NA012' and client 'scheduler'."
    2022-06-23 20:01:52.7454|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetUserContexts - Retrieving contexts for user 'NA012'."
    2022-06-23 20:01:55.6778|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\AuthenticateUser - Start authenticating user 'NA012'."
    2022-06-23 20:01:55.7431|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 20:01:55.7431|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\AuthenticateUser"
    2022-06-23 20:01:55.7431|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 20:01:55.7585|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 20:01:55.8156|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 20:01:55.8189|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 20:01:55.8189|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 20:01:56.1719|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 20:01:56.1719|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 20:01:56.1767|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 20:01:56.2742|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 20:01:56.2742|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 20:01:56.2742|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 20:01:58.0094|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\GetRolesForUser2 - Get all roles for user 'NA012'."
    2022-06-23 20:01:58.0317|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\FindUser - Find information for user 'NA012'."
    2022-06-23 20:01:58.0372|INFO||ACM|"WIN-67HF2D2B6KU":"ACM\createUserDataFromDbUser - Data for user NA012 correctly created"
    2022-06-23 20:01:58.0522|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.0522|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.1989|ERROR||ACM|"WIN-67HF2D2B6KU":"(AcnClient\LicenseModuleExists - ACN Web Service call failed with code '1': Module FE_REALTIME_WEB is not assigned to the user NA012."
    2022-06-23 20:01:58.2163|ERROR||ACM|"WIN-67HF2D2B6KU":"(AcnClient\LicenseModuleExists - ACN Web Service call failed with code '1': Module MONITOR_WEB is not assigned to the user NA012."
    2022-06-23 20:01:58.2163|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2163|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2163|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2163|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2314|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2314|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2314|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2314|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2314|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2450|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2450|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2450|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2450|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2820|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2855|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2855|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."
    2022-06-23 20:01:58.2855|INFO||ACM|"WIN-67HF2D2B6KU":"(ACM\GetRolesHierarchyForUser - Retrieving role hierarchy of user 'NA012'."

  • 0 in reply to chunheng

    Even more information:

  • 0 in reply to chunheng

    ...do I need to create a self-signed certificate for web scheduler service port 12006?