oracle ebs webservers email 怎么设置,调用Oracle EBS Webservice常见的几个错误

Fault from server: Missing wsse:Security in SOAP Header.

Cause: This error is thrown by server if SOAP request does not contain a Web Service Security Header in SOAPHeader section of SOAPEnvelope.

Resolution: Pass a valid Web Service Security Header, containing valid Username token, in SOAPHeader.

(如果是SoapUI测试的话,也需要设置WSS-Password Type为PasswordText)

Fault from server: Policy requires authentication token.

Cause: This error is thrown by server when either Web Service Security Username Token in Security header is missing or is invalid.

Resolution: Pass a valid Web Service Security Username Token in Security header.

Fault from server: The security token could not be authenticated or authorized

Cause: This error is thrown by server when username or(/and) password in Web Service Security Username Token is invalid.

Resolution: Pass valid oracle applications username and password in Web Service Security Username Token.

Fault from server: User not authorized to execute service

Cause: This error is thrown by server when user given in Web Service Security Username Token is not authorized to execute the Web Service function being invoked in SOAP Request.

Resolution: Create grant at user, role or global level from Integration Repository UI to authorize the the user to execute Web Service function. Clear cache from Functional Administrator Responsibility.

Fault from server: Responsibility key is not valid

Cause: This error is thrown by server when Responsibility Key passed in Responsibility Header in SOAHeader is invalid.

Resolution: Server expects a valid Responsibility Key in Responsibility Header in SOAHeader.

Use this query to find valid Responsibility Keys for a particular user:-

Select resp.RESPONSIBILITY_KEY, grp.SECURITY_GROUP_KEY,

APP.APPLICATION_SHORT_NAME

From FND_USER_RESP_GROUPS furg, FND_USER usr, fnd_responsibility_vl

resp,FND_SECURITY_GROUPS grp,FND_APPLICATION APP

where furg.user_id=usr.user_id

and furg.RESPONSIBILITY_ID=resp.RESPONSIBILITY_ID

and furg.SECURITY_GROUP_ID=grp.SECURITY_GROUP_ID

and furg.RESPONSIBILITY_APPLICATION_ID=APP.APPLICATION_ID

and usr.user_name=

Fault from server: Responsibility Application Short name is not valid.

Cause: This error is thrown by server when Application Short name in RespApplication Header in SOAHeader is invalid.

Resolution: Server expects a valid Application short name in RespApplication Header in SOAHeader. Use query given above to find a valid Application short name.

Fault from server: Security Group Key is not valid.

Cause: This error is thrown by server when Security Group Key in SecurityGroup Header in SOAHeader is invalid.

Resolution: Server expects a valid Security Group Key in SecurityGroup Header in SOAHeader. Use query given above to find a valid Security Group Key.

Fault from server: NLS Language is not valid.

Cause: This error is thrown by server when NLS Language in NLSLanguage Header in SOAHeader is invalid.

Resolution: Server expects a valid NLSLanguage value in NLSLanguage Header in SOAHeader. Use the following query to find a valid NLSLanguage:

SELECT NLS_LANGUAGE

FROM   FND_LANGUAGES

WHERE  INSTALLED_FLAG in (‘B’,'I’);

Fault from server: Service is not deployed.

Cause: This error is thrown by server when invoked service is generated but not deployed.

Resolution: Deploy this service from Integration Repository UI.

Fault from server: Error occured while service was processing.

Cause:This error is thrown by server when a internal error happens in Service Provider.

Resolution: View SOAP Response via SOA Monitor UI. It has a error trace of the error happened in server. This should give a fair idea of what went wrong.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值