Hi,
I'm currently using SUM to update ERP 6.0 from SPS11 to SPS21 but am encountering an error during the PREP_INPUT/SELSTACKXML_ASK phase.
SELSTACKXMLA.LOG output:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 ETQ201 Entering upgrade-phase "SELSTACKXML_ASK" ("20121024232027")
4 ETQ399 Set environment for standard connect:
2 ETQ367 Connect variables are set for standard instance access
4 ETQ399 System-nr = '00', GwService = 'sapgw00' Client = '000'
4 ETQ399 Environment variables:
4 ETQ399 dbs_ora_schema=SAPR3
4 ETQ399 auth_shadow_upgrade=0
1 ETQ200 Executing actual phase 'PREP_INPUT/SELSTACKXML_ASK'.
1 ETQ399 Phase arguments:
2 ETQ399 Arg[0] = ''
2 ETQ399 Arg[1] = 'ASK;READBASIC;CHECK_INITIAL0'
1 ETQ399 Ask user for stack configuration.
4 ETQ399 EhP stack selection ...
1 ETQ399 Read XML stack configuration.
4 ETQ399 Copy stack file 'G:/18102012/stack.xml' to 'E:\usr\sap\SUM\abap\tmp\stack.xml' temporarily to avoid access problems.
4 ETQ399 Reading stack content ...
4 ETQ399 ... reading stack configuration file "E:\usr\sap\SUM\abap\tmp\stack.xml"
1 ETQ359 RFC Login to: System="SB1", AsHost="SB050IEKI11" Nr="00", GwHost="SB050IEKI11", GwService="sapgw00"
2 ETQ232 RFC Login succeeded
4 ETQ010 Date & Time: 20121024232027
1 ETQ233 Calling function module "OCS_API_GET_STACK_INFO" by RFC
2 ETQ373 parameter "IV_STACK_GUID" = ""
2 ETQ373 parameter "IV_STACK_FILE" = "E:\usr\sap\SUM\abap\tmp\stack.xml"
1 ETQ234 Call of function module "OCS_API_GET_STACK_INFO" by RFC succeeded
4 ETQ010 Date & Time: 20121024232027
2 ETQ399 Table ET_CVERS_INITIAL (#0):
2 ETQ399 Table ET_CVERS_EXPORT (#0):
2 ETQ399 Table ET_CVERS_TARGET (#0):
2 ETQ374 parameter "EV_RC" = "-99"
2 ETQ373 parameter "EV_MESSAGE" = "System expected the end of the element 'archives' &5&6&7&8"
4 ETQ399 ... Error reading stack info (rc = -99, reason = "System expected the end of the element 'archives' &5&6&7&8")
1EETQ399 Last error code set is 'Error reading stack info, return Code = -99, Reason = 'System expected the end of the element 'archives' &5&6&7&8''
1EETQ204 Upgrade phase "SELSTACKXML_ASK" aborted with severe errors ("20121024232027")
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I also debugged to see if I could shed any light on it. It seemed to break during the conversion:
OCS_CONVERT_XML_INTO_CVERS
The variable lr_error contained '{O:1*\CLASS=CX_ST_MATCH_ELEMENT}'
I generated the stack.xml in the SMP and not in SolMan. Could this be the issue?
Any help would be much appreciated.
Cheers,
Tony