If the Windows computer name is changed, the SQL Server name must also be changed because this can give problems with Automation Engine.
Follow the steps given below to rename the SQL Server name:
Type Print @@SERVERNAME
Print @@SERVERNAME
If this name does not match with the computer name then perform the next steps:
do next query: sp_dropserver 'name' -> name found with Print @@SERVERNAME
Click Execute.
do next query: sp_addserver 'newname', local -> newname= computername
Automation Engine
Note: This is an anonymous survey. If you need help from Esko Support, register a Support Case here.