cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Configuration in Production ( ABAP Proxy -> XI -> FILE)

Former Member
0 Kudos

Hi All,

I have a ABAP Proxy -> XI -> FILE scenario wich is working perfectly in DEV and QAS environment.

When the person responsible for transporting tried to transport the objects in QAS to PRD, the following error happened:

Direction of communication channel |BS_MA_FileServer_PRD | CC_File_PedidosServ_MA_FileServer_IA is incorrect.

Correct the direction or choose another communication channel

BS_MA_FileServer_PRD - Business System (FILE)

CC_File_PedidosServ_MA_FileServer_IA - My FILE Communication Channel

This was what the Basis person sent to me. I don't have access to know exactly what happened. And I really don't know what could be wrong or if maybe a component was created wrongly in Production.

Hope you can help.

Points will be given.

tks.. Daniela

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Can you check whether the objects have activated in the production environment.

Regards

Agasthuri Doss

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you guys very much.

It seems that the BS of FILE wasn't assigned to the object list in production environment before transporting.

tks,

Daniela

Former Member
0 Kudos

You have mentioned FILE is on the receiving side and ABAP proxy is on sender side.

But the error pasted by you clearly shows syntax of a Sender Agreement .

For receiver agreement it should be |<Sender Service>| |BS_MA_FileServer_PRD | CC_File_PedidosServ_MA_FileServer_IA

Bipin