You don't have appropriate permission to perform this operatio
I had similar issue every time trying to copy email for Inbox to a local
folder. I was getting this error message:
"cannot move the items. you don't have appropriate permission to perform
this operation"
I could create pst file, create folders into it but wasnt able to move any
item in it.
Turned out network admins had disabled pst files.
Solution:
Quick approach
Open regedit and search and delete these two entries,
PSTDisableGrow
DisablePST
Better approach
I found 2 places in registry for each entry (a total of 4). i created Reg
Delete command in cmd file and added the cmd file to startup program. This
way if network admins push this entry again through group policy or whatever,
I will revert the changes back.
Add these two lines of code to a cmd file.
Reg Delete
"Hkey_Current_User\Software\Microsoft\Office\12.0\ Outlook\12.0\Outlook" /v
DisablePST /f
Reg Delete "HKey_Current_User\SOftware\Microsoft\Office\12.0\ Outlook\PST" /v
PSTDisableGrow /f
Add this cmd file to startup program.
Remember to add a line similar to above for all the entries you find in
registry.
"michael" wrote:
You're right about the permissions being the problem but not in a way I
suspected. Recall that the problem occurred when logged on to one domain but
not the other. The reason was that the "problem" domain as an ActiveDirectory
which suppressed the use of .pst files across the whole enterprise. The
Permission issue was a global one and not a local one.
I'm not sure there is a "fix" for that short of getting the the Permission
changed
--
Michael
"Brian Tillman [MVP - Outlook]" wrote:
"michael" wrote in message
...
Nope, permissions are just fine.
Clearly not, if you can't open the PST.
I can't get it to work even with a fresh (new) .pst file. However, if I log
on to the old domain, I can edit/add objects(contacts, calendar events...)
without a problem to the same file. I can create a blank .pst and it's works
fine. Log back on to the new domain and I get the error we're discussing.
As far as user/domain rights, I have local admin rights(identical rights on
both domains).
Take ownership of the PST and you should be OK.
--
Brian Tillman [MVP-Outlook]
|