Auto Logout
Previous Topic  Next Topic 

Auto Logout is used with other automatic execution commands.  It logs the user out of the DMS database after all he automatic execution commands have been executed.


The following example command line logs in the user Jim Smith to the database DMSData, imports jobs using the command file C:\Program Files\Dynafact\ImportCmd.TXT after which a schedule will run using the schedule command file in C:\Program Files\Dynafact\SchdCmd.TXT, and once completed, the system will log the user out:


"C:\Dynafact\Production\DMS\DMSEnt.exe" "UserIniFolder=C:\Dynafact\Production\DMS\User\" “AutoUserName=Jim Smith” DataBaseName=DMSData “AutoImportJobs=C:\Program Files\Dynafact\ImportCmd.TXT" “AutoScheduleRun=C:\Program Files\Dynafact\SchdCmd.TXT" AutoLogOut


Also see: Automatic Execution Commands