We are seeing startup exception errors for *some* users on *some* Terminal servers. ALL users use the same master ini and startup.bat. The error is "Null object reference at line 21 in function af_set_local_config_file of object impresario", and it happens immediately before the login screen even appears.
I can avoid the error if I log onto the Terminal Server as a different user first, then into the application with the problem user's credentials. This tells me that the issue has to do with the files/config on the Terminal Server directly. However, I have resynced files and even rebuilt the problem user's profile, but nothing has solved the problem. I'm stumped! Anybody see this error?
I think this is the error you get when the .ini file isnt available.
Do you think its possible the logon script hasnt finished running before the terminal services application starts. (Im assuming windows terminal services application)
If its possible, could you change the program that starts to be a batch/command file which checks for the .ini file before running e.g.
tessitura.exe t:\live.ini
Wayne