SSIS DB2 Connection

Apr 5, 2007

Hi



I am using IBM OLEDB Provider for DB2. The package is fine but when i am executing the package i am getting this error :



Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning.

Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning.

Information: 0x40043006 at Data Flow Task, DTS.Pipeline: Prepare for Execute phase is beginning.

Information: 0x40043007 at Data Flow Task, DTS.Pipeline: Pre-Execute phase is beginning.

Information: 0x4004300C at Data Flow Task, DTS.Pipeline: Execute phase is beginning.

Error: 0xC0202009 at Data Flow Task, OLE DB Destination [2011]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E53.

Error: 0xC0047022 at Data Flow Task, DTS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (2011) failed with error code 0xC0202009. The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.

Error: 0xC0047021 at Data Flow Task, DTS.Pipeline: SSIS Error Code DTS_E_THREADFAILED. Thread "WorkThread0" has exited with error code 0xC0202009. There may be error messages posted before this with more information on why the thread has exited.

Information: 0x40043008 at Data Flow Task, DTS.Pipeline: Post Execute phase is beginning.

Information: 0x40043009 at Data Flow Task, DTS.Pipeline: Cleanup phase is beginning.

Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination" (2011)" wrote 0 rows.

Task failed: Data Flow Task

Warning: 0x80019002 at Package3: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.

SSIS package "Package3.dtsx" finished: Failure.





I have seen the other posts on this forum most pointed tht the connection is not proper. This is my connection string, i have tried to configure and re-confgiure it but still the problem exists. Please take a look at let me know if theres something wrong in it.



Data Source=USUTF83;User ID=vshrivas;Provider=IBMDADB2.1;Persist Security Info=True;Location=;Extended Properties



USUTF83 : This is my database.

I tried providing the password also by parameterizing the connection but still the error remains same.



Thanks,

Vipul

View 24 Replies


ADVERTISEMENT

SSIS Project Failing To Run Even Though I Verified Remote Sybase Connection Via Connection Manager

Apr 7, 2008



When running the project in debug mode or non-debug mode, I get the following error from MS Visual Studio:

TITLE: Package Validation Error
------------------------------
Package Validation Error
------------------------------
ADDITIONAL INFORMATION:
Error at Package [Connection manager "SYBASE_CONNECTION"]: The connection manager failed to defect from the transaction.
(Microsoft.DataTransformationServices.VsIntegration)
------------------------------
BUTTONS:
OK
------------------------------

Any ideas???

View 8 Replies View Related

SSIS Package Does Not Remember Password (OLE DB Connection + ADO.Net Connection)

Mar 29, 2007

Both the OLE DB Connection and ADO.Net Connection in SSIS Package does not remember password.

Im connecting to a SQL Server 2000 box using its sa password as test.

The SSIS package runs fine when you first set up the connection in bids

The bottom line is that SSIS keeps forgetting the password I feed into
the two Connections that I'm using. I double-click a connection,
type the password in, check "Save my password" and hit "OK" but the
password disappears from there whenever I run the package or
double-click the connection again.



is there any known workaround for this issue as I would like to schedule my SSIS package using a SSIS Step in a SQL Server 2005 Agent job.



the only thing I found when googling this error was link below but the workaround described here is a little harsh

http://www.developersdex.com/sql/message.asp?p=1921&ID=%3C1146409399.447345.7470@j73g2000cwa.googlegroups.com%3E




thanks in advance

Dave



the box SSIS is running on is Windows 2003 Server Standard Edition latest service pack

SQL Server 2005 (no service packs )





View 14 Replies View Related

SSIS Remote Connection Failing ... Local Connection OK

Mar 1, 2006

I'm getting "Access denied" error when I try to connect to SSIS from my desktop (Database Engine is fine). I'm a member of sysadmin within SQL, as well as an administrator on the server. I don't have any problem when I log on to the server directly via Remote Desktop and open SSIS.

I went into the surface area config tool, and I see that Database Engine and Analysis Services both expand and have a sub tabs to enable Services and Remote Connections, but Integration Services does not expand to a Remote Connections option, just Services. We're running MSDN Enterprise edition.

