cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Trigger Scheduled Business Importer process via CMD

Is there a way to trigger a scheduled Business Importer Via CMD? I have a use-case where I need to trigger a FlexNet Beacon Business Importer on a scheduled time that is not supported by the Flexnet Beacon. I need to run the scheduled process 3 times per day at specific times. Is there any way to trigger a scheduled business importer process via cmd or powershell?

(1) Solution
ChrisG
By Community Manager Community Manager
Community Manager

Execute a command like the following on your beacon (using the appropriate name for the import you want to execute):

"C:\Program Files\Flexera Software\Inventory Beacon\DotNet\bin\FlxBizAdapterImporter.exe" --name "Your import name"

See the following documentation page for more details: https://docs.flexera.com/fnms/EN/BusnAdap/index.html#mgsbi/reference/FlxBizAdapterImporter.html

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

View solution in original post

(2) Replies
ChrisG
By Community Manager Community Manager
Community Manager

Execute a command like the following on your beacon (using the appropriate name for the import you want to execute):

"C:\Program Files\Flexera Software\Inventory Beacon\DotNet\bin\FlxBizAdapterImporter.exe" --name "Your import name"

See the following documentation page for more details: https://docs.flexera.com/fnms/EN/BusnAdap/index.html#mgsbi/reference/FlxBizAdapterImporter.html

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

Thanks @ChrisG  This worked perfectly.