Why is the value lpErrorStruct->iErrLevel a 1 on a FAT client but a 49 on a server?
Im debugging some errors that get set in a BSFN when I evaluate the lpErrorStruct->iErrLevel when a error (not a warning) is set on a FAT client the iErrLevel is a 1 but when I evaluate this on a server the iErrLevel is a 40 (which is a '1' in ASCII).
It makes if statements like in B0100011 if (lpErrorStruct->iErrLevel == (JDE_ERR_LEVEL) 1) behave differently locally when debugging than when run on the enterprise server (which in this case is Windows). Is this expected behavior?