This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- serveractutil error
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2011
04:39 AM
serveractutil error
i currently get the error flxActAppActivationSend - (50041,41143,34) when trying to activate my entitlement from serveractutil. The line i am running is below
serveractutil -served -comm soap - commServer MyServer:MyPort/flexnet/services/activationservice -entitlementID 123456 -expiration 30-may-2011 -activatable 5 - gen my_request.xml
The operations server is running and i can connect to it from my local machine. Any ideas what would be causing this?
Thanks
serveractutil -served -comm soap - commServer MyServer:MyPort/flexnet/services/activationservice -entitlementID 123456 -expiration 30-may-2011 -activatable 5 - gen my_request.xml
The operations server is running and i can connect to it from my local machine. Any ideas what would be causing this?
Thanks
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2011
09:48 AM
A couple of things to try:
Do you have http:// in front of your FNO server's URL?
Is the end of the URL capitalized as ActivationService and not "activationservice"?
(Unrelated, but I think the -served and -gen switches are mutually exclusive; -served is for online activations and -gen is for offline activations.)
Do you have http:// in front of your FNO server's URL?
Is the end of the URL capitalized as ActivationService and not "activationservice"?
(Unrelated, but I think the -served and -gen switches are mutually exclusive; -served is for online activations and -gen is for offline activations.)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2011
10:38 AM
Thanks
I changed it to capitals like suggest and that seemed to work.
Having another similar issue at minute. I've been trying to test with the ezcalc example and am having a few problems.
serveractutil -served -entitlementID ENTL-EZCALC-test1 -expiration 30-may-2011 -hybrid 5 - gen activate_request.xml
i get the following:
ERROR: flxActSvrActivationSend - (50041,42041,0)
Any ideas? thanks
I changed it to capitals like suggest and that seemed to work.
Having another similar issue at minute. I've been trying to test with the ezcalc example and am having a few problems.
serveractutil -served -entitlementID ENTL-EZCALC-test1 -expiration 30-may-2011 -hybrid 5 - gen activate_request.xml
i get the following:
ERROR: flxActSvrActivationSend - (50041,42041,0)
Any ideas? thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2011
11:19 AM
Are you doing online or offline activation? If offline, you can remove -served and use just the -gen switch. If online, you'll want -comm and -commServer as before.