Error in Orchestrator Web console and Web Service after moving Database

I encountered these errors with Orchestrator Web console and Web Service

Web console Errors:
1) Error executing the current operation [Arg_SecurityException]
[httpWebRequest_WebException_RemoteServer]
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem


2) Error executing the current operation.





Web Service Error:
Orchestrator server encountered an error processing the request. The exception message is 'Keyword not supported: 'server'.'. See server logs for more details


This happened after moving the database server. However, I have used the same process to fix issues with Web Console after a new installation.

I updated the Data Store Configuration and the connection string in IIS Manager. This was recommended by this post:

I also ran the following commands 
 C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pdf "connectionStrings"  "C:\Program Files (x86)\Microsoft System Center 2012\Orchestrator\Web Service\Orchestrator2012" " must be executed
Connection in this IIS-Directory must be changed:
" C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pef "connectionStrings" "C:\Program Files (x86)\Microsoft System Center 2012\Orchestrator\Web ServiceOrchestrator2012"

However, it did not fix the issue :(


The Solution :)


Finally, I just uninstalled the System Center Web Features and re-installed pointing to the new Database and that fixed the issue.

Note make sure you delete the Web Service Directory after the uninstall. That also fixed a bad installation.



Comments

Popular posts from this blog

SCORCH 2016 Migration issue: an error occurred saving the activity to the data store Please check the orchestrator management service trace logs

Useful Orchestrator T-SQL Queries