DBWalker - How to walk a texis database

michel.weber
Posts: 256
Joined: Sat Oct 08, 2005 12:40 pm

DBWalker - How to walk a texis database

Post by michel.weber »

When defining a DBWalker script, i can define select DB type 'texis'.

I can't find the syntax to fill in the different fields though anywhere in the documentation.

Can you provide an example for profile 'test'?
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

DBWalker - How to walk a texis database

Post by jason112 »

a DBWalker config with type "texis" would allow the appliance to crawl an external database from a texis installation on another machine. Is this what you're looking to do?

what are you trying to accomplish?
michel.weber
Posts: 256
Joined: Sat Oct 08, 2005 12:40 pm

DBWalker - How to walk a texis database

Post by michel.weber »

Well by principal goal was to do some statistics (via the query log table and may be the html table 'clicks' and 'views')
a secondary goal would have been to access the error log tbale.

It would even be better if i could get to the database from another machine (via JDBC or ODBC, ...)
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

DBWalker - How to walk a texis database

Post by jason112 »

Unfortunatley the DBWalker doesn't provide a way of accessing the tables on the appliance; it crawls data from JDBC sources (which the appliance does not support).

There currently isn't any way to interface with the contents of database on the appliance directly.