cancel
Showing results for 
Search instead for 
Did you mean: 

ISO MESSAGES

08-17-2011 5:19 AM
2867 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

How can i configure my SQL Anywhere 12.0.1 database to listen and respond to ISO messages e.g the ISO message 0800 which pings the database?

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

Some ideas:

If you are logging the messages outside the two databases, you could use SNMP to query the version and log when the query fails:

http://dcx.sybase.com/index.html#1201/en/dbadmin/snmpconfig.html

If you are logging inside the database you could setup a remote procedure call to a local procedure that selects the version and log when that fails:

http://dcx.sybase.com/index.html#1201/en/dbusage/rpc-omni-using.html*d5e42098

VolkerBarth
Contributor

Why would you like to want to to that? IMHO, responding to PINGing is a task for the network stack, not for the database engine.

If you want to check whether a particular database engine or database is available in the network, you might use the DBLOCATE and DBPING utilities.

Former Member
0 Likes

Thanks Volker, was considering logging each time i get the ISO echo message as am interfacing two systems so would like to find out which system was responsible for the break in communication

MCMartin
Participant
0 Likes

Are you referring to ISO 8583, this is a financial application level message standard. I am not aware, that any database system is declaring to be in conformance with a business communication standard other than SQL...