Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exception during data extraction

Former Member
0 Likes
825

Hi Expert,

I am extraction data from ECC 6.0 non unicode sytem using custom RFC using .Net connector version 1.2.0.0 , here is the exception thrown

11/30/2006 §§ 4:14:29 PM §§ Information §§ Begin Extract

11/30/2006 §§ 4:25:37 PM §§ Exception §§ CPIC-CALL: 'CMRCV'

LOCATION SAP-Gateway on host graf / sapgw01

ERROR program state check for conversation 29099380

TIME Thu Nov 30 16:25:03 2006

RELEASE 700

COMPONENT SAP-Gateway

VERSION 2

RC 471

MODULE gwr3cpic.c

LINE 3245

DETAIL program sapgw01 on host graf called function DEALLOCATE in

state WAIT_FOR_SYNC

COUNTER 6135

§§ Stack Trace:: at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode)

at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn)

at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn)

can any one please tell me what could be possible solution for above exception.

if i run the RFC using SAP gui it return the data and

no dump found on SAP side when extraction failed

thanks in advance

John

1 REPLY 1
Read only

Former Member
0 Likes
449

Hi guys,

The problem was with the time out profile parameter i.e. rdisp/max_wprun_time set the value as 3000 ,by default its value is 600.

thanks,

John