cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC_ERROR_METADATA_UNAVAILABLE

Former Member
0 Kudos

Dear All,

Need your help to resolve the issue "IDOC_ERROR_METADATA_UNAVAILABLE".

I'm working on a scenario IDOC to File in SAP PO 7.4 but ended with error " IDOC_ERROR_METADATA_UNAVAILABKE"


Checking on NWA logs , we could just find below details:

[JRA] ResourceAdapterImpl.sendDirectToMdb, exception: com.sap.conn.idoc.IDocRuntimeException: (3) IDOC_ERROR_METADATA_UNAVAILABLE: The meta data for the IDoc type "" is unavailable.

[JRA] handleRequest(), exception sent to client: (3) IDOC_ERROR_METADATA_UNAVAILABLE: The meta data for the IDoc type " " is unavailable., CONVID=12345

[JRA] serverExceptionOccurred. Server XI_IDOC_DEFAULT_PID, Managed_Application_Thread_26, connectionId= xyz-.|31111|XI_IDOC_DEFAULT_PID , Exception: com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: (3) IDOC_ERROR_METADATA_UNAVAILABLE: The meta data for the IDoc type "" is unavailable. (raised by system xxxx)

Done configuration as  per above blog.

Thanks

Niraj

Accepted Solutions (1)

Accepted Solutions (1)

Harish
Active Contributor
0 Kudos

Answers (3)

Answers (3)

Former Member
0 Kudos

HI Niraj

I have the same error and the same scenario:

"IDOC_ERROR_METADATA_UNAVAILABLE".

I'm working on a scenario IDOC to File in SAP PO 7.4 "


I read (PI) IDoc remains stuck in SM58 of sender system with exception "IDocException occurred&amp...


but can not find the solution, can you help me?

thank in advance

Miguel

Former Member
0 Kudos

Dear All,

Finally problem got resolved following link,

(PI) IDoc remains stuck in SM58 of sender system with exception "IDocException occurred&amp...

Thank you Harish.

@Diptee: Importing metadata in IDOC adapter Monitoring is not required until u go for manually.

Nwys thanks

Regards

Niraj

Former Member
0 Kudos

Hello Niraj,

What is it that I need to do manually for the Idoc metadata in the PI AE to work?

Regards,

Diptee

Former Member
0 Kudos

Dear Diptee,

In case of AEX we don't required to import idoc metadata it get loaded automatically.

Where as In case of AE you need to:

1.Tcode: IDX1.

create a port in Target System PI , Create a Port and assign RFC Destination.

2. Tcode: IDX2.

   Create Metadata of IDOC (XYZ) in defined port (XXX). 


Regards

Niraj

Former Member
0 Kudos

Thanks Niraj,

I was referring to the java Idoc adapter itself on AEX, as we can manually load the metadata there too. But yes, the solution shared by Harish, will lead to automatic loading of metadata.

Regards,

Diptee

Former Member
0 Kudos

Dear Diptee,

Configuration of Java Idoc can be done in three different way.

1.Default(Recommended)

2.Manually

3.From NWA.

There is an option in Idoc Monitoring in NWA to import metadata from specific sender either manually or from NWA.

Regards

Niraj

Former Member
0 Kudos

Hello Niraj,

Did you try to import the metadata in Idoc monitor in PI?

Regards,

Diptee