Download Crescendo Framework Release Notes
Transcript
Crescendo Framework Release Notes Changes made regarding to jobs that won’t start. Problem Workaround Solution Components Issue In some environments, the jobs dot not (always) start in the way they are scheduled. Start the jobs by hand. Not a real solution yet, because this issue does not appear in InterStaff’s test environments. But some changes are made that might solve the problem isd_queue.exe 120152 Version 3.0.020 Cleanup of processes Problem Workaround Solution Components Issue When an application server (service) stops, some processes might appear to run. It is desirable that the application server starts with newly created objects. Remove processes by hand using the Task Manager, or scripted. Changed code so that any processes from a previous session are removed before the application server starts. isdstr.dll, isdasv.dll 120060 Added support for Microsoft SQL Server 2008 Native client drivers Problem Workaround Solution Components Issue In order to improve performance support must be added for Microsoft SQL Server 2008 Native client drivers Use default drivers Changed code to add support for the new drivers isddb.dll, MultiServiceManager.exe 120180 Premature shut down of the application server / service Problem Workaround Solution Components Issue Sometimes the application server service would shut down, while there are still engines in the process of shutting down. The service should wait until all engines have shut down, before shutting down. This could result in wrong statuses in the database table isd_queue. However, these statuses are automatically repaired as soon as the service starts up again. Changed code to better process events generated by multiple threads. isdasvmn.dll 120057 66