X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 14 Oct 2011 07:46 AM by  anon
Check for available license in batch mode.
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
14 Oct 2011 07:46 AM
    Hi. I am writing code to batch process files. If I start ENVI by calling ENVI_BATCH_INIT, /NO_STATUS_WINDOW and there is no available floating license, then a dialog window appears, and execution halts. Is there a way in which I can ask if there is a (floating) license available, so that I may return an error code instead of getting the dialog? In the batch processing flowline that I am developing, there is no user that can see the dialog.

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    14 Oct 2011 08:14 AM
    You could probably test what licensing is running by using IDL's LMGR function.
    You are not authorized to post a reply.