cancel
Showing results for 
Search instead for 
Did you mean: 

"RECORD_POS_NOTFOUND" Exception will "Reinitialize Device" in DOE Portal

former_member185875
Contributor
0 Kudos

Hi Experts...

I got a "RECORD_POS_NOTFOUND" Exception will "Reinitialize Device" in DOE Admin Portal.

Exception trace:

Error analysis
    A RAISE statement in the program "ZDOECL_000_00K_0_STRWRPR======CP" raised the
     exception
    condition "RECORD_POS_NOTFOUND".

Information on where terminated
    Termination occurred in the ABAP program "ZDOECL_000_00K_0_STRWRPR======CP" -
     in "IF_NODE_READ_WRAPPER~GETATTRIBUTE".
    The main program was "SAPMHTTP ".

    In the source code you have the termination point in line 57
    of the (Include) program "ZDOECL_000_00K_0_STRWRPR======CM002".

47     when 'SENDBITS'.
48       attrvalue = wa-sendbits.
49     when 'STATEID'.
50       attrvalue = wa-stateid.
51     when 'BEF_IMG'.
52       attrvalue = wa-bef_img.
53     when 'TR_STATUS'.
54       attrvalue = wa-tr_status.
55   endcase.
56 ELSE.
 RAISE RECORD_POS_NOTFOUND.         *<----- Exception* 
58 ENDIF.
59 endmethod.

Regards.

lakshman balanagu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Lakshman,

Yes you can apply the note. That should resolve the problem.

Regards,

Gagan

Former Member
0 Kudos

Hello Lakshman,

If you are using NW 711, apply the Note : 1377491

If you are in NW 710 you can wait a few days till the note is released (which will be released along with the first note for 710 SP9).

Workaround: Assign any agent manually to the device, in the device administration portal, before re-initializing. You can assign ANY agent. (After all you only need to re-initialize, so it shouldn't bother you what agent it is.)

If after assigning the agent, the re-initialization dumps with the same error, raise an OSS message.

Thanks

Gagan

former_member185875
Contributor
0 Kudos

Dear Gagan,

This is the information that we have found from Status.

Software Component	Release	Level	Highest support Package	Description
SAP_ABA	                     711	3	SAPKA71103	Cross-Application Component
SAP_BASIS	                     711	3	SAPKB71103	SAP Basis Component
PI_BASIS	                     711	3	SAPK-71103INPIBASIS	Basis Plug-In
ST-PI	                     2008_1_710	1	SAPKITLRE1	SAP Solution Tools Plug-In
SAP_BW	                     711	3	SAPKW71103	SAP Business Warehouse

so can i implement the note 1377491.

Regards,

lakshman balanagu.