Viewing 15 posts - 1 through 15 (of 29 total)
I found the issue. The case statement result is of type DT_STR. Putting that result into a DT_WSTR could cause data loss thus the error.
I changed the data...
August 17, 2012 at 10:17 pm
Leonardo Da Vinci said "simplicity is the ultimate sophistication." I did make things more complicated than they are, didn't I? Still have to learn to look at...
August 8, 2012 at 12:41 pm
Thank you! I intentionally posted to see improvements. Improvements I got.
August 7, 2012 at 2:44 pm
No they are 2 separate accounts but both are local admins on the sql server box. Thanks
July 12, 2012 at 12:22 pm
Thank you for the clarification.
We ended up adding the sql server agent service account as a valid CRM so that when xp_cmshell->dtexec->SSIS package the user is a valid CRM user...
July 12, 2012 at 11:24 am
Where would we that proxy account connect to?
The sproc alreadyhas EXECUTE AS svcAccount1.
The xp_cmdshell does not seem to have a run as or execute as -- so how do we...
July 12, 2012 at 10:28 am
Xp_cmdshell kicks off dtexec which runs the SSIS package.
The sproc executes as User1 but it appears that xp_cmdshell is hard wired to sql server agent service account so the SSIS...
July 12, 2012 at 9:54 am
Thank you for throwing some light. I was pulling my hair for an hour and so did our DBA.
July 4, 2012 at 10:18 am
Thanks! yes, I did have an expression with the folder variable. THe issue was the folder dynamic value was not passed to the SSIS package.
I found out how...
July 3, 2012 at 1:46 pm
that dtexec works and passes XYZ to the package on my local sql server box. It does not pass XYZ on the sql server box -- must be some...
July 3, 2012 at 10:37 am
Your suggestion will work optimally. Unfortunately, I can't implement it as the service account does not have write permissions on Database2 tempdb and never will.
So I have...
April 12, 2012 at 9:01 am
I totally agreed with your point. I'd love to do the same thing with SSIS tasks but do not know how to pass a table value parameter in SSIS...
April 9, 2012 at 7:24 am
Update - I was able with script to convert the sqldatareader to a datatable and save that datatable into a user variable of type object.
Thanks!
April 8, 2012 at 9:05 am
Viewing 15 posts - 1 through 15 (of 29 total)