Oracle9iAS InterConnect Adapter for HTTP Installation and User's Guide Release 2 (9.0.2) Part Number A95445-01 |
|
This chapter provides answers to frequently asked questions about the Hypertext Transfer Protocol (HTTP) adapter.
This chapter contains this topic:
The following questions address troubleshooting issues for the HTTP adapter.
View the oailog.txt
file located in the appropriate timestamped subdirectory of the HTTP adapter logs
directory.
On... | Go to... |
---|---|
UNIX |
|
Windows |
|
where Application
is the value you defined in Step 8 and timestamp_in_milliseconds
is the directory. If no exceptions are listed, the adapter started properly.
View the exceptions in the adapter log file (oailog.txt
). The exceptions provide information about inconsistencies. One possible reason is that the HTTP adapter did not connect to the repository. Ensure that the repository is started properly and the HTTP adapter connects to the repository once it is started properly. You do not need to restart the adapter.
The HTTP adapter caches the information from iStudio (the information that is stored in the repository) locally for better performance in a production environment. If you change something in iStudio and want to see the change in the runtime environment, you need to perform the following procedures:
To see iStudio changes in the runtime environment:
Each adapter has a persistence
directory located in the directory named after the HTTP application. Deleting this directory when the adapter has been stopped makes the adapter obtain the new metadata from the repository when started.
Yes, edit the parameters in the following file:
On... | Go to... |
---|---|
UNIX |
|
Windows |
|
See Also:
"adapter.ini Initialization Parameter File" for parameter information |
The installer overwrites previous installations of the HTTP adapter if you try to install it a second time in the same Oracle home. However, you can have multiple Oracle homes on a computer and have one HTTP adapter in each Oracle home. When you install the HTTP adapter a second time, choose a different Oracle home from the first HTTP adapter.
In order to encrypt password values specified in the adapter.ini
file, perform the following steps:
To encrypt password values:
$ORACLE_HOME/oai/9.0.2/bin
directory for UNIX and the %ORACLE_HOME%\oai\9.0.2\bin
directory for Windows. For example, to encrypt the http.sender.password
parameter, enter the following:
encrypt password
adapter.ini
file with encrypted_
:
encrypted_http.sender.password
http.sender.password
, replace the line:
http.sender.password=HTTPuser
with the value you received from running the encrypt tool in Step 2:
encrypted_http.sender.password=112411071071106510801094108410731070107110811069
|
![]() Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|