try this
http://your_server_name/tamino/your_db_name?_diagnose=ping
from your browser?
Are you able to ping ? if no then look in to the http.conf file find an entry for <Location /tamino>
.
.
IS it there ? if not then
try
<Location /tamino>
SetHandler ino
Regfile “$SAG/common/rgs/REGFILE”
assuming your webserver and tamino server are on the same machine else
add this
<Location /tamino/mydb>
setHandler ino
Host hostname/ipaddress
Port ???
If this all fails check your /var/log/access_log and error_logs for /tamino/* see if you can spot some 403’s (forbidden) that means some permission problem may be .htaccess
let me know if i can be of more help.
Amit
#Tamino#webMethods#API-Management