Output parameters in OLEDB Command component - SSIS 2008
I have a package that I developed in SSIS 2005 and recently ported to 2008. Everything runs great except an OLE DB Command component that calls a stored procedure that uses output parameters.When I try...
View ArticleNULL vs. Empty strings in CSV import
I am importing data from a CSV file into a SQLServer database via SSIS. I have a problem with string columns, in that SSIS inserts an empty string (eg. "") for a null column (eg ,,) by default. I can...
View ArticleCan someone help me for "ROW-00060: Internal error: [dainsert,16]
p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:'Calibri','sans-serif';} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph...
View ArticleSSIS Package execution result showing only question marks
Hi All,My package which is deployed on SQL Server and running from a SQL JOB is showing question marks (shown in below image) in execution result of job history. Anyone know the reason why this is...
View ArticleSSIS 2008 WMI Event Watcher Task Question
I have an SSIS process that uses an Execute Process Task to convert an ASCII file to EBCDIC. This piece works just fine. If there are any errors during the conversion process, an ebcdic.err log file is...
View ArticleSSIS Web Service
I am totally new to SSIS so can you tell what is the most straight forward to call a Service?Use Web Service Task or Script task and do you have any basic examples for me to go by?
View ArticleUnable to connect to Oracle from SQL Server 2008 R2
Hi,On clicking on the "Test Connection" button within the Oracle Connection Manager within SSIS I get the following error; -"Test connection failed because of an error in initializing provider....
View ArticleSSIS : Import from CSV file to database table
Dear Experts,SSIS falt file to daatbase table import is only importing 9899 (1 header + 9898) rows though the file has 19000+ rows and giving a success message. Is there a limitation in importing flat...
View ArticleTruncate more the one oracle tables using SSIS execute sql task....
Hi All,I want trucate oracle tables using ssis sql task.I took execute sql tast editor for that, my conndection type is ado.net , sqlsourcetype direct inputmy querytruncate table tab1,truncate table...
View ArticleFile NOT used getting "File in use" error
My SSIS package is totally vanilla - read a file, upload to a database and look up a couple of values, and then write out the data to another file. When I run it from BIDS through the debugger, I...
View ArticleSSIS XML source error
I have a XML file with four columns that I receive on a daily basis which I am loading into the table in SQL Server. The same XML file that I receive, sometimes does not have data in it and it is...
View ArticleFlat File Format (Comma separated with Fixed Length)
I need to display the flat file with fixed width comma separated outputLike thatThanks.ZK
View ArticleMoving a file to a sharepoint folder using SSIS
I have been searching the forums trying to find a way of moving a file to a specific folder in Sharepoint.I worked out that using the file system task you can plug in the UNC address of the folder as a...
View ArticleSSIS task failed to load(Script task)
Hi,I am running a SSIS package using a bat file. When I run the bat file it gives the error ,'The task has failed to load.The contact information for the task is " " '. Can you let me know how to...
View ArticleSSIS OLE DB Source editor does not load table names
Hi Everyone,I work as a database support Engineer with not much knowledge about SSIS. Our offshore team who is working on SSIS are facing an issue from yesterday which I am not able to fix till now.Our...
View ArticleSSIS Script Component destinantion to WCF service
HiI have been struggling to find a sensible answert to this issue.Using VS2008, we have a package attempting to use a WCF service which has some basic functionality to post user notes to a table. The...
View ArticleHow do I set a ComponentID for a Custom Dataflow component (derived from...
Data flow components have different ComponentID's depending on what type of component they are. If I build a custom dataflow component I would want it to have a ComponentID that is different from the...
View ArticleName 'dts' is not declared
I've inherited a SSIS 2005 task that I've moved into SSIS 2008. In the task besides the ScriptMain.vb there is a Reference.vb. The reference.vb was modified to the following: Me.Url =...
View ArticleSSIS Log Analyzer
In this video, I'm going to demonstrate how to use the SSIS Log Analyzer tool to analyze complex and verbose SSIS logs quickly and easily.http://technet.microsoft.com/en-us/sqlserver/hh319894.aspx
View Articleanalyzing log files w/ SSIS and SQL Server - any tutorials?
analyzing log files w/ SSIS and SQL Server - any tutorials? Thanks..... consider the data source as IIS log files.... can we read them using SSIS? and store it in SQL Server? And then do some...
View Article