If I want to start a FB6 Script that Starts a Programm which uses a tray Icon, I get an error from this programm and it crashes. If I start it from FB6 IDE Directly all works fine.
I am using the execute Program Action. On PC WINXP SP2 runs.
I’m afraid this is not a FBServer problem, it’s a windows problem. Programs executed from FinalBuilder Server do not have access to a windows desktop/workspace, and thus applications that rely on elements of the desktop like the system tray will fail. The application that is failing really should handle this better, it is making assumptions that tray icon api calls will suceed and not handling the situation where they will fail.