Does it matter if all the SQL services are using "Local System" for the logon ? I use an administrative logon on my SQL2000 boxes, and was fiddling with them on the 2005 box yesterday, but it seemed to cause more problems, so they are all Local System for now.

Am I missing something obvious ?

View 3 Replies View Related

SSIS Execution Error: FlatFile Connection Problem - FileName &&<fileName&&> Specified In The Connection Was Not Valid.

Apr 19, 2008



Hi Champs,

Scenario Configuration : VB.net 2005 Code, WebService for Executing SSIS on Server, SSIS deployed on the Database Server

Problem Description : We are developing windows applicaiton in which we call webservice which was deployed on the same server where SSIS packages are deployed.
Now from Code we are passing FilePath name in variable and execute the Package. But the SSis result says that
The file name "\computernamefol1fol2fol3fol4abc.txt" specified in the connection was not valid.

More Information:

1. Full Permission are given on this network folder.
2. Package executes successfully from SSIS development solution (BIS solution)
3. Deployed packed executes successfully from the Database Server.
4. From Development pc packege executes successfully.
5. Other packages deployed on the same server executed suucessfully with same configuration and scenario.

Only this package is not executing.


-- the only differece with this package with other is -

using ".txt" extension in Flat file connection and using VB Script task


Can any one suggest the appropirate solution for this problem...

Thanks
Tarang Pandya

View 21 Replies View Related

Connection To DB2 Using SQL 2005 64-bit (SSIS)

Apr 30, 2008

Hi,

Need help in pulling data from DB2 using SQL 2005 64-bit (in 64-bit Server), we were able to successfully install IBM ODBC Driver, link DB2 server in add linked server, and query data using SQL Management Studio. But when we tried to pull data in SSIS (BIDS), using [OLE DB Source] data flow task (having Native OLE DBIBM DB2 UDB for iSeries IBMDA400 OLE DB Provider), and used simple command query (select * from [DB2 library name].[table name]), we get this error:

[OLE DB Source [1]] Warning: Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code page from that property will be used. Change the value of the property if the current string code page values are incorrect. If the component does not support the property, the code page from the component's locale ID will be used.

Many thanks for anyone who would help.

Regards,
Eduardo

View 1 Replies View Related

SSIS Connection String

Jan 31, 2008

I am novice in SSIS. Recently I migrated some dts packages into sql 2005. Now I need to change connection string. But I am not sure how to change it. I am wondering, if any one can help me.

View 11 Replies View Related

Remote Connection To SSIS

Feb 14, 2006



Hello.

I am trying to remotely connect to SSIS from my PC using windows authentication in SQL mgmt studio and I keep getting the following error message:

---------

Cannot connect to <server>

Additional Information:

Failed to retrieve date for this request. (Microsoft.SqlServer.SmoEnum)

Connect to SSIS service on machine "<server>" failed: The RPC server is unavailable.

---------

I do not get the same error when I connect to the database engine, just SSIS. I don't have a firewall inbetween the machines either so it can't be that.

Has anyone else had a similar problem? if so, I would be grateful if you can you tell me how you got around it

Thanks

View 5 Replies View Related

SSIS XML Connection Limitation

Jan 12, 2006

Hi,

I came accross this and spend a significant amount of time on it.  Thought I'd posit it for all.  I looks like 2005 SSIS has a limitation on the number of simultaneous transformations it can pull from an XML file using "XML source" as a dataflow.  I've got an XML / XSD that will load 20 tables.  I cannot put more than 13 into my data flow task.  If I do I get the error message below.  I've tried adding multiple OLE DB transformations to the same server/db and spreading my feeds accross the OLEDB destination connections and it still fails with the same error.  Despite the error pointing to the network I see no evidence of that.  I've tried everything and it consistently goes away when I have only 13 transformations and comes back as soon as I go up to 14.  I've not seen this documented as a limitation so I can only assume it's a bug.

BTW -- to get around the problem you can just add multiple data transfer tasks to the same SSIS project and that works fine.

Error: 0xC0202009 at Package, Connection manager "server1.conn1": An OLE DB error has occurred. Error code: 0x80004005.

