cancel
Showing results for 
Search instead for 
Did you mean: 

PI - SQL ORACLE TO RFC

clayton_barbosa
Participant
0 Kudos


Hi!

  I am studing PI and I have a question.

  I create a process to select a table in SQL Oracle

  and to send to the RFC.

  I run (Test ) the process and it is a erro.

Step 1.  Send agreement

Log.

<Trace level="1" type="B">SENDER AGREEMENT SIMULATION</Trace>

<Trace level="1" type="T">Simulating Adapter Engine...</Trace>

<Trace level="1" type="T">Simply trying to loolup for the most specific Sender Agreement object</Trace>

<Trace level="1" type="T">no objects found</Trace>

<Trace level="1" type="T">Note that real results may differ</Trace>

Stpe 2.  Receice Determination

Runtime error

"Die Nachricht ist unvollständig. Es wurde kein Sender gefunden."

  =  "The message is incomplete. There was no station is found."

Your change list is not empty; activate changes before simulation

<Trace level="1" type="B">CL_RD_PLSRV-ENTER_PLSRV</Trace>

<Trace level="1" type="T">R E C E I V E R - D E T E R M I N A T I O N </Trace>

<Trace level="1" type="T"> Cache Content is up to date </Trace>

<Trace level="1" type="E">CL_RD_PLSRV-ENTER_PLSRV</Trace>

May you help me? Where is it the problem?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Clayton,

Are you using the ICO object or the classic configuration (SA, RD, ID, RA)?, with the ICO object the ID test doesn't work.

For the test, are you generating the right sender XML payload?, have you set the receiver fields in the ID test? (Configuring the Sender JDBC Adapter - Configuring the JDBC Adapter in the Integration Directory/PCK ...)

Personally, i usually test the JDBC sender scenario directly, setting up the channel; but i dont see any reason because the ID test with a classical configuration wouldn't work.

Regards.

former_member184720
Active Contributor
0 Kudos

Did you activate all your objects?

Your change list is not empty; activate changes before simulation


Go to the change list tab and activate the objects(sender agreement, receiver determination etc) that you created in Integration Directory.


clayton_barbosa
Participant
0 Kudos

Yes, All are activate.

Thnk you.