Solved

HTTP POST goes to wrong server

  • 13 October 2022
  • 2 replies
  • 62 views

Badge

We've 1 iSeries project which is running on 2 servers.

For the test i've made a DB2_TEST_XTD project. In IAM there are 2 application, one on AS400 TEST  (sfg) and one on AS400 INT (int)

 

 

In the project DB2_TEST_XTD there's a subroutine ‘sp_test’  as procedure with API enabled.

 

with a HTTP POST http://…./indicium/iam/int/sp_test I expect result from AS400 INT server.

with a HTTP POST http://…./indicium/iam/sfg/sp_test I expect result from AS400 TEST server.

 

Problem is that in both HTTP POST s  i've receive results from AS400 INT server. 

With indicium build 11.0 it works fine, the next build 14.0 we installed it was broken.

 

 

Can you check out what going wrong here?

icon

Best answer by Vincent Doppenberg 13 October 2022, 16:46

View original

This topic has been closed for comments

2 replies

Userlevel 6
Badge +4

Hello Peter,

Thank you for reporting this issue. I have released a hotfix that fixes this issue which is available as version 2022.2.14.1 in TCP.

Our apologies for the inconvenience caused by this issue.

Badge

it works again, thanks for the quick fix!