CMS_IncrementSessionID
Description
This will inform the system to increment SessionID after a forced reboot. This will make sure packages scheduled as Always will run again even though they have already run this session
Â
Syntax
CMS_IncrementSessionID() as Boolean
Â
Example
VBScript
If bStatus Then bStatus = Job_RebootWS("Reboot requested") If bStatus Then bStatus = CMS_IncrementSessionID()
Â