Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
HII wrote an application using VB and tamino 3.1.1.1 activex , my application works when it is on the system that tamino server is installed on but do not work on another system mytamino.csDatabaseURL = “http://client08.itec.net/tamino/NFL_DB/Hospital”(no answer to queries )what is the reason ?(my application is the one in tamino welcome demo)LOVE
Hi.Is it possible to directly access the Tamino database from the “other system”?If a query like “http://client08.itec.net/tamino/NFL_DB/Hospital?_xql=/*” doesn’t work, I would suspect there is a firewall blocking access to client08.Cheers,Trevor.
I can access my database running interactive interface from another system but my vb application does not run from a remote systemLOVE
Any security settings enabled in the webserver/Tamino?
To be able to use an ActiveX control (such as TaminoX.ocx) it does need to be registered on your local runtime box [e.g. regsvr32 TaminoX.ocx].