Viewing 15 posts - 451 through 465 (of 1,118 total)
Try to direct to Trash Destination first only the source. Then include the script component, still directing to Trash Destination. Then you should know by this moment if the...
January 20, 2010 at 1:21 pm
Do you have SSIS 2005 installed on the machine where you execute the code above? The CLSID you have included above is for the Application object in 2005.
January 20, 2010 at 12:58 pm
Jack,
How do you know which is the slow part? I would recommend you test each step one-by-one to determine if the call to the custom DLL is indeed the slow...
January 20, 2010 at 12:54 pm
I just tested with the URL you have provided above and it worked fine from my site.
Do you have firewall in place? IE and Firefox might work because they use...
January 20, 2010 at 12:52 pm
You have equivalent to readline. Just define your layout as one column and use CRLF as your row delimiter and you should be good to go.
January 18, 2010 at 9:26 pm
RJ-389260 (1/14/2010)
Hi CozyRoc,Your scenario is exactly what I am trying to accomplish. Do you know of any references where I can get more detail about how to accomplish this? Thanks
I...
January 14, 2010 at 9:52 am
Brad Johnson-378105 (1/14/2010)
I've tried all of the same connections that worked for you, with the exception of iSeries Access for Windows ODBC data source. I think this requires SQL...
January 14, 2010 at 9:44 am
If you can use third-party solutions, check the commercial Cozyroc SFTP Task. It is fully integrated in SSIS and you will not experience issues like the above.
January 13, 2010 at 9:20 am
Check SQLBI DTExec. It can help with the remote package execution.
January 13, 2010 at 9:16 am
LOOKUP_BI-756009 (1/11/2010)
There is no pop up of Console window showing up.
Here is just a simple code Im trying...
January 13, 2010 at 8:35 am
saidwarak01 (1/11/2010)
I would like to store the query results into a variable which is of object type as my result set operation is set to full result set in...
January 13, 2010 at 8:21 am
10061 error code means connection refused. I think you will find this discussion useful. Verify if you have the correct port specified to your server.
January 11, 2010 at 12:44 pm
Is there an error message you are getting? Have you tried to make a post in the IBM DB2 forum?
Try posting your question here.
January 11, 2010 at 11:00 am
If the Oracle driver doesn't support Windows Authentication, you have to use standard logon name/password approach.
January 11, 2010 at 7:37 am
Viewing 15 posts - 451 through 465 (of 1,118 total)