5/13/2007 8:30 AM | |
Joined: 5/19/2006 Last visit: 10/23/2024 Posts: 549 Rating: (107)
|
Have you tried to play with program compatibility flags(0x400) on TS? See this onTechNet. Dec |
5/21/2007 8:04 PM | |
Posts: 7 Rating: (1) |
Any ideas out there on how the compatibility should be set for Step7? |
5/22/2007 10:06 AM | |
Joined: 5/19/2006 Last visit: 10/23/2024 Posts: 549 Rating: (107)
|
Well, I got bad news for you: Siemens have implemented a global mutex (Global\_STEP7Classic)for STEP7in module s7acalsx.dll function CheckAndLock to prevent running more then one instance of STEP7 on the same session and also on TS sessions. See http://support.microsoft.com/kb/243953 Below there are some tests I've done but don't experiment this on a production machine. See my next post below. The small program create/duplicate a global mutex _STEP7classic and create per session global mutex _STEP7classic_<sessionID>. This allows STEP7 Applications to run in multiple TS session. Dec |
Last edited by: Dec at: 22.05.2007 22:16Last edited by: Dec at: 22.05.2007 22:15Last edited by: Dec at: 22.05.2007 22:13 |
|
Follow us on