Viewing 15 posts - 76 through 90 (of 118 total)
I've used the same/similar solutions in the past to delete files if they exist and replace them with a new extract file.
Regards,
Matt
October 18, 2006 at 6:27 am
Try running it from the command line and see what happens.
Use just '\\ITITPAFS02\pds\voicenet\isiti\winzip\wzzip.exe \\ititpafs01\pds\inetpub\ftproot\accumen\political \at0123.zip \\ititpafs01\pds\inetpub\ftproot\accumen\political \at0123.xls'
You maybe running into rights issues crossing servers.
Regards,
Matt
August 25, 2006 at 10:19 am
Absolutely. We used winzip and command line parameters in our task.
Regards,
Matt
August 24, 2006 at 7:42 am
you should be able to use @variable = functionname(parameters) or you may need to do this using a proc with the function being called in the proc.
Regards,
Matt
August 22, 2006 at 10:32 am
1 connection.
Use a proc to read the systable(s) and dump the needed info into a ## temp so it can be read by the active-x, on success call the active-x.
In...
Regards,
Matt
August 22, 2006 at 9:27 am
You are on the right track, and I'd give you the code if I could find it, but unfortunately I don't have access to it here at work.
Using a DTS package...
Regards,
Matt
August 22, 2006 at 7:32 am
Are you looking for a return receipt type option beyond the task success/fail?
Regards,
Matt
July 21, 2006 at 11:40 am
Looks like I misread your question. George is correct.
Regards,
Matt
June 30, 2006 at 8:17 am
1st, what are you trying to created (what business process) with this flag. If you're trying to create an automated process for processing reorders then access might not be your...
Regards,
Matt
June 30, 2006 at 6:33 am
Found the code for the Proc and I have a sripted DTS too if you need it. Proc is below. Hope this helps.
ALTER proc dbo.usp_execute_dts @strTxtFile as varchar(200),
...
Regards,
Matt
May 11, 2006 at 8:18 am
It's been a while, but i believe that you would simply call a stored proc that calls the DTS Package. You can add two variables, you should be able to...
Regards,
Matt
May 11, 2006 at 7:41 am
Try using a dts package. Create your source as the text file, your destination as your table and map just the field(s) you need. Get creative and make the whole...
Regards,
Matt
May 11, 2006 at 6:41 am
I'd have to agree with Journeyman.
Access to education / training (including fees paid and paid time). I'm sick and tired of having to take vacation time to attend training. My...
Regards,
Matt
May 5, 2006 at 6:32 am
Mr. Smith is correct. The true anser to your question lies in the errors table that Access generates. It will list line by line what the errors are. It may...
Regards,
Matt
May 3, 2006 at 7:09 am
I've done something similar in the past by using multiple record sets in the asp page and using DIV tags to hide the ones not selected. In my case I...
Regards,
Matt
April 26, 2006 at 6:45 am
Viewing 15 posts - 76 through 90 (of 118 total)