Platform: Windows 2000 SP4TS Version: TS 6.5 SP2Situation:I'm trying to run an .exe that's on the server's C: drive from the TeamSite UI. The link has already been included in the UI. The link in the File menu points to ../iw-bin/wdpro_menu.ipl/xmlExtractor.ipl. The purpose of the xmlExtractor.ipl is to execute xmlExtractor.exe on the C: drive and return the results in HTML. The program executes fine when the user is the TS Master account and has Admin rights to the server, but when I execute it as a different user the program still gets executed, but I get access denied errors because it is running the program as the user logged into TeamSite which is not and Admin on the server. Question:Is there any way I can make the call to xmlExtractor.exe from the xmlExtractor.ipl as the TS Master and not the user who is logged into the TeamSite UI so that it can be executed by a user without Admin access to the machine?
Just a thought - Have you tried without wdpro_menu.ipl?I don't think it will really help, as I don't believe wdpro_menu.ipl does anything with regard to impersonation, but its worth a try (you may have to change the way you access form variable information though)Alternatively, find a way to do what you want without Admin rights on the server...?
Logon Failure: Reason: The user has not been granted the requested logon type at this machine User Name: user name here Domain: domain here Logon Type: 2 Logon Process: Advapi Authentication Package: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0 Workstation Name: server name here
So on the server, add whatever user account iwov is using to run the commands as a local administrator...
TS is using the credentials of the user logged into TS. The problem is I want this to be available to multiple users who cannot login as the TS Master and should not be included as administrators of the box.