Viewing 15 posts - 136 through 150 (of 196 total)
Read, Write and Execute permissions in your case.
April 13, 2009 at 9:24 am
Does the credential (mapped to the proxy user account) have permissions on the folder aba_syms (read permissions on networked resource?). I had a similar problem, turned out that the credential...
April 13, 2009 at 9:23 am
Do you have a proxy and credential created? and is that proxy account running the job?
April 13, 2009 at 9:13 am
- Take two sources, pre-sort them in the SQL Command and set the SortKeyPositions appropriately.
- Use a merge (left) join on the keys.
- use a Conditional split and...
April 13, 2009 at 8:50 am
Use the Execute Package Task (3 times for your 3 packages) in a Main package and use SQL Server agent job to run this package. But if u want each...
April 13, 2009 at 8:45 am
You can keep the same connection. Try to run your four operations as parallel tasks (do not use workflows to govern their behaviour, or put them disconnected in a container...
April 13, 2009 at 8:42 am
Have u used options like Fast load in the data flow task, optimizing the oledb source adapters to allow more network packet size (to 32K) instead of the default 4K...
April 9, 2009 at 7:36 am
Try this
SELECT COUNT(*) FROM MASTER.DBO.SYSSERVERS WHERE SRVNAME = ?
Leave the mappping as is.
April 9, 2009 at 7:15 am
The only hypothetical reasons that i can think of from the desc of your problem are
1. network throughput: maybe u r maxing out on this or not using it right.
2....
April 9, 2009 at 7:10 am
You need to set up a proxy account (mapped to a Credential) with permissions to SSIS sub system. Then run the job via the proxy account. This should solve your...
April 9, 2009 at 7:00 am
can u pls give the entire error msg.
April 6, 2009 at 7:23 am
Most probably your antivirus program is blocking the email out port (25).
March 31, 2009 at 11:47 am
Although very easy (the earlier post), i would recommend, u know to get your email list values from a database table, flat file etc, so that it saves u the...
March 30, 2009 at 2:32 pm
Viewing 15 posts - 136 through 150 (of 196 total)