| Author |
Mobilink console + more ?
|
|
| handheldmaster 2005-08-09, 8:26 pm |
| using 9.0.2/3137/w3k
Just like one can view the console of any ASA by using
dbconsole how can one do the same for Mobilink? or does
sybase have similar tool like the dbping for the ASA.
Basically want to monitor and check programmatically if the
mobilink node is running and not giving any errors ... it
not then alert admin kinda thing.
| |
| Breck Carter [TeamSybase] 2005-08-09, 8:26 pm |
| Have a look at MobiLink Monitor.
On 9 Aug 2005 13:33:47 -0700, handheldmaster wrote:
>using 9.0.2/3137/w3k
>
>Just like one can view the console of any ASA by using
>dbconsole how can one do the same for Mobilink? or does
>sybase have similar tool like the dbping for the ASA.
>Basically want to monitor and check programmatically if the
>mobilink node is running and not giving any errors ... it
>not then alert admin kinda thing.
--
SQL Anywhere Studio 9 Developer's Guide
Buy the book: http://www.amazon.com/exec/obidos/A...7/risingroad-20
bcarter@risingroad.com
RisingRoad SQL Anywhere and MobiLink Professional Services
www.risingroad.com
| |
| Shuchit 2005-08-10, 3:25 am |
| handheldmaster wrote in news:42f91325.3d15.1681692777@sybase.com:
> using 9.0.2/3137/w3k
>
> or does sybase have similar tool like the dbping for the ASA.
> Basically want to monitor and check programmatically if the
> mobilik node is running and not giving any errors ...
dbmlsync has a -pi switch, which can be used to ping the MobiLink server. It
will just test connection and will not actually sync.
Shuchit
| |
| handheldmaster 2005-08-11, 1:28 pm |
|
when attempting dbmlsync -c "connection-parms" -pi
get a status "synchronization failed" with the last line in
the console reading
No synchronization subscription found in the database.
> handheldmaster wrote in
> news:42f91325.3d15.1681692777@sybase.com:
>
> giving any errors ...
>
> dbmlsync has a -pi switch, which can be used to ping the
> MobiLink server. It will just test connection and will
> not actually sync.
>
> Shuchit
>
| |
| Greg Fenton 2005-08-11, 1:28 pm |
| handheldmaster wrote:
> when attempting dbmlsync -c "connection-parms" -pi
>
> get a status "synchronization failed" with the last line in
> the console reading
>
> No synchronization subscription found in the database.
>
The database that dbmlsync connects to must be a valid remote database,
containing a publication, a synchronization user and a syncrhonization
subscription.
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
|
|
|
|