8 Mayıs 2014 Perşembe

SOA Gateway integretaion Error EBS R12

Service Provider Access resulted in exception 'oracle.apps.fnd.soa.util.SOAException: SystemError: Error while sending message to server. http://oracleapp.bayenerji.com:8003/webservices/SOAProvider/EbizAuth?Generate=1279&soa_ticket=CgIrObSexsEdlljhLCcl9g..' when attempting to perform 'GENERATE'. Please view Service Provider logs for more details

Çözüm:
10. Reset the 'ASADMIN' password in the file system.
After 'ASADMIN' user is enabled from Oracle E-Business Suite, update the file
$INST_TOP/ora/10.1.3/j2ee/oafm/config/system-jazn-data.xml as shown below to reset the password:

<user>
< name>ASADMIN</name>
< display-name>Default Apps SOA User</display-name>
< description>Used by SOAProvider for DB connection</description>
< credentials>!<NEW PASSWORD></credentials>
< /user>
Note: The password should be preceded by a '!' (Exclamation) so that when OAFM is started,
it gets encrypted. For example, if your password is 'welcome', then you should write it in the above file as "!welcome".
Bounce the middle tier.

0 yorum:

Yorum Gönder