Error accessing transaction SOLMAN_WORKCENTER in SAP Solution Manager

I get the error below when I try to access workcenters in SAP solution Manager ehp1 via transaction SOLMAN_WORKCENTER
Error while processing your query
What has happened?
The URL call http://sol.test.com:8000/sap/bc/webdynpro/sap/ags_workcenter was terminated because of an error.
Note
The followin error text was processed in smc the systm: Syntax error in program CL_POWL_UTIL==================CP .
The error occurred on the application server sol_smc_00 and in the work process. 0
The termination type was: RABAX_STATE
The ABAP call hierarchy was:
Method: GET_QUERIES of program CL_POWL_QUERY_API=============CP
Method: GET_WORKLISTS of program CL_CONTROL_CENTER_API_FOR_POWLCP
Method: IF_AGS_CONTROL_CENTER_API~GET_WORKLISTS of program CL_AGS_POWL_BASIC=============CP
Method: GET_WORK_LIST of program /1BCWDY/0ALGK7P51EY0JCPIHVQ5==CP
Method: IF_COMPONENTCONTROLLER~GET_WORK_LIST of program /1BCWDY/0ALGK7P51EY0JCPIHVQ5==CP
Method: HANDLEDEFAULT of program /1BCWDY/0ALGK7P51EY0JCPIHVQ5==CP
Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/0ALGK7P51EY0JCPIHVQ5==CP
Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP
Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP
What can you do?
With the termination type RABAX_STATE you will find in the system smc in transaction ST22 more information on the cause of the termination.
With termination type ABORT_MESSAGE_STATE you will findon the application server sol_smc_00 in transaction SM21 more information on the cause of the termination.
With termination type ERROR_MESSAGE_STATE you can scan for further information in the trace file for the work process 0 in transaction ST11 on the application server. sol_smc_00 It is possible that an analysis of the trace files for the other work processes is necessary.
If you do not yet have a user ID, contact your system adminmistrator.
Error Code: ICF-IE-http -c: 001 -u: lolli -l: E -s: smc -i: sol_smc_00 -w: 0 -d: 20110415 -t: 165748 -v: RABAX_STATE -e: SYNTAX_ERROR -X: 00235AB4EF731EE099F78539B74CB1A5_00235AB4EF731EE099F78537687251A5_1 -x: 29BC67E0BACDF16BB1A500235AB4EF73
HTTP 500 - Internal Server Error
Your SAP Internet Communication Framework Team
How do I resolve this error?

