Search found 9 matches

by Arsen
Wed Apr 16, 2025 9:38 am
Forum: Griffin
Topic: 'Could not verify license which is required for this action
Replies: 26
Views: 70025

Re: 'Could not verify license which is required for this action

Hello Arsen, update from Griffin Auto 2.2 to 24.03 and Switch App to V4 is done, Griffin works fine. Is it now possible to update Griffin Auto to V25.03 without interruption? Thank you, regards, Robert Hi Robert. If you have an active subscription, you can do this. If you have changed your license ...
by Arsen
Thu Apr 10, 2025 12:22 pm
Forum: Griffin
Topic: 'Could not verify license which is required for this action
Replies: 26
Views: 70025

Re: 'Could not verify license which is required for this action

The Griffin/Phoenix license server was upgraded to comply to the security standards we require. Over the past months we’ve done all what was necessary to inform our partners, and for them to inform all affected customers. Affected customers still using a perpetual version of their application receiv...
by Arsen
Fri Dec 06, 2024 6:03 pm
Forum: Griffin
Topic: Futoba marks
Replies: 9
Views: 28893

Re: Futoba marks

Terkelsen wrote: Fri Dec 06, 2024 12:10 pm We now have Fotoba marks in the latest version of Griffin, which is great. But how can you access these marks through Griffin Auto?
A new app is coming soon...
by Arsen
Tue Sep 03, 2024 4:09 pm
Forum: Griffin
Topic: Futoba marks
Replies: 9
Views: 28893

Re: Futoba marks

Fotoba marks will be implemented in Phoenix and Griffin for the November release.
by Arsen
Sun Jan 07, 2024 5:41 pm
Forum: Flows
Topic: XPATH formatting question
Replies: 9
Views: 145906

Re: XPATH formatting question

This is an old thread, but I was trying to solve the same problem and found I could use a <br> as a separator and it returned my results on individual lines - I made my xpath expression little differently, but i think we were trying to solve the same problem... I too wanted to return the results of...
by Arsen
Sat Jun 24, 2023 1:30 pm
Forum: Node.js scripting
Topic: Remove part of private data
Replies: 2
Views: 15249

Re: Remove part of private data

Merci beaucoup, Thomas.

I'm learning to use the scripts in the Switch a little at a time.
Now everything works as I wanted!
by Arsen
Fri Jun 23, 2023 12:04 am
Forum: Node.js scripting
Topic: Remove part of private data
Replies: 2
Views: 15249

Remove part of private data

Hi. I have a private data looks like abc: 1; def: 2; ghi: ; jkl: 4; xyz: ; and trying to delete everything without digit value using script expression: const allCities:string = await job.getPrivateData("allCities"); const allCitiesArray:string [] = allCities.split(";"); const pat...
by Arsen
Fri Apr 21, 2023 12:33 pm
Forum: Node.js scripting
Topic: Scripting errors (TS2332 and PDF error: ENONT)
Replies: 2
Views: 11253

Re: Scripting errors (TS2332 and PDF error: ENONT)

Thanks a lot, Laurent. I can handle it from here.
by Arsen
Tue Apr 18, 2023 4:13 pm
Forum: Node.js scripting
Topic: Scripting errors (TS2332 and PDF error: ENONT)
Replies: 2
Views: 11253

Scripting errors (TS2332 and PDF error: ENONT)

1. What is this and where I can find relevant script? Screenshot 2023-04-18 at 15.54.44.png 2. The first time the script works fine, the second time it gives an error. I took the script from GitHub repository and did not change it. Screenshot 2023-04-18 at 16.08.17.png Where should I look for the pr...