Link to home
Start Free TrialLog in
Avatar of Mikeyb19ave
Mikeyb19ave

asked on

Outlook 03 - Erro opening PDF attachements

I have two user who are using Outlook 2003 and Adobe Acrobat 8.0 Pro software. Both users scan alot of PDF documents to their own emai. Recently both of these users are receiving the following error when trying to open or save PDF from outlook:
Cant create file: Document.pdf. Right-click the folder you want to create the file in, and then click Properties on the shortcut menus to check your permissions for the folder.
It appears to be some type of permissioning problem but i can not figure it out... Ive google this error message and came up with nothing...
ASKER CERTIFIED SOLUTION
Avatar of war1
war1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Frankco
Frankco

Hi Mikeyb19ave,

Since the two users scan images, the files probably have the same name. You cannot have more that 99 files with the same name in the OLK hidden folder.

You can see the complete path to the hidded OLK folder by opening an attachment in Outlook and, within the attachment, choose save, note the path. The OKL folder will have a random number after the "OLK" so there is no way type in the path without knowing the number. You cannot see this folder from Windows Explorer. It's truely hidden.
You can find the path in the registry or you can copy and paste the text below into a text file and name it openHiddenFolder.bat or something as such. Double click the bat file to open the folder. Then you can delete the files.

@echo off
for /f "tokens=3 delims=      " %%a in ('reg.exe query hkcu\Software\Microsoft\Office\11.0\Outlook\Security /v OutlookSecureTempFolder ^|findstr REG_SZ') do  explorer.exe /root,%%a

Let us know how you do.
cheers,
frankco



Mikeyb19ave,

We have not heard from you. Did any comment help you solve your problem? Do you have any more question? If an Expert helped you, please accept his/her answer above with an excellent or good grade.

Thanks, war1
Avatar of Mikeyb19ave

ASKER

I thought i accepted the first anwser... Sorry bout that i will accept it now...