An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Communication link failure".

An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "TCP Provider: An existing connection was forcibly closed by the remote host.".

Error: 0xC020801C at Data Flow Task, OLE DB Destination 13 [12709]: The AcquireConnection method call to the connection manager "server1.conn1" failed with error code 0xC0202009.

View 2 Replies View Related

SSIS Connection Error

Aug 8, 2007

Hello,'
Anyone can shed some light on what could be causing the error below?
This step import excel from a share using PRODsvcSQLDMS into the DB.
Could there be some setting in SSIS that I need to specify for the excel connection to use permission appropriately?
Thanks,
-Lawrence
OnError,SEA1DMSDB13,PRODsvcSQLDMS,Import Business,{4A36B215-3803-425C-A048-2677EF61FD8E},{41055DC6-9E34-45B9-9B31-152A40EFE837},8/8/2007 3:02:58 PM,8/8/2007 3:02:58 PM,-1071611876,0x,The AcquireConnection method call to the connection manager "SourceConnectionExcel" failed with error code 0xC0202009.

View 12 Replies View Related

SSIS And VSS = Connection Error

May 23, 2007

Hi, I don't see this problem posted anywhere but please redirect me if I missed it.



We have an SSIS package that works fine in BIDS for the person that created the package. It also works fine scheduled using AGENT on the Server. However when a different developer checks it out of VSS they can't run the package. They go in and edit the connection property - adding in the password again. (security = DONTSaveSensitive) Test the connection and it works OK. Run the package (or any task in the package) and they get Failed to acquire connection connection name.

View 9 Replies View Related

SSIS Connection Passwords

Jul 16, 2007

I created my SSIS package with connections to server databases. When I move the SSIS file to another machine it loses the password that is save in the connection. Is this a security feature? Is there a way to make it keep the passwords?

View 1 Replies View Related

SSIS-db2 Connection Issue

Apr 9, 2007

Hi,

I am tring to connect to db2 Database as a target for SSIS. I am using microsoft oledb provider for DB2. to connect
but I am getting following error


TITLE: Connection Manager
------------------------------
Test connection failed because of an error in initializing provider. An internal network library error has occurred. A network level conversational protocol error has occurred. SQLSTATE: HY000, SQLCODE: -343

please suggest

Thanks in advance
Prashant

View 1 Replies View Related

SSIS Remote Connection

Feb 9, 2006

Hello.

I am trying to remotely connect to SSIS from my PC using windows authentication in SQL mgmt studio and I keep getting the following error message:

---------

Cannot connect to <server>

Additional Information:

Failed to retrieve date for this request. (Microsoft.SqlServer.SmoEnum)

Connect to SSIS service on machine "<server>" failed: The RPC server is unavailable.

---------

I do not get the same error when I connect to the database engine, just SSIS. I don't have a firewall inbetween the machines either so it can't be that.

Has anyone else had a similar problem? if so, I would be grateful if you can you tell me how you got around it

Thanks











View 5 Replies View Related

Connection To MySql In SSIS

Aug 25, 2007



I have a process that copies data from a MySql database to Sql Server. This process has worked fine on another server but is failing on a new server. I created an ODBC connection to the MySql database which works fine. In the job, it has a Connection Manager object to the MySql database which Tests successfully. The job has a Datareader source with a very simple SQL command in it. When I run the job, I get the following error:

Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning.

Error: 0xC0047062 at Data Flow Task, DataReader Source [1]: System.Data.Odbc.OdbcException: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager90.AcquireConnection(Object pTransaction)

at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction)

at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper90 wrapper, Object transaction)

Error: 0xC0047017 at Data Flow Task, DTS.Pipeline: component "DataReader Source" (1) failed validation and returned error code 0x80131937.

Error: 0xC004700C at Data Flow Task, DTS.Pipeline: One or more component failed validation.

Error: 0xC0024107 at Data Flow Task: There were errors during task validation.


It says that the Data Source Name Not Found. If this was so, how is the connection manager test succeeding?

I am running the MySql driver version 3.51.12.

Any ideas what might be causing this to fail will be greatly appreciated!

View 1 Replies View Related

