Forum Post: RE: Translation of messages from runtime..

  • Thread starter Thread starter TheMadDBA
  • Start date Start date
Status
Not open for further replies.
T

TheMadDBA

Guest
In my opinion you are much better off searching for the error number in the KB. Of course somethings you will end up with something that isn't common enough to have a KB entry, When you have a windows message like you have try searching for the error number and the error number converted into hex. Your error in hex is 0x3002 which means you are hitting this message: FNERR_INVALIDFILENAME 0x3002 A file name is invalid. I suspect the spaces might be throwing you off in either the file name or the filters.

Continue reading...
 
Status
Not open for further replies.
Back
Top