Hi all,
I have an issue with running Optano using gurobi.
Im getting the following readout from my debug window:
Set parameter WLS AccessID
Set parameter WLS Secret
Set parameter LicenseID to value 2439354
Limited License is expired. Please upgrade to the latest Optano Modeling package"
Previously, this was working fine. I then took out a trial license for a size-unlimited version of gurobi, set my environment variable to point to the new license and happy days for the duration of the trial.
Upon completion of the trial i assumed i could fall back to the built in limited version that ships with optano. upon receiving the above message i made sure to remove referrecnes to the upgraded license, and referencing environment variables. still same error.
i tried setting the gurobiconfig properties to fallback behaviour on LimitedLicenseUsage to force the issue. same error.
ive tried taking out an academic license on gurobi, installing that license and explicitly setting gurobi config in my code to reference the new license. same error. important to note that it still looks at the above ID (an expired one) regardless of whether i point it explicitly to the new license.
Ive also made sure to remove all packages and references to optano and gurobi and install the latest versions. same error.
any help, greatly appreciated