01-16-2006 10:27 PM
01-17-2006
10:27 AM
- last edited on
01-28-2025
12:58 PM
by
Content Cleaner
Start by looking at this.
Message Edited by Support on 03-08-2007 09:11 AM
01-18-2006 03:20 AM
01-18-2006 08:25 AM
Ah, it was not clear to me from your original post that you were already familiar with DSC.
The new shared variable, and its engine, replaces the tag as the abstracted element in the application. DSC 8.0 does have compatibility code that does a pretty good job of making the new system behave like the old one but it is not perfect in all respects.
These are the only issues I have heard of personally. The status code wasn't a major issue - it was being checked to handle an error that no longer occurs. The large .scf is no longer necessary because of the ability to run multiple processes at the same time and because the alarm system is more flexible but dealing with breaking it up is somewhat painful...not an issue many people are likely to run into.
That's all I can tell you right now.
01-18-2006 08:44 AM
01-18-2006 09:08 AM
01-18-2006 10:15 AM
In 8.0, each process in the engine can log to a separate database.
You do need one, or more, processes to be loaded into the engine to have it handle the data, including logging. The 8.0 engine is a system service so it launches at OS start. Processes are not kicked out of the engine on OS shutdown so all processes previously loaded and running will continue to be so.
01-18-2006 10:50 AM - edited 01-18-2006 10:50 AM
Message Edited by cs42 on 01-18-2006 05:52 PM
01-18-2006 11:05 AM
01-19-2006 01:43 AM