on 2005 Nov 14 2:29 PM
Hai All,
I am trying to run a query and its giving me the following error as soon as I run the query.
<i>"<Internal error> receiving from BW server failed. BW server raised exception:SYSTEM_FAILURE. Do you want to see more information?"</i>
I click on yes. Then the following message comes up:
<i>"Field symbol not yet been assigned.
Error Group
RFC_ERROR_SYSTEM_FAILURE
Message
Field symbol has not yet been assigned."</i>
When click ok, then the following message shows up.
<i>"BW server we are connected to cannot refresh the query at sheet1!$A$3"</i>
When I click ok, the execel sheets gets closed.
Looks like this is a problem with service pack. Can anybody suggest me a solution for this problem?
Thanks.
Hi Visu,
Have you tried generating and executing the report in RSRT...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hai Bhanu,
Thanks for the quick reply. Yes. I tried to execute+debug in RSRT and I am getting a short dump.
Here it is:
Field symbol has not yet been assigned.
What happened?
Error in ABAP application program.
The current ABAP program "SAPLRRI9" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
What can you do?
Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
is especially useful if you want to keep a particular message.
Error analysis
You attempted to access an unassigned field symbol
You attempted to access an unassigned field symbol
(data segment 32775).
This error may occur for any of the following reasons:
- You address a typed field symbol before it is set using ASSIGN
- You address a field symbol that points to a line in an internal table
that has been deleted
- You address a field symbol that had previously been reset using
UNASSIGN, or that pointed to a local field that no longer exists
- You address a global function interface parameter, even
though the relevant function module is not active,
that is it is not in the list of active calls. You can get the list
of active calls from the this short dump.
How to correct the error
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:
"GETWA_NOT_ASSIGNED" C
"SAPLRRI9" or "LRRI9F04"
"RANGE_CONSISTENCY"
I tried searching using the seach criteion and it says some kernel error or service pack error.
User | Count |
---|---|
57 | |
11 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.