Hi All,
So our dev team are using Keil uVision4 to compile a job. This works fine on their machine and on a windows server when the batch file is manually run BUT when the job is run via hudson (also installed on the server server) it fails stating:
warning C500: LICENSE ERROR (R219: FLOATING LICENSE FILE (*.FLF) NOT FOUND)
All that hudson is doing is picking up the batch file and trying to execute it... Firstly I thought the user that the hudson service runs as didn't have the correct network privileges (but it does!)
Does the batch file require any reference to the Keil floating license file (stored on a shared server) - And yes the user's have full access to that *.flf file!
Many Thanks
Do you have a full tool installation at the computer that is using the batch file?
Yes, everything installed. And it is compiling as expected when I RDP and run the batch file.