Viewing 15 posts - 526 through 540 (of 565 total)
Are they attempting to access SSAS directly? You will need to grant them access to SSAS as well. Connect to SSAS via Management Studio, right-click server, select properties, select security...
October 1, 2007 at 9:03 am
This article might help -
October 1, 2007 at 7:18 am
Have you attempted to create a new credential and execute the job under this account? Refer to "Credential Properties (General Page)" in BOL.
July 31, 2007 at 7:24 am
June 4, 2007 at 9:36 am
Have you verified the MsDtsSrvr.exe executable? i.e. Is it still in "C:\Program Files\Microsoft SQL Server\90\DTS\Binn\MsDtsSrvr.exe"? Can you launch from the command line and connect via management studio?
June 4, 2007 at 9:32 am
If your working in a distributed environment i.e. running MSX, a single SSIS package running against multiple TSX (targets) is much easier to maintain.
May 29, 2007 at 4:19 pm
David - sent you an e-mail w/ example.
May 29, 2007 at 2:57 pm
This is just a generic exception thrown by SSSIS. Your best bet is to debug the package from VS/BID - I would recommend adding a data viewer in on the...
May 29, 2007 at 2:18 pm
Your on the right track w/ using VS as opposed to the wizard. Create a string variables for your connection strings. You can then pass these in the /SET parameter...
May 29, 2007 at 2:15 pm
Can you verify the scope of your variable? i.e. ensure its on the package
May 29, 2007 at 2:10 pm
May 25, 2007 at 10:53 am
Create a new SSIS project and package. Create string variables for the server name and database name. Create a new connection manager, point it to a server, database. Then right-click...
May 25, 2007 at 10:48 am
Just FYI, replied to your e-mail with an example package attached. Hope it helps.
May 25, 2007 at 10:40 am
I'm assuming your running W2K with the /3GB switch? If your running W2K3 you can remove this from the boot.ini file altoghether and it will use PAE. In either case I...
May 24, 2007 at 6:06 pm
Check out http://www.sqlis.com - they often have some good examples/tutorials.
May 24, 2007 at 3:24 pm
Viewing 15 posts - 526 through 540 (of 565 total)