SSIS Connection Validation

Oct 19, 2007

I have an SSIS package that has been running successfully nightly in a SQL Agent job (SQL2005 SP2). Last night the package failed due to Connection "xyz" failed validation. "xyz" is only one of numerous connections in that package, but evidently if one connection fails validation at runtime, nothing in the package runs.

Is there some way I can configure the package so that one connection failing to validate at runtime won't cause the whole package to fail, so that the tasks that use other connections will execute?

Thank you,
Holly

View 7 Replies View Related

SSIS Connection Manager

Sep 4, 2007

Once you open the SSIS execute package utility and select a package from a SQL server location, even if you go to the connection managers item (on the left in execute package utility) and change a connection string, it doesn't make a difference.
I have this package that reads flat files into a database. So when I run the package, even if I change the connection string for a connection manager to read a particular flat file and run the package, it still uses the old connection string that was used when the package was initially saved. As always I hate Microsoft for releasing features without even checking if it works.

View 6 Replies View Related

Change Ssis Connection.

Jul 1, 2007

Hi,



i have SSIS proj whice now it connect to server A (whice is our test server)



now i want to modified our project that when we want it'll connect to server B (Our Prod server).



now i'm looking for something global that will switch the connection strings whenever i want.



what i find so far is to declare var for each package and give the var default value and to create script to change the value of the var.



is there a solution that will be for all the project and i don't have to change each package (i have alot of pckgs).



Thanks in advanced.

View 1 Replies View Related

Failed Connection SSIS Package

Jun 4, 2008

[Connection manager "CLRDB_Connection"] Error: An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E4D Description: "Login failed for user 'CLR.Test'.".

I got this error i cant resolve this. i deployed the package to other server using sql authentication. and i create the package using windows authentication on my local computer. i try to run my package in my local computer and i got this error.

View 2 Replies View Related

SSIS Connection Managers Error

Feb 6, 2008

I'm trying to create a new package and keep getting different errors. The package uses the same .NET ODBC provider as another package.

I can test the connection fine.


When I add a DataReader Source and select my connection I get the following warning:

Not all connection managers have been set. Set all connection managers.



If I click the refresh button I get this warning message:

Error at Data Flow Task [DataReader Source [6338]]: The runtime connection manager with the ID "" cannot be found. Verify that the connection manager collection has a connection manager with that ID.


All my collections have ID's and they are all read only.


If I ignore those warning I can enter my SQL command and go to the column mappings tab and see all the columns I selected but I then see several warnings all saying the same thing.

Driver does not support this function

I'm not able to close the Advanced Editor at this point.


Any ideas?

View 2 Replies View Related

Connection Manager In SSIS Packages

Jan 16, 2006

I am trying to run a package outside of the Business Intelligence development Studio.  It continuously fails and tell me that my username cannot logon due to a password failure.  When I check my connections the password never shows in the connection string and remains blank in the connection properties although I have checked Save Password in the connection properties.  Does anyone know how I can save the password in the connection string being utilized in the SSIS package?

View 3 Replies View Related

SSIS Connection To IBM DB2 On ISeries AS400

Sep 19, 2006

We are having trouble connecting to an IBM DB2 on iSeries data source in SSIS. In SQL2000 DTS we had no trouble connecting to this data source using an ODBC DSN. We have tried using the OLE DB providers for iSeries that comes with SQL2005. We are able to connect, but are unable to retrieve column information to use in mapping to a SQL2005 data destination. Has anyone successfully made this type of connection and data flow in SSIS? If so, please tell us how you did it. Thanks in advance!

View 8 Replies View Related

SSIS - Connection String Issue

Jan 24, 2007

Hi

I have been trying to resolve a connection string issue all day, and havent figured out whats the problem. I keep getting the Acquire Connection error everytime I run my package. Can you someone review the format of my connection string, and confirm that it is indeed the correct format:

I have two conn strings specified in my config file, one is to connect to a remote database and one is for local. I have validated the connectivity from my server to these databases via Management Studio, and it seems to connect fine. But when I run my package it keeps failing.

SQL Server Authentication(Remote Database Server):

