cancel
Showing results for 
Search instead for 
Did you mean: 

problem in creating model

Former Member
0 Kudos

Hi,

While creating model i am getting this error in the last step i.e. after selecting the BAPI function.

what might be the pro blem can any one help me plz.

[Warning]: Creating a connection with Metamodel language <en> failed. Continuing with language <ENG>

[Fatal]: com.sap.mw.jco.JCO$Exception: Missing R3NAME=... or ASHOST=... in connect_param in RfcOpenEx

[Info]: Creating Model: Model

[Info]: Creating Model Class: Bapi_Bank_Getlist_Input

[Info]: Creating Model Class: Bapi_Bank_Getlist_Output

[Info]: Creating Model Class: Bapiret2

[Info]: Creating Model Relation: Bapi_Bank_Getlist_Output:Return

[Info]: Creating Model Class Property: Type

[Info]: Creating Model Class Property: Id

[Info]: Creating Model Class Property: Number

[Info]: Creating Model Class Property: Message

[Info]: Creating Model Class Property: Log_No

[Info]: Creating Model Class Property: Log_Msg_No

[Info]: Creating Model Class Property: Message_V1

[Info]: Creating Model Class Property: Message_V2

[Info]: Creating Model Class Property: Message_V3

[Info]: Creating Model Class Property: Message_V4

[Info]: Creating Model Class Property: Parameter

[Info]: Creating Model Class Property: Row

[Info]: Creating Model Class Property: Field

[Info]: Creating Model Class Property: System

[Info]: Creating Model Class Property: Bank_Ctry

[Info]: Creating Model Class Property: Max_Rows

[Info]: Creating Model Class: Bapi1011_List

[Info]: Creating Model Relation: Bapi_Bank_Getlist_Input:Bank_List

[Info]: Creating Model Class Property: Bank_Ctry

[Info]: Creating Model Class Property: Bank_Key

[Info]: Creating Model Class Property: Bank_Name

[Info]: Creating Model Class Property: City

[Info]: Creating Model Relation: Bapi_Bank_Getlist_Output:Bank_List

[Info]: Creating Model Relation: Bapi_Bank_Getlist_Input:Output:Bapi_Bank_Getlist_Output

Can any one help me plz.

Regards,

H.V.Swathi

Edited by: H.V Swathi on Feb 18, 2009 10:00 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Swathi,

Your log is clearly saying that issue with JCO.

1) Check the JCO's are pointing in to the correct R/3 system which you required.

2) Check the JCO's status also

And also double check RFC at the back end RFC enabled or not?

While creating the Model make sure that backend server name , client , system number ...etc all are giving correct where the RFC exists.

If all above points "yes" why dont you try with J2EE complete engine restart. Still issues get back to me.

Rgds

-SS

Edited by: Sridhar Sabbani on Feb 18, 2009 11:13 AM

Former Member
0 Kudos

Hi All,

Thanks for your reply. That was the problem from my side. Instead of giving en in language tab i was giving ENG .

Regards,

H.V.Swathi

former_member192434
Active Contributor
0 Kudos

Hi

try to ping and test your JCO working or not .....

if yes then Check whether you are providing the correct login credentials while importing the RFC.

Thanks

Former Member
0 Kudos

Hi,

i have tested the JCO connection it is fine. And the User name and password is also corerct.

Regards,

H.V.Swathi

Former Member
0 Kudos

Hii,

ur exception shows that u have problem with the JCO connection only.Check out ur jco's.

U can restart ur j2ee engine and then start recreating the model . Also check out at the R3 side whether the RFC is working properly or not.