Hi,
I am trying to upgrade my ecc 5 system to 6 Ehp5 & got stuck at PREPARE Phase.
"1EETQ248 Missing log file(s) of report "UACC_UPG_STEPS", matching "UACC_UPG\.QAS""
Tried to run manually from SE38 by selecting refreshing the tables but no help.
i got few dumps too whenever i run the report or upgrade tool.
can somebody throw some light on this and help me ? i got some help after searching SDN but it didnt solve my issue. No related SAP notes too. Thanks in Advance.
ABAP Dump:
What happened?
The function module "FILE_VALIDATE_NAME" was called, but cannot be
found in the Function Library.
Error in ABAP application program.
The current ABAP program "CL_UACC_FRAMEWORK_MANAGER=====CP" had to be
terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
Error analysis
An exception occurred. This exception is dealt with in more detail bel
. The exception, which is assigned to the class 'CX_SY_DYN_CALL_ILLEGA
was neither
caught nor passed along using a RAISING clause, in the procedure
"UPDATE_TABLE_FROM_XML" "(METHOD)"
.
Since the caller of the procedure could not have expected this excepti
to occur, the running program was terminated.
The reason for the exception is:
The program "CL_UACC_FRAMEWORK_MANAGER=====CP" contains a CALL FUNCTIO
statement. The name
of the function module to be called is "FILE_VALIDATE_NAME".
No function module exists with the name "FILE_VALIDATE_NAME".
All function modules are stored in the Function Library (SE37).
Possible reasons:
a) Wrong name specified. Particular attention should be paid
to upper/lower case and underscores ("_")
b) Transport error
c) If an enqueue/dequeue module has been used, the lock object
may not have been activated (ABAP Dictionary)
may not have been activated (ABAP Dictionary).
How to correct the error
Check the last transports to the R/3 System.
Is the program "CL_UACC_FRAMEWORK_MANAGER=====CP" currently being changed?
If an enqueue/dequeue module is involved, is the activation
of the lock object missing in the ABAP/4 Dictionary?
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
use the following search criteria:
------------------------------------------------------------------------
"CALL_FUNCTION_NOT_FOUND" CX_SY_DYN_CALL_ILLEGAL_FUNCC
"CL_UACC_FRAMEWORK_MANAGER=====CP" or "CL_UACC_FRAMEWORK_MANAGER=====CM00M"
"UPDATE_TABLE_FROM_XML"
------------------------------------------------------------------------
Function modules with names similar to "FILE_VALIDATE_NAME":
FILE_GET_NAME
FILE_NAME_GET
FC_ECMC_VALIDATE
FI_VALIDATION_ITEM
F4_FILENAME
FILA_VALUEIDS_CREATE
F4_DXFILENAME
FILE_GET_NAME_USING_PATH
FI_VALIDATION_DOC
FI_VALIDATION_REGENERATE