Hi Mateus,
Thanks for your keen interest in assisting.
This is an excerpt from ST22....even though i am not an ABAP person.
Error in the ABAP Application Program
The current ABAP program "CL_POWL_QUERY_API===========CP" had to be terminated becuase it has come accross a statement that
unfortunately cannot be executed.
The following syntax error occured in program
"CL_POWL_UTIL===========CP" in include
"CL_POWL_UTIL===========CM007" IN
line 48:
"Incorrect logical expression: ")" without preceding "("."
The include has been created and last changed by:
Created by "SAP"
Last changed by: "BODE"
Error in the ABAP Application Program
The currect ABAP Program "CL_POWL_QUERY_API=============CP" had to be terminated becuase it has come accross
a statement that unfortunately cannot be executed.
What can you do?
Please eliminate the error by performing a syntax check
(or an extended program check) on the program "CL_POWL_UTIL===========CP".
You can also perform the syntax check from the ABAP Editor.
If the problem persists, proceed as follows:
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 manag termination messages.
and you can also keep them for a long time.
When i clicked on the ABAP Editor in ST22, I have the code below
method GET_QUERIES.
  data: ls_authorities type powl_authorities_sty,
        lt_vistypes type powl_type_tty,
        lt_visqueries type powl_query_tty,
        ls_api_query type powl_query_asty.
  field-symbols: <fs_query> type powl_query_sty.
  cl_powl_util=>do_authority_checks_for_user(
    exporting
     i_applid = i_applid
     i_user   = i_user
    changing
     c_authorities = ls_authorities
  lt_vistypes = cl_powl_type_accessor=>get_visible_types(
      i_applid = i_applid
      i_langu = sy-langu
      i_username = i_user
  lt_visqueries =  cl_powl_query_accessor=>get_visible_queries(
     i_applid = i_applid
     i_authorities = ls_authorities
     i_langu = sy-langu
     i_username = i_user
     i_vistypes = lt_vistypes
  loop at lt_visqueries assigning <fs_query>.
    move-corresponding <fs_query> to ls_api_query.
    insert ls_api_query into table result.
  endloop.
endmethod.
The cursor is on this line containing the statement below
"cl_powl_util=>do_authority_checks_for_user("

Similar Messages

  • Accessing Document URL in SAP Solution Manager from SAP R/3 using BAPI

    I want to access the hyperlink corresponding to a document present in Solution Manager from another system (i.e SAP R/3). The hyperlink can be generated manually by clicking on the button "Generate" present in Solution Manager. Can anyone please help me advising any BAPI to generate this hyperlink, or any standard function module for generated such a hyperlink used in Solution Manager so that I can define a custom BAPI.
    Thanks in advance!

    Hi Alvaro Hernán Rojas R ,
    The product line is the hierarchy of the finished goods.
    It is pertinent that the finished goods has emerged due to some process(es) carried on the raw material.
    Thus logically you should map in solution manager based on the process only.
    The macro process while depicts the processes at the highest level.The Business scenarios, Business Process gives a good idea about how you should go about configuring.The Steps/activities helps you to map in to SAP thro' T/Codes.
    From the point of view of all of the below three,namely,
    Easy configuration activities
    Easy design of Unit and integration test
    Easy activities of Process enhancement and optimization,
    the option   Map the process as ISO Standards
    - Several projects : For each product line,will be most ideal.
    It is the processes that drives the activities.The control activities like internal control etc are all process based.Given these,divorcing the business process from the configuration -as in -is certainly not a good practice.
    Hope this helps.
    Regards,
    Ramesh

  • Solution Manager Installation Error "SAP SOLUTION MANAGER 7.0 EHP 1"

    I am new to SAP and currently trying to install SOLMAN 7.0 EHP 1 on Windows Server 2008 R2. I have read the documentation also. For JDK I have used "j2sdkfb-1_4_2_24-rev-b06-windows-amd64.exe" which looks to be working fine.
    The installation process runs fine until it hits "Start Instance" the message on the bottom says "Starting instance xxx/DVEBMGSOO" (where xxx is my sid) and then its times out after 10 minute. After timing out I get the following error on the window.
    An error occurred while processing option SAP Solution Manager 7.0 EhP1 > SAP Systems > Oracle > Central System > Central System( Last error reported by the step: ABAP processes of instance ORC/DVEBMGS00 ABAP: UNKNOWN did not start after 10:00 minutes. Giving up.). You can now:
    Choose Retry to repeat the current step.
    Choose Log Files to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS.
    Though the installation steps are not fully completed but I do see SAP management Console and when I open it I see two process running "msg_server.exe" & "igswd.exe" The process dispwork.EXE starts in the beginning and then stops and stays stopped. I tried restarting all the process again but only tow of them starts and the process "dispwork.EXE" starts but then stops again. I also did a NEW installation considering a file could have been corrupted or something else but the installation process stops and the same place. I am sure ppl have installed SOLMAN on windows 2008 R2 and this error seems common to me. Please assist. Any tips would be nice.
    Edited by: amirsd on Aug 3, 2011 5:53 PM

    Hi,
    Please check the below
    1) ip/host entries should be in /etc/hosts
    2) patch the latest kernel for 2008 R2
    and re run installation
    Regards,
    Ram

  • 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

  • Error when installing sap solution manager

    Dear all,
    When i am installing SAP solution manager (SAP SOLMAN 7.0 EHP1SR1 WINDOWS_X86_64), I meet the following error:
    An error occurred while processing option SAP Solution Manager 7.0 EhP1 > SAP Systems > MS SQL Server > Central System > Central System( Last error reported by the step: ABAP processes of instance S01/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:30 minutes. Giving up.). You can now:
    Choose Retry to repeat the current step.
    Choose Log Files to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS.
    Do anyone meet the same error before? Please help...
    Thanks.

    I had a similar issue because the size of the pagiing file, after increase the size of paging file to 20Gb, I solved the issue in my system. The instance wasn't up because the size of paging file.

  • EWA: error message in CRM check for SAP Solution Manager system

    Hello!
    In EWA report for SAP Solution Manager system I have seen error message: Many CSA* inbound queues in error status were detected in your system. As a result of this BDocs have not been delivered. And then table
    Queue Name                                Status     Date of first entry             Entries
    CSABUPA0000000070           READY     03.12.2007                          45
    CSABUPA0000000934           READY     07.05.2008                          45
    CSAIBASE0000000000           READY     23.11.2007                          36
    CSA_ORDER_8000000000      READY     22.11.2007     5
    CSA_ORDER_8000000001      READY     22.11.2007     3
    and others.
    I looked transaction smq2. There are 11300 queues in it. Is it actual error or it is a normal situation? And that must I do, to remove an error?
    Edited by: Mariya Kurbatova on Jul 2, 2009 6:27 AM

    Hi,
    Usually problems with hanaging CSA* queues are caused because too many
    indiviaual queues are created for the qRFC resources to handle. You can
    limit the number of queues as described in note 763680.
    Note 763680 would be useful if all of your qRFC resourcesa are in use
    when you have a great number of queues. With a large number of dialog
    WPs on the system it would probably make sense to reduce the amount
    as described in the note.
    the casue when you have this problem would be to check SMQR -> GOTO ->
    qRFC resources. You can also see if most of your dailog WPs are in use
    in SM50.
    Also refer to note 758677.
    Please schedule report RSQIWKEX (Inbound) to run as described in the
    note.
    And since your title has mentioned that the EWA is on your CRM satellite system; this maybe a further good reference too
    When you replicate lots of data from CRM to R/3, there could be a qRFC
    resource problem. In this case, the numebr of queues created can be
    reduced by implementing the attached note 356228, particularly solution
    2.
    For CSA* queues is slightly different from the one decribed in note;
    this is because the CSA queues exchange data within the CRM system.
    The steps described should be followed, except that table SMOFQFIND
    must be used instead of CRMQNAMES. In this table, fields TR_SNAEMS and
    SEGM_FLD are equivalent to the CRMQNAMES fieds BAPISTRUCT and BAPIFLD
    respectively. It should be possible to follow the solution 2 in the
    note as long as you use SMOFQFIND instead of CRMQNAMES.
    Hope this helps
    Cheers,
    SH

  • Error in installation of Sap Solution Manager - AIX / Oracle

    <b>Hello,
    We are installing SAP Solution Manager in Operating System is AIX 5.3 and Database System is Oracle 10.2
    After the Oracle Installation, in the phase of Abap Import (16 of 44), we are
    receiving the follow error message:</b>
    Required system resources are missing or not available:
    Import directory '/oracle/install/51032524/EXP1' does not exist;
    Import directory '/oracle/install/51032524/EXP2' does not exist;
    Import directory '/oracle/install/51032524/EXP3' does not exist;
    Import directory '/oracle/install/51032524/EXP4' does not exist.
    ERROR 2007-04-12 15:27:41
    CJS-30022 Program 'Migration Monitor' exits with error code 2. For
    details see log file(s) import_monitor.java.log, import_monitor.log.
    <b>
    The installation export DVD was copied to local machine (the directory
    list is attached in zip file). We get this DVD from
    service.sap.com/swdc.</b>
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20061222 (ifix 113727: SR7 + 112603) (JIT enabled: jitc))
    <b>IMPORT_MONITOR.JAVA shows this message:</b>
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)
    IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20061222 (JIT enabled)
    J9VM - 20061220_10521_BHdSMr
    JIT  - 20061026_1805_r8
    GC   - 200612_20)
    Required system resources are missing or not available:
      Import directory '/oracle/install/51032524/EXP1' does not exist;
      Import directory '/oracle/install/51032524/EXP2' does not exist;
      Import directory '/oracle/install/51032524/EXP3' does not exist;
      Import directory '/oracle/install/51032524/EXP4' does not exist.
    <b>And the directory is OK</b>
    /oracle/install/51032524
    ls -l
    total 160
    -rwxrwxrwx   1 root     system           79 Apr 12 09:54 CDLABEL.ASC
    -rwxrwxrwx   1 root     system           79 Apr 12 09:54 CDLABEL.EBC
    -rwxrwxrwx   1 root     system         9093 Apr 12 09:54 COPY_TM.HTM
    -rwxrwxrwx   1 root     system         5787 Apr 12 09:54 COPY_TM.TXT
    -rwxrwxrwx   1 root     system         8559 Apr 12 09:54 CRCFILE.DAT
    drwxrwxrwx   4 root     system          256 Apr 12 10:03 EXP1
    drwxrwxrwx   4 root     system          256 Apr 12 10:11 EXP2
    drwxrwxrwx   4 root     system          256 Apr 12 10:14 EXP3
    drwxrwxrwx   4 root     system          256 Apr 12 10:16 EXP4
    -rwxrwxrwx   1 root     system           88 Apr 12 09:54 LABEL.ASC
    -rwxrwxrwx   1 root     system           88 Apr 12 09:54 LABEL.EBC
    -rwxrwxrwx   1 root     system           20 Apr 12 09:54 LABELIDX.ASC
    -rwxrwxrwx   1 root     system        22361 Apr 12 09:54 SHAFILE.DAT
    -rwxrwxrwx   1 root     system           22 Apr 12 09:54 VERSION.ASC
    <b>Please, anybody have any idea?
    Thanks for help,
    Carlos Nogueira</b>

    Hi Carlos, can you resolve this ? because i have the same problem, but with sql and win 2003.
    java version "1.4.2_15"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
    Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
    Required system resources are missing or not available:
      Import directory sapinst\saptrans\D51032007\EXP1' does not exist;
      Import directory 'sapinst\saptrans\D51032007\EXP2' does not exist;
      Import directory 'sapinst\saptrans\D51032007\EXP3' does not exist;
      Import directory 'sapinst\saptrans\D51032007\EXP4' does not exist.
    thanks in avance.

  • Installing SAP solution manager error

    Hi all,
    I install SAP solution manager on a distributed system with Oracle database. I am installing "database instance" step. I found a error in second step "install common file"of installation. And the log file is
    INFO 2009-07-21 18:46:46.454
    Removed environment variable SAPDATA_HOME from current process environment.
    INFO[E] 2009-07-21 18:46:46.460
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2009-07-21 18:46:46.530
    FCO-00011  The step createDefaultProfile with step key |NW_Doublestack_DB|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|6|0|createDefaultProfile was executed with status ERROR .
    Please help me..
    Thanks
    Duypm

    Hi all,
    This is my new logfile
    INFO 2009-07-24 14:11:07.403
    Removed environment variable DIR_LIBRARY from current process environment.
    INFO 2009-07-24 14:11:07.403
    Removed environment variable THREAD from current process environment.
    INFO 2009-07-24 14:11:07.403
    Removed environment variable dbms_type from current process environment.
    INFO 2009-07-24 14:11:07.404
    Removed environment variable dbs_ora_tnsname from current process environment.
    INFO 2009-07-24 14:11:07.404
    Removed environment variable dbs_ora_schema from current process environment.
    INFO 2009-07-24 14:11:07.404
    Removed environment variable ORACLE_SID from current process environment.
    INFO 2009-07-24 14:11:07.405
    Removed environment variable DB_SID from current process environment.
    INFO 2009-07-24 14:11:07.405
    Removed environment variable ORACLE_BASE from current process environment.
    INFO 2009-07-24 14:11:07.405
    Removed environment variable TNS_ADMIN from current process environment.
    INFO 2009-07-24 14:11:07.406
    Removed environment variable NLS_LANG from current process environment.
    INFO 2009-07-24 14:11:07.406
    Removed environment variable SAPDATA_HOME from current process environment.
    ERROR 2009-07-24 14:11:07.413
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2009-07-24 14:11:07.475
    FCO-00011  The step createDefaultProfile with step key |NW_Doublestack_DB|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|6|0|createDefaultProfile was executed with status ERROR ( Last error reported by the step :Caught ESyException in Modulecall: ESAPinstException: error text undefined.).
    Please help me....
    Thanks
    Duypm

  • ALL SAP Solution Manager Transaction Code

    Dear experts,
    is there any document or transaction code listing all existing transactions code related to Solution Manager?
    Especially for aministrator profil.
    Thank you very much.
    Best regards,
    Pascal.

    Hi,
    I have searched for documents but couldnt find it.
    I can though provide you with a gud no of t-codes:
    RMMAIN - Roadmap
    SOLAR_PROJECT_ADMIN - Project Administration
    SOLAR01 - Business Blueprint
    SOLAR02 - Configuration
    STWB_2 - Test Plan Management
    STWB_WORK - Testing
    SOLAR_EVAL - Reporting
    SMSY - System Landscape
    SOLUTION_MANAGER - Solution Manager Operations
    DNOTIFWL - Basic Notifications Worklist
    CRM_DNO_MONITOR - Transaction Monitor
    CRMD_ORDER - Transaction Processing
    SBWP - SAP Business Workplace
    SOLAR01C - SAP Solution Manager: Configuration
    STWB_INFO - Test Workbench Information System
    STWB_WORK - Testing
    SCDT_SETUP - Customizing Distribution
    SCOUT - Customizing Scout
    SDCCN- configuring earlywatch alerts
    SMSY_SETUP
    SOLMAN_DIRECTORY-solution directory config.
    DSWP- Solution Overview
    BUSP- generate business partners
    SOLMAN_ISSUE_MGMT - Issue Management
    SLDCHECK - Connection test SLD
    SLDAPIUSER - Customizing SLD API
    AISUSER - SAP Support Portal User Maintenance
    You can also take the list of T-Codes by executing SE16 and checking the contents of Table TSTCT?
    Let me know if this helps
    Rohit

  • License check error in sap solution manager

    Hi  All
    I m planing to configure sap solution manager.bt when i ltried to login to sap solution mager with user other than sap* it gives license check error.and whrn i checked in solution with tcode slicense its showing red  and validity date is upto 2007.and in command prompt when i checked with command saplicense - show it shows license expired.plzz suggest me what to do now.
    Edited by: pranav kumar on Sep 7, 2009 2:19 PM

    >>The license is expired.should i reinstall the license or update the license.plz do the needful
    This is a forum. We can only suggest you but this doesnot sounds good "plz do the needful"
    You need to install a new license. Go to Service marketplace and apply a new license for your system and when you will receive a new license as a text file, then install the license via SLICENSE
    Regards,
    Subhash

  • How to access SAP Solution Manager from webDynpro Application.

    Hi to all,
              I have to retrieve some informations from SAP Solution Manager. and update some recordes there itself. How could i do it??
              If anybody have codes related to it please send the same.
    Please help its urgent.
    Waiting for reply.
    Thanks and Regards;
    Pankaj Kumar.

    Hi
    See this help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/6e8c42c398173be10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4c/758c42d781d665e10000000a155106/frameset.htm
    Kind Regards
    Mukesh

  • Red EWA alert in SAP Solution Manager Functionality

    Hi Experts,
    We found a red alert in Service Plan and General Infrastructure in EWA under SAP Solution Manager Functionality for Solman system. The error is as follows.
    Service Data Download Center
    SDCCN settings are not maintained -
    Service Plan
    RFC connection errors to SAP backend system
    General Infrastructure
    Not all services in ICF required for Solution Documentation Assistant are active
    RFC connection errors to SAP backend system
    Number range check inconsistent
    RNOTIFUPDATE01 is currently not scheduled Hourly
    & settings are inconsistent
    Could anyone provide a solution to rectify these red alerts.
    Thanks & Regards,
    Sundara.

    SDCCN:
    Go to tx SDCCN - Goto - Settings - Task-specific
    Make sure all settings are correct.
    Service Plan:
    Check your RFC's to satellite systems in SMSY.
    General Infrastructure:
    Go to transaction SICF and activate all nescesarry services.
    Hope this helps!
    Regards,
    David

  • Maintenance Optimizer in SAP Solution Manager

    what is Maintenance Optimizer in SAP Solution Manager and what are its benefits

    Hi
    even this may be useful
    Ensure your Solution manager system is at the most recent Support Package Level, specifically ST 400 Patch 11, to reduce note application time
    Download from oss most recent step-by-step setup guide
    Oss note 1024932
    Oss Note 1008717 ( N/A )
    Relevant up to SP11 for Basis 700
    OSS Note 950975 support for IE7 ( N/A we are using GUI)
    Oss note 975510 – corrections for snote ( Via OSS not snote )
    Oss note 1004691 – corrections for snote *** Corrections for 975510 ( UP TO SAP_BASIS 11 ) N/A
    Common problem notes, but not critical for Maint Opt
    0998987: Maintenance Optimizer: Empty error messages
    1022072: Maintenance Optimizer: "No Data Available" message o See note 1025381 before applying 1022072.
    1020789: Maintenance Optimizer: Allow all systems to be selected
    1020802: Maintenance Optimizer List displays incomplete data
    1024105: Maintenance Optimizer: two "Cancel" buttons
    1025381: Maintenance Optimizer: Link to additional download files
    1029453: Maintenance Optimizer - Wrong status displayed
    1030405: Maintenance Optimizer: Browser opens in background
    1030498: Maintenance Optimizer - IBase is not active
    1032463: Maintenance Optimizer: Internet Explorer Script Error
    1042704: Maintenance Optimizer: Display only employee partners
    Partner Scenario SOLMAN4.0 Only
    Os note 1021275 ( RFC Destinations ) N/A ST 400 11
    Oss Note: 997780 ( N/A we are at 11 use note 939897 for ST400 SP11 Application )
    Relevant for ST400 SP09 ( N/A ST 400 11 )
    User:
    To setup you must have SAP_ALL
    General Users: ( Oss note 1032322 )
    Must be assigned to role SAP_MAINT_OPT_ADMIN
    Auth Object: D_SOL_VSBL ( visibility of solutions)
    Auth Object: CRM_ORD_PR ( for CRM stuff )
    /spro
    As of Support Package level ST 400 SP10:
    Call Transaction SPRO -> SAP Reference IMG ->SAP Solution Manager -> Advanced Configuration -> Basic Settings -> SAP Solution Manager System -> Change Management -> Set Up Maintenance Optimizer
    This IMG activity refers to the SAP Note 990534: Solution Manager Maintenance Optimizer: BC Set. Follow the instructions in this SAP Note
    N/A as of ST400 SP11
    Define a Solution:
    Solution_Manager – Select Solution Overview – New.
    Enter Descriptive Name ( Ex. GTS Landscape )
    Hit Continue
    Select Solution Landscape Maintenance
    Select System Groups & Logical Components on the Left hand Side
    Select Solution Landscapes and pick the one you created
    Define the solutions for that landscape
    Highlight each item and click Logical Component (You must have a valid license to set this up)
    Assign S-User
    Transaction: AISUSER
    Enter you user id and your SUSER ID for downloading
    Create another SAPOSS Connection called SAP-OSS with S-User assigned
    Call SOLUTION_MANAGER
    Select Solution Overview
    Select the solution you want to work with
    Select – Change Management – Support Package Stacks
    Click Maintenance Optimizer around middle of screen
    Select the solution you want to get Sp’s for
    Go to OSS and add the files to download basket
    When done return to screen and hit continue
    Select - Confirm files in Download Basket
    Error message comes if your sap user and your oss user are not setup in AISUSER screen
    Now go to SAP Download Manager ( On your local pc ) and download the files you just confirmed – of course using the same S-User id you just added them to the basket with
    Apply support packages via spam per normal process
    Return to the SOLUTION_MANAGER window select the landscape you are working on
    Hit Maintenance Optimizer List
    Choose the maintenance transaction you are working on
    You will see a list of the confirmed and downloaded sp’s you selected
    Once you apply these to the system using SPAM you will change the status of implementation to Completed and Hit Save
    This completes this activity
    If you wish to do more work you will have to create a new transaction.
    [Edit section] Add A New Instance to Maintenance Optimizer
    Sign into Solution Manager
    Ensure new instance has valid license installed and logical clients assigned
    Select Landscape Components
    Right Click Systems
         Select Create new system with assistant
    Enter
    SID / Description / Product Type / Installation Number ( Get this from SLICENSE in system you are setting up )
    Next enter Sys # & MEssgae Server and hit continue
    Next select Generate RFC Destinations & Assign Logical Components & Enter Client #
    I always get a problem saving since SLD is not setup – ignore and continue
    Highlight the system you just added under Systems – SAP Global Trade Services –
    Select Assignment to Logical Components
    Now add additional software such as Net weaver ABAP & JAVA if your primary setup was of another type ( ex. GTS )
    Highlight the system you wish to update under Systems and hit change
         Select Header Data
         Click Installed Product Versions
         In the product box add whatever you require for this system
         Select the version from the 2nd box and hit copy
    Ex. 
    If you cannot setup the trusted system here is a workaround:
    Create User in Target for Trusted System RFC from SM1
         User:      <Username>
         Pass:   <Pass>
         Type: Communication
    Use this when setting up the trusted connection, remove the trust and use this CPIC user info for the RFC.
    Generate RFC’s and ensure SMSY setup is done for SID in Solution manager
    Now Create a New Solution For your instance:
    Go to SOLUTION_MANAGER transaction
         Select NEW
         Give Descriptive name: ex. GTS Landscape
    Under Solution Landscape
         Select Solution Landscape Maintenance
         Select System Groups and Logical Components Tab
              Open Solution Landscapes
                   Select the one you just defined (GTS Landscape)
    SOLTION_MANAGER
    Select Change Management – Support Package Stacks
    Select Maintenance Optimizer
    Select the Product Version
         GTS 7.1
    Select the System Type – SID
    From here you will be prompted to go to service marketplace and add the items you wish to install. You can do this beforehand as well, be sure to use the same Suser you setup in AISUSER with your sap login
    It will ask you to confirm the basket, once you do that you install them normally.
    Download with sap download manager, ftp and apply

  • Configuration Guide Job Scheduling Management with SAP Solution Manager

    Dear Gurus
    Could you please help me with the configuration guide of the Job Scheduling Management with SAP Solution Manager
    Best Regards

    Hello Luis,
    the configuration activities can be accessed via the "Implementatiopn Guide" by calling transaction SPRO in your SAP Solution Manager system.
    In SPRO navigate to -> SAP Solution Manager -> Scenario-Specific Settings -> Job Scheduling Management -> Standard Configuration and execute the following two activities.
    1. Activate Solution Manager Services
    2. Set Up Work Center for Job Scheduling Management
    Make sure that your user has role SAP_SM_SCHEDULER_EXE (or_ADMIN) assigned.
    Afterwards you should be able to access the Job Management Work Center and to create Job Documentation or to import Jobs from a Managed System into new Job Documentations.
    The following SAP notes might be usefuly as well:
    1054005  - FAQ on Job Scheduling Management
    1117355  - Work Center roles
    Kind regards,
    Martin
    http://service.sap.com/jsm

  • A problem on Sap Solution Manager

    Hi all,
    I got a problem with Sap Solution manager and i hope that you will be able to help me…
    I’ll try to do my best to be understood in English =)
    So, here is my goal :
    I want to use SolMan as a workbench for test with eCATT. I made a very simple test with the transaction SECATT : A script for a customer creation by the transaction XD01.
    This script works well, so I’ve done the “test configuration”, the “Test data” and the “system data”.
    At this point, I don’t have any problem. If I launch the test, it works. (Important point maybe : I work in remote from an environnement dedicated to SolMan toward a production one).
    When I try to put this test in SolMan, there appear my problems.
    I don’t really know SolMan for the moment, but it seems that I have to begin  by the transaction “SOLAR01” which lead me to the “Business blueprint change”. But I can’t modify anything in it, as the system always tells me the following error : “You cannot change (or There are no) Structure nodes”.
    Maybe I’m not going in the good way, but I try every transaction in SolMan, like Configuration, Test plan management or project overview & Administration. I filled all field I could, but it’s not working for the moment.
    I just want to know how to get my test in a workbench, in a test plan on SolMan…
    Can you help me ?
    Thx a lot
    R.P.
    (P.S : Of course, if you got a step by step document, I would be pleased to receive it ! =))

    Hello Papillon,
    What I understand from your contribution: You do not seem to have a problem working with the Test Workbench in general but would like to know how to work with the Test Workbench as integral part of SAP Solution Manager.
    The basic idea of SAP Solution Manager is that you have the possibility of doing a process-oriented testing (instead of straight module or functioned-oriented testing with regular Test Workbench functionality).
    This is why in SAP Solution Manager you would start of with setting up a project (in transaction SOLAR_PROJECT_ADMIN), in which you define a <i>process-oriented</i> blueprint structure in the next step (transaction SOLAR01) and attach test cases to your process-oriented structure (in transaction SOLAR02) afterwards.
    You will find a guide dedicated to testing topics in SAP Solution Manager here:
    <a href="http://service.sap.com/form/sapnet?_SHORTKEY=01100035870000538663&_SCENARIO=01100035870000000202&_OBJECT=011000358700000213552006E">http://service.sap.com/form/sapnet?_SHORTKEY=01100035870000538663&_SCENARIO=01100035870000000202&_OBJECT=011000358700000213552006E</a>
    This guide should provide sufficient guidance and walks you through the whole process, explaining why and how you operate the above mentioned transactions and much more.
    Best regards,
    Doreen Baseler

Maybe you are looking for

  • Closing a swf file with a button

    I have a flash website that opens another flash website. I want my quit button on this new site to close the swf file and return back to the first flash site. I know that the quit fs command completely closes a document only if it's a projector, but

  • Not able to copy text from pdf preview in firefox 25

    Hi, I am using the Firefox 25 version, and i open a PDF in the browser, but i am not able to copy the content from the PDF opened in the browser. Is there is any settings to allow to copy the text when the PDF is opened in the browser ? kindly provid

  • Concatenate rows from the same table

    Hi, I have a table t1 with one column and 2 rows. I need to make a column with 1 row that is a concatenation of the rows from table t1. Can someone help me with this? Thank you.

  • How often does the m7 take a steps measurement?

    I have an iPhone 5s. I checked my steps in the health app and if I am to believe what I saw, the m7 takes 5 or 6 measurements per minute (that part I believe) and the hard part is that I took 200 or so steps in 1 minute. How often is the iPhone takin

  • How DMR can be maintained for MATERIAL AND VENDOR LEVEL

    Hi, For now we implemented the DMR only at material level, but now we want to know if it is possible to implement the same at material and vendor level, because some material are provided by different vendors and we want to apply a different DMR for