Not sure if it will work, but couldn't hurt to try
Select File, then Run.
Enter SYZCON in the Program field
Select OK.
At the prompt, enter the following command: X=NEW(""SY_ACTIVATION_BUS"",%SYS_SS)
Press the ENTER key
At the prompt, enter the following command: ? X'ACTIVATE(""y/y"",""xxx"")
y/y = module code (for example: A/R, S/O, C/I, or I/M)
xxx = company code (for example: ABC)
1 is returned if the command was successful
0 is returned if the command failed
Press the ENTER key
At the prompt, enter the following command: BYE
Press the ENTER key
Note: When you run the SYZCON script to update data files/tables from the dictionary, we are expecting a '1' to be returned to verify that the command was successful. If a '0' is returned, in SYZCON run the following script to identify the last error message:
? X'LastErrorMsg$ This should give some direction as to the next steps to troubleshoot the issue.