TS6.7.1 SP1, WindowsServer2003I have a number in iwevents.log file0x0000100846f7621f400891081) How to read this number ?2) Is second digit letter "x" or multiply sign ?3) Is this number in hexa decimal ? I am trying to convert this number to decimal, but calculator does not accept this number.4) How to use this number ? This number is in iwevents.logPls explain
Thanks, I dont want to go in useless exercise of converting hexa to decimal. I want to find out what job or branch does this number represent. So can you pls explain how to use this number ? Because wheen I use this number with iwattrib, it doesnt give any result. e.g. iwattrib 0x0000100846f7621f40089108 or iwattrib 0000100846f7621f40089108I did that with workflow object. I collected hexa decimal numbers from workflow content store, used them in calculator in hexa mode and converted it to decimal. The resulting jobID was the one that I could work upon.The printf that you are giving as example will print in that way because first one is decimal, third one is hexa and second one I dont remember.Thanks.