Data Source=server_name;Username=useraccount;Password=xxxxx;Initial Catalog=dbname;Provider=SQLNCLI.1;



Windows Authentication(Local Database on the server):

Data Source=xxxxxx;Initial Catalog=xxxxx;Provider=SQLNCLI.1;Integrated Security=SSPI;



I would really appreciate if someone can help me with this, I have been trying to troubleshoot this all day today, and still havent had any luck. Thanks.

View 27 Replies View Related

Active Directory Connection From SSIS

May 12, 2006

I'm trying to query against AD to grab some data. I've done this setup and got it to work at my location but can't get it working at one of my customers.
Per information I've found via this site I did the following:
Task: from SS2005, select data elements from Active Directory and populate in ODS (using an
SS2005 Package in SSIS)


I created a linked server on the MS2005

EXEC sp_addlinkedserver 'ADSI', 'Active Directory Services 2.5', 'ADSDSOObject', 'adsdatasource'
I then created the following View (in the Master DB):
CREATE VIEW viewADContacts
AS
SELECT [NAME],MAIL
FROM OPENQUERY( ADSI,
'SELECT NAME, MAIL
FROM ''LDAP://#######/ DC=####,DC=###''
')
The View created w/ no errors

When I execute
select * from viewADContacts
I get this error:
Cannot fetch a row from OLE DB provider "ADSDSOObject" for linked server "ADSI".

Any thoughts on this error? Again, I did the exact same thing at my office (against my local AD) and it worked fine.

Thanks in advance

Tom

View 3 Replies View Related

Dymamic Connection Strings In SSIS...

Oct 16, 2006

I was reading through the following post regarding dynamic connection strings:

http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=812814&SiteID=17


In this posting they talk about setting up a configuration file to setup the connection string, but I am not sure how to apply that connection string to my connection manager. When I go into my configuration file, I can see the connection string, and when I go into the advanced properties of the connection manager, under the "Named ConnectionStringFileName" property, I set the property value to the name of my configuration file, but when I test the connection I get an error that the connection string property has not been initialized.

Can someone please assist me with identifying what I am doing incorrectly?

Thanks in advance for the assistance!

Craig

View 10 Replies View Related

How To Pass DB Connection To SSIS Through Variables?

Jan 14, 2008

Can any one please help me. how to pass the database connection through variables to SSIS.
And also calling SSIS from visual studio.net


Regards
Ravi

View 1 Replies View Related

SSIS Package OLE DB Connection Issue

Mar 1, 2006

I am having a very frustrating issue--

Essentially I have a package with an OLE DB Connection manager and a Data Flow Task.

The OLE DB Connection points to my SQL Server (using SQL authentication with a user who has sysadmin and dbo access to the DB)

All the Data Flow Task has is an SQL OLE DB Transform that runs a

SELECT * FROM <Table>

Obviously, this package does nothing...but I have stripped it down for test purposes.

Long story....longer:

When I debug this package from my local computer, the package completes successfully.

However, when I build the package and import it as a job on the server, it fails when it runs.

I get the following error in the Event Log:

Login failed for user 'xxxxxx'. [CLIENT: <local machine>]

I enabled logging on my package; it says:

OnError,....The AcquireConnection method call to the connection manager "xxxxxx" failed with error code 0xC0202009

Why can I debug the package successfully on my computer, yet when the server runs the package, locally, it fails?

 

View 6 Replies View Related

FTP Script Task Using Connection On SSIS

Nov 28, 2007

Hi,
under the script that I use for upload file using SSIS asp.net task.


My problem....
If I comment this line
'ftp.SendFiles(files, "", True, False) ' the True makes it overwrite existing

upload made successfull without failure instead If I leave uncomment I got an error but files upload anyway correct.

Someone can give me some explains about this behavior?
TNKS Alen, Italy


------------------
Public Sub Main()
'Create the connection to the ftp server
Dim cm As ConnectionManager = Dts.Connections.Add("FTP")
'create the FTP object that sends the files and pass it the connection created above.
Dim ftp As FtpClientConnection = New FtpClientConnection(cm.AcquireConnection(Nothing))

Try
'Set the properties like username & password
cm.Properties("ServerName").SetValue(cm, "xxxxxx")
cm.Properties("ServerUserName").SetValue(cm, "xxxxx")
cm.Properties("ServerPassword").SetValue(cm, "xxxxx")
cm.Properties("ServerPort").SetValue(cm, "21")
cm.Properties("Timeout").SetValue(cm, "0") 'The 0 setting will make it not timeout
cm.Properties("ChunkSize").SetValue(cm, "1000") '1000 kb
cm.Properties("Retries").SetValue(cm, "1")

'Connects to the ftp server
ftp.Connect()

'****************************************
' Potrebbe servire in futuro la tengo
'****************************************
''Get file listing
'Dim fileNames() As String
'Dim folderNames() As String
'ftp.GetListing(folderNames, fileNames)
''ftp the files
'ftp.DeleteFiles(fileNames)


'Build a array of all the file names that is going to be FTP'ed (in this case only one file)
Dim files(1) As String
files(0) = "\manny-slaveappWorkFACT-FINDERa.txt"
files(1) = "\manny-slaveappWorkFACT-FINDER.txt"

'ftp the file
'I found it by mistake by creating both the FTP connection and task in the SSIS package and it defaulted the remote path setting in the FTP task.
'ftp.SendFiles(files, "", True, False) ' the True makes it overwrite existing file and False is saying that it is not transferring ASCII
ftp.Close()
Dts.TaskResult = Dts.Results.Success

Catch ex As Exception

ftp.Close()
Dts.TaskResult = Dts.Results.Failure

Finally
ftp.Close()

End Try

End Sub

View 6 Replies View Related

How To Do XML Configuration With Different Connection Manager In SSIS

Sep 15, 2006

Hi



I want know how to config SSIS Package With different connection Manager.

Sample .



When Design time i gave The Connection Manager(Devlopement Server) Name : STG1.XXXSchema

Server Name STG.ssss

Password : xxxxx

I make the The XML configuration file .

after deploy the Package i want from Development Server to Production Server . so i will change the Package Config File Open wiht Notepad .

Server Name STG.qqq

Password :xxxxxx

after Edit Connection String I run the Package . It Always Taking Whatever igave the Connection String When Design time only .is not taking what connection string edit hte in the Package Config File. Please Any one give the Solution .

How we can Change the connection string in XML Config File .Whne I tested . It always taking what ever we given in the Desing Time .





Thanks & Regards,

Jeyakumar .M





View 4 Replies View Related

Problem About Informix's Connection In Ssis

Aug 25, 2006

hello,everyone.i meet a problem about that the data source is informix database,the text of OLE DB connection is success,but in OLE DB source control table can not loading,why?How to settle it?

or it  can say by this way,how to  connect informix DB

in sql server 2005 SSIS rightly?

View 3 Replies View Related

SSIS SMTP Connection Manager

Dec 3, 2006

I plan to send a email from SSIS package after performing a task.

In order to do that, I need to incoporate my account Name and Password in SMTP connection Manager in order to connect to SMTP server in Yahoo.

How can I do that ?

View 3 Replies View Related

SSIS Flat File Connection

Oct 31, 2007



Hi All,

I have a requirement wherein I have to read the data from a "|" separated flat file. Each row is specified this way...

<row>Data1|Data2|Data3</row>
<row>Data1|Data2|Data3</row>
<row>Data1|Data2|Data3</row>
<row>Data1|Data2|Data3</row>

.
.
.
.
I am specifying the row delimiter as : </row>{CR}{LF}<row>
When I create Flat File Connection and when I see the preview of columns...in the first row "<row>" remains and in the last row "</row>" remains...

I am trying hard to sort out and remove these extra string but unable to do so...

Please let me know how to approach this? How should I specify the Row Delimiter?

Thanks,
Sapan

View 3 Replies View Related

Ssis Connection Loss Every Time

Mar 30, 2007

Dear friends,

everytime i used to open the package has a sql server configuration file saved and also has loggin enabled, with password for sensitive data storage given, it shows some errors and all the time the errors are with the created connection.

yes, i have given the right password at the time of opening it.

any idea?

thanks,

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved