Home > Archive > SQL Anywhere Mobile > July 2005 > puch problem









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author puch problem
R. van der Wiele

2005-07-13, 11:24 am

ASA 9.02.3137 (both server/consolidated and pda)

I get the following error message on the server (I want to push data to the
pda for user 89)

E. 07/13 16:50:14. Error: <Notifier(Gerco)> [Default-DeviceTracker]: There
is no active delivery path for reaching '89'
E. 07/13 16:50:14. Error: <Notifier(Gerco)> [Default-DeviceTracker]: Failed
to send notification with id = 1 to 89

Does someone know what the problem is?
Synchronization without the push is OK (also thru host and port)!

Thanks in advance for any reply.
Ron


David Fishburn

2005-07-13, 8:25 pm

"R. van der Wiele" <r.vd.wiele@aci.nl> wrote in
news:42d52d3c@forums
-2-dub of sybase.public.sqlanywhere.mobilink:

RvdW> ASA 9.02.3137 (both server/consolidated and pda)
RvdW>
RvdW> I get the following error message on the server (I want to push
data
RvdW> to the pda for user 89)
RvdW>
RvdW> E. 07/13 16:50:14. Error: <Notifier(Gerco)> [Default-
DeviceTracker]:
RvdW> There is no active delivery path for reaching '89'
RvdW> E. 07/13 16:50:14. Error: <Notifier(Gerco)> [Default-
DeviceTracker]:
RvdW> Failed to send notification with id = 1 to 89
RvdW>
RvdW> Does someone know what the problem is?
RvdW> Synchronization without the push is OK (also thru host and port)!

Without knowing how you were going to push the notification to this user
(SMS or UDP), I can imagine you might get this if you have never started
DBLSN on the PDA.

When you start DBLSN and provide the -x parameters so it knows how to
talk to the ML server, it will update the consolidated database with
information on how the device can receive the notification request.
--
David Fishburn
Certified ASA Developer Version 8
iAnywhere Solutions - Sybase
Professional Services
Please only post to the newsgroup
Please ALWAYS include version and MORE importantly BUILD number with
EACH post (dbeng9 -v).

EBFs and Maintenance Releases
http://downloads.sybase.com/swx/sdmain.stm

Developer Community / Whitepapers
http://www.ianywhere.com/developer

CaseXpress - to report bugs
http://casexpress.sybase.com

CodeXchange - Free samples
[url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]

R. van der Wiele

2005-07-14, 7:23 am

Well...on the pda the listener is started (dblsn)
But it gives me the whole time: 'Faled to upload listener info .. times'
If I do not use a push (thus the server isn't started with '-notifier') and
synchronize the normal way, then everything works fine.
Btw: I synchronize with UDP (host=..;port=..).
Thanks, Ron

"David Fishburn" <fishburn_spam@off.ianywhere.com> wrote in message
news:Xns96929B1FD9EE
8fishburnsybasecom@1
27.0.0.1...
> "R. van der Wiele" <r.vd.wiele@aci.nl> wrote in
> news:42d52d3c@forums
-2-dub of sybase.public.sqlanywhere.mobilink:
>
> RvdW> ASA 9.02.3137 (both server/consolidated and pda)
> RvdW>
> RvdW> I get the following error message on the server (I want to push
> data
> RvdW> to the pda for user 89)
> RvdW>
> RvdW> E. 07/13 16:50:14. Error: <Notifier(Gerco)> [Default-
> DeviceTracker]:
> RvdW> There is no active delivery path for reaching '89'
> RvdW> E. 07/13 16:50:14. Error: <Notifier(Gerco)> [Default-
> DeviceTracker]:
> RvdW> Failed to send notification with id = 1 to 89
> RvdW>
> RvdW> Does someone know what the problem is?
> RvdW> Synchronization without the push is OK (also thru host and port)!
>
> Without knowing how you were going to push the notification to this user
> (SMS or UDP), I can imagine you might get this if you have never started
> DBLSN on the PDA.
>
> When you start DBLSN and provide the -x parameters so it knows how to
> talk to the ML server, it will update the consolidated database with
> information on how the device can receive the notification request.
> --
> David Fishburn



Greg Fenton

2005-07-14, 9:23 am

R. van der Wiele wrote:
> Well...on the pda the listener is started (dblsn)
> But it gives me the whole time: 'Faled to upload listener info .. times'



Can you show us the command line you use to start dblsn ?

> Btw: I synchronize with UDP (host=..;port=..).


What do you mean by "synchronize with UDP"? MobiLink does not support
UDP synchronization streams.

greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
David Fishburn

2005-07-19, 1:24 pm

"R. van der Wiele" <r.vd.wiele@aci.nl> wrote in
news:42d63444$1@foru
ms-1-dub of sybase.public.sqlanywhere.mobilink:

RvdW> Well...on the pda the listener is started (dblsn)
RvdW> But it gives me the whole time: 'Faled to upload listener info ..
RvdW> times' If I do not use a push (thus the server isn't started with
RvdW> '-notifier') and synchronize the normal way, then everything works
RvdW> fine. Btw: I synchronize with UDP (host=..;port=..).

