SSIS Package fails when execute from SQL Agent (job)
Hi,I have a problem where I have an SSIS package (SQL Server 2005) that won't run properly from SQL Server Agent, but it runs fine when kicked off manually from Integration Services -> Run Package...
View ArticleVB.net script needed to check line 2 in a file.
VB.net script needed to check line 2 in a file, file contains 25 columns i think script task will do the trickSQL SERVER : 2005I am running a batch job in salesforce which will create logs, Â i don't...
View ArticleException handling when calling SQLCMD through Execute Process Task in SSIS
Hi All,I have a requirement to call SQLCMD through Execute Process Task through generate a SQL query output file. I have to stick with using SQLCMD (instead of using Execute SQL task and File...
View ArticleRun child packages with different scheduletime by calling Master Package...
Hi, One SSIS master package has 10 child packages. In which,I want to run 5 packages on daily basis and other 5 packages on Monthly basis using single job schedule.How can i do this?Can anyone suggest...
View Articlessis package in sql agent Job
Hi ALL,There are packages that run  in sql agent failing with errorCode: 0xC0202009    Source: Data Flow Task DataTo [16]    Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has...
View ArticleCannot find .Net 4.0 version of...
Cannot find .Net 4.0 version of Microsoft.SqlServer.Management.IntegrationServices.dll (version in GAC is built against .Net v2.0.50727)Â and receive "FileLoadException: Mixed mode assembly is built...
View ArticleSSIS push table to schema
I have an excel file "Loans" which I am loading to my database.So the resultant table is "dbo.Loans"This table will have to be replaced with new data every 2 months.Also my task is to push it to...
View ArticleFuzzy Lookup Indexing
Hello Everybody,For the first run,  i have selected create, Store and maintain index.For second run, i would like to go for existing index instead of generating or maintaining index each time.When i am...
View ArticleHow to write CASE statement in SSIS expression using Derived Column...
Environment: SQL server 2005Problem: I have the following SQL query that I need to use in a Derived Column Transformation available in SSIS.CASE WHEN [Score]='0' then '0' WHEN [Score]='6' then '0+'...
View ArticleCustom Pipelinecomponent and Project/Package Variable
I have custom PipelineComponent written in C# with VS 2012 to send data to Microsoft Dynamics CRM from in-house database as part of ETL.Has anyone figured out how to read either a package or project...
View ArticleUpdates on Linked server cannot perform under T-Sql Transaction
Hi all,I've SSIS package which is developed using BIDS 2008.It's uses T-Sql transaction due some platform limitations wecannot use SSIS native transaction . So far all these are working fine.But now we...
View ArticleSSIS pasing parameters to package
HI all, I´m not sure if posible but let´s see what do you think.I´d like to pass parameters when running DTSX package from command line/ sql server agent.I want to do different tasks depending the...
View ArticleThe process exit code was -1073741819
I have one job failing in PROD and running fine DEV & UAT. Not able to figure it out issue. No clue what to do. The package is running fine on PROD. But when I run job then it is throwing error....
View ArticleUsing C# to Deploy the packages from client to Server
Hi All,We have a solution to deploy our packages from a client to our server. The client did not install the SQL server.When build the code in client, there is a error show up. The code for using and...
View ArticleReading SAP data - SSIS 2008 R2 - SSIS 2012
Hi,I need to know if it is possible to read data from a SAP ERP installation inside a SSIS 2008 R2 or SSIS 2012 pkg.Which are the data provider available in order to achieve this goal?Many thanks
View ArticleHas anyone used DataDirect Connect64 for SSIS?
here's the link: http://www.datadirect.com/products/ssis/index.sspare there any known "show stopping" issues with this product?tiaDuane Douglas, MCAD | http://www.ssisbi.com | Please mark the post(s)...
View ArticleSSIS User Variable is not getting updated via SQL Task
Hi,My package contains a User variable "User::IncrementalDate" String type.I am using below query in SQL Task to update this variable:Select ? = incremental_date from dbo.Audit where tablename =...
View ArticleEmbedding Hyperlink in SSIS Send Mail Task
Hi Everyone,Please I am working in BI Production environment and I wish to use the Send Mail Task in the control flow to send a email to certain users each time my package runs successfully, and I want...
View ArticleDownload records from sharepoint
Below is the record representation in the sharepoint. My requirement is to read each record and load in to table. So how this can be achieved using SSIS? We are not supposed to use sharepoint list...
View ArticleTransaction Property in SSIS Package
Hi,Requirement : when the Sequence container failure then Rollback SQL Task succeed( It means Rollback the Data when Package failure)(note:PC had problem with MSDTC so configured by using SQL task...
View Article