DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    jp Guest

    access denied - dos command from an asp


    i have sever code (vbscript) which shells out to dos to execute an AT command
    to schedule tasks on some servers on which i have admin authority. if i
    attempt to do this on my loacal machine it works fine but if i attempt to
    schedule a task on any of the remote servers i get access denied. the iusr
    account is running under an account with admin rights as is the schedule
    service on both the web server and the remote server. i can execute other
    dos commands on the remote machines but can only schedule events locally.
    any thoughts would be greatly appreciated

  2. #2
    Michael Howard Guest

    Re: access denied - dos command from an asp


    This is a very common problem - i assume you're using Windows NT4? In which
    case when you run an AT job, the Scheduler service runs as localsystem. When
    it picks up your job to do, it does so as Localsystem. Problem is, localsystem
    cannot leave the box - it cannot access a remote server. This issue is fixed
    in Windows 2000, where computers are treated as 'users', or more accurately
    as principals.


  3. #3
    Kenji Yamamoto Guest

    Re: access denied - dos command from an asp


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links