
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Error: The type initializer for 'Attunity.Services.AttEnvironment.EnvironmentService' threw an exception.
Hi Team,
I have encountered the following error while trying to install Qlik replicate on the second node of the cluster on the windows server.
Brief on the Setup:
I am trying to setup a failover cluster on windows server 2019 with two nodes. I was able install on the first node but when tried to install on the second encountered the below error .
Below is the log from RepuiCtl
[START: 2023-05-11 03:02:45 Qlik Replicate Version: 2022.11.0.394]
1 2023-05-11 03:02:45 [Command ] [INFO ] Executing ServiceRunCommand command.
4 2023-05-11 03:02:46 [Host ] [INFO ] Setting up web host
4 2023-05-11 03:02:46 [Host ] [ERROR] The type initializer for 'Attunity.Services.AttEnvironment.EnvironmentService' threw an exception.
4 2023-05-11 03:02:46 [Host ] [ERROR] SYS-E-NOVALMUKS, No valid master user key found
4 2023-05-11 03:02:46 [Host ] [INFO ] Stopping service on error...
5 2023-05-11 03:02:47 [Host ] [INFO ] Stopped web host
1 2023-05-11 03:02:47 [Command ] [INFO ] Replicate Control Program completed successfully.
[END: 2023-05-11 03:02:47]
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Issue got resolved with the following command as missed to set the masteruserkey on the second instance
RepUiCtl -d "E:\Replicate\data" masterukey set -p **********

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Issue got resolved with the following command as missed to set the masteruserkey on the second instance
RepUiCtl -d "E:\Replicate\data" masterukey set -p **********
