Issues with the license API?

Hi all,

some time ago, when I was doing my first steps with the ignition showcase API, I built my own client to interface with the IA systems and things worked fine. Yesterday I started finalizing my work and got 500 codes when dealing with 8-digit licenses. So I tried the web-ui from IA and got the same errors and same with the module_showcase in the Designer.

Are there currently issues with the service or have things changed an I need to update a few things?

Chris

2 Likes

Hmmm … ok … guess I’ll try the support email …

2 Likes

Alternatively … What initially made me focus on the 8-digit online-licenses, was that only with these could I time-limit a beta test. With the offline versions, I could not disable them after a given amount of time.

Now I’ve built my own license management system, that I can send license information piggyback in the parameters of the module information stored in the ignition license … so I could simply use the 6-digit licenses.

I just don’t know if the type of plugin license needs to match that of Igntion. So if I have an online-ignition that uses the 8-digit codes, do I have to provide 8-digit codes for my plugin? For the other direction, I assume that if I have an offline system, an online plugin license doesn’t make much sense.

So if I can use the 6-digit licenses with both types of ignition installation, it would make sense for me to focus solely on the offline license type, as then nothing can go wrong.

Chris

You don't have to, but I would expect your users to want to match the type of their base license.

A six char license on a 3rd party module will not work with an eight char platform license, and vice versa.

Well no idea if Inductive folks are all on an easter break … I contacted the support folks … hopefully I’ll get a response soon. Alternatively I could probably even completely take out the entire IA licensing, and completely rely on my own, if I don’t get this API-related stuff working soon.

Sorry, licensing API problems can take some time to get routed to the right people... most of the volunteers on the forum are developers, and this API is owned by sales engineering. We don't know a dang thing about it.

Ah ok … good to know … and could this actually be something I didn’t break on my side (As I’m getting the 500s even with the IA tools, I would expect so)?

For what it’s worth, I went through and couldn’t find any incoming support tickets related to this issue or from you recently (assuming the name would be the same).

Feel free to message me directly if you’d like to get a support ticket set up.

Hi there, we did have a bug that was patched this morning at 8am ET. I just poked around the module showcase and requests for 8 character licenses worked fine. If you’ve tried since then and are still getting 500 errors, let me know and I’ll inspect your requests closer.

Hi Samir,

I contacted the only other way I knew and sent an email to accountservices@inductiveautomation.com I assume that wasn’t the right one ;-)’
Where is there a bug and issue-tracker, that I could use in the future?

I assume your 8am ET is after the last time I’ve tried it, so I just tested it again and now it’s working:

  • In the module_showcase, the Web-UI and in my own application.

Thanks for fixing it :wink:

Chris