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 Embedded
- :
- FlexNet Embedded Knowledge Base
- :
- Decoding the FlexNet Embedded Error Codes
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Decoding the FlexNet Embedded Error Codes
Decoding the FlexNet Embedded Error Codes
Summary
Decoding the FNE Error CodesQuestion
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)
50% helpful
(1/2)