cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Decoding the FlexNet Embedded Error Codes

Decoding the FlexNet Embedded Error Codes

Summary

Decoding the FNE Error Codes

Question

Assuming my FlexNet Embedded-enabled application gets an error, for example:
[1, 7df, 9, 0[74100008,0,1202014b]

How would I go about decoding that?

Answer

Decoding the FNE Error Codes:

[1, 7df, 9, 0[74100008,0,1202014b]
| | | -------------- -------------
| | | | |
Error system version (always a 1)
| | | |
FNE Major Version in Hex: 7df = 2015
| | |
FNE Minor Version in Hex: 9 = 09 (can decode by going to flexera.h)
| |
FNE Error Code:
70: Client Errors
71: Server Errors
72: Internal Errors
73: Callout Errors
74: Internal Errors
|
Error Location: Only meaningful to Engineering
(leading 0 is location for system error code, such as Unix or Windows)
(next 4 digits tells us the source file)
(last digits are the actual line number in the source file)
Labels (1)
Was this article helpful? Yes No
50% helpful (1/2)
Version history
Last update:
‎Nov 12, 2018 08:44 PM
Updated by: