OPIM CE - Error on Iso Creation

We've started getting an error with our non-admin users when they try to create an iso.

An Exception Error comes up with:

Path cannot be the empty string or all whitespace

Anyone come across this before and where it would likely be. I gather it's a permissions issue, but can't see where it might be an issue??

Parents Reply
  • No workflow really. I did a compare of the file to a backup using Beyond Compare and noticed there were from phantom elements. 

    I replaced the cfg file with a backup and all is working. 

    The phantom elements, from a Notepad edit, were causing an issue with the %end if in IsoProj.cfg:

    %if $(USERNAME1) == "sforward"
    IE_DGN = C:/PDF/
    %lock IE_DGN
    %endif

    If meant the %endif wasn't processing effectively meaning only I could run iso's.

    Very frustrating.



Children