cancel
Showing results for 
Search instead for 
Did you mean: 

File-> RFC-> File with out BPM

sriram_devarapalli
Participant
0 Kudos

Hello All,

I had a scenario where i need a File-> RFC-> File with out BPM, so i configured the steps as mentioned in the below link

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29

I am getting the below error when filesender adapter is trying to pick file and pass it

Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of RequestResponseBean.

Any idea or guess

Thanks in Advance.

Sriram

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I am using PI 7.1, but still facing the same error

"Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of ResponseOneWayBean."

I am using 1 sender CC for File ( CC_LOTUSNOTES_CHALET_SND)

1 receiver CC for File( CC_LOTUSNOTES_CHALET_RCV_FILE)

1 receiver CC for RFC (CC_LOTUSNOTES_CHALET_RCV_RFC)

in the sender CC I have given Module parameter as:

Processing sequene

-


CallSapAdapter Local Enterprise Bean 2

AF_Modules/ResponseOneWayBean Local Enterprise Bean 3

AF_Modules/RequestResponseBean Local Enterprise Bean 1

Module configuration:

-


1 passThrough true

3 receiverChannel CC_LOTUSNOTES_CHALET_RCV_FILE

3 receiverService Bus_File

pls let me know where i am wrong

Former Member
0 Kudos

Hi..

I think u have posted the same query in another thread..

The module names are case sensitive.

You have given AF_Modules/ResponseOneWayBean instead of AF_Modules/ResponseOnewayBean

In ResponseOnewayBean W is not capital.

Regards,

Leela

jyothi_anagani
Active Contributor
0 Kudos

Hi Sri ram,

Give the module name properly, i guess you may be given wrong name in Module tab of Communication channe.

Mentioned as shown below.

Processing Sequence as

1      AF_Modules/RequestResponseBean   Local Enterprice Bean   1
2      CallSapAdapter                                     Local Enterprice Bean   2
3      AF_Modules/ResponseOnewayBean  Local Enterprice Bean   3

Module Configuration as

1         passThrough                                     true
3         receiverChannel                                FileReceiver(Your Receiver communication channel name)
3         receiverService                                BusinessServive_RCVR(Receiver Business serviece)

Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of RequestResponseBean.

This Exception comes if that particular module name not found.. Here the modules are already exisist. So this is the problem with Invalid Module Name

Thanks.

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hello All,

> I had a scenario where i need a File-> RFC-> File with out BPM, so i configured the steps as mentioned in the below link

> http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29

>

> I am getting the below error when filesender adapter is trying to pick file and pass it

>

> Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of RequestResponseBean.

>

> Any idea or guess

>

> Thanks in Advance.

> Sriram

also check your SP level.

this scenario works only if your SP>=SP19(3.0) & SP>=SPs10(7.0)

former_member183908
Active Contributor
0 Kudos

Hi Sriram,

-->The bean which you configured at the communication channel level under Module tab is case sensitive.

-->Please check the module name once again and maintain the proper name and try it.

Thanks

sriram_devarapalli
Participant
0 Kudos

Hi Pavan

I had maintained as

AF_Modules/RequestResponseBean Local Enterprise Bean 1

CallSapAdapter Local Enterprise Bean 2

AF_Modules/ResponseOnewayBean Local Enterprise Bean 3

please can you tell what i need to change...

Thanks in Advance,

Sri ram

former_member183908
Active Contributor
0 Kudos

Hi Sri ram,

-->As suggested by the Shabarish check your SP levels.

Thanks

Former Member
0 Kudos

Hi,

Check this also.

What about module configuration

module key ---parameter name- --parameter value

1 pasThrough --- true

3 receiverChannel -- your chennel name

3 receiverServeice --- your service name..