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?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.