With previous versions of Petrel with a basic developer licence, the application could be started from the command line with
petrel.exe -licensePackage Package1
That works just fine for Petrel 2011, 12 and 13. However with Petrel 2014, this approach fails with a message that the licence doesn't exist or has expired.
Starting Petrel without parameters results in a new licence dialogue appearing, which lists the package as Bundle 1
. specifying Bundle 1
and Bundle1
after -licensePackage
makes no difference when trying to start from the command line though.
Does anyone know what I'm doing wrong or how licence packages are now specified for Petrel 2014?
At the command line, you pass the name of a profile, not a license or bundle. You need to save a profile first: At the "License selection" dialog, select the licenses you need in the license profile, click the "Save selection as profile" button, and name your new profile (without spaces). Then pass this name as the
-licensePackage
argument.