Re-starting the ww.dll application pool
To re-start the ww.dll application pool from Windows Server 2003:
1. Open a command line window
2. Type iisreset
3. Hit Enter
Another useful test to try if ww.dll isn’t working and a reboot doesn’t help is to execute a SELECT statement from SQL Server Management Studio, and if it works there, then, execute the same SELECT statement by replacing the statement in ww2.vbs with a SELECT call, after increasing the verbosity level to 5 in the registry. You are sure to find something useful in the log.
Example:
If you find a permissions error, you may have to re-execute the create_AppRole_SiriusSQL.sql script.