Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP runtime Error

Former Member
0 Likes
584

Hello,

I have a problem, a colleague is tranferring data from an Oracle system to SAP R/3. The following error emerged as the transaction was being processed.

An SQL error occurred when executing Native SQL

Error 12154 occurred in the current database connection "DEFAULT"

Database error text....."ORA-12154: TNS: could not resolve the connect identifier specified.

Database error code : 12154

Triggering SQL Statement ...."FETCH NEXT'

Internal Call Code ....DBDS/NEW DSQ

Can someone help me trace what would lead to the error message.

Thanks in advance.

Elvis

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

Hi,

I thinks it seems to be the connection string(DEFAULT) specified does not exist.

Thanks,

Sriram Ponna.

3 REPLIES 3
Read only

Former Member
0 Likes
526

Just a hint.

May be the Basis people can help out in resolving this error.

Read only

Former Member
0 Likes
527

Hi,

I thinks it seems to be the connection string(DEFAULT) specified does not exist.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
526

Please look at SAP note : 443867

This might be helpful ..