There are various ways to verify the connection to the database. You can issue any of the following “commands” directly in your browser:
Ping Command
http://localhost/tamino/mydb?_diagnose=ping
Echo Command
http://localhost/tamino/mydb?_diagnose=echo
You could also issue these command from the Tamino Interactive Interface. You will note there is a tab at the top of the broweser window, which contains various options, i.e. XQuery, X-Query, Delete, Load, Define, Undefine, Diagnose and Authentication. Select the Diagnose option, this will then result in another page that contains several of the Tamino diagnose commands. You have to specify the correct database URL, i.e. http://localhost/tamino/mydb and then select the command you want to issue.
If you get the following response:
<?xml version="1.0" ?>
- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2”>
- <ino:message ino:returnvalue=“8201”>
<ino:messagetext ino:code=“INOXHE8201”>Can’t connect to server on host localhost at port 3210, TCP error code 10061.</ino:messagetext>
</ino:message>
</ino:response>
then it means there is an obvious error to connect to your database or your database might not be up and running. If you get this error, then the problem could be that you are unable to connect to the databse, because of the web server configuration.
Do the above mentioned steps and let me know if you still have a problem to connect to your database. If you still have a problem I will outline the steps you should take to verify your web server configuration.
Regards
Theo
#webMethods#API-Management#Tamino