Need your help to find the cause of next error when running 1 PSL instance:
"Infrastruct processor task failed processing formula 65372 with the following error:
FormulaAgentError - Formula agent No.65372 failed with the following error:
An error was detected during the CreateInstance sequence of Infrastruct Processing.The object that failed to create due to registration issues: The Microsoft Script Control
You appear to have a problem with the registration of the PslWriter related DLLs.
Please re-register all PslWriter DLLs.
Continuing to process other formulas
Above may come from the PSLWriter logging
Release: 8.3
Component: OBLCRE
1) bring up a CMD prompt "as administrator" and CD to %OG_HOME%\bin
2) Stop ALL PSLwriter services.
3) Make sure that any services that say ace2 or pslworker are DISABLED if you use standard ACE1. ACE1 and ACE2 should not be run together.
4) run: pslwriter -u -x00
where 00 is the instance number of the PSL that reported this problem. This will uninstall that PSLwriter service
5) run: regfiles.bat
(This will reregister DLL files with Windows in the event of windows corruption or a fresh install See Additional Information below for further information about this step)
6) run: pslWriter -i -x00
where 00 is the instance number of the PSL that reported this problem. This will install it as a service cleanly.
Run it again and see if this solves the error. If you want to clear the old log messages before restarting then you could run: truncate table T_LOG
If this was previously running and crashed so that the Oracle session was not removed, then restarting the PSL instance could return an error that a similar instance is already running. If you get that error then follow KB Article 40583
Perform the following for step 5 as a workaround if this step results in "( was unexpected at the time", ie:
The batch output stating "( was unexpected at this time." may be ignored if the regfiles.bat was being executed under these conditions.