You Are Here:

Community: Developer Discussion Boards

#1 Old KERN-EXEC 0 when using RWSPCOConn - 2005-11-17, 10:54

Join Date: Aug 2005
Posts: 17
gparthi
Offline
Registered User
i am getting KERN-EXEC 0 on the emulator,when using RWSPCOConn for WAP connection.
i have given my code below.Anyone pls help out to solve this issue.

regards,
Parthi

RWSPCOConn iWapConn;
RWAPServ iWapServ;
RWSPCOTrans trans;
TInt ret;
TBuf8<1024> data;
RWSPCOConn::TEvent event;
iWapConn.Open(iWapServ, _L8("203.177.42.214"), 9201, 0, EIP, EFalse);

CCapCodec* codec = CCapCodec::NewL();
codec->SetServerSDUSize(150000);
codec->SetClientSDUSize(150000);

if(iWapConn.Connect(_L8(""), codec) == KErrNone)

{
if(iWapConn.CreateTransaction(RWAPConn::EGet, _L("http://www.yahoo.com/index.html"), _L8(""), _L8(""), trans) == KErrNone)
{
do
{
ret = trans.GetData(data, RWSPCOTrans::EResultBody);
// returns access denied here!
}
while(ret == RWAPConn::EMoreData);
trans.Release();
}
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
KERN EXEC 0 panic at second use of an RObject and not on first saurabh_gyl General Symbian C++ 2 2007-07-19 02:29
why kern exec 3 on CopyFile? flicker82 General Symbian C++ 2 2005-05-16 03:25
please help! setting page issue (checkbox) kern exec 3 flicker82 Symbian User Interface 4 2005-02-10 13:57
KERN EXEC 3 system Error pankajmahto General Symbian C++ 7 2004-05-24 05:03
DirectGraphics/fillPolygon and KERN - EXEC 3 on 7650 andrew_nevick Mobile Java General 0 2003-03-03 10:15

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia