cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with RfcRecieve call on Unicode SAP RFC SDK

Former Member
0 Kudos

Hi All,

I am facing problem while calling RfcReceive with unicode sap support, While I call RfcRecieve the call times out. Although the same call is working for the NON Unicode SAP. Does anyone have ever faced this problem earlier for SAP with Unicode support, I am currently using the following SAP Unicode patch version

SAP_BASIS 620 ---> level 0044

SAP_ABA 620 ---> level 0044

SAP_APPL 470 ---> level 0021

SAP_HR 470 --> level 0033

regards,

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Below is what the stack trace shows:

#0 0xc020cc40 in pollsys () from /usr/lib/libc.2

#1 0xc0217714 in poll () from /usr/lib/libc.2

#2 0xc98e383c in NiPPoll () from librfccm.sl

#3 0xc98c2d74 in NiIPoll () from librfccm.sl

#4 0xc98c376c in NiIPeek () from librfccm.sl

#5 0xc98e1f40 in NiPRead () from librfccm.sl

#6 0xc98c46a4 in NiIRead () from librfccm.sl

#7 0xc98be1a8 in NiRead () from librfccm.sl

#8 0xc9877f30 in STIAsRcvFromGw () from librfccm.sl

#9 0xc987e548 in STISEND () from librfccm.sl

#10 0xc9873108 in STIRCV () from librfccm.sl

#11 0xc98723a4 in STRCV () from librfccm.sl

#12 0xc976f5c4 in coxread () from librfccm.sl

#13 0xc976f4b0 in ab_coxread () from librfccm.sl

#14 0xc97a8f20 in ab_rfcread () from librfccm.sl

#15 0xc979b0dc in rfcget_gethead () from librfccm.sl

#16 0xc9799a24 in rfcget_run () from librfccm.sl

#17 0xc97995b8 in ab_rfcget () from librfccm.sl

#18 0xc97a4d38 in RfcExtendedReceive () from librfccm.sl

#19 0xc97a4b80 in ab_rfcreceive () from librfccm.sl

#20 0xc9798c04 in ab_rfcxrcv () from librfccm.sl

#21 0xc9794f98 in RfcReceive () from librfccm.sl

Regards,

Amit