Browse by Tags
Converting Error Codes to Meaningful Information
So you try to install a software package in SMS, it does go as you planned and then when you look in the ExecMgr.log you see something like this A failure exit code of -1073741790 was returned. This of course means nothing to you, how could you get a negative number as an exit code? Here is how to convert that long negative integer into a meaningful exit code that will give a real error message. Open...