Archived:First attempt to create Internet connection fails if default IAP changed on S60 1st Edition (Known Issue)
hamishwillee
(Talk | contribs) |
hamishwillee
(Talk | contribs) m (moved First attempt to create Internet connection fails if default IAP changed on S60 1st Edition (Known Issue) to Archived:First attempt to create Internet connection fails if default IAP changed on S60 1st Edition (Known Issue)) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Archived|timestamp=20120410134052|user=[[User:Lpvalente|Lpvalente]]}} | ||
| + | [[Category:Known Issue]][[Category:Symbian C++]][[Category:S60 1st Edition]] | ||
| + | |||
| + | |||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| Line 26: | Line 30: | ||
==Overview== | ==Overview== | ||
| − | If the default (suggested) IAP is changed, first attempt to create an Internet connection fails. | + | {{Abstract|If the default (suggested) IAP is changed, first attempt to create an Internet connection fails.}} |
==Description== | ==Description== | ||
| Line 33: | Line 37: | ||
==Solution== | ==Solution== | ||
The problem can be handled by implementing a retry mechanism, which automatically tries to reconnect one or more times if KErrAccessDenied error code is returned. | The problem can be handled by implementing a retry mechanism, which automatically tries to reconnect one or more times if KErrAccessDenied error code is returned. | ||
| − | |||
| − | |||
Latest revision as of 07:09, 20 June 2012
The article is believed to be still valid for the original topic scope.
Article Metadata
Tested with
Compatibility
Article
Overview
If the default (suggested) IAP is changed, first attempt to create an Internet connection fails.
Description
All APIs able to create an Internet connection (e.g., RSocket::Open(), RGenericAgent::StartOutgoing() or CIntConnectionInitator::ConnectL()) fail with an error code KErrAccessDenied at the first connection attempt. When creating an Internet connection, for example, using RGenericAgent::StartOutgoing(), a dialog pops up where all defined IAPs are listed and the default is highlighted. If an IAP other than the default is selected, KErrAccessDenied error code is returned. The problem exists even if the IAP is selected in the code without showing the dialog.
Solution
The problem can be handled by implementing a retry mechanism, which automatically tries to reconnect one or more times if KErrAccessDenied error code is returned.

