cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring IPC for anothe Client.

Former Member
0 Kudos

Hello,

It's necessary to configure the IPC for new client in a host where already this installed for two clients.

We used the tool "SAP Internet Pricing & Configuration Administrator", Database options and Add Client and we added the new client.

Later we stop/start the IPC and we checked that this starting but doesn't work.

When verifying the state of the IPC for the other clients, these do not work and RFC IPC_RFC_SERVER_1 either. The error displayed "Program IPC_RFC_SERVER_1 not registered".

Somebody can help us?, how is registered the program?, some step is necessary?.

Thank you for your help!!!

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you Santosh for your help.

The problem is solved now but the problem was the user, user SAP* was being used and when using SUPERSAP the problem has been solved.

Thanks again,

Regards.

Rafa R.R.

Former Member
0 Kudos

Hello Rafa ,

Have you updated "dispatcher.properties"

... /ipc/lib/properties/dispatcher.properties ?

If not plese maintailn following entries into the dispatcher.properties file .

rfcEnabled = true

rfcDispatcherProgId = IPC_RFC_DISPATCHER

rfcServerCount = 1

rfcServerProgIdPrefix = IPC_RFC_SERVER_

rfcSapSystemUser = IPCRFC ( IPC your should be crated in ABAP Stack )

rfcSapSystemPassword = rfc123

rfcSapSystemSapClient = 500 ( Target CRM client )

rfcSapSystemApplicationServer = IP of host system

rfcSapSystemSystemNumber = 00 ( CRM system Number )

      • Please ignore entries i have make in ( ) that is for your reference only .

Example : dispatcher.properties

rfcEnabled = true

rfcDispatcherProgId = IPC_RFC_DISPATCHER

rfcServerCount = 1

rfcServerProgIdPrefix = IPC_RFC_SERVER_

rfcSapSystemUser = IPCRFC

rfcSapSystemPassword = rfc123

rfcSapSystemSapClient = 500

rfcSapSystemApplicationServer = 10.2.2.3

rfcSapSystemSystemNumber = 00

After making changes in dispatcher.properties restart IPC services .

And check RFC destination IPC_RFC_SERVER_1

Get back to me if you need further assistance .

Regards,

Santosh Karadkar