Link to home
Start Free TrialLog in
Avatar of KuldeepReddy
KuldeepReddy

asked on

Configuration FIles/Deployment

Hello All,

I am new to SSIS and i have build 6 packages on Sql Server 2008 and i want to deploy to a production Server.

As there is no DBA or any kind of set up in here , i am trying to do a build XML Congifuration files for all the packages.

I am able to build the configuration files , However , couple of packages have a Oracle Connections and when i build the configuration file i get errors at that connection.

the errors are listed below:

SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft OLE DB Provider for Oracle"  Hresult: 0x80040E4D Description: "ORA-01017: invalid username/password; logon denied.

SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "KWPRD.OTLSFT1" failed with error code 0xC0202009.  

SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft OLE DB Provider for Oracle"  Hresult: 0x80040E4D  Description: "ORA-01017: invalid username/password; logon denied.

SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "KWPRD.OTLSFT1" failed with error code 0xC0202009

So i did some online research and i found out experts saying to uncheck the initialCatalog while preparing the configuration file.So i did that and still i get the same errors.

I just wanted to know whts the mistake i am doing and where , as the oracle server is a user name and password i am checking the

1.Connection String

2.Password

3.User NAme

4.Server NAme

while preparing the configuration file .

And also changed the protection level to DONTSAVE SENSITIVE.

SO sould someone Plz help me in resolving this.
ASKER CERTIFIED SOLUTION
Avatar of vdr1620
vdr1620
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Reza Rad