SAP for Oil, Gas, and Energy Discussions
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump while doing PRA Application on IS-OIL 4.72 on client 065

Former Member
0 Kudos
437

During the Application test for PRA I am getting the following run time

short dump. ( SAP R/3 4.7 X 200 with Oracle 9.2 , IS-OIL 4.72 )

1. Runtime error : Dataset_not_open

Exception : CX_SY_FILE_OPEN_MODE

Error analysis : An exception occured . The exception which was

assigned to the class CX_SY_FILE_OPEN_MODE was neither caught nor

passed along using a RAISING clause in the procedure "8100-WRITE-ERROR-

RPT-REC"

The reason for the exception is the system tried to access the file


ns05d1a\isotrans\EP\DATA\HIL\065\REPORT\RDBQ850.errpt but found that

this file was not open. For this reason it could not open this file.

2. Runtime error : GETWA_NOT_ASSIGNED_RANGE

Field symbol has not been assigned

Error Analysis : The system tried to access an anassigned field symbol(

data segment No 14 ). The field symbol is no longer assigned because a

unicode program previously tried to set the field symbol using an

ASSIGN statement with an offset lengh / declaration, however no longer

lay within a valid range.

Can you please guide to resolve the short dump.

1 ACCEPTED SOLUTION
Read only

former_member195032
Active Contributor
0 Kudos
388

Hi Sunil,

Only solution I can suggest you for this is to look for SAP notes and if you have not found one,Raise an OSS message with SAP .

Regards,Nishant

View solution in original post

3 REPLIES 3
Read only

former_member195032
Active Contributor
0 Kudos
389

Hi Sunil,

Only solution I can suggest you for this is to look for SAP notes and if you have not found one,Raise an OSS message with SAP .

Regards,Nishant

Read only

Former Member
0 Kudos
388

HI Sunil DId you got the solution for this problem?

I ma also facing the sam eproblem, let me knwo what you did.

Read only

0 Kudos
388

I have an old reference to these issues ….by one of the expert of PRA

1) For this point, if you observe in function oiuh_rdbq850, in the

FORM 9000-INITIAL. -> PERFORM 5000-OPEN-FILES, inside this form the

dataset file must have been opened by the last statement:

open dataset error_rpt for output in binary mode.

It could be possible that there is no file existing. At this point again

I would say it is difficult to say what could be the reason.

2) For this point, it is clear that the field symbol for table data

L_BATCH_TABLE_PARMS was not assigned, probably because of the table data

L_BATCH_TABLE_PARMS being empty. But to figure out why this was sent as

an empty item, you will have to analyze a test case since this function

is called from multiple processes and it is difficult to say what went

wrong where without looking at the test case.

Message was edited by:

oily oily