Unanswered question

Getting a oracle.apps.bne.exception.BneIOException

Hello,

I am trying to upload GL Journals through a webADI file using excel. I login fine to the oracle server, However, during the upload I get this error at the end

<bne:message bne:action="" bne:cause="oracle.apps.bne.exception.BneIOException: Cannot load xml messages file messages do not exist" bne:id="BNE-010000" bne:text="Process cannot be found" bne:type="ERROR"/>

Is this error client or server side? Any fixes for this?

Daniel L.
Daniel L.

Daniel L.

Level
0
22 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

It's not clear from your explanation if you got that error when trying to replaying an existing script or if it is during a recording.

Could you clarify?

Bruno F.
Bruno F.

Bruno F.

Level
1
204 / 750
points

I'm facing the same error during the replaying. In a first time, the VU is performing all steps correctly once that I'm getting the same response between recorded X replay for the previous steps.

Follow below the error in the response:
bne:document xmlns:bne="http://www.oracle.com/bne"><bne:message bne:type="ERROR" bne:id="BNE-010000" bne:text="Process cannot be found" bne:cause="oracle.apps.bne.exception.BneIOException: Cannot load xml messages file messages do not exist"

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

It's still not clear if you also got the issue during the recording. You said "I'm facing the same error during the replaying" so should i assume that the issue occurs during recording and replaying?

If yes then the replaying issue is not really an issue since you also go the error during the recording. In that case that would mean that during the recording NeoLoad does not send the right information.

You could use another proxy called Fiddler and record with it so you can compare the content of your POST request with and without NeoLoad.