Viewing 15 posts - 526 through 540 (of 566 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...
Tommy
Follow @sqlscribeOctober 1, 2007 at 9:03 am
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.
Tommy
Follow @sqlscribeJuly 31, 2007 at 7:24 am
This might help -
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=478437&SiteID=1
Tommy
Follow @sqlscribeJune 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?
Tommy
Follow @sqlscribeJune 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.
Tommy
Follow @sqlscribeMay 29, 2007 at 4:19 pm
David - sent you an e-mail w/ example.
Tommy
Follow @sqlscribeMay 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...
Tommy
Follow @sqlscribeMay 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...
Tommy
Follow @sqlscribeMay 29, 2007 at 2:15 pm
Can you verify the scope of your variable? i.e. ensure its on the package
Tommy
Follow @sqlscribeMay 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...
Tommy
Follow @sqlscribeMay 25, 2007 at 10:48 am
Just FYI, replied to your e-mail with an example package attached. Hope it helps.
Tommy
Follow @sqlscribeMay 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...
Tommy
Follow @sqlscribeMay 24, 2007 at 6:06 pm
Check out http://www.sqlis.com - they often have some good examples/tutorials.
Tommy
Follow @sqlscribeMay 24, 2007 at 3:24 pm
Viewing 15 posts - 526 through 540 (of 566 total)