cancel
Showing results for 
Search instead for 
Did you mean: 

ATTRIBUTE_IDOC_RUNTIME error in File-IDOC Scenario

former_member187437
Contributor
0 Kudos

Hi,

I got this error in FIle-IDOC scenario.

ATTRIBUTE_IDOC_RUNTIME</SAP:Code>

<SAP:P1>Transaction IDX1: Port SAPMMX, client , RFC destination contain errors

There are many threads on same issue. Almost in all threads, the suggestion given was, we need to check the Channel Definition(Port should be SAP<SYSID> and not SAP<SYSID>_<CLIENT>)

I have given the proper values for RFC desitnation and port. Even then, I m getting this error.

Is there any other suggestions?

Accepted Solutions (1)

Accepted Solutions (1)

former_member187437
Contributor
0 Kudos

Hi All,

Thanks for your responses.

In a blog, they have asked to check cache_refresh.

In ID, Environment, Cache Notifications, I could see Error Status for some entries (Dont know for which Object in particualr since only the internal ID is given for objects)

I opened the sxi_cache and initiated Complete Cache Refresh. I got this error message

"Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI."

Could someone tell me wheter this is the reason for my error?

Or how to rectify htis?

Former Member
0 Kudos

Hi,

In XI,Run the RFC Destination INTEGRATION_DIRECTORY_HMI in SM59 & Test it.

It shld give 500 internal error Response msg.

Regards

Seshagiri

former_member187437
Contributor
0 Kudos

The issue is soved now. it was because, the rfc destinations of other clients of the Target System was not working.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi aarthi,

I suggest u chk all d settings dat u hav done..

Steps for ALE settings:-

Steps for XI

Step 1)

Goto SM59.

Create new RFC destination of type 3(Abap connection).

Give a suitable name and description.

Give the Ip address of the R3 system.

Give the system number.

Give the gateway host name and gateway service (3300 + system number).

Go to the logon security tab.

Give the lang, client, username and password.

Test connection and remote logon.

Step 2)

Goto IDX1.

Create a new port.

Give the port name.

Give the client number for the R3 system.

Select the created Rfc Destination.

Step 3)

Goto IDX2

Create a new Meta data.

Give the Idoc type.

Select the created port.

Steps for R3.

Step 1)

Goto SM59.

Create new RFC destination of type 3(Abap connection).

Give a suitable name and description.

Give the Ip address of the XI system.

Give the system number.

Give the gateway host name and gateway service (3300 + system number).

Go to the logon security tab.

Give the lang, client, username and password.

Test connection and remote logon.

Step 2)

Goto WE21.

Create a port under transactional RFC.(R3->XI)

Designate the RFC destination created in prev step.

Step 3)

Goto SALE.

Basic settings->Logical Systems->Define logical system.

Create two logical systems(one for XI and the other for R3)

Basic settings->Logical Systems->Assign logical system.

Assign the R3 logical system to respective client.

Step 4)

Goto WE20.

Partner type LS.

Create two partner profile(one for XI the other for R3).

Give the outbound or inbound message type based on the direction.

Step 5)

Not mandatory.

Goto BD64.

Click on Create model view.

Add message type.

Step 6)

Goto WE19

Give the basic type and execute.

fill in the required fields.

Goto IDOC->edit control records.

Give the following values.(Receiver port,partner no.,part type and sender Partner no. and type)

Click outbound processing.

Step 7)

Go to SM58

if there are any messages then there is some error in execution.

Goto WE02.

Check the status of the IDOC.

Goto WE47.

TO decode the status code.

BD87 to check the status of IDOC.

In case if not authorized then go to the target system and check in SU53, see for the missing object

and assign it to the user.

SAP r3

sm59(status check)(no message)

WE02(status check)

WE05(status check)

BD87(status check)

Xi

IDx5(Idoc check)

SU53(authorization check)

reward points if helpful...

MenoN

aashish_sinha
Active Contributor
0 Kudos

Hi,

Try this:

and this

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6f...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb...

R/3 Configuration

1.) maitian RFC Dest - SM59

2.) Maintain Partner Profiles - WE21

3.) Maintain Ports --WE20

ports should be in form of SAPSID...its mandatory...

check your configuration once again..

One more thing , after assigning your BS ...check the ADAPTER SPECIFIC Identifiers

whether the Logical system & client is assigned properly..

Regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

Hi,

Troubleshooting File-to-IDOC Scenario in XI

/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi

Regards

Seshagiri