To assist further we would need much more information. Just off the top
of my head:
1. dblsn command line.
2. dblsn config file.
3. ML command line.
4. IP address of each machine (PDA and ML).
5. If the PDA is connected to the network and how. Obviously DBLSN has
to make a connection to the ML server in order to "tell" it how it
can be contacted (ie UDP or SMS). If it does not have a network
connection and cannot reach the ML server, it cannot give this
information to ML.
6. The output from dblsn.
7. ASA Version information of both the ML server and the client (if not
already provided).

--
David Fishburn
Certified ASA Developer Version 8
iAnywhere Solutions - Sybase
Professional Services
Please only post to the newsgroup
Please ALWAYS include version and MORE importantly BUILD number with
EACH post (dbeng9 -v).

EBFs and Maintenance Releases
http://downloads.sybase.com/swx/sdmain.stm

Developer Community / Whitepapers
http://www.ianywhere.com/developer

CaseXpress - to report bugs
http://casexpress.sybase.com

CodeXchange - Free samples
[url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]

Ron van der Wiele

2005-07-21, 8:25 pm

OK, I soon give more information. In a few days a person from iAnywhere in
the Netherlands is going to drop by to assist me with this problem (and a
protocol error problem).
Thanks, so far, Ron

"David Fishburn" <fishburn_spam@off.ianywhere.com> wrote in message
news:Xns96988D57F661
fishburnsybasecom@12
7.0.0.1...
> "R. van der Wiele" <r.vd.wiele@aci.nl> wrote in
> news:42d63444$1@foru
ms-1-dub of sybase.public.sqlanywhere.mobilink:
>
> RvdW> Well...on the pda the listener is started (dblsn)
> RvdW> But it gives me the whole time: 'Faled to upload listener info ..
> RvdW> times' If I do not use a push (thus the server isn't started with
> RvdW> '-notifier') and synchronize the normal way, then everything works
> RvdW> fine. Btw: I synchronize with UDP (host=..;port=..).
>
> To assist further we would need much more information. Just off the top
> of my head:
> 1. dblsn command line.
> 2. dblsn config file.
> 3. ML command line.
> 4. IP address of each machine (PDA and ML).
> 5. If the PDA is connected to the network and how. Obviously DBLSN has
> to make a connection to the ML server in order to "tell" it how it
> can be contacted (ie UDP or SMS). If it does not have a network
> connection and cannot reach the ML server, it cannot give this
> information to ML.
> 6. The output from dblsn.
> 7. ASA Version information of both the ML server and the client (if not
> already provided).
>
> --
> David Fishburn
> Certified ASA Developer Version 8
> iAnywhere Solutions - Sybase
> Professional Services
> Please only post to the newsgroup
> Please ALWAYS include version and MORE importantly BUILD number with
> EACH post (dbeng9 -v).
>
> EBFs and Maintenance Releases
> http://downloads.sybase.com/swx/sdmain.stm
>
> Developer Community / Whitepapers
> http://www.ianywhere.com/developer
>
> CaseXpress - to report bugs
> http://casexpress.sybase.com
>
> CodeXchange - Free samples
> [url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]
>



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com