Viewing 15 posts - 1 through 15 (of 42 total)
Thank you for the reply.
The batches are just adding and / or modifying table rows in a table.
Thank you!
October 18, 2004 at 9:30 am
Cross,
I think the error message from the sp_OAGetErrorInfo is misleading.
I do not know if you can get accurate error on what is causing the package not to fire,...
November 20, 2003 at 2:04 pm
Another good trick is to have the DTS save to an exceptions file.
If the exceptions file is empty after you run it from the proc, chances are the DTS is...
November 19, 2003 at 12:56 pm
What is happening in your back in your DTS?
IS your DTS firing?
Remember you might need to appropriate permissions to run your DTS package from the proc.
Turn on Profiler and to...
November 19, 2003 at 9:26 am
Thanks for the link.
Looks like we are doing just about the only way it can be done.
Thanks!
November 17, 2003 at 11:41 am
Are you doing an Active X?
If so you could try spliting the string on the commas into an array.
arryTemp=split(NameField,",")
Any chance to have the file better formatted before it gets to...
November 12, 2003 at 2:45 pm
A thought,
I notice you are not supplying a Username / Password.
Try ommiting those 2 from the code.
I have fired a DTS from a proc many a times and I always...
November 12, 2003 at 8:06 am
Thanks Phill,
I will give the sql functions a try.
Actually they are not default values but dynami values as they need to change per user entering the data.
Thanks for all the...
October 22, 2003 at 11:21 am
*****************************
Maybe you can add the current user and datetime to the tables.
*****************************
I would like to do something along this line, and I guess username, datetime data must be entered to...
October 21, 2003 at 12:11 pm
Thanks Phillcart,
I am almost there.
There is just one concept I am having trouble grasping:
Insert record into staging header table
Not a problem. Pull ID created via scope_identity().
Insert records into staging detail...
October 20, 2003 at 4:16 pm
Current Proccess:
1) Users upload text file via asp.
2) DTS package is triggered via proc to dts file.
3) File Header info is inserted to tHeaderTable and @@IDENTIRY returned
4) Meat of text...
October 14, 2003 at 8:01 am
Will have a Web front end enabling people to DTS text files to table. DTS Pack is being called from a stored proc.
October 9, 2003 at 2:52 pm
Worthy of a try,
but problem is we might have up to 20 people hammering on this thing at a time trying to put files in.
Any issues with concurrency?
October 9, 2003 at 2:15 pm
Viewing 15 posts - 1 through 15 (of 42 total)