cancel
Showing results for 
Search instead for 
Did you mean: 

Using service interface in SPROXY / Proxy(ecc 6.0) to file(FTP) scenario in PI

Former Member
0 Kudos

Hello,

I have created a client proxy scenario ( ECC 6.0 to FTP) . As there is no Execute Asychronous method available i have called the service interface by create an proxy using the generated class and passing the data to the same class.

SPROXY:

Report program: I am passing the data to structure output.

I when i execute the program its give me data transfered but in SXMB_MONI i dont see any communication happening or there is file drop.

Please let me know my mistake or the steps to check the data is really transfered.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

As of PI version 7.0 you will get Execute Asynchronous method in proxy class, After that method will generate  based on service interface because of facility of multiple operation can be defined on single service interface .

You are correct as calling service interface method give the commit work .

Defiantly you will get message on sxmb_moni .

thanks and regards,

Anup Banerjee

Former Member
0 Kudos
robertot4s
Active Participant
0 Kudos

Hi,

Try with a COMMIT WORK stament after the method call.

Regards,

Roberto

Former Member
0 Kudos

Hi,

I have used commit work after the method call.

When debugging the Proxy method throws a exception "An exception (CX_AI_SYSTEM_FAULT) occurred".

Can PI7.0 and SAP ECC 6.0 communicate using service interface?

Also any clues on the error i am facing will be helpful?

Thanks and regards

Santosh B

robertot4s
Active Participant
0 Kudos

Hi,

Look into the SXMB_MONI transaction in your ECC system in order to get more information about the error.

Regards,

Roberto

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

What does the errortext say?

Regards,

Mark

Former Member
0 Kudos

Hello Mark,

the Errortext is empty. ( even in debugging no error text).

regards

Santosh B

Former Member
0 Kudos

Hi Roberto,

In SXMB_MONI of ECC system there is no message.

Regards

santosh b

Former Member
0 Kudos

Hello Mark,

error from the dump.

An exception occurred which is explained in detail below.

The exception, which is assigned to class 'CX_AI_SYSTEM_FAULT', was not caught

  and

therefore caused a runtime error.

The reason for the exception is:

Error (id=INTERNAL.SYSTEM_NOT_CONFIGURED_AS_XMB): System not configured as XI

Integration Engine

please suggest the steps further.

Regards

Santosh B

robertot4s
Active Participant
0 Kudos

Hi,

Check the SXMB_ADM transaction (Integration Engine Configuration). Look at this post: http://scn.sap.com/message/3130713

Regards,

Roberto