cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP response contains status code 401 with the description

Former Member
0 Kudos

Dear All,

We have 2 interface in the PI server:

user status interface

payment interface

both interfaces works fine in DEV and QAS.

it calls PI proxy from ECC, send data to PI, and from PI send

data to external database.

We have just transported the user status interface to production

in production system, data gets sent to PI successfully,

but error status code 401 occurrs(Transaction-: sxmb_moni) when PI tries to connect to

external database.

From,

Ketan Kapadi

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Your user credentials (login/password) is not valid or probably not sending.

prateek
Active Contributor
0 Kudos

What is the exact error description? In which step of sxmb_moni do you see this error?

Regards,

Prateek Raj Srivastava

Former Member
0 Kudos

Hi,

401 => check your credential (user/password) to connect PI to your DB.

Mickael