"Gertjan Klein" wrote: > The obvious solution of using $System.License.Login() in the CSP page > *before* doing the Job has the disadvantage that even without actually > Job'ing anything, *two* connections to the license are used. >
I have tested: Step 1. Login page - freelicenses = freelicenses-1; Step 2. After %session.Login (in %CSP.OnPage) - no change Step 3. After $system.License.Login with the same UserId (in %CSP.OnPage) - no change Step 4. After Job command (in %CSP.OnPage) - no change Step 5. After $system.License.Login with the same UserId in background job - no change Step 6. After the job has finished - no change Best regards Albert Ojrich
