Dump (Raise exception) in Solution Manager

Hi experts ,
We are getting dumps from Satellite system into the Solution manager system.  And the user respossible for the dump
is ALERT_<SID of Satellite System>. All the RFC have been checked . Central Auto reaction methods are assigned from
Solution manager to Satellite system. And checked that Auto reaction methods are not responsible for dump
SOLMAN_CEN_ALERT Destination is also checked in Satellite system.
Please assist
DUMP Details :
A RAISE statement in the program "CL_ABAP_TYPEDESCR=============CP" raised the               
|     exception                                                                               
|    condition "TYPE_NOT_FOUND".                                                                  
|    Since the exception was not intercepted by a superior                                        
|    program, processing was terminated.     
User and Transaction                                                                            
|    Client.............. 100                                                                    
|    User................ "ALERT_SID"                                                             
|    Language Key........ "E"                                                                     
|    Transaction......... " "                                                                     
|    Transactions ID..... "XXXXXXXXXXXXXXXXXXXXXXX"                                      
|    Program............. "CL_ABAP_TYPEDESCR=============CP"                                      
|    Screen.............. "SAPMSSY1 3004"                                                         
|    ScreenLine.........2                                                                               
|    Information on caller of Remote Function Call (RFC):                                         
|    System.............. "SID"                                                                   
|    Database Release.... 700                                                                     
|    Kernel Release...... 700                                                                     
|    Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)                           
|    Call Type........... "synchron and transactional (emode 0, imode 0)"                         
|    Inbound TID.........." "                                                             
|    Inbound Queue Name..." "                                                    
|    Outbound TID........." "                                                           
|    Outbound Queue Name.." "                                                                               
|    Client.............. 100                                                                     
|    User................ "WF-BATCH"                                                       
|    Transaction......... " "                                                                    
|    Call Program........."SAPLSALRT_CREATE_LOCAL"                                
|    Function Module..... "SALERT_CREATE"                                                  
|    Call Destination.... "SOLMAN_CEN_ALERT"                                             
|    Source Server....... "Satellite System hostname"                                     
|    Source IP Address... "XX.XX.XX.XX"        
Source Code Extract       
|Line |SourceCde             
|   53|      read table admin_tab from admin_tab_line into admin_tab_line.                        
|   54|      if sy-subrc = 0.                                                                     
|   55|        p_descr_ref ?= admin_tab_line-ref->get( ).                       
|   56|        if p_descr_ref is bound.                                                           
|   57|          return.                                                                          
|   58|        endif.                                                                             
|   59|        delete table admin_tab from admin_tab_line.                                        
|   60|      endif.                                                                               
|   61|*     create new descr object                                                              
|   62|      case admin_tab_line-kind.                                                            
|   63|        when kind_elem.                                                                    
|   64|          raise event create_elemdescr                                                     
|   65|            exporting xtype = admin_tab_line-xtype.                                        
|   66|        when kind_ref.                                                                     
|   67|          raise event create_refdescr                                                      
|   68|            exporting xtype = admin_tab_line-xtype.                                        
|   69|        when kind_struct.                                                                  
|   70|          raise event create_structdescr                                                   
|   71|            exporting xtype = admin_tab_line-xtype.                                        
|   72|        when kind_table.                                                                   
|   73|          raise event create_tabledescr                                           
|   74|            exporting xtype = admin_tab_line-xtype.                                        
|   75|        when kind_class.                                                                   
|   76|          raise event create_classdescr                                                    
|   77|            exporting xtype = admin_tab_line-xtype.                                        
|   78|        when kind_intf.                                                                    
|   79|          raise event create_intfdescr                                                     
|   80|            exporting xtype = admin_tab_line-xtype.                                        
|   81|        when others.                                                                       
|   82|*         all others are erros                                                             
|>>>>>|          raise type_not_found.                                                            
|   84|      endcase.                                                                             
|   85|  endcase.                                                                               
86
|   87|  create object admin_tab_line-ref exporting oref = returning_ref.                         
|   88|  insert admin_tab_line into table admin_tab.                                              
|   89|  p_descr_ref = returning_ref.                                                             
|   90|  clear returning_ref.                                                                     
91
|   92|endmethod.                                                                               
Kamal

