cancel
Showing results for 
Search instead for 
Did you mean: 

XIAdapter "UNKNOWN_MESSAGE"

Former Member
0 Kudos

Hi everybody ...

help me

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>No object type found for this message</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Message was edited by:

Anvar Palvanov

Accepted Solutions (0)

Answers (18)

Answers (18)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

All thanks for help me BPM activated in CASHE and work but no response message jut file(

I am open a new questions in forum ...

Anvar

Former Member
0 Kudos

Hi...

I am enter in http://service.sap.com/

->Key & Requests ...

but do not understand where get "Access Key"

please help my everybody.

Former Member
0 Kudos

Hi Ahmad

how by transaction do it?

Former Member
0 Kudos

Hey

opne the ABAP R/3 screen by logging into your R/3 server by ABAP client,user id and password,den goto transaction code SXI_CACHE,it might let u do from thr,i had the very same problem though this thing didnt wrk for me but ppl say its developer access key so by logging with ur ABAP client u might be able to get through

thanx

ahmad

Pl:reward with points for helpful answers

Former Member
0 Kudos

Hi Anvar,

For this access key coordinate with your XI BASIS administrator.

Either he will provide you access key or he will give you another user ID which will have developer acccess key for this thing.

Former Member
0 Kudos

I am sorry(

how checked access key of developer?

and how get access key ?

Former Member
0 Kudos

Hey Anvar

a lot of times access key is user ABAP r/3 user id and password,jts try loggin in from ur ABAP client if it works.

thanx

ahmad

Former Member
0 Kudos

You are not registered as a

developer.

Please register in the Online

Service System (OSS).

In the OSS you will receive

an access key.

Key

User name XISUPER

Access key

Installation 0020235286

Former Member
0 Kudos

Hi Anvar,

Please check if your user( XISUPER ) has developer access key.

Because it seems that you are not authorised to activate it,check it with your XI administrator.

Thanks.

Former Member
0 Kudos

Hi, shweta khade.

After activate BPM Process in SXI_CACHE by user xisuper appear dialog "Add Developer" with require to enter "Access key" for this user(XISUPER).

Former Member
0 Kudos

Hi Anvar,

As you said that in SXI_CACHE your BPM is with return code 99,it means that it is in error state.

Select your process and try to activate it,after activating it you will get return code again.

Check if it is 00,otherwise you will get a list of messages with 'S','I','W','E'.

Check if there is any message with 'E' status and then correct that step in IR.

Activate your process in IR then again check return code of your process in SXI_CACHE if it is zero then resend your message.

Thanks.

Former Member
0 Kudos

I am click on my BPM inside repository and F7

in the Tasks: No errors found

but if i am clear property "Message" in FileReceive(Step Name), then after F7 exit error "No message specified".

i think in the BPM normally.

Former Member
0 Kudos

Hi, everybody)

I am did this process by /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

I checked out all the IntegratioN Directory object is created

Like

- Reciever Determination 1:

Sender

Service FileService(Business Service)

Interface FileRequest_OUT_MI

Receiver File_RFC_BP

Config. Overview for Receiver Determination

Receiver Maping Receiver Agreem.

|File_RFC_BP

FileRequest_AI Not Specified Not Required

-Receiver determination 2 :

Sender

Service File_RFC_BP(Integration Process)

Interface FileDetails_Sync_AI

Receiver TST(Business System R/3)

Config. Overview for Receiver Determination

Receiver Maping Receiver Agreem.

|TST

BAPI_COMPANY_GETDETAIL File_RFC_IM RFC_Reciever

-Receiver determination 3:

Sender

Service File_RFC_BP(Integration Process)

Interface FileResponse_AI

Receiver FileService(Business Service)

Config. Overview for Receiver Determination

Receiver Maping Receiver Agreem.

|FileService

FileResponse_IN_MI Not Specified FileRFC_Recieve

Communication Channel

1. FileRFC_Send in FileService(Business Service)

2. RFC_Reciever in TST(Business System R/3)

3. FileRFC_Recieve in FileService(Business Service)

in my opinion all Receiver Determination is correctly.

Former Member
0 Kudos

I am checked the Active runtime version of the BPM .. in transaction SXI_CACHE. The return value equal 99.

What it means returning value?

Former Member
0 Kudos

Hey Anvar

i had pretty much same problem,my file was being picked up but not delivered,jst go and activate ur Integration process in SXI_CACHE,the return code should be 0 else ur BPM wont be called.

thanx

Former Member
0 Kudos

What scenario are you trying to Implement?

Are you using BPM?

Did you create abstract interface for each message goin to BPM and coming out of BPM?

Pls respond...

Regards,

Ashish

moorthy
Active Contributor
0 Kudos

Hi,

1) check the syntax errros for the BPM - open Integration process in the repository and press F7.

2) Check the Active runtime version of the BPM .. go to transaction SXI_CACHE. The return value should be zero.

3) check out all the IntegratioN Directory object is created correctly.. Like

- Reciever Determination 1: source to BPM

-Receiver determination 2 : BPM to Target

Hope this helps,

regards,

Moorthy

Former Member
0 Kudos

Hi,

Remember to create abstract interface for BPM and configure communication to it.

Regards,

Wojciech

Former Member
0 Kudos

Hi Anvar,

Take a look at these..

cheers,

Prashanth

P.S Please mark helpful answers

stefan_grube
Active Contributor
0 Kudos

That means that you send a message to the Business Process engine, but no buseness process has the message interface as start message.

Check if the message interface is used in the business process, and check in SXI_CACHE if the business process is activated without errors (status code 00).

Regards

Stefan

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

this can mean a lot

but maybe you didn't activate the some of your objects that

you're trying to use in this scenario

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>