SSIS and MSMQ
I am a novice in SQL Server 2008, so if this question seems fundamental, I apologize ahead of time.I have a general understanding of how SSIS packages interact with MSMQ by sending/receivingmessages...
View ArticleProxy Authentication Required. during using myWebClient.DownloadFile
Hi I'm using public void Main() { System.Net.WebClient myWebClient = new System.Net.WebClient(); myWebClient.DownloadFile(Dts.Variables[0].Value.ToString(),...
View Articleconversion issue during reading Variable value in Expression.
Hi ALLI have an one variable named as MAXLEADID i'm using its value in experssion .Its datatype is Int64.It gives me error;Cannot convert 'System.Int32' to 'System.String'.I need to use this with Query...
View ArticleOdd behavior for a scheduled SSIS job
I've got a strange situation here and can't seem to get to the bottom of it. I have a pretty simple SSIS package that creates a CSV file, renames it, and then FTPs it to an FTP site.I'm not using...
View ArticleClone a database using Copy wizard. How to avoid duplicate logical names?
Hi!I have created a Copy Database Task. This all works out find, how ever. The logical name of the cloned database remains and does not get the new name. The cloned db goes on the same server and...
View ArticleImport and export wizard - edit mappings read only
When trying to import data from a csv file into an existing sql server table, when I click the Edit mappings... button from the import and export wizard i can't actually change any of the destination...
View ArticleExport to CSV Issue
Hi,I have added a Flat File Connection Manager and export data to this.In the Preview window all data looks ok. However, once I open the csv file, the numeric data is shown as Exponential data.In the...
View Article[Microsoft][ODBC SQL Server Driver][DBNETLIB] General Network error. Check...
Hi Everybody It is not my first time that I am coming across this problem.I get an error message that reads like "[Microsoft][ODBC SQL Server Driver][DBNETLIB] General Network error. Check your...
View Article2008 - 64bit package execution limitations with dtexecui.exe
School of hard-knocks... wanted to share some pain to help others avoid it.1) 64 Bit 2 processor dev box running windows 2003 server with 2gb2) reasonably large data-set, package with cached lookups...
View ArticleConnection Is Not Found Error
I have a package which runs without error in Visual Studio when I click on each task and select Execute Task. But when I put the package in a SQL Server Agent Job and start the job the package throws...
View ArticleConvert a SQL Server 2005 SSIS input file from UTF8 to Unicode
I load SQL server table with data coming from a tab delimited txt file using SQL Server 2005 SSIS pkgA, the data flow component script task is NOT able to parse the UTF8 file (no error reported). Used...
View ArticleSSIS 2008 connect to Remedy AR ODBC
I am connecting to Remedy system with AR ODBC driver. Details:1. Windows Server 2008 R2 Enterprise 64 bit, SQL Server 2008 Microsoft SQL Server 2008 (SP2) - 10.0.4000.0 (X64) Sep 16 2010 19:43:16...
View ArticleSSIS Script Component to multiple OLEDB Destinations - Controlling the...
Howdy All!I have an ugly flat-file import that I'm working through -- EBCDIC flat file, coming straight as a mainframe tape record.I've got the control flow working properly up to the Data Flow... I...
View ArticleSystem.IO.IOException: The process cannot access the file because it is being...
hi there, I've created a script component to log every single processed row and store values in a log file on the server. Below is the code inside the ProcessInput public override void...
View ArticleLoading data from multiple flat files into a single table
Hi,I have to extract data from multiple flat files into a single table which will keep coming twice in a minute into a folder. As soon as a file comes I have to extract the data and I have to also...
View ArticleHow to transfer multiple tables data from one database to other database with...
I have to transfer multiple table data from one database to other database with some condition.Let see I have 50 tables in my DB_A and I want to transfer 50 tables in DB_B with condition. I want to...
View Articlecannot run sproc from SSIS execute sql task
I created a basic SSIS package using SSDT2012.It has an execute sql task and an OLEDB connection manager. I set the execute SQL task to used the OLEDB connection manager and used direct Input to put...
View ArticleSSIS to validate excel files
I need help validating multiple excel files prior to loading them in a final database. First, I would like to check for NULLs, make sure that a threshold criteria is met (60%); if criteria is below60%,...
View ArticleSSIS Package
In a particular column the data entered in the database ( through UI using a multiline textbox) the unicode for enter key also gets saved. while retrieving the data using a ssis package the data gets...
View Article