views:

97

answers:

1

Hi all,

I have the following exception while i try to login in my application in curve 8520 using wi-fi

"Credentials do not exist"

same application works before. but suddenly this exception comes.

i can access the internet services as well as open webpages using wi-fi.

but at the time of login my application "Credentials do not exist" exception comes.

i also cheched that at the time of clicked the application icon,device registration works. .

application works fine with using http connection without using wi-fi.

problem comes only when i try to login via wi-fi

Please, help .

A: 

Maybe post your connect URL? It sounds like you're mixing up the appenders for APN and wifi. "Credentials do not exist" sounds like APN fail.

Wifi should be:

deviceside=true;interface=wifi

APN is just deviceside=true, if you have default APN configured. If not, you get a credentials fail. So maybe you're just missing that wifi signifier?

cjp