Issue
++++
Unique constraint error (00001) is OK if key already exists
Invalid Host
Invalid Host
ADD call failed with exit code 1
Trying to update information ...
Invalid Host
Invalid Host
UPDATE call failed with exit code 1
Updating parameters: fnd_jdbc_buffer_min=1 fnd_jdbc_buffer_max=5 fnd_jdbc_buffer_decay_interval=300
Invalid Host
Invalid Host
Updating parameters: fnd_jdbc_buffer_decay_size=5 fnd_jdbc_usable_check=false fnd_jdbc_context_check=true
Invalid Host
Invalid Host
Updating parameters: fnd_jdbc_plsql_reset=false
Invalid Host
Invalid Host
DBC generation failed with exit code 1
Updating Server Security Authentication
Invalid Host
java.sql.SQLException: Io exception: Invalid number format for port number
Database connection to jdbc:oracle:thin:@host_name:port_number:database failed
Updating Server Security Authentication failed with exit code 1
adgendbc.sh exiting with status 1
ERRORCODE = 1 ERRORCODE_END
.end std out.
Cause:
-------
Server name was unresolvable due to which .dbc file wasn't generated under $FND_SECURE. In my case, it was issue with my server name which was unresolvable through DNS.
Solution:
-----------
In my case wrong domain name is assigned to the ebs hostname.
root@csddebsdev.csddtest.com # hostname csddebsdev.csdddev.com
After correcting domain name, I could able to run autoconfig successfully.
No comments:
Post a Comment