Viewing 15 posts - 46 through 60 (of 127 total)
Hi gravitysucks
Are you sure you are using a Package level variable to collect the value returned by your stored procedure instead of a task level variable?
If you are using a...
June 21, 2012 at 9:25 pm
Hi Rob,
Perhaps the built-in field UserID is the way to go; you should first add it at your report header to find out the field format, mine is: DOMAIN\USER, e.g....
June 21, 2012 at 9:16 pm
Hi Joelax, welcome to SQL ServerCentral 🙂
These posts may help you:
Could not deploy the reports on the report...
and
Can't deploy reports from BIDS to reporting...
Cheers,
June 21, 2012 at 8:56 pm
Hi Gerbera,
The following MSDN article may contain the answers you are looking for: Execute DTS 2000 Package Task
It seems you have to install the 2008 DTS runtime, the article have...
June 21, 2012 at 8:47 pm
SJanki
The solution listed on the previous post has the following dependencies:
Its logic is based on information found within the Excel file; the user should not replace columns headers or labels...
June 21, 2012 at 8:30 pm
Hi SJanki
I do not know if you resolved your issue already, if you haven't the following package handles the problem you described, the data flow picture below drives the explanation.
PROCEDURE
a....
June 21, 2012 at 8:12 pm
Yes, that's correct, it could mean a lot of work for you updating any package with Excel data sources based on the old driver (Xl-2003) and people at your site...
June 20, 2012 at 5:02 pm
Hi Juls-195136
You may use an Script Task component to consume the Web Service, but you also have the Web Service Task, which is better; I found the following article at...
June 20, 2012 at 9:21 am
I ran a test on my workstation before posting my suggestion, I was chasing permissions problems, I did not try to use my local server because FTP permissions issues are...
June 20, 2012 at 8:44 am
Hi Sandy
Is this the same problem you reported at the Integration Services forum?
June 20, 2012 at 2:37 am
Hi Erics
It could be possible that your data source is either [a] not deployed or it was deployed and still referencing the developer environment.
You can check it out by...
June 19, 2012 at 8:52 pm
Hi GRussell31
I can't explains why your data flow is not following the error path, I can suggest the OnError event at Package level? you can set it up at the...
June 19, 2012 at 8:16 pm
Hi cafescott
I tried to replicate your issue on my workstation, I set a local FTP server and it worked fine, I had some password rejection because I did not enabled...
June 19, 2012 at 7:53 pm
You may use the SETX variable value command in a DOS or CMD batch file or console; I did not try this on a secured environment, it does work on...
June 19, 2012 at 12:12 am
It seems you missed step 4
4. Double-click on the Script Component to open its editor and click on its Input Columns, search for the column containing the offending dates, and...
June 18, 2012 at 11:18 pm
Viewing 15 posts - 46 through 60 (of 127 total)