cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound proxy- not updating database in dev client but not in test

katie_doody2
Participant
0 Kudos

Hi all, I have written an inbound proxy. I have debugged it in sproxy and it updates fine in debug mode but it does not get updated when the request is sent in a batch process and the asynchronous message comes in through the queue. Also, everything works fine in our development environment but not our test environment.

1) code works in debug

2) added a commit work

3) added a debug table that inserts errors in a custom table and this does not get updated either (works in debug mode through sproxy)

4) checked the soap connection user in su53 and there are no object access errors

5) checked the queues and

sxi_monitor and the messages are coming in

6) Had basis check access on the soap users and it is the same

Any thoughts on what my problem may be?

Thanks,

Katie

Accepted Solutions (0)

Answers (1)

Answers (1)

katie_doody2
Participant
0 Kudos

I resolved the issue. There was a cc with a very similar name and it had the wrong port in the target url. I accidently selected it rather than the one I had created.