Hi all,
It might be the wrong forum to put this in, but I am at my witts end.
This is my situation:
Production server:
1. RTC 2009R2 and Dynamics Nav Service build 6.00.32558
2. Windows server OS 2008R2 32 Bit
3. SQL server 2008 R2 32 Bit
Test server:
1. RTC 2009R2 and Dynamics Nav Service build 6.00.32558
2. Windows server OS 2003 32 Bit
3. SQL server 2008 R2 32 Bit
Now I have developed a page that will unzip a file on the Nav server and then download it to the client and open it.
This works perfectly on the test server, however I am not able to get it working on the Production box.
The user running the Dynamics NAV service is a local admin on the server.
I narrowed it down to the code that does the unzip using Shell32 command. And I think it is a security setting on Windows Server 2008.
My question is: Is there a network/security guru among us that can help me change the security settings so I can get this to work on Server 2008?
Thank you in advance,
Regards,
Willy
Fostering a homeless, abused child is the hardest yet most rewarding thing I have ever done.
0
Answers
I have it figured out. The Navision Server is running on a Domain account that is also an administrator on the server.
The problem was, that the UAC was on. We had to turn it off and then it started working immediately.
Apparently when you do issue a Copy command using the Shell32.dll, the UAC will stop it even when the account is an administrator.
Thanks!
Regards,
Willy
[EDIT] That's quick ;-)
You should be able to copy to a directory like : C:\Temp\...
I know your problem is solved, but turning of the UAC should be only the last option (IMO).
actually it was the "C:\Temp" folder as the target folder on the server that was causing the issues.
I turned of UAC and then it started working. When the UAC was still turned on, I tried giving all domain users full control to that directory and it still didn't work. I don't know but it is solved. I also tried to use the "ApplicationTemp" folder, but apparently there are some restrictions on Path length when using the "Files" virtual table, etc.
Thanks.
PS: Luc, it took me a while to find the solved setting. Sorry, I'll read the manual next time...