Hi Kamal,
I recommend to open a ticket for SAP with the runtime error attached.
Best regards,
  Andreas

Similar Messages

  • Runtime Errors Raise Exception in Solution Manager

    Hi Guru's,
    While I try to excute the transaction solman_issue_mgnt in solution manager for issue tracking, runtime errors occurs.
    Error analysis
        A RAISE statement in the program "CL_GUI_HTML_VIEWER============CP" raised the
         exception
        condition "CNHT_ERROR_PARAMETER".
        Since the exception was not intercepted by a superior
        program, processing was terminated.
    Could anyone suggest me on this issue.
    regards,
    Guna

    Hi Juan,
    As per the note, everything was fine there. We have SAP_Basis 700 with SP16.
    Earlier it was worked fine. Now only we are facing this issue while excuting the t-code solman_issue_mgmt.
    regards,
    Guna

  • Using another CEN for Solution Manager

    Hi all,
    we have the situation, that our CEN was existing long before we raised our own solution manager.
    My question is quite simple: Is it possible to use that remote CEN for the system monitoring functions in solution manager or not - without migrating it to the solman. I would be very nice if anyone can make a proposal because I cannot imagine, that I am the only one in the world with this demand.
    thank a lot
    Andreas

    Hi Andreas,
    as far as I know, it is not possible to have "a CEN and a SOL in parallel" and connecting them e.g. via RFC to get the alert data from CEN to SOL. You can only use this constellation in special cases like SL-Reporting (where you can specifiy an RFC to CEN in customizing). But I do not know any way in area System Monitoring.
    We had the same situation as you have and decided to migrate the CEN into the SOL. For a couple of weeks, we let the two systems run in parallel (this was done by registering all the CCMS-Agents at both systems) and then simply overtaking all the agents from CEN to SOL. The only manual task you need to do is re-assigning the central autoreaction methods.
    If you want to know more about this, feel free to come back....
    Regards,
    Dirk

  • Define Service Desk Destination in the Solution Manager System (Dump creen)

    hi,
    in SPRO when i click on Define Service Desk Destination in the Solution Manager System
    i got dump screen with the error below 
    any help?
    Runtime Errors         SAPSQL_EMPTY_TABNAME
    Except.                CX_SY_DYNAMIC_OSQL_SYNTAX
    Date and Time          13.07.2008 14:05:57
    Short text
        A dynamically specified FROM clause has an unexpected format.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLSHI2" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SYNTAX', was not
         caught in
        procedure "STREE_READ_NODE_GENER" "(FUNCTION)", nor was it propagated by a
         RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        The running ABAP program attempted to execute an Open SQL statement in
        which a FROM clause was specified dynamically in the field "TABLE_NAME". In
         this
        FROM clause, either a table name after a join operator is missing, or an
         alias name after the key name "AS". The field "TABLE_NAME" could be empty as
        well.
    regards

    Hi,
    I am facing the same problem. What is SP15 ?
    Is there any SAP Note that can be applied to correct this ?
    Thanks.

  • EWA on solution manager - short dumps

    Hi there
    I've setup EWA on solution manager for Remote System BWQ, all test etc went fine, but as soon as I start service processing on solman to retrieve the data, a short dump is create as follows:
    Short text
        Syntax error in program "RDSVASAEA_ROOT_____________049 ".
    Error in the ABAP Application Program
    The current ABAP program "SAPLDSVAS_PROC" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "RDSVASAEA_ROOT_____________049
      " in include "RDSVASAEA_ROOT_____________049 " in
    line 87:
    "INCLUDE report "/1CAGTF/IF_LOGFUNC_000393" not found."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    The current ABAP program "SAPLDSVAS_PROC" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    could anyone please assist me with this.
    Regards,
    Stephan

    Hi
    So i tried to implement the above mentioned notes, but to update the solution manager stack, i have to use maintenance optimizer to approve the stack...
    I have added solution manager 7.0 to the solution overview, and can select it from 'Plan Maintenance' window.. but as soon as i try and go to the second step, another short dump is created.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_SOCM_NOT_IMPLEMENTED
    Date and Time          13.06.2008 09:25:45
    |Short text                                                                                |
    |    An exception occurred that was not caught.                                                    |
    |What happened?                                                                                |
    |    The exception 'CX_SOCM_NOT_IMPLEMENTED' was raised, but it was not caught                     |
    |     anywhere along                                                                               |
    |    the call hierarchy.                                                                           |
    |                                                                                |
    |    Since exceptions represent error situations and this error was not                            |
    |    adequately responded to, the running ABAP program                                             |
    |     'CL_CHM1_CHANGE_REQU_INSTANCE==CP' has to be                                                 |
    |    terminated.                                                                                |
    i then looked at Notes:
    Note 851496 - Exception: CX_SOCM_NOT_IMPLEMENTED missing implementation
    Note 849690 - BC Set Change Management
    But none of them seem relevant to our SOLMAN.

  • Error in Import Java Dump phase while installing SAP solution Manager 7.1

    Hi,
    While installing SAP solution manager 7.1 I am getting the below error during the phase "Import Java Dump".
    An error occurred while processing option SAP Solution Manager 7.1 > SAP Systems > MS SQL Server > Central System > Central System( Last error reported by the step : Execution of JLoad tool 'C:\j2sdk1.4.2_17-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\SOLMAN71\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx1024m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/SOLMAN71/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/SOLMAN71/SYSTEM/MSS/CENTRAL/AS/install/sharedlib;D:/usr/sap/SPT/SYS/exe/uc/NTAMD64/mssjdbc/sqljdbc.jar" -sec SPT,jdbc/pool/SPT,
    smn/sapmnt/SPT/SYS/global/security/data/SecStore.properties,
    smn/sapmnt/SPT/SYS/global/security/data/SecStore.key -dataDir "D:/SAP SOLMAN/Java Components/51040039\DATA_UNITS\SOLMAN_JAVA_EXPORT_JDMP" -job "C:\Program Files\sapinst_instdir\SOLMAN71\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log' aborts with return code 1. SOLUTION: Check 'jload.log' and 'C:/Program Files/sapinst_instdir/SOLMAN71/SYSTEM/MSS/CENTRAL/AS/jload.java.log' for more information.
    JLOAD.JAVA log details below
    java version "1.4.2_17"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_17-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_17-b06, mixed mode)
    Jload R 7.12 V 0 A 0
    Jload -sec SPT,jdbc/pool/SPT,
    smn/sapmnt/SPT/SYS/global/security/data/SecStore.properties,
    smn/sapmnt/SPT/SYS/global/security/data/SecStore.key -dataDir D:/SAP SOLMAN/Java Components/51040039\DATA_UNITS\SOLMAN_JAVA_EXPORT_JDMP -job C:\Program Files\sapinst_instdir\SOLMAN71\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML -log jload.log
    Connecting to database
    Couldn't connect to DB
    com.sap.inst.common.exception.DBConnectionException: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host  has failed. java.net.ConnectException: Connection refused: connect
         at com.sap.inst.common.db.DBConnection.connect(DBConnection.java:157)
         at com.sap.inst.jload.Jload.main(Jload.java:222)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host  has failed. java.net.ConnectException: Connection refused: connect
         at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerConnection.loginWithoutFailover(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Unknown Source)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
         at com.sap.inst.common.db.DBConnection.connectViaSecureStore(DBConnection.java:111)
         at com.sap.inst.common.db.DBConnection.connect(DBConnection.java:151)
         ... 6 more
    An error occured during execution. Please consult SAP note 942766 for first steps on troubleshooting the problem.
    I have gone thru with the notes and it didn't help me much.
    I have used J2SDK 1.4.2_17 nad JCE_Policy-1.4.2 files.
    Please let me know where IO went wrong.
    Thanks in advance.
    Sai

    Hi,
    1. Did you select java path (Export CD/DVD) while intsallation? Check once again.
    2. Add JAVA_HOME = Java path in environment variable.
    3. What is the exact error, you got it, post error here.
    Regards,
    Srini Nookala

  • The detection of short dump in the Solution Manager

    Hi,
    In my project, Batch are processing  every night  In the CRM system.
    IF any error was occurred, alert email will be sent by the system,  however,
    when the "short dump" was occurred  unexpectedly,the system can't detect it and email was not able to be sent.
    Therefore I want to detect the "short dump"  in the "Solution Manager".
    Who can tell me that Is there any standard service/function which can handle this in the "Solution Manager" ?
    regards
    Takahiro

    Hi,
    Please check below URL and notes, hope it helps.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/2c/abb2e7ff6311d194c000a0c93033f7/content.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/05c80724d63836e10000000a42189b/frameset.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e3eeb4a8-0b01-0010-bd99-f4a700a49d32?quicklink=index&overridelayout=true
    note 553953
    note 784752
    Regards,
    Deepanshu

  • Error in Import JAVA DUMP phase in Solution Manager installation.

    Hi,
    when i am installing Solution manager i am getting error in import java dump phase on windows and oracle database. i installed java 1.4.2_09 . plz anybody give the solution. Its very urgent.
    Thanks,
    Venkat.

    Hi,
    1. Did you select java path (Export CD/DVD) while intsallation? Check once again.
    2. Add JAVA_HOME = Java path in environment variable.
    3. What is the exact error, you got it, post error here.
    Regards,
    Srini Nookala

  • SOlution Manager Installation, LOAD JAVA DUMP

    Hello Guys,
    I just have had the same problem on HP-UX 11.11 with SAP-DB. Installation stuck on at LOAD JAVA DUMP.
    Solution:
    Use JAVA SDK Version 1.4.2.09 AND NOT version 1.4.2.10 !!!
    This may fix the problem rapid in our enviroment. It takes me 1.5 half day to fix it.
    Regards
    Michael Heyn

    Same problem here, but linux 32-bit with MaxDB....
    Solution Manager 4.0 SR3....
    Last entry in jload.log:
    31.10.07 13:59:50 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table J2EE_CONFIGENTRY
    31.10.07 13:59:50 com.sap.inst.jload.Jload dbImport
    INFO: table J2EE_CONFIGENTRY created  
    Last Entry in IMPORT.sta:
    T:CAF_UM_RELGR_WORDS:DATA INSERT OK             30.10.07 16:03:15
    T:J2EE_CONFIG:METADATA CREATE OK                30.10.07 16:03:17
    T:J2EE_CONFIG:DATA INSERT ERR           30.10.07 16:03:17
    T:J2EE_CONFIGENTRY:METADATA CREATE OK           30.10.07 16:03:17
    Java uses 99% of the cpu since 22 hours.....
    DB is up and running....enough space....
    java version 1.4.2_10
    Any suggestions ?

  • Solution manager 7.1 SP04 dump

    Dear Experts,
    I am getting follwing abap dump after configuring managed system in Solution manager.
    I have already implemented SAP central note for Solman 7.1 SPS 04. Please suggest me how to resolve this issue as i am getting morethan 5000 dumps a day.
    Regards,
    Cinu

    Hi Sinu,
    Refer below note also,
    1680556 - E2E Root Cause Analysis causes "CREATE_DATA_UNKNOWN_TYPE
    Regards
    K.N

  • Dump error  Exception condition "DATA_INCONS_IN_EXIT_MANAGEM" raised.

    hi ppl,
              I have created a simple badi,when i call this badi  its showing the dump error  Exception condition "DATA_INCONS_IN_EXIT_MANAGEM" raised.

    HI,
    I have checked all of them
    Actually i am trying this example  from saptechnical. com
    Even i have tried others examples also but everytime I am recieving dame dump
    Exception condition "DATA_INCONS_IN_EXIT_MANAGEM" raised.*
    Edited by: Sumesh Nair on Apr 24, 2009 7:08 AM
    Edited by: Sumesh Nair on Apr 24, 2009 7:09 AM
    Edited by: Sumesh Nair on Apr 24, 2009 7:09 AM

  • Workbench manager raising exception

    I am converting Sybase 11.9 to Oracle 8.1.7.
    While creating Oracle Model, the tool is raising exception for mapping user privileges. The exception is :
    Sybase Source ModelMAP._MAPuserprivileges():1,invalid column index().
    Any pointers as to how to fix this ?
    Thx
    Seema

    Please e-mail
    [email protected] Please include the %ORACLE_HOME%\omwb\log\error.log file
    It may be a bug or you may just need to re-create your repository.

  • Solution Manager 4.0  Re-Configuration

    hi everyone,
    I am trying to re configure my Solution manager 4.0.  I have deleted my previous business client 100, and created a new one using
    client copy 000. I now have a fresh client 100 in my solman, SOLCLNT100. My problem now is, in tcode SMSY, there is still
    existing systems which i cannot delete.  Whenever i try to delete my QAS in the systems tab, it shows me this message,
    You cannot delete the system as long as it is still used in logical components. How do i delete this logical component assignment if
    i have deleted everything already including my systems in tcode DSWP/SOLUTION_MANAGER? I want to delete this logical assignment
    so i can re configure my SOLMAN.
    many thanks

    Dear Raguraman,
    I m getting same error in Solman.I m trying to implimnet that note in solman but giving message This note is note valid correction instruction.
    i m pasting the dump here.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Exception              CX_SY_REF_IS_INITIAL
    Date and Time          07.06.2010 13:00:37
    Short text
    Access via 'NULL' object reference not possible.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLSMSY_ACTUALIZE_DATA" had to be terminated because
    it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
    caught in
    procedure "SMSYAD_GET_DATA_FROM_LCR" "(FUNCTION)", nor was it propagated by a
    RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: "ACCESSOR").
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    How to correct the error
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL"
    "SAPLSMSY_ACTUALIZE_DATA" or "LSMSY_ACTUALIZE_DATAU14"
    "SMSYAD_GET_DATA_FROM_LCR"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    The exception must either be prevented, caught within proedure
    "SMSYAD_GET_DATA_FROM_LCR" "(FUNCTION)", or its possible occurrence must be
    declared in the
    RAISING clause of the procedure.
    |    To prevent the exception, note the following: 
    Please suggest me how to solve this.
    Regards
    Ashok

  • Solution Manager 7.1

    Hello Sap Gurus,
    I have a problem with my solution manager 7.1 sps11. ( which was upgraded from 7.0 EHP1)
    When I run the configuration for the solman_setup -> System Preparation -> step3 Specify Connectivity Data I get RABAX_STATE error
    Link
    http://hostname:8040/sap/bc/webdynpro/sap/wd_sise_main_app?sap-client=000&sap-language=EN
    Error
    500 SAP Internal Server Error
    ERROR: Access via 'NULL' object reference not possible. (termination: RABAX_STATE)
    Dump
    /WD_SISE_CUSTOM_AGS 
    /1BCWDY/M19KN704GUVUSGWREG7A==CP  
    I am running this from cl000 with user solman_admin to which I have added sap_all and sap_new profiles, same under ddic user.
    I have set parameters:
    icm/host_name_full =hostname.domanin.com
    SAPLOCALHOSTFULL =hostname.domanin.com
    SAPLOCALHOST=hostname
    icm/server_port_0=PROT=HTTP,PORT=8040,TIMEOUT=1200,PROCTIMEOUT=1200 
    I have read notes 1869765,1319829
    517484 - Inactive services in the Internet Communication Framework
    1680616 - RABAX_STATE Solman 7.1 Basic configuration step 3.1
    1831404 - Short Dump OBJECTS_OBJREF_NOT_ASSIGNED occurs in Self-Monitoring
    but none is working.
    Please advise as I have no more ideas what I should do. What other services to activate ?
    Thank you in advance,
    Mihaela

    Hello,
    I have checked and applied all the folowing notes and still the error is present:
    Central Note 1933506 - SAP Solution Manager 7.1 SP11 - Basic functions
    From which
    Cannot be implemented
    1784854, 1575989 ca
    1334867(Doc. WS: Lock Release)
    1288194
    Note 1690804  Dual stack: Automatic creation of the technical scenario
    Implemented
    1830640 - Authorizations for SAP Solution Manager RFC users as of SP09
    875986(snote)
    1955674 Logical components for Solution Manager 7.1 Support Package 10 – Prerequisites
    1990166 Deletion of RFC destinations
    1970901 Custom code library collector for objects (BW solution) calls functions and methods only
    2023332 Update indicator is missing for activities after an upgrade - Support Package 11
    1964058 SOLMAN_SETUP: Problems with status of the RFC destinations
    1906937 - Corrections for unified rendering 702/15 V (UR-mimes)
    1989075 UPL Extractor date without data (1779464)
    I have run from se37 report  RS_INACTIVE_OBJECTS_LIST and no inactive objects found
    Also when am trying to run Tcode LMDB I get same errror:
    500 SAP Internal Server Error
    ERROR: An exception has occurred (termination: RABAX_STATE)
    And Dump:
    Category          
    ABAP Programming Error
    Runtime Errors    
    UNCAUGHT_EXCEPTION
    Except.           
    CX_LMUF_INVALID_PARAMETER
    ABAP Program      
    CL_LMDB_SERVICE_AUTHORIZATION=CP
    Application Component  SV-SMG-LDB
    What happened?
        The exception 'CX_LMUF_INVALID_PARAMETER' was raised, but it was not caught
         anywhere along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_LMDB_SERVICE_AUTHORIZATION=CP' has to be
        terminated.
    Please advise as I find no solution on all forums that I have checked so far.
    Thank you,
    Mihaela

  • Open Service Connection to Enterprise Portal system from Solution Manager

    Hi All,
    We are getting below error, when we tried to Enable/Open Service Connection ( DSWP -> Solution Landscape ->Service Connection) to Enterprise Portal system.
    Here we selected the row Connection -> R/3 support  and Connection tab -> open/change connection and clicked on SUBMIT. The we got below short dump.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_WD_CONTEXT
    Short text
        An exception occurred that was not caught.
    What happened?
        The exception 'CX_WD_CONTEXT' was raised, but it was not caught anywhere along the call hierarchy.
        Since exceptions represent error situations and this error was not adequately responded to, the running ABAP program
         'CL_WDR_CONTEXT_NODE===========CP' has to be
        terminated.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis:
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_WD_CONTEXT', was not caught and
        therefore caused a runtime error.
        The reason for the exception is:
        The node does not contain any elements. COMPONENTCONTROLLER.1.SYSTEMS.1.CLIENTS
    How to correct the error:
        If the error occures in a non-modified SAP program, you may be able to find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following keywords:
        "UNCAUGHT_EXCEPTION" "CX_WD_CONTEXT"
        "CL_WDR_CONTEXT_NODE===========CP" or "CL_WDR_CONTEXT_NODE===========CM00R"
        "_RAISE_ELEMENT_NOT_FOUND"
    SMSY configuration ( logical component assignmnet) is alredy done. Is it required to do any other settings. SMD ( Solution Manager Diagnostics ) settings are not done. Is this required?
    We are able to enable/open Service Connection open to ABAP system . Only for Java system we are getting error.
    Please help me on this.
    Thanks..
    Preethish

    Hi,
    note 1081895 should solve this. Otherwise please create a ticket.
    Regards
    Andreas

Maybe you are looking for

  • HP Belgium will not do a Regional Reset of my HP Photosmart

    The HP Techical Support Line in Belgium refuses to do a Regional Reset for my printer. I have an HP Photosmart C4480 from Singapore.  I moved to Belgium this year.  I knew that the ink cartridges were not the same and that printers had regional setti

  • XML Serialization Error- While testing BAPI turned Web service

    I have a requirement to create sales order in SAP R/3 from an e-commerce site. I went through many forums suggesting "exposing FMs into Web Service". I wrapped BAPI_SALESORDER_CREATEFROMDAT2 and BAPI_TRANSACTION_COMMIT into one FM and exposed as Web

  • Updater 2006-01-10 crashed my iPods

    The latest iPod updater simply crashed my iPod Shuffle. Now, it is not working with iTunes nor being recognized by Windows. When I open "My computer", it shows a removeable device, but when I click it, windows does not recognizes the file system. Whe

  • Installing Adobe Reader & i get the following message "error 1324 path my documents or volume invali

    installing Adobe Reader & i get the following message "error 1324 path my documents or volume invalid". Can anybody help. I have just installed windows 8 on my lptop..

  • 16:9 defaulting to 4:3 on burning

    I have a (PAL) project in 16:9 on my idvd, with all settings set to 16:9 also. However, when I preview or burn it keeps defaulting to 4:3 (squashed). I am tearing my hair out as to a solution. Does anyone have a possible solution? Thanks