Symptoms
While performing a capability request/response call, the following error has been noted:
"System machine type does not match expected machine type.: [1,4,5,0[7000003F,0,450048]]"
Cause
It has been found that this error can be caused by a mismatch between the machine type information that is sent in the capability response and the machine type that the capability response application detects it is being run on.
To reproduce this error:
- Set the
MACHINE_TYPEinExampleVirtualizationCallout.ctoVIRTUAL.FlxBool FlxExtVirtualMachineGetType( FlxExtVirtualMachineRef vm, FlxUInt32 * type, FlxErrorRef error) { (void)vm; if(!type) { FlxSetExternalError(error, EXTERR_BAD_PARAM, 0, 20000); return FLX_FALSE; } /* * TODO - put detection code here, * for now hard code to FLX_MACHINE_TYPE_UNKNOWN */ *type = FLX_MACHINE_TYPE_VIRTUAL; return FLX_TRUE; } - Create a capability request.
- Through FlexNet Operations / back office server, generate a response.
- Change the
MACHINE_TYPEinExampleVirtualizationCallout.ctoPHYSICALFlxBool FlxExtVirtualMachineGetType( FlxExtVirtualMachineRef vm, FlxUInt32 * type, FlxErrorRef error) { (void)vm; if(!type) { FlxSetExternalError(error, EXTERR_BAD_PARAM, 0, 20000); return FLX_FALSE; } /* * TODO - put detection code here, * for now hard code to FLX_MACHINE_TYPE_UNKNOWN */ *type = FLX_MACHINE_TYPE_PHYSICAL; return FLX_TRUE; } - Process the response. This should result in the error.
Resolution
Ensure that the code that deals with the machine type is coded in a way that will process this information correctly.
Related Articles
Flexnet Embedded License Servers REST APIs 19Number of Views FlexNet Operations UAT Issue (05 May 2022): FlexNet Operations LLM Customers Using FlexNet Embedded Licensing 15Number of Views How to Track Down a FlexNet Embedded Error 11Number of Views FlexNet Embedded Error: 7000001e (Signature didn't pass validation) 17Number of Views Is it Possible to Change the Hositd that the Prebuilt Flexnet Embedded License Server Uses? 5Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Case id: 00001065
Activity: Status change: 2 hours ago