Viewing 15 posts - 1 through 15 (of 18 total)
Please find attached script files to create tables and data.
dbo.Cust_Encounters.Table.sql is the data to start with. dbo.Cust_Encounters_Sets.Table.sql shows what it will look like after creating sets.
Thank you for you help.
June 11, 2014 at 11:12 am
Sharing the folder solved the problem.
November 22, 2013 at 9:45 am
I am using a UNC path, not a mapped drive.
November 21, 2013 at 6:11 am
When I run the package in debug mode using Visual studio, it works fine, no errors.
When I run it in a scheduled job in SQL Agent using a service account...
November 20, 2013 at 6:03 am
I am loosing hope, please respond. I am sure many people are using this in their ETL.
Thanks.
November 19, 2013 at 10:29 am
I did the following:
Opened Component Services,Expand Component Service->My Computer->DCOM Config, Locate “Microsoft SQL Server Integration Services 11.0” Rt click and select “Properties” Select the “Security” tab, In Launch and Activate...
November 18, 2013 at 5:14 am
Yes, my folder and files have every one full control.
I checked the event viewer. It is showing the following error: The application-specific permission settings do not grant Local Activation permission...
November 15, 2013 at 6:20 am
yes, my file and folder has everyone full control.
I checked the event viewer. It is showing the following error:
The application-specific permission settings do not grant Local Activation permission for...
November 15, 2013 at 6:18 am
The file and folder has everyone full control set.
The account is MyDomain\MyProxy
November 15, 2013 at 5:17 am
It this problem because the proxy account does not have access to system.IO (dll) ?
The file and folder is set to have everyone full control.
November 14, 2013 at 1:30 pm
The only difference I see is that script you directed me to uses @subsystem=N'DTS'
while my job script uses @subsystem=N'SSIS'
I changed it to use DTS, but it didn't work....
November 14, 2013 at 1:27 pm
Phil Parkin (11/14/2013)
The proxy account also needs to be associated with the SSIS subsystem, I think.
The proxy account is associated with SSIS Package Execution
In the SSMS, I expand SQL Server...
November 14, 2013 at 12:39 pm
Phil Parkin (11/14/2013)
Are you saying that all packages containing scripts fail when run under SQL Agent,...
November 14, 2013 at 12:01 pm
Here are the contents of MsDtsSrvr.ini
I found it under E:\Program Files\Microsoft SQL Server\110\DTS\Binn
<?xml version="1.0" encoding="utf-8"?>
<DtsServiceConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<StopExecutingPackagesOnShutdown>true</StopExecutingPackagesOnShutdown>
<TopLevelFolders>
<Folder xsi:type="SqlServerFolder">
...
October 29, 2013 at 10:33 am
twin.devil (10/29/2013)
do check if SSIS components installed on Host.
How do I check it?
One more thing I just found out is that, If I remote into the machine where Sql...
October 29, 2013 at 7:43 am
Viewing 15 posts - 1 through 15 (of 18 total)