SSIS Package Failed to lock variable
Hi..I have developed one package that will zip the file naming with current date and upload it to ftp..The file zip task is done..but i can't upload the created zip file with today's date to ftp.For....
View ArticleHow to get data from XML in row column format using stored procedure in sql...
ALTER proc [dbo].[WebServiceCall] as begin declare @sUrl varchar(4000),@obj int,@response varchar(800) set @sUrl ='http://10.130.7.147/Eservice/SSISService.asmx/HelloMoon'...
View ArticleRe-Load DFT Error rows best practise :
Team , Package Flow : Simple Load from Flat file to SQL Destiantion , Scheduled Daily .DFT==>FFS==>DataConversion==>SQL Load .Error Rows via Data Conversion moved over to SQL Table "SSIS...
View ArticleIssue in adding "Script Component Transformation" in Data Flow...
Hi there,I am working on a Code Generator for programmatically generating SSIS 2008 packages. These packages will have various file sources viz. CSV, Text (Fixed Width), Excel. MDB etc. After...
View ArticleSQL 2008 R2 SSIS integrate with SharePoint 2013
I created SSIS (SQL 2008) packages that works with SharePoint 2010 in the past. In my new job, I am working with SharePoint 2013 and SQL 2008 R2. I found two issues:(1) After I installed SSIS...
View ArticleCommand Prompt DTEXEC Vs. Scheduled Job
Hi Gurus,I have a strange problem going. Any help/direction on this would be appreciated. The issue goes like this:I have a package which fetches about 10M rows from Oracle (single table, no joins). I...
View ArticleSSIS 2008 execute package task and SQL Job?
Ok I am just now discovering that the execute package task even exists, so forgive the newbie question. So, if I want to run a package as a SQL Agent job, how does this change if I want to execute...
View ArticleEdit SSIS packages with VS 2010 and older ms sql database
Hi, My group believes that we can't move forward to VS 2010 to edit SSIS packages until we get to MS SQL 2012 databases. I think that's wrong. I installed a full SQL Server 2012 on a personal...
View ArticleConvert DT_WSTR to DT_Datetimestamp
Hi I have vb6 code ("VALID_DATE") = FormatDate(Mid(Table_Fields(1), 85, 8)),for which i have converted it to SUBSTRING(Data_table,95,8)...I want to convert SUBSTRING(Data_table,95,8) to...
View ArticleSSIS Lookup - Set values programmatically
For the SQL 2008 R2 SSIS Lookup Transformation, how do I get the 'Modify the SQL statement' checkbox to be selected programmatically? I can change it through the front end, but I can't find the...
View ArticleHow to Use Variable in Sharepoint List source SiteURL property ?
Hi All,Am using a Shrepoint List as a source in my DFT, i had provided SiteListName,SiteListViewName and SiteURL and it is working fine.The siteurl is project specific one. I have some n number of...
View ArticleGettting warning :SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED
Hi all,I'm a beginer with SSIS . When I executed package from SSIS , I got the warning :"SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors...
View ArticleCan I install SSIS 2008 R2 on a server where SQL Server 2012 SSIS is already...
Hello Experts,Please let me know whether I install SSIS 2008 R2(only) on a server where SQL Server 2012 SSIS (full installation is done) is already installedI had some packages which are running...
View Articlecannot see integration service node in SSMS 2012
I installed all the services of SQL server 2012 (database engine, ssis, ssas, ssrs) on a sandbox with another existing version sql 2008 (db engine, ssis, ...) The 2012 instances are named instances,...
View ArticleError while loading data in to fact table in ssis package
Hi, In my database we require 5 parameter tables and 2 transaction tables to create cubes.Here each table is having composite keys(i.e.2 or 3 primary keys). now i have to create a DWH with 5...
View ArticleSSIS called via sql job does not use defined configuration files!
Anybody knows how to handle this.I deployed a SSIS.Then I create a job in which I add the config files.When running the SSIS, the config files used are the ones the developper was using instead of the...
View ArticleSSIS: How to handle values when using derived column
Hi everyone, My SSIS package finished when I used derived column to create FULLNAME column from Last_Name, Middle_Name, Last_Name. But something is not right exactly :Here is my issues: (With...
View ArticleOutlook add in: How to create buttons which values are defined in a .txt file?
hi, I'm creating an outlook add in with a custom command bar. I want it to create automatically several buttons which values and names depend on a .txt file, stored in Appdata\Roaming\param.txt For...
View ArticleSSIS Data flow task error -2146233033
What is error -2146233033? I created a Data flow task that copy data from ADO Net Source to a flat file destination. I am redirecting the records with errors in another flat file. One of my records has...
View ArticleLoop on control flow so file loads in excel seperatly
HiI have one pre existing package which has source which exec a sp with parameters and dump that into excel file at a location now it is something like this,exec [dbo].[sp_name] @planlist = '1,5,20'so...
View Article