Dynamic license for ISO?

COE Administrator

Dynamic license for ISO?
Hello,

I try to use ISO license as a DYNAMIC license. It's working OK while making just PREVIEW (in PIPE_DES or in ISO_EXTR), but when I use ISO_EXTR for generating external ISO model It cannot find ISO license because it's defined as DYNAMIC.
I tried to set declarations:
CATLIC.CATISO.OPTIONAL : STRING;
CATLIC.CATISO.OPTIONAL = 'ISOS410';

but I get User Abend and in ISOxxxx.out file is:

*** OPTIONAL LICENSES REQUESTED ***
ISOS410 LICENSE OK
ABAS410 LICENSE UNAVAILABLE
COMS410 LICENSE UNAVAILABLE
*** OBSOLETE LICENSES RELEASED ***
ISOS410
***** LICENSING CONFIGURATION *****
CATLIC006 NO PRODUCT GRANTED
CATLIC006 LICENSING REQUEST NOT SATISFIED

ABEND NUMBER U998

So the decalration for CATLIC.CATISO.OPTIONAL is OK and taken into account but... it's looking now for ABA and COM. Why?

I tried also to set:

CATLIC.CATPLOT.OPTIONAL : STRING;
CATLIC.CATPLOT.OPTIONAL = 'PPDS410';

but it still try to find ABA and COM.
I have lics for PPD, ISO, PID, ADR.

How define that it should take PPD and ISO licenses? I cannot find where to define PPD instead of ABA+COM for CATISO utility.

Regards
Krzysztof

Author: Krzysztof Bialek

COE Administrator

Dynamic license for ISO?
(in response to COE Administrator)
Dear Krzysztof.

It seems that both ISO & PPD licnese that you have are 'product' licenses & not configuration. For any function to start in catia it requires a COM license. All CATIA configuration licenses come with in built COM module. So what you need to do is ensure that at least one COM license is available . Since ISO & PPD are AEC modlules you also need ABA (AEC infrastructure )license as optional.

In nutshell your ISO &PPD will work only if COM & ABA are available.

Try this...

regards

sreekumar


Author: Sreekumar

COE Administrator

Dynamic license for ISO?
(in response to COE Administrator)
Hi,

PPD IS the Configuration which contains among other things ABA & COM.

Regards
Krzysztof

Author: Krzysztof Bialek

COE Administrator

Dynamic license for ISO?
(in response to COE Administrator)
For the CATIA V4 software, with which I am familiar, the
product licenses all end with the letter "S" and the
configuration licenses end with the letter "C". You said
that you tried to declare:

catlic.CATISO.OPTIONAL = 'PPDS410' ;
=
and that that did not work. Should you have instead
declared:

catlic.CATISO.OPTIONAL = 'PPDC410' ;
=

Author: Leonard E. Salika

COE Administrator

Dynamic license for ISO?
(in response to COE Administrator)
Hi,

Yes, you are right. I made mistake in the message. I used declaration for PPDC410.

Anyway, I've got the info to use:
CATLIC.CATISO.REQUIRED = PPDC410;
CATLIC.CATISO.REQUIRED = ISOS410;

I've not tested it yet.

Best regards
Krzysztof

Author: Krzysztof Bialek