Difference between revisions of "System ID Mismatch error on Server Service startup"

From support-works
Jump to navigation Jump to search
(Created page with "Please note that if your underlying database is not SwSQL then you should contact your DBA and request that they perform the below instructions on your chosen database. 1.....")
 
Line 1: Line 1:
 
Please note that if your underlying database is not SwSQL then you should contact your DBA and request that they perform the below instructions on your chosen database.
 
Please note that if your underlying database is not SwSQL then you should contact your DBA and request that they perform the below instructions on your chosen database.
 
   
 
   
  1..Run the Support-Works Interactive SQL program (Start->Programs->Hornbill Core Services->Interactive SQL.)
+
  1..Run the SupportWorks Interactive SQL program (Start->Programs->Hornbill Core Services->Interactive SQL.)
  2..Enter the following SQl
+
  2..Enter the following SQL
 
   
 
   
  Use SwData
+
  Use SwData; [return]
  Drop table Swsystag;
+
 
 +
  Drop table Swsystag; [return]
 
   
 
   
 
Once done the issue should no longer be apparent.
 
Once done the issue should no longer be apparent.

Revision as of 11:23, 16 June 2015

Please note that if your underlying database is not SwSQL then you should contact your DBA and request that they perform the below instructions on your chosen database.

1..Run the SupportWorks Interactive SQL program (Start->Programs->Hornbill Core Services->Interactive SQL.)
2..Enter the following SQL

Use SwData; [return]
Drop table Swsystag; [return]

Once done the issue should no longer be apparent.