Hi everyone,
We recently got a web license and I am trying to modify all my API calls to use this license so that I don’t depend on the amount of users logged into Epicor.
This is my Postman request, I am passing a ClaimedLicense (Web License code from another post). Is there a way I can check if it’s actually using this license?
An easy way to monitor where I don’t have to go in the logs and hunt down line 9999 of some mysterious file?
This will take some hunting since I think the usage will happen so fast that getting it in session management will be elusive.
Set this trace flag in Appserver.config
That header isn’t set correct so no it won’t be using that license I don’t have it handy but search around you must pass the license as part of a different header
Hello @gpayne ,
Thank you very much for your response.
I followed your advice and added it to the trace file. Do you have any suggestions where the trace files for this might be located? I am making postman calls, are these appearing anywhere?
Thank you!
We are on the same page, everything is enabled and the same. I found those files too, but I can’t find anything tagged licenses.
Is there perhaps a Rest API flag I need to enable before I can see the license tag in the trace logs?
Very helpful, thank you very much. For some reason I wasn’t aware that it was all in HTML, so the license tag was also commented. I really appreciate your help, I can now see the license ids!