Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AT command and subprocesses 1

Status
Not open for further replies.

stevecal

Technical User
May 10, 2000
78
DK
I seem to have an interesting problem with AT and subprocesses. I have one AT command which calls a batch file which connects to a database and runs an Oracle script. This Oracle script generates a batch file based around the contents of what it finds in a few tables.

At the end of my Oracle script there is a call to HOST and the new batch file. The HOST command never runs in AT mode but if I run the SQL from cmd.exe, then it fires every time.

OK, so I then scheduled a second task in AT to run the batch file. Nix. Nothing happens. The batch file FYI contains a bunch of instructions to run Oracle Reports. I can run this fine out of cmd.exe but AT just isn't interested. Anyone got any bright ideas?
 
On what account are you running the task scheduler service ? Peter Van Eeckhoutte
peter.ve@pandora.be

 
It was the system account. Thank you Peter, I just changed that and all is now fine and excellent.


 
:) I'm glad it's working... Peter Van Eeckhoutte
peter.ve@pandora.be

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top