• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows Storage Server 2K3 and Scheduled Task problem

Homerboy

Lifer
I'm not sure how to explain this clearly, but here it goes...


I have a scheduled task on a 2K3 server that runs a small .bat file that opens an application that is stored on a Win2K3 Storage Server machine.

The application is to run on the 2k3 server, but requires mapped resources from the Storage Server. (specifically a mapped "F" drive).

If this task runs while I am logged into the 2k3 server, it runs fine and completes.

When the task attempts to run while I am logged out of the 2k3 machine, it does not run.

Tossing a netuse into the .bat file and generating a makeshift logfile, it seems the networked drives aren't mapping properly when the task runs itself with me logged out.


C:\WINDOWS>net use
New connections will be remembered.


Status Local Remote Network

-------------------------------------------------------------------------------
Unavailable E: \\files\storage Microsoft Windows Network
Unavailable F: \\files\cls Microsoft Windows Network

What's super odd is when I run this on a Win2K3 machine and the remote server is Win2k3 also (not Storage Server flavor) it works perfectly fine.


Long story short, is there some issue with network drives being mapped via schedule task login when the server side OS is Storage Server?

I know that's all confusing as hell.... I can't even figure out how to describe the issue at this point.
 
Back
Top