Error during login Alert-Configuration

Hi,
I get following error when I try to login alert-configuration.
SO does anybody know this error and has a solution?
Thanks.
Regards
Stefan
Runtime Error          STRING_BAD_REF
Date and Time          29.09.2006 08:58:00
ShrtText
A string reference with destroyed context was destroyed.
What happened?
Error in ABAP application program.
The current ABAP program "CL_BSP_MODEL==================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.
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
The system discovered an invalid value while accessing a string
reference:
String reference (hexadecimal): 1900000002000000
String header ID: 2
String header ID (hex): 00000002
Check value (hex): 000000
Shared objects lock flag: 0
Check value (hexadecimal): 19
The check value should be hexadecimal "ED".
This is not the case.
How to correct the error
The contents of the string value were probably overwritten in the
memory of the ABAP application program.
Probably the only way to eliminate the error is to correct the program.
System environment
SAP Release.............. "640"
Application server....... "PROSRVSAP1"
Network address.......... "172.17.0.231"
Operating system......... "Windows NT"
Release.................. "5.2"
Hardware type............ "2x Intel 801586"
Character length......... 16 Bits
Pointer length........... 32 Bits
Work process number...... 0
Short dump setting....... "full"
Database server.......... "PROSRVSAP1"
Database type............ "ORACLE"
Database name............ "XI3"
Database owner........... "SAPXI3"
Character set............ "C"
SAP kernel............... "640"
Created on............... "Nov 4 2004 23:42:53"
Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
Database version......... "OCI_920_SHARE "
Patch level.............. "43"
Patch text............... " "
Supported environment....
Database................. "ORACLE 8.1.7.., ORACLE 9.2.0.."
SAP database version..... "640"
Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
Memory usage.............
Roll..................... 8176
EM....................... 3135696
Heap..................... 0
Page..................... 0
MM Used.................. 2356504
MM Free.................. 777568
SAP Release.............. "640"
User and Transaction
Information on where terminated
The termination occurred in the ABAP program "CL_BSP_MODEL==================CP"
in "IF_BSP_MODEL_UTIL~SPLIT_BINDING_EXPRESSION".
The main program was "SAPMHTTP ".
The termination occurred in line 1 of the source code of the (Include)
program "CL_BSP_MODEL==================CM00W"
of the source code of program "CL_BSP_MODEL==================CM00W" (when
calling the editor 10).
Source Code Extract
Line
SourceCde
>>>>>
method IF_BSP_MODEL_UTIL~SPLIT_BINDING_EXPRESSION .
2
3
if strlen( binding_expression ) <= 4 or binding_expression(2) <> '//'. return. endif.
4
5
model_name = binding_expression+2(*).
6
split model_name at '/' into model_name attribute_path.
7
8
9
endmethod.
Contents of system fields
Name
Val.
SY-SUBRC
0
SY-INDEX
8
SY-TABIX
1
SY-DBCNT
1
SY-FDPOS
85
SY-LSIND
0
SY-PAGNO
0
SY-LINNO
1
SY-COLNO
1
SY-PFKEY
SY-UCOMM
SY-TITLE
HTTP Control
SY-MSGTY
SY-MSGID
SY-MSGNO
000
SY-MSGV1
SY-MSGV2
SY-MSGV3
SY-MSGV4
Active Calls/Events
No.   Ty.          Program                             Include                             Line
Name
24 METHOD       CL_BSP_MODEL==================CP    CL_BSP_MODEL==================CM00W     1
CL_BSP_MODEL=>IF_BSP_MODEL_UTIL~SPLIT_BINDING_EXPRESSION
23 METHOD       CL_BSP_ELEMENT_CT_ATTR_VALID==CP    CL_BSP_ELEMENT_CT_ATTR_VALID==CM00A    28
CL_BSP_ELEMENT_CT_ATTR_VALID=>INITIAL_CHECKS
22 METHOD       CL_BSP_ELEMENT_CT_ATTR_VALID==CP    CL_BSP_ELEMENT_CT_ATTR_VALID==CM002     4
CL_BSP_ELEMENT_CT_ATTR_VALID=>TO_BOOLEAN
21 METHOD       CL_HTMLB_CONTENT==============CP    CL_HTMLB_CONTENT==============CM007    13
CL_HTMLB_CONTENT=>IF_BSP_ELEMENT~COMPILE_TIME_IS_VALID
20 METHOD       CL_BSP_ELEMENT_INFO===========CP    CL_BSP_ELEMENT_INFO===========CM003    21
CL_BSP_ELEMENT_INFO=>IS_VALID
19 METHOD       CL_O2_CO2_PROCESSOR===========CP    CL_O2_CO2_PROCESSOR===========CM01C    78
CL_O2_CO2_PROCESSOR=>CHECK_AND_DESCRIBE_TAG
18 METHOD       CL_O2_CO2_PROCESSOR===========CP    CL_O2_CO2_PROCESSOR===========CM019   102
CL_O2_CO2_PROCESSOR=>TRAVERSE_TAG
17 METHOD       CL_O2_CO2_PROCESSOR===========CP    CL_O2_CO2_PROCESSOR===========CM00G    55
CL_O2_CO2_PROCESSOR=>TRAVERSE
16 METHOD       CL_O2_CO2_PROCESSOR===========CP    CL_O2_CO2_PROCESSOR===========CM00E   180
CL_O2_CO2_PROCESSOR=>GENERATE
15 METHOD       CL_O2_HELPER==================CP    CL_O2_HELPER==================CM00R   143
CL_O2_HELPER=>CALL_O2_COMPILER
14 FUNCTION     SAPLO2_WB_SERVICES                  LO2_WB_SERVICESU15                    128
O2_GENERATE_PAGE_INTERNAL
13 FUNCTION     SAPLO2_WB_SERVICES                  LO2_WB_SERVICESU04                    117
O2_GENERATE_PAGE
12 METHOD       CL_O2_RT_SUPPORT==============CP    CL_O2_RT_SUPPORT==============CM004    12
CL_O2_RT_SUPPORT=>GENERATE_IMPL_CLASS
11 METHOD       CL_O2_RT_SUPPORT==============CP    CL_O2_RT_SUPPORT==============CM003   108
CL_O2_RT_SUPPORT=>GET_CLASS_FOR_PAGE
10 METHOD       CL_BSP_PAGE_BASE==============CP    CL_BSP_PAGE_BASE==============CM01A    98
CL_BSP_PAGE_BASE=>CREATE_PAGE
9 METHOD       CL_BSP_PAGE_BASE==============CP    CL_BSP_PAGE_BASE==============CM005    47
CL_BSP_PAGE_BASE=>CREATE_VIEW
8 METHOD       CL_BSP_CONTROLLER=============CP    CL_BSP_CONTROLLER=============CM005     3
CL_BSP_CONTROLLER=>CREATE_VIEW
7 METHOD       CL_XI_ALERT_BSP_MAIN==========CP    CL_XI_ALERT_BSP_MAIN==========CM001    10
CL_XI_ALERT_BSP_MAIN=>DO_REQUEST
6 METHOD       CL_BSP_CTRL_ADAPTER===========CP    CL_BSP_CTRL_ADAPTER===========CM004    47
CL_BSP_CTRL_ADAPTER=>DO_REQUEST
5 METHOD       CL_BSP_RUNTIME================CP    CL_BSP_RUNTIME================CM002   111
CL_BSP_RUNTIME=>ON_REQUEST
4 METHOD       CL_HTTP_EXT_BSP===============CP    CL_HTTP_EXT_BSP===============CM001    24
CL_HTTP_EXT_BSP=>IF_HTTP_EXTENSION~HANDLE_REQUEST
3 METHOD       CL_HTTP_SERVER================CP    CL_HTTP_SERVER================CM01B   346
CL_HTTP_SERVER=>EXECUTE_REQUEST_FROM_MEMORY
2 FUNCTION     SAPLHTTP_RUNTIME                    LHTTP_RUNTIMEU02                      886
HTTP_DISPATCH_REQUEST
1 MODULE (PBO) SAPMHTTP                            SAPMHTTP                               13
%_HTTP_START
Chosen variables
Name
Val.
No.      24 Ty.          METHOD
Name  CL_BSP_MODEL=>IF_BSP_MODEL_UTIL~SPLIT_BINDING_EXPRESSION
BINDING_EXPRESSION
FALSE
44454
61C35
00000
00000
MODEL_NAME
String reference is destroyed
10000000
90002000
ATTRIBUTE_PATH
SYST-REPID
CL_BSP_MODEL==================CP
4454555444443333333333333333334522222222
3CF230FDF45CDDDDDDDDDDDDDDDDDD3000000000
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
%_DUMMY$$
2222
0000
0000
0000
SY-REPID
CL_BSP_MODEL==================CP
4454555444443333333333333333334522222222
3CF230FDF45CDDDDDDDDDDDDDDDDDD3000000000
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
CL_ABAP_TYPEDESCR=>TRUE
%_FSREG_001
SPACE
2
0
0
0
No.      23 Ty.          METHOD
Name  CL_BSP_ELEMENT_CT_ATTR_VALID=>INITIAL_CHECKS
NAME
massDataExtraction
667746764777667666
D133414158421349FE
000000000000000000
000000000000000000
VALUE
FALSE
44454
61C35
00000
00000
%_DUMMY$$
2222
0000
0000
0000
SY-REPID
CL_BSP_ELEMENT_CT_ATTR_VALID==CP
4454555444444554554555554444334522222222
3CF230F5C5D5E4F34F1442F61C94DD3000000000
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
ME->M_ELEMENT_DATA
|
| 3000C000 |
| 60009000 |
| CL_BSP_ELEMENT_DATA=>CO_NO_ATTRIBUTE_VALUE |
| %_NO_ATTRIBUTE_VALUE |
| 25445455544554554454 |
| 5FEFF144292545F61C55 |
| 00000000000000000000 |
| 00000000000000000000 |
| SYST |
| ######################U###############0#########x#############################T###x#####XC#### |
| 0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000 |
| 8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C |
| ME->M_LAST_VALUE_NOT_SET |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| ME->CO_CHECKS_DONE |
| %_CHECKS_DONE_% |
| 254444455444452 |
| 5F3853B3F4FE5F5 |
| 000000000000000 |
| 000000000000000 |
| CL_BSP_ELEMENT_DATA=>CO_REQUEST_TIME_VALUE |
| %_RUNTIME_ATTRIBUTE |
| 2555454445455544554 |
| 5F25E49D5F144292545 |
| 0000000000000000000 |
| 0000000000000000000 |
| ME->M_LAST_VALUE_ONLY_AT_RUNTIME |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| %_ARCHIVE |
|  |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| %_FSREG_001 |
| 6 |
| 3 |
| 6 |
| 0 |
| 0 |
| SYST-REPID |
| CL_BSP_ELEMENT_CT_ATTR_VALID==CP |
| 4454555444444554554555554444334522222222 |
| 3CF230F5C5D5E4F34F1442F61C94DD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| CL_BSP_COMPILER_MESSAGES=>CO_ERROR |
| E |
| 4 |
| 5 |
| 0 |
| 0 |
| ATTRIBUTE_INFO |
|
2000D000
90006000
No.      22 Ty.          METHOD
Name  CL_BSP_ELEMENT_CT_ATTR_VALID=>TO_BOOLEAN
NAME
massDataExtraction
667746764777667666
D133414158421349FE
000000000000000000
000000000000000000
RESULT
2
0
0
0
ME
|
| 3000C000 |
| 3000C000 |
| VALUE |
|  |
| ME->CO_CHECKS_DONE |
| %_CHECKS_DONE_% |
| 254444455444452 |
| 5F3853B3F4FE5F5 |
| 000000000000000 |
| 000000000000000 |
| %_SPACE |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| CL_BSP_MESSAGES=>CO_SEVERITY_ERROR |
| 2 |
| 0000 |
| 2000 |
| No.      21 Ty.          METHOD |
| Name  CL_HTMLB_CONTENT=>IF_BSP_ELEMENT~COMPILE_TIME_IS_VALID |
| ELEMENT_INFO |
|
3000C000
70008000
COMPILER_MESSAGES
|
| E0001000 |
| 4000B000 |
| ELEMENT_DATA |
|
3000C000
60009000
VALIDATOR
|
| 3000C000 |
| 3000C000 |
| VALID |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| %_FSREG_001 |
| ??? |
| ?????? |
| ?????? |
| %_DUMMY$$ |
|  |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
| CL_BSP_ELEMENT_DATA=>CO_NO_ATTRIBUTE_VALUE |
| %_NO_ATTRIBUTE_VALUE |
| 25445455544554554454 |
| 5FEFF144292545F61C55 |
| 00000000000000000000 |
| 00000000000000000000 |
| SYST-REPID |
| CL_HTMLB_CONTENT==============CP |
| 4454544454445445333333333333334522222222 |
| 3CF84DC2F3FE45E4DDDDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| SY |
| ######################U###############0#########x#############################T###x#####XC#### |
| 0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000 |
| 8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C |
| SY-REPID |
| CL_HTMLB_CONTENT==============CP |
| 4454544454445445333333333333334522222222 |
| 3CF84DC2F3FE45E4DDDDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| SYST |
| ######################U###############0#########x#############################T###x#####XC#### |
| 0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000 |
| 8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C |
| No.      20 Ty.          METHOD |
| Name  CL_BSP_ELEMENT_INFO=>IS_VALID |
| ELEMENT_DATA |
|
3000C000
60009000
COMPILER_MESSAGES
|
| E0001000 |
| 4000B000 |
| COMPILER_OPTIONS |
| 0.0.0.0.0.0.0.1.  |
| C0000000 |
| B0004000 |
| VALID |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| ME->VALIDATOR |
|
3000C000
3000C000
SCREEN
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
%_DUMMY$$
2222
0000
0000
0000
ME
|
| 3000C000 |
| 70008000 |
| ME->ELEMENT |
|
3000C000
4000B000
SY-REPID
CL_BSP_ELEMENT_INFO===========CP
4454555444444554444333333333334522222222
3CF230F5C5D5E4F9E6FDDDDDDDDDDD3000000000
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
ME->COMPILER_OPTIONS
0.0.0.0.0.0.0.1.
C0000000
90006000
%_FSREG_001
SYST-REPID
CL_BSP_ELEMENT_INFO===========CP
4454555444444554444333333333334522222222
3CF230F5C5D5E4F9E6FDDDDDDDDDDD3000000000
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
No.      19 Ty.          METHOD
Name  CL_O2_CO2_PROCESSOR=>CHECK_AND_DESCRIBE_TAG
SIG
content                       CL_HTMLB_CONTENT              BCLG_HTMLB_CONTENT             X
6667667222222222222222222222224454544454445445222222222222224444545444544454452222222222222522
3FE45E4000000000000000000000003CF84DC2F3FE45E40000000000000023C7F84DC2F3FE45E40000000000000800
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
ATTR
í###r#######Ç###
E01070000000C010
D020204010007080
0000000000000000
0010000000000000
ELEMENT
¤###BX  X#¯###¯###«#####Œ# ###r#####X  #
A040452250A040A040A050A05020807000FF5220
40B0280080F000F000B040D02000D02000FF8000
0000000000000000000000000000000000FF0000
0010000000001000100010001000000000FF0000
SY-REPID
CL_O2_CO2_PROCESSOR===========CP
4454354435554445545333333333334522222222
3CFF2F3F2F02F3533F2DDDDDDDDDDD3000000000
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
EXTENSION_INFO
|
| 3000C000 |
| 80007000 |
| %_SPACE |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| TAGID |
| content |
| 6667667 |
| 3FE45E4 |
| 0000000 |
| 0000000 |
| ELEMENT_INFO |
|
3000C000
70008000
%_DUMMY$$
2222
0000
0000
0000
ELEMENT-ARGS
Table IT_365[9x32]
CLASS=CL_O2_CO2_PROCESSORMETHOD=TRAVERSE_TAGDATA=ELEMENT-ARGS
Table reference: 114
TABH+  0(20) = 70CBF53C28E9F93C00000000720000006D010000
TABH+ 20(20) = 0900000020000000FFFFFFFF04650000900E0000
TABH+ 40( 8) = 10000000C1298000
store        = 0x70CBF53C
ext1         = 0x28E9F93C
shmId        = 0     (0x00000000)
id           = 114   (0x72000000)
label        = 365   (0x6D010000)
fill         = 9     (0x09000000)
leng         = 32    (0x20000000)
loop         = -1    (0xFFFFFFFF)
xtyp         = TYPE#000064
occu         = 16    (0x10000000)
access       = 1     (ItAccessStandard)
idxKind      = 0     (ItIndexNone)
uniKind      = 2     (ItUniqueNon)
keyKind      = 3     (user defined)
cmpMode      = 4     (cmpSingleEq)
occu0        = 1
collHash     = 0
groupCntl    = 0
rfc          = 0
unShareable  = 0
mightBeShared = 0
sharedWithShmTab = 0
isShmLockId  = 0
gcKind       = 0
isUsed       = 1
>>>>> Shareable Table Header Data <<<<<
tabi         = 0x60C9F53C
pghook       = 0x00000000
idxPtr       = 0x00000000
refCount     = 0     (0x00000000)
tstRefCount  = 0     (0x00000000)
lineAdmin    = 16    (0x10000000)
lineAlloc    = 16    (0x10000000)
store_id     = 101   (0x65000000)
shmIsReadOnly = 0     (0x00000000)
>>>>> 1st level extension part <<<<<
regHook      = 0xE8C2F53C
hsdir        = 0x00000000
ext2         = 0x00000000
>>>>> 2nd level extension part <<<<<
tabhBack     = Not allocated
delta_head   = Not allocated
pb_func      = Not allocated
pb_handle    = Not allocated
TAGARGS_REF
0.0.0.0.0.0.0.1.
C0000000
C0003000
ELEMENT_DATA
|
| 3000C000 |
| 60009000 |
| ELEMENT_REF |
| 0.0.0.0.0.0.0.1.  |
| C0000000 |
| B0004000 |
| ME->COMPILER_MESSAGES |
|
E0001000
4000B000
ATTR-ROW
4
0000
4000
SCREEN
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
IS_VALID
2
0
0
0
ME->FALSE
2
0
0
0
SY-XFORM
222222222222222222222222222222
000000000000000000000000000000
000000000000000000000000000000
000000000000000000000000000000
ME
|
| E0001000 |
| 70008000 |
| SYST |
| ######################U###############0#########x#############################T###x#####XC#### |
| 0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000 |
| 8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C |
| No.      18 Ty.          METHOD |
| Name  CL_O2_CO2_PROCESSOR=>TRAVERSE_TAG |
| ATTR |
| í###r#######Ç### |
| E01070000000C010 |
| D020204010007080 |
| 0000000000000000 |
| 0010000000000000 |
| NODE |
|
70008000
2000D000
PREFIX_MAPPER
|
| A0005000 |
| 90006000 |
| NO_SCRIPT |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| RESULT |
| ############î###ï###Ê#####è#######N# ### |
| 00FF00FF00FFE010E000C01000E000FF90402000 |
| 00FF00FF00FFE010F000A050708000FF10E00000 |
| 00FF00FF00FF000000000000000000FF00000000 |
| 00FF00FF00FF001000000000000000FF00000000 |
| ELEMENT-PREFIX |
| htmlb |
| 67666 |
| 84DC2 |
| 00000 |
| 00000 |
| PREFIX |
| htmlb |
| 67666 |
| 84DC2 |
| 00000 |
| 00000 |
| ELEMENT-CLASSNAME |
| CL_HTMLB_CONTENT |
| 4454544454445445 |
| 3CF84DC2F3FE45E4 |
| 0000000000000000 |
| 0000000000000000 |
| TAG_SIG-TAGCLASS |
| CL_HTMLB_CONTENT |
| 445454445444544522222222222222 |
| 3CF84DC2F3FE45E400000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| CL_BSP_COMPILER_MESSAGES=>CO_ERROR |
| E |
| 4 |
| 5 |
| 0 |
| 0 |
| CL_BSP_RUNTIME=>IF_BSP_RUNTIME~CO_DOMAIN_RELAX_MIN |
| min |
| 666 |
| D9E |
| 000 |
| 000 |
| CHILD |
|
4000B000
0000F000
ME
|
| E0001000 |
| 70008000 |
| NEWTAG |
| content |
| 6667667 |
| 3FE45E4 |
| 0000000 |
| 0000000 |
| ELEMENT |
| ¤###BX  X#¯###¯###«#####Œ# ###r#####X  # |
| A040452250A040A040A050A05020807000FF5220 |
| 40B0280080F000F000B040D02000D02000FF8000 |
| 0000000000000000000000000000000000FF0000 |
| 0010000000001000100010001000000000FF0000 |
| SYST-REPID |
| CL_O2_CO2_PROCESSOR===========CP |
| 4454354435554445545333333333334522222222 |
| 3CFF2F3F2F02F3533F2DDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| TAG_SIG |
| content                       CL_HTMLB_CONTENT              BCLG_HTMLB_CONTENT             X |
| 6667667222222222222222222222224454544454445445222222222222224444545444544454452222222222222522 |
| 3FE45E4000000000000000000000003CF84DC2F3FE45E40000000000000023C7F84DC2F3FE45E40000000000000800 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| ME->GENERATOR |
|
A0005000
A0005000
COMPILEINFOS
Table[initial]
No.      17 Ty.          METHOD
Name  CL_O2_CO2_PROCESSOR=>TRAVERSE
IS_FIRST_NODE
2
0
0
0
PREFIX_MAPPER
|
| A0005000 |
| 90006000 |
| NODE |
|
70008000
2000D000
NO_SCRIPT
2
0
0
0
RESULT
############î###ï###Ê#####è#######N# ###
00FF00FF00FFE010E000C01000E000FF90402000
00FF00FF00FFE010F000A050708000FF10E00000
00FF00FF00FF000000000000000000FF00000000
00FF00FF00FF001000000000000000FF00000000
ME
|
| E0001000 |
| 70008000 |
| ATTR |
| í###r#######Ç### |
| E01070000000C010 |
| D020204010007080 |
| 0000000000000000 |
| 0010000000000000 |
| ME->ENV |
|
E0001000
5000A000
ATTR-NAME
TAG
544
417
000
000
%_PRINT
000                                                                                0###
2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
SY-XPROG
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
RSJOBINFO
00000000000000                                  ##
2222222222222222222222222222222233333333333333222222222222222222222222222222222200
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
ATTR-ROW
4
0000
4000
No.      16 Ty.          METHOD
Name  CL_O2_CO2_PROCESSOR=>GENERATE
XML_INPUT
3767766222666637633363666227227226676366236377662323323320373766336366662323323327367276727237
C8C629E2E2534ED568FCFA15F22822922CE57D112CFA443F260D10D22DC32319ECFA1C2F280D20D102D200268232E3
3626763332666627223737623323323326666267373766233272272330263776273766233272272276272766367236
FD053FD100EF9724D2E32070D00D10D101715220E323190D22822927EAFFA4430324790D2282292259232059D20FCF
O2_PARAMS
Table IT_30[2x976]
CLASS=CL_O2_HELPERMETHOD=CALL_O2_COMPILERDATA=PAGE_PARAMS
Table reference: 17
TABH+  0(20) = C085E23C0000000000000000110000001E000000
TABH+ 20(20) = 02000000D0030000FFFFFFFF045C000080060000
TABH+ 40( 8) = 10000000C1248400
store        = 0xC085E23C
ext1         = 0x00000000
shmId        = 0     (0x00000000)
id           = 17    (0x11000000)
label        = 30    (0x1E000000)
fill         = 2     (0x02000000)
leng         = 976   (0xD0030000)
loop         = -1    (0xFFFFFFFF)
xtyp         = TYPE#000021
occu         = 16    (0x10000000)
access       = 1     (ItAccessStandard)
idxKind      = 0     (ItIndexNone)
uniKind      = 2     (ItUniqueNon)
keyKind      = 1     (default)
cmpMode      = 2     (cmpSingleMcmpR)
occu0        = 1
collHash     = 0
groupCntl    = 0
rfc          = 0
unShareable  = 0
mightBeShared = 1
sharedWithShmTab = 0
isShmLockId  = 0
gcKind       = 0
isUsed       = 1
>>>>> Shareable Table Header Data <<<<<
tabi         = 0xD8C8EF3C
pghook       = 0x00000000
idxPtr       = 0x00000000
refCount     = 2     (0x02000000)
tstRefCount  = 0     (0x00000000)
lineAdmin    = 16    (0x10000000)
lineAlloc    = 16    (0x10000000)
store_id     = 20    (0x14000000)
shmIsReadOnly = 0     (0x00000000)
>>>>> 1st level extension part <<<<<
regHook      = Not allocated
hsdir        = Not allocated
ext2         = Not allocated
>>>>> 2nd level extension part <<<<<
tabhBack     = Not allocated
delta_head   = Not allocated
pb_func      = Not allocated
pb_handle    = Not allocated
PAGE_URL
MAIN.HTM
44442454
D19EE84D
00000000
00000000
CLASS_NAME
CL_O2EKNVZ07WGTI08DMUX9WUBMS1F
445434445533545433445535544534
3CFF25BE6A077749084D589752D316
000000000000000000000000000000
000000000000000000000000000000
PAKET
SXMSALERT
554544455222222222222222222222
38D31C524000000000000000000000
000000000000000000000000000000
000000000000000000000000000000
NAMESPACE
SAP
545
310
000
000
APPLICATION
SXMS_ALERTRULES
554554445555445
38D3F1C52425C53
000000000000000
000000000000000
OPTIONS
XXD###
55400022
88400000
00000000
00000000
ERROR_TABLE
Table[initial]
RESULT
############î###ï###Ê#####è#######N# ###
00FF00FF00FFE010E000C01000E000FF90402000
00FF00FF00FFE010F000A050708000FF10E00000
00FF00FF00FF000000000000000000FF00000000
00FF00FF00FF001000000000000000FF00000000
ME->GENERATOR
|
| A0005000 |
| A0005000 |
| SPACE |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| ATTR |
| ##á#########É### |
| 00E000000000C010 |
| E010001010009060 |
| 0000000000000000 |
| 0000000000000000 |
| ME->TRUE |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
| PREFIX_MAPPER |
|
A0005000
90006000
SY
######################U###############0#########x#############################T###x#####XC####
0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000
8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C
HASPAGE
X
5
8
0
0
NODE
|
| A0005000 |
| 80007000 |
| ELEMENT |
|
B0004000
4000B000
ME
|
| E0001000 |
| 70008000 |
| OPTIONS-NO_SCRIPT |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| OPTIONS-COMPILE |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
| ME->OTR_TABLE |
| Table[initial] |
| OBJ_NAME |
|  |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| No.      15 Ty.          METHOD |
| Name  CL_O2_HELPER=>CALL_O2_COMPILER |
| P_PAGE |
|
E0001000
90006000
P_COMPILE_FLAG
X
5
8
0
0
P_CALL_MODE
G
4
7
0
0
P_USE_RECOV_OTR_GUIDS
2
0
0
0
P_COMMENT_FLAG
2
0
0
0
P_COMPILER_RC
0
0000
0000
P_XML_SOURCE
P_MSGS
0.0.0.0.0.0.0.1.
00FF00FF
00FF00FF
00FF00FF
00FF00FF
P_RESULT
Ï###########ï###ï#######ï########### ###
C01000FF00FFE000E00000FFE00000FF00FF2000
F00000FF00FFF000F00000FFF00000FF00FF0000
000000FF00FF0000000000FF000000FF00FF0000
000000FF00FF0000000000FF000000FF00FF0000
SYST-REPID
CL_O2_HELPER==================CP
4454354445453333333333333333334522222222
3CFF2F85C052DDDDDDDDDDDDDDDDDD3000000000
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
CLASS_NAME
CL_O2EKNVZ07WGTI08DMUX9WUBMS1F
445434445533545433445535544534
3CFF25BE6A077749084D589752D316
000000000000000000000000000000
000000000000000000000000000000
PAGE_ATTRS-IMPLCLASS
CL_O2EKNVZ07WGTI08DMUX9WUBMS1F
445434445533545433445535544534
3CFF25BE6A077749084D589752D316
000000000000000000000000000000
000000000000000000000000000000
CL_GUI_TEXTEDIT=>FALSE
SY
######################U###############0#########x#############################T###x#####XC####
0000000000000000000000500000000000000030000000007000000000000000000000000000105000700010540000
8000101000000000000010501000100000000000000000008000000000000000000000000000604000800000830500
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C
XML_PROCESSOR
|
| E0001000 |
| 70008000 |
| SPACE |
|  |
| 2 |
| 0 |
| 0 |
| 0 |
| %_DUMMY$$ |
|  |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
| XML_SOURCE |
| #########•################•##•##•############################################################# |
| 3767766222666637633363666227227226676366236377662323323320373766336366662323323327367276727237 |
| C8C629E2E2534ED568FCFA15F22822922CE57D112CFA443F260D10D22DC32319ECFA1C2F280D20D102D200268232E3 |
| 3626763332666627223737623323323326666267373766233272272330263776273766233272272276272766367236 |
| FD053FD100EF9724D2E32070D00D10D101715220E323190D22822927EAFFA4430324790D2282292259232059D20FCF |
| PAGE_PARAMS |
| Table IT_30[2x976] |
| PAGE_URL |
| MAIN.HTM |
| 44442454 |
| D19EE84D |
| 00000000 |
| 00000000 |
| PAGE_ATTRS-DEVCLASS |
| SXMSALERT |
| 554544455222222222222222222222 |
| 38D31C524000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| NAMESPACE |
| SAP |
| 545 |
| 310 |
| 000 |
| 000 |
| APPL_STR |
| SXMS_ALERTRULES |
| 554554445555445 |
| 38D3F1C52425C53 |
| 000000000000000 |
| 000000000000000 |
| OPTIONS |
| XXD### |
| 55400022 |
| 88400000 |
| 00000000 |
| 00000000 |
| ERROR_TABLE |
| Table[initial] |
| CO2_RESULT |
| ############ï###ï#######ï########### ### |
| 00FF00FF00FFE000E00000FFE00000FF00FF2000 |
| 00FF00FF00FFF000F00000FFF00000FF00FF0000 |
| 00FF00FF00FF0000000000FF000000FF00FF0000 |
| 00FF00FF00FF0000000000FF000000FF00FF0000 |
| CL_GUI_TEXTEDIT=>ABAP_COMMENTLINE_IDENTIFIER |
| ??? |
| ?????? |
| ?????? |
| SY-REPID |
| CL_O2_HELPER==================CP |
| 4454354445453333333333333333334522222222 |
| 3CFF2F85C052DDDDDDDDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| P_MS

Hi,
yes, I have activated the SICF-Services as it is mentioned int the documentation.
DO you have any idea?
Thanks.
Regards
Stefan

Similar Messages

  • AppContainers_test fails with error during pre-test configuration checks

    Hello,
    AppContainers_test fails with error during pre-test configuration checks:
    "[FAIL] The machine is not properly configured for testing: the test directory "C:\Windows\SYSTEM32\" is not ACL'd to allow execute permission for "APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES"
    But that kind of permission for APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES was allowed, also i tried to allow full access, but error was the same.
    In the test WindowsFilteringPlatform_Tests, the same requirement "REQ - Wfp-based products must not block App Container apps operating within their declared network intentions by default" was checked successfully.
    How can i pass successfully AppContainers_test? 
    I installed lastest versions of QFE and filters on my server, but it didn't help.

    Hi M'Alerter,
    I have the same issue, have you found a solution to your problem ? 
    Cheers,
    Ghalem

  • Error while opening Alert Configuration in RWB

    Hi Everyone,
    When I selcet Either Alert Inbox or Alert Configuration in Runtime Work Bench, I am getting error as
    404 Not Found
    The requested resource does not exist.
    Do we need to configure/Deploy anything to access Alert Configuration.
    Regards,
    Varun

    Varun,
    Perform following steps. , if not performed earlier :
    1.Go to exchange profile
    http://<IP>:<Port>/exchangeProfile/index.html
    Then RuntimeWorkbench -> com.sap.aii.rwb.server.centralmonitoring.r3.ashost = " Mention FQDN here "
    ->com.sap.aii.rwb.server.centralmonitoring..httpport = 8000
    2. Reinitialize the RWB service by : http://xiserver:50000/rwb/rtc?op=init
    3. RZ10 - Make an entry for /icm/host_name_full
    *************************************************8
    You should give fully qualified host name for the xi server (parameter, icm/host_name_full). Also set the same in exchange profile parameter com.sap.aii.rwb.server.centralmonitoring.r3.ashost.
    - Creating HTTP Destination pmistore in the Java Environment
    from XI installation guide (config in visual admin)
    - Check if services in transaction SICF for RWB - if they are activated
    - on your XI box go to TCODE - SE38 and run program - RSXMB_ACTIVATE_ICF_SERVICES.
    - check SAP note: 750287 (XI 3.0 Runtime Workbench: Alert configuration does not start) and change values in your ExchangeProfile.
    - check if you can accept cookies.
    It should work friend....!!!!
    Regards,

  • Error while opening Alert Configuration

    Dear All,
    When I am trying to open Alert Configuration from RWB then it is giving me the following error:
    <b>URL http://sapxiprd.nissap.com:8000/sap/bc/bsp/sap/alertinbox/index.htm call was terminated because the corresponding service is not available.
    Note:
    The termination occurred in system XPR with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:SAPXIPRD_XPR_00-v:0-s:403-r:Forbidden
    </b>
    Kindly help me what is the error and how this can be resolved.
    Warm Regards,
    N.Jain

    Hi,
    Go to Transaction SICF and check for the activeness of Service called /bc/bsp/sap/alertinbox.. if not make it active.
    Also check this SAP note: -517484
    Hope this helps,
    rgds,
    Moorthy

  • Link SAP PI 7.3 to SolMan 7.1 - error during managed system configuration

    All,
    I installed my diagnostics agent twice with different options:
    - Direct P4 connection via Java EE Dispatcher Node with port 5xx04
    - P4 connection via SCS message server with port 81xx
    In both cases I get an error during the managed system configuration of SAP PI 7.3: Remote error : Connection to P4 port of managed system failed.
    I'm a bit confused with the step Enter System Parameters. In the Java parameters section, I can only enter port 39xx. if not, I get an error.
    Also, I marked and unmarked the option concerning the ABAP user store, but the error persists.
    Please advice.
    Thanks a lot.

    Hi Allam,
    I checked the KBA and I think now, I have the correct HTTP port.
    The error I now get is S:CL_DIAGSTP_MESSAGE:483
    When I take the next step, Configure Automatically, I get this error during the Byte Code Adapter Installation phase when I open the Java URL stated in the navigation column:
    DIAG_WILY_MSG:157:S - com.sap.smdagent.vmmanager.VMManagerP4Exception: com.sap.smdagent.plugins.connectors.p4.exceptions.P4AuthorizationException: Access is denied to SAP System sid: check the connection credentials.More details about the error in agent 'sappi' log file (SMDAgentApplication.X.log).; nested exception is:
    com.sap.engine.services.security.exceptions.BaseLoginException: Error during authentication. For more information see the remote server traces.
    Any idea?
    Thanks.

  • Error during sync integrated configuration - incoming payload missed

    Hi guys,
    we are suing PI 7.11 and trying to use the new feature integrated configuration wherever possible.
    Now I test a sync szeanrio where sender is SOAP and receiver is RFC.
    The messages fails in SOAP Sender channel with the error that there is no suitable receiver found for this message.
    During integrated configuration content based routing is used.
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Receiver Determination failed for message e54dba61-9ded-11de-801a-020000000038(OUTBOUND)
    But the message fails without persisting the payload, so I could check what value is missing in the receiver rules.
    Furthermore the message is only displayed in the sender chanel and is not shown in rwb
    While using the normal way of messsage processing where the integration server is involved, such errors are persisted and the payload is also available.
    Is that the normal behaviour of integrated configurations.
    Could the behaviour be parametrized?
    Any help appreciated
    Kind regards
    Jochen

    Hi,
    thanks for helping.
    Because of integrated configuration the integration server is passed and there is no entry in sxmb_moni.
    I already tried this blog, but it doesn´t work for me.
    I changed the parameter according to the blog.
    But the message content of sync messages are stilled deleted.
    Does the parameter changed requires restart of adapter engine or complete java stack?
    There two templates one called 'Usage_Type_all_in_One' and above there is an node named equal to the server node name. The parameter of which template have to be changed.
    I tried both with out success.
    Hopefully you could help me using this feature
    Kind regards
    Jochen

  • Error during Checking Network Configurations Requirements in RHEL3 VM

    Hi,
    I have a Red Hat Enterprise Linux Image Virtual Machine on my desktop which uses Fedora Linux. I have set this up using VMplayer.
    I need to install Oracle 10g on the RHEL VM.
    As the RHEL VM does not have X Windows, I am connecting to it from the Fedora Linux to do the installation.
    During the Product-specific Prerequisite checks:
    Checking Network Configurations Requirements throws an error,
    Please find it below:
    Actual Result: Unknown Host Exception has Occured :rhel3vm:rhel3vm
    Check complete: The overall result of this check is: Not executed <<<<
    Recommendations: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle software to function properly.
    The Fedora Linux gets the IP address from the DHCP and allocates an IP address to the VM.
    However, when we set both of them as static and the problem still persists, and also when we set the fedora as dynamic and RHEL VM as static, the issue is not resolved.
    Any help will be truely appreciated. Thank you.

    We were running a non-DHCP (static IP) configuration and ran into this issue. We discovered that the hostname and FQDN were not correctly specified in the /etc/hosts file.
    Fixing the hosts file to correctly reference the IP resolved the issue.
    Hope this helps...
    -john

  • Few errors during login..

    I install Oracle 10g on Centos 4. Database work good, but ones I must restart my computer and after that when I try to login I've got this errors:
    Enter user-name: system
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    What can I do??

    Hi,
    >>What can I do??
    Did you configure auto start/stop using runlevels editor in /etc/init.d ?
    Did you try type: "sqlplus / as sysdba" then "startup" ?
    Cheers
    Legatti

  • SLT pointing to HANA via db tunnel throws an error during creation of configuration

    Hi,
    I am trying to replicate data from MS SQL database to Hana via SLT. I have configured the MS SQL database in DBCO and the connection test is successful. I have opened up a db tunnel using the HCP SDK from the SAP SLT server. Using the LTR transaction, I am trying to create a new configuration. In the HANA target details, I enter the user name as DEV_*, password as specified in the command console by sdk, host as localhost:30015. When I specify the configuration name different from NEO_* I see an error "Error opening db connection" and when I enter NEO_* as the configuration name I see an error "invalid table name: Could not find table / view RS_REPLICATION_COMPONENTS in schema SYS_REPL". I cannot see a SYS_REPL schema and I am assuming that this should be created. Any suggestions on how I can get past this error?
    Thanks!
    SK

    Hi SK,
    Where are you checking SYS_REPL schema?
    Best Regards
    Sachin

  • BPC 7.0 installation error during creation Apshell db

    Dear all,
    I've tried to installed SAP BPC 7.1 on multi server environment (OLAP Server, Microsoft SQL Server, Microsoft SQL Reporting Services, Insight OLAP server in a windows 2003 64 bit server and Application server, File Share, Web Server in a w2003 32 bit server).
    When installation start it goes fine until steps : "Create sample appset database".
    Datbase AppServer has been created without errors (access to database server seems to be right with domain user used during installation).
    The error is:
    "Error (A file activation error occured. The physical file name 'Cannot open database "Master" requested  by the login. The login failed .\DATA\ApShell.mdf' may be incorrect. Diagnose and correct additional errors, and retry the operation.).
    I've checked sql server log file and I've found this error:
    2009-07-16 16:55:16.40 Logon       Error: 18456, Severity: 14, State: 16.
    2009-07-16 16:55:16.40 Logon       Login failed for user 'SABAF\icms'. [CLIENT: 172.25.20.37]
    2009-07-16 17:29:51.05 Logon       Error: 18456, Severity: 14, State: 16.
    2009-07-16 17:29:51.05 Logon       Login failed for user 'SABAF\icms'. [CLIENT: 172.25.20.37]
    2009-07-16 17:29:51.14 Logon       Error: 18456, Severity: 14, State: 16.
    2009-07-16 17:29:51.14 Logon       Login failed for user 'SABAF\icms'. [CLIENT: 172.25.20.37]
    2009-07-16 17:29:51.23 spid79      Error: 5105, Severity: 16, State: 2.
    2009-07-16 17:29:51.23 spid79      A file activation error occurred. The physical file name 'Cannot open database "Master" requested by the login. The login failed.\DATA\ApShell.mdf' may be incorrect. Diagnose and correct additional errors, and retry the operation.
    2009-07-16 17:29:51.23 spid79      Error: 5105, Severity: 16, State: 2.
    2009-07-16 17:29:51.23 spid79      A file activation error occurred. The physical file name 'Cannot open database "Master" requested by the login. The login failed.\DATA\ApShell_Log.ldf' may be incorrect. Diagnose and correct additional errors, and retry the operation.
    It seems there was an error during login.
    The installation log file is reported below:
    Installation Date: 7-16-2009, 17:26:35
    User Information: SABAF\icms
    Server Information:
         BPC Version: 7.0.113
         SQL Version for BPC: 2005
         SQL Server: ERPSAKPPR01
         OLAP Server: ERPSAKPPR01
         Insight OLAP Server: ERPSAKPPR01
         Reporting Services Server: ERPSAKPPR01
         Application Server: ERPSABPC01
         Web Server: ERPSABPC01
         Data Path: E:\BPC\Data
    Installation Status
         Diagnostics: Done
         File copy: Done
         Crypto-file[AmyuniPDF.exe] information: E:\CD_INST_BPC_7.0\AmyuniPDF.exe
         Crypto-file[XceedZip.dll] information: E:\CD_INST_BPC_7.0\XceedZip.dll
         Starting WWW Services: Done
         Configuring Internet Information Server: Done
         Install .Net assemblies in the Global Assembly Cache: Done
         Assigning COM+ Components: Done
         Create AppServer Database: Done
         Create Sample Database: Error
         Create Sample OLAP Database: Error
         Setup Management console: Error [There is already an object named 'sp_ActivePages' in the database.]
         Starting BPC Send Governor Service: Done
         Starting BPC Insight Service: SKIP
    If I try to connect with SQL Server Management Studio with windows authentication (same user of installation) and permissions are ok.
    Any idea ?
    Thanks
    Maurizio Manera

    Hi Steven,
    If this is the case, I think you would need to configure the access rights in your db security for BPC admin user. Hope this help you.Good luck

  • Alert configuration/Inbox not opening

    Hi Experts,
    I am facing the following error in our recently installed PI 7.1  when I give log in credentials for alert configuration/Inbox in RWB.
    Logon failed
    What has happened?
    Call of URL http://<host name>:50000/sap/bc/bsp/sap/alertinbox/index.htm terminated due to error in logon data.
    What can I do?
    Check the validity of your SSO ticket for this system.
    If you do not yet have a user ID, contact your system administrator.
    Error Code: ICF-LE-http-c:400-l:E-T:21-C:3-U:5-P:-L:7
    HTTP 401 - Unauthorized
    Your SAP Internet Communication Framework Team
    Does it mean valid SSO in not in place and Do I have to configure SSO for my system?
    Please confirm and  let me know the steps for SSO.
    Regards,
    Dinakar
    Edited by: mutnuru dinakar on May 9, 2011 8:31 PM

    Hi All,
    In our PI dev server I am facing the below errors while opening Alert configuration/Inbox links in RWB.
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    BSP Exception: Internal Error in Business Server Page Runtime.
    Program CL_BSP_PAGE_BASE==============CP
    Include CL_BSP_PAGE_BASE==============CM01A
    Line 115 
    Error type:
    Your SAP Business Server Pages Team
    Or
    500 connection time out ,Connectio to partner timed out after 600s.
    I have added the FQDN in Exchange profiles and activated the services in SICF.
    Infact with same settings in PRD server it is working fine.
    Please tell me what is going wrong in DEV server.
    Regards,
    Dinakar

  • ID, IR error when try to login (JNDI error) during SSL configuration

    I'm in the process to configure SSL on SAP J2EE Engine. I'm following the document of SAP library and "Enabling SSL and client certificates on SAP J2EE Engine" by Angel Dichev of RIG, SAP Labs.
    I deployed the SAP Java Cryptographic Toolkit and update the unlimited strength jurisdiction policy files.
    As per document, I changed the default setting from SSL provider service for the Dispatcher from manual start to always start.
    After this step, I have problems to log in IR and ID ( SLD and RWB are working), getting the follow errors ( after click on ID or IR, got the login screen for user/pwd and after entering getting the error):
    "Unable to map from JNDI delivered class com.sap.engine.services.jndi.persistent.UnsatisfiedReferenceImpl to class com.sap.aii.ib.sbeans.login.LoginServiceHome registered during login service"
    Any solution of this problem?
    Regards
    Amar

    Thanks Ravi
    I created the certificate and then it work for one day. Today morning, i received the certificate request response from SAP trust centre and imported into our server.
    I have inported into Key storage of visual admin as per guide. Is there any other place to check it?
    Again logon to IB fail with the same error.
    Any idea?
    Regards
    Amar

  • " Internal error: 500" during line item configuration

    We are using IPC with some interface customization and copying by reference.
    During line item configuration I've been getting an Internal error: 500
    "Internal error: 500 - The item com.sap.spc.remote.client.object.IPCItemReference@3e902a could not be found on the IPC server!"
    The internal error has been occuring when adding and configuring mulitple line items.
    Process:
    --login to IPC server with new quotation
    --shopping cart: add and configure first line item (this returns to shopping cart)
    shopping cart: add and configure second line item < the internal error 500 occurs after "configure" is clicked
    Please help.
    Thank you.
    -Philipe
    The detailed error message is pasted below:
    com.sap.spc.remote.client.object.IPCException: The item com.sap.spc.remote.client.object.IPCItemReference@6bbf02 could not be found on the IPC server!
         at com.sap.spc.remote.client.object.IPCException.fillInStackTrace(IPCException.java:120)
         at java.lang.Throwable.<init>(Throwable.java:85)
         at java.lang.Exception.<init>(Exception.java:33)
         at java.lang.RuntimeException.<init>(RuntimeException.java:38)
         at com.sap.spc.remote.client.object.IPCException.<init>(IPCException.java:27)
         at com.sapmarkets.isa.ipc.ui.jsp.action.StartConfigurationAction.doPerform(StartConfigurationAction.java:245)
         at com.sapmarkets.isa.core.BaseAction.perform(BaseAction.java:197)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at com.sapmarkets.isa.core.ActionServlet.process(ActionServlet.java:430)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:275)
         at com.inqmy.services.servlets_jsp.server.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:310)
         at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1758)
         at com.sapmarkets.isa.core.ActionServlet.processActionForward(ActionServlet.java:267)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1595)
         at com.sapmarkets.isa.core.ActionServlet.process(ActionServlet.java:430)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:275)
         at com.inqmy.services.servlets_jsp.server.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:310)
         at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1758)
         at com.sapmarkets.isa.core.ActionServlet.processActionForward(ActionServlet.java:267)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1595)
         at com.sapmarkets.isa.core.ActionServlet.process(ActionServlet.java:430)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.FilterChainImpl.runServlet(FilterChainImpl.java:137)
         at com.inqmy.services.servlets_jsp.server.FilterChainImpl.doFilter(FilterChainImpl.java:70)
         at com.tealeaf.capture.LiteFilter.doFilter(LiteFilter.java:98)
         at com.sapmarkets.isa.isacore.TealeafFilter.doFilter(TealeafFilter.java:57)
         at com.inqmy.services.servlets_jsp.server.FilterChainImpl.doFilter(FilterChainImpl.java:65)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:135)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)

    Dear Raghu,
    Thank u for your reply. Accepted that this being a leap year system is picking up 366 days. But February month is already considered in last fiscal year. So my fiscal year is April 2008 - March 2009 which has only 365 days.
    So want interest to be calculated on only 365 days.
    Kindly let me know the solution.
    Thanks & regards,
    Ajay

  • Cannot login into Alert Configuration (RWB)

    I have tryed to use xisuper, j2ee_admin accounts and I am always getting error.
    Logon failed
    What has happened?
    Call of URL http://xiserver:8000/sap/bc/bsp/sap/alertinbox/index.htm terminated due to error in logon data.
    Which user could login into Alert Configuration?

    Unfortunatelly it is no so simple in my case. I added requred roles to user. Alert Configuration works but Alert Inbox don't. I got an error
    ST22
    In program "CL_O21EULYK95VREU9OVYHQ18I30S6CP" the following sysntax error occured:
    "The type "LTTY_ACTIVITIES" is unknown"
    Program CL_BSP_CONTEXT==============CP
    Include CL_BSP_CONTEXT==============CM009
    Row 66
    Module Name GET_PAGE_CONTEXT_CURRENT

  • Links "alert configuration" & "alert inbox" show page not found error

    Hi,
    One of our test servers is at SP9, SR1 installation.
    When i tried  to access <b>"Alert Configuration"</b> , <b>"Alert Inbox"</b> links in RWB, the link pages dosen't get dispalyed. It gives the follwing error
    404 Page not found ... The requested resource does not exist.
    Should we try redeploying RWB sda..?
    cheers,
    Siva Maranani.

    Hi Siva,
    I'm Pruthvi working in SAP-XI.
    When I try to click on the Alert-Configuration and Alert-Inbox I'm getting the same error you got :
    404 Not Found
    The requested source doesnot exist
    From your blog I got to know the below things :
    1) We will get HTTP port number and full host name value from the t-code SMICM -> Goto -> Services
    2) We have to give the HTTP port number value in Exchange Profile  in com.sap.aii.rwb.server.centralmonitoring.httpport
    3) We have to give the full host name value in Exchange Profile  in  com.sap. aii.rwb.server.centralmonitoring.r3.ashost
    4) Also I have checked in the t-code SICF and all the required services as described in sap note 768456 were present over there.
    Apart from the above do I need to check for anyother services (or) parameters that needs to be installed for setting the alert configuration.
    Also You said that PMI store is already configured during post-installation steps
    Can you please let me know what is PMI store and how to check it is configured (or) not and also where to see it.
    Thanks and Regards,
    Pruthvi

Maybe you are looking for