cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC_AAE setup for same ECC system but different client.

former_member207701
Participant
0 Kudos

Hi Experts,

We have configured IDOC_AAE system between PI_SYSTEM and ECC_010 system.

We have done cloning of inbound RA with below properties :

Name : inboundRA_ECC_010

Prog ID : PROG_PID_010

Destination : RFC_010

local: true with PI system gateway server and port.

This inboundra is in green working fine and for this in ECC_010 we have created RFC with ProgramID :PROG_PID_010 with pi gatweay server and port.

The above setup is working fine we are succesfully recieving idocs from  ECC_010.

Now we need to have another setup from ECC_020 to same PI system.

We tried creating new inboundra :

Name:inboundRA_ECC_020

Prog ID : PROG_PID_010   -----> same which is being used for ECC_010

Destination:RFC_020

local is true and pi gatweay server .

Now this new inboundra is in error saying not available.

Now :

1. Do i need to create a new RFC in ECC_020 system ? or is it client independent i.e the RFC created in ECC_010 is available in all other clients??

2.Do i need to maintain multirepositry property in the inboundra_ecc_010 with value RFC_010 ; RFC_020. and delete tthe new inboundra created for ECC_020 ??

3. or Do i need to create a new inboundra and a new RFC for ECC_020 with another unique program id ??

Regards,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi Kiran,

Check below blog.

Regards,

Praveen.

former_member207701
Participant
0 Kudos

Hi Praveen,

Thanks for your prompt response.

I have done the same setup as showed in that link however the new cloned inboundra is in error. My doubt is both inbound ra has same program id is this ok or do i need to maintain unique ??

in case if i need to maintain unique then in ecc_020 i need to create a new rfc with new program id ?

Kiran

former_member186851
Active Contributor
0 Kudos

Hello Kiran,

It should be Unique.Create a new Program ID

And in channel you have two options

1.Manual(You can directly enter ECC details here)

2.FROM NWA(Give the Cloned one details)

former_member182412
Active Contributor
0 Kudos

Hi Kiran,

  • Yes you need to give different program ID's for both inboundRA configurations as mentioned in the blog XI_IDOC_DEFAULT_<SID>_<Client XXX>, because these programs registered in the gateway.
  • Yes you need to create new RFC destination in ECC_020 with new program id

Regards,

Praveen.

former_member207701
Participant
0 Kudos

thanks both,

let me give a try .

and one more thing what cant i use the property multirepositry ?..howver i have found few blogs which tells it has a bug that entries are removed after restart.

Regards,

Kiran

former_member186851
Active Contributor
0 Kudos

Hello Kiran,

Its not mandatory.anyways for maintaining you can refer the below discussion

PI-7.31 and NWA ResourceAdapter-config inboundR... | SCN

Answers (1)

Answers (1)

former_member207701
Participant
0 Kudos

Thanks both i created different inboundra it is wokring succesfully

Praveen Gandepalli 

: can you tell me what is the significance of maintaining local value as true.


This is my understanding :


if local is set to true then program id mentioned in inboundra will be registered in Pi system with this i have to give pi gateway host and port and in ecc i have to maintain gateway service and port of pi system.


if local is false then i guess i need to maintain ecc system's gateway details in nwa correct me if i am wrong .