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]
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
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem
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"
" 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.
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
Post a Comment