Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter Files Issues..

Status
Not open for further replies.

ausha

Programmer
Jun 10, 2004
1
US
Hi All,

I am working on Sybase.
I could solve almost 90% of my task.
I have parameter file with below mentioned structure.

Suppose my Source is 'XYZ' server and 'mnq' is my default database.
But if u need to change my source server's database to 'ijk'
then how shd i go abt ???
B'caz by default informatica is going to the default database 'mnq' even
though i have mentioned the following in my parameter file.
[~usha.tsk_param_testing]
$DBConnection_US_SERVER1=XYZ
$DBConnection_US_SERVER1_USER=ABC
$DBConnection_US_SERVER1_PASSWORD=xyz
$DBConnection_US_SERVER1_DB=ijk

Thankx
Usha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top