If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Hi!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-23-03, 14:14
arin_am arin_am is offline
Registered User
 
Join Date: Jun 2003
Posts: 34
Hi!!

I have a dll which invokes sqlldr (oracle) to insert data from flat file to Oracle DB. When I access it from ASP code with parameters like control file name and all nothing happens but if I pass no parameters then the SQLLDR.EXE is shown in the Task Mgr. Anyone faced such issues ?
Reply With Quote
  #2 (permalink)  
Old 10-24-03, 06:47
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
could be a permissions issue with IIS. It may not have the rights to open the ctl file for sqlldr. Try checking this...

Also, unless the ctl file has inline data, you should also check IIS user has permissions to the data files your ctl file is trying to load.

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On