Thanks
Main Topics
Browse All TopicsHi,
Can anyone please advise on why I am getting error while running session in informatica for sql query with dblink such as
select name from t1@EXPT. when I run this query in Toad, it works fine on database in which dblink has been created but throgh informatica it gives me below mentioned error-
READER_1_1_1> RR_4035 SQL Error [
ORA-01017: invalid username/password; logon denied
ORA-02063: preceding line from EXPT
Database driver error...
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: kanemaPosted on 2009-04-29 at 14:43:34ID: 24265096
This happens when the connection information stored in the informatica repository is not up to date with the current user/password information for that database. Go to the Workflow manager, select connections from the menu bar at the top and select the type of connection (usually relational for a database). Then find the connection string for EXPT and click edit. It will show you the username you are using to connect to the database. The password is also there but it is hidden. This is where you can update the password for the userid you are connect with. click ok after updating the password and try again.