Função remota no Solution Manager

Boa tarde.
Preciso de alguma função para acesso remoto no solution manager. Alguma idéia?
Muito obrigado!

Olá Henrique,
vc quer acessar isso de um programa ABAP?
Caso vc conheça alguma RFC q retorne seus parametros desejados, vc pode chamar a funcao remotamente:
CALL FUNCTION func
  DESTINATION dest
  EXPORTING...
onde dest é o nome de uma RFC Destination do tipo 3 que aponta para o sistema destino (no seu caso, o SolMan).
Se vc quer acessar uma transacao, pode usar a RFC "ABAP4_CALL_TRANSACTION".
Vc pode usa-la inclusive sem codigo algum, a partir da SE37.
Basta passar uma RFC Destination do tipo 3 apontando para o sistema destino no parametro "RFC target sys". No campo TCODE, vc passa o codigo da transacao.
Abraços,
Henrique.

Similar Messages

  • Solution manager Remote Connection issues

    Hi
    I'm currently in the process of setting up Solution Manager 7.1 on windows Server 2008r2 using central system.
    I did the prerequisite check & the Solman installation and i'm actuallly working on the post-installation steps.
    I'm experiencing difficulty with the step : "Configure Remote Connection to SAP".
    I followed the informations provided on :   http://service.sap.com/remoteconnection
    In the technical prerequesite you have to set up a connection to sap support.
    So i have to choose a connection type : I selected Internet connection so my first question is : do we need "VPN with SNC" or "VPN OR SNC" ?
    I personnaly understood VPN or SNC.
    So from here i decided to use SNC.
    The first step was to set up & configure the SAProuter. I decided to do it on an another computer on the same domain ( not on the same computer where Solution Manager is installed ) but i'm not sure it is necesary
    I assume I can install Saprouter on the same location as the Solution manager? do you recommend it ?
    The Basic Functions testing with niping is working.
    The next step is : "establish Internet Connections"
    So now i can choose between SNC or VPN : my goal is to establish the connection as fast as possible.
    I actually don't have a switch available ( i can get one if necesary but time is running ... ) so i'm opting for the SNC solution.
    I tryed to get the certificate for the saprouter but i don't have a register SAProuter, but when i opened a customer messager for component  XX-SER-NET, SAP answered about the impossibility to access SAP service Backbone with an SNC , saying that i will need to register a VPN site to site connection to SAP => i don't get it .... Can someone explain it to me ?
    So please can one of you guru's tell me how to set this remote connection :
    -which materials ( server / switch / firewalls ) ?
    -where to get the right documentation ?
    -What about DMZ ?
    -I have a single IP Address is that enough ? ( setting up nat for port  3299 )
    - do i have to contact a service provider ?
    My idea was initially to set up the SAProuter on the same computer as the SOLMAN setup & use SNC communication  to communicate with SAP but it doesn't seems that easy. Do i need separate installation for Saprouter <=> Solution Manager. ?
    What's the minimal infrastructure to establish this connection ?
    In addition to that, after configuring the SAProuter, i had trouble with the SAPMMC : on my system , on the instance 0 , the process disp+work.EXE  won't run ( yellow light )and i can't find where i made a mistake if you have suggestions ...
    Really need your help, i'm on a short deadline ... Any help, even incomplete, would be appreciated.
    Thanks a lot.

    Thx for the answer.
    I actually managed to register my saprouter with SAP and was granted with CN/OU & connection informations.
    I followed this guide : http://service.sap.com/saprouter-sncdoc  with the addition of this guide : http://wiki.sdn.sap.com/wiki/display/Basis/SAProuterviaSNC.
    My first issue : I'm running with a Windows server 2008 r2 enterprise edition 64 bits with a processor Intel Xeon 2.4ghz ( dualcore). so i decided to use the crypto folder "nt-x86_64"
    For the environment variable i set as System variables SECUDIR = C:\usr\sap\saprouter and SNC_LIB = C:\usr\sap\saprouter\nt-x86_64\sapcrypto.dll 
    The generation/install of the certificate is alright ( sapgenpse get_my_name -v -n Issuer is OK )
    using the command :saprouter -r -K "p:CN=mycn, OU=myOUnbr, OU=SAProuter, O=SAP, C=DE" i have
    I get the following message :  trc file     dev_rout
                                                    no ligging active
    Its strange cause it looks like its running but when i check the services running on windows saprouter isn't started .... How to know if SAProuter is running right ?
    If i folow the SAP procedure : Step 3 : test of the ip connection by the customer : SAP Remote Services : technical preparation ( see SAP Note 812386 ) : it's ask in the note to implement note 766505 via SNOTE : i get the following error msg : Error in remote connection to destination SAPOSS : Error when opening an RFC connection ( LB: Hostname or service of the message server unknown#DEST = SA
    What's wrong ?
    If i use T oss1 in parameter => technical setting => i set my saprouter info in SAProuter 1 ( at customer site ) with instance no. 99 and if SAProuter and SAPNet Message Server at SAP i put the following : Name : sapserv2 / IP Address 194.39.131.34 intance no. 99 and message server name oss001/ DB Name 001/ Instance no.01.
    When trying to "Logon to SAPNet"  i have an error Unable to connect to SAPNet message server ( default connection will be used ... ) 
    and followed by the error screen : "partner '80.15.173.168:sapdp99' not reached WSAECONNREFUSED : Connection refused. do you want to see the detailed error description ? "
    Details : module nixxi.cpp / line 3286 / Method : NipConnect2:80.15.173.168:3299 / Return code : -10 / System call : connect / Error No : 10061 / Error Text WSAECONNREFUSED: Connection refused / Counter : 10
    Any idea ?
    when doing niping.exe -c -H /H/mylocalSR/H/194.39.131.34/H/194/39.131.34 i obtain :
    Wed Dec 07 21:20:09 2011
    connect to server o.k
    Wed Dec 07 21:20:09 2011
    send and receive 10 messages (len 1000)
    times -
    avg   122.148 ms
    max   193.731 ms
    min   81.564 ms
    tr 15.990 kB/s
    excluding max and min :
    av2   118.273 ms
    tr2   16.514 kB/s
    Is it the expected output ?
    I've maintained system data in service.sap.com/system-data ( selecting the sap router ) then i tryed to use the SAP service connection, downloaded the .exe but i can't find the stfk.oez. I realized that in my maintain connection screen i have no space for entering any routestring. Seems wrong ?
    Do i have to use the SAO?
    i've made nat redirection from my router as this : from my public ip to my lan ip ( 192.168.x.x) what should i enter in the routestring : /H/public or lan or hostname ?/S/3299 ?
    Hoping you can help me ! ( the goal of all this is to set up RFC connection for postinst step of Solution manager ).
    Edited by: BLANCHARD Guillaume on Dec 7, 2011 10:47 PM

  • Solution Manager Create remote monitoring entry

    Hello,
    I need some help or clarification please. We just upgraded our Solution Manager to EHP1 spk25 and I'm trying to setup Solman to support central system monitoring. I'm on the last step to enter the moitored ABAP system in CEN through RZ21  Techincal >Configure Central System>Create remote monitoring entry. 
    I can enter my own System ID but can't enter the RFC destination ?  These default to *_RZ20_Collect and *_RZ20_Analyze.  I want to use the RFC's already in place through Charm since these are already setup and working correctly.  Can someone tell me how to change this or why we have to use the defaults.
    Thanks in advance
    Stephanie

    Please disregard.
    Thanks

  • Remote Function on Solution Manager

    Hi,
    i need a remote function to access the Solution Manager, from R3. Someone can help me?
    Thanks!

    Hi,
    Please follow the SAP help link to have more clarity on connecting R/3 to solution manager.
    http://help.sap.com/saphelp_sm40/helpdata/en/1a/b42441cd87a12be10000000a1550b0/content.htm
    Best Regards,
    Krishna

  • Solution manager and CCMS monitoring of remote database

    I have Solution Manager 7 SP Basis 6 installed. I have oracle remote databases connected successfully. Under DBCockpit I see the instances I want to monitor. I can see the backup, tablespaces, etc. These remote instances are SAP Portal JAVA only version 7 but under the dbcockpit alerts only shows alert monitor. The database check and check conditions are in white. Is there a way to see these and be able to report on them? The CCMS tree under the local solution manager also shows these connected remote instances but they are also white in color as if inactive. All CCMS agents and saposcol are running perfectly on the remote systems. The stats tables have been built, the synonyms for the solution manager are in place. What am I missing?

    Hi,
    Please download that attachment "scripts_1139623.sar" provided in SAP Note 1139623 - Using transaction RZ20 to monitor remote Oracle databases.
    Upon extraction of scripts_1139623.sar the following files you will get.
    rz20_nonabap.sql
    dbcheckora10_oltp.sql
    dbcheckora.sql
    Then Perform the below mentioned Steps to resolve your issue.
    Step 1: Create tables DBCHECKORA and DBMSGORA:
      sqlplus SAPSR3DB/<pwd>
      SQL> @rz20_nonabap.sql
    Step 2: Fill the table DBCHECKORA:
      sqlplus SAPSR3DB/<pwd>
      SQL> @dbcheckora10_oltp   
    Step 3: Create the synonyms (as user ora<sid>):
    brconnect -u / -c -f crsyn -o SAPSR3DB
    sqlplus "/as sysdba"
    CREATE PUBLIC SYNONYM SAP_DBSTATC FOR SAPSR3DB.DBSTATC;
    CREATE PUBLIC SYNONYM SAP_DBCHECKORA FOR SAPSR3DB.DBCHECKORA;
    CREATE PUBLIC SYNONYM SAP_DBMSGORA FOR SAPSR3DB.DBMSGORA;
    Step 4: Grant Privileges for OPS$<SID>ADM User for the above created Tables
    sqlplus "/as sysdba"
    grant all on SAPSR3DB.DBSTATC to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBCHECKORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBMSGORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTAIHORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTATHORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTATIORA to OPS$<SID>ADM;
    grant all on SAPSR3DB.DBSTATTORA to OPS$<SID>ADM;
    commit;
    Step 5:
    Now after successful execution of above mentioned Steps , in DBACOCKPIT (system configuration), try to save the Remote DB entry with "Collect Alert Data".  It will be saved without any error.
    If you find any errors, post the error contents as a reply of this thread message.
    Regards,
    Bhavik G. Shroff

  • Solution Manager prepared for the Remote Service Delivery?

    In preparation of GoingLive Session, we received a mail with some questions. Among them the following:
    Is your Solution Manager prepared for the Remote Service Delivery? Yes/No  
    Is the solution transferred to SAP?: Yes/No  
    What does the first question mean? what should be done to prepare the Solman for session delivery?
    How do I check if the solution is transferred to SAP?
    Thanks a lot,
        Dino

    Hello Dino,
    The SAP Solution Manager is a platform for the delivery of services for the following areas:
    ●     Risk minimization
    ●     Optimization of SAP solutions
    ●     Knowledge transfer
    Services in the SAP Solution Manager are services which help you to monitor and optimize the performance and availibility of your system landscapes and minimize your system operation risks.
    You can have the support services performed by SAP or perform them yourself:
    ●     Remote Services
    SAP experts deliver this service type via a remote connection (SAP Safeguarding Services, e.g. SAP GoingLive Check).
    For checking whether solution manager is prepared for remote service delivery u need to check the following.
    Prerequisites
    You have:
    ●     created a solution.
    ●     set-up a connection to the SAP Service Marketplace (Explorer).
    Procedure
           1.      Choose the transaction SOLUTION_MANAGER.
           2.      Choose Delivery of SAP Services ® Service Plan, in Operations.
           3.      Choose Order Service from SAP.
    You go to the Service Catalog.
           4.      Choose the link to the service.
    The system goes to the catalog entry of the service, in the SAP Service Marketplace.
           5.      Follow the procedure described in the SAP Service Marketplace.
    =============================================
    Solution transfered to SAP means that the u have done the configuration, testing and validation of the SAP system components and then transfered this to the satellite systems connected to Solman. Please note that solman is the central point of access for supporting implementation activities and the satellite systems are SAP systems comnected to solman in the landscape.
    Hope this helps. Please assign points and let me know if u need anything specific.
    Rgds
    Manish

  • Generate Remote Connection for our Solution Manager 7.1

    Hi,
    In order to complete installation of SAP Solution Manager 7.1, we need to send a message to SAP Support through SOLMAN but we still don't have a RFC connected to the SAP backbone.
    Anyone get a process easy-to-understand and to set up, we're in France and it's very urgent.
    Currently we've set up correctly installation of back-end and front-end, we can logon to solution manager and it's all.
    If you have ever done an installation of Solution Manager with Remote Connection, please join me.
    Best regards,
    William

    Hello,
    Did you download and follow the Installation Guide?
    http://solman_srv:8000
    Is NOT a Fully Qualified Domain Name (FDQN)
    A Fully qualified name would have the format
    Host.Company.Domain
    i.e. http://service.sap.com is fully qualified, while http://service is not.
    This is the first problem you are having, but I suspect you have more, as at this point in the installation SAP* should already been disabled and your Admin user accounts setup. This would have been durng the post installation steps, which are performed prior to Solman_setup.
    Yes, you need to defined parameter icm/host_name_full to equate with the FQDN of solman-srv.
    Second thing is that client 000 and client 001 are reference clients provided by SAP. You don't want to be changing these clients. You want to be copying these reference clients to your clients and then configuring those clients, not your reference clients, as this will cause a problem when you need to create new clients.
    Did you follow the installation guide carefully? I would recommend you review, because it covers off these things, so you shouldn't be running into these errors at this point in the configuration phase, if you followed the Installation guide (especially the POST Installation steps)
    Regards,
    Paul

  • System Monitoring in Solution Manager

    Friends
    1.System monitoring for one of the satellite systems has been configured in solution manager (through DSWP - Setup system monitoring) using RFC connections(Read and Trusted RFCs generated in SMSY).
    2.Installed CCMS Agent on the satellite system and registered to solution manager system.
    RZ21 -> Remote Agent Status shows online.
    Should something else to be done (settings, background jobs, configuration )in Solman or satellite system to make  communication to satellite via CCMS agent primary for system monitoring?
    How do i get to see the satellite system's monitoring context in Solution manager?
    Please help me out
    Thanks
    Gnana

    Friends
    1.System monitoring for one of the satellite systems has been configured in solution manager (through DSWP - Setup system monitoring) using RFC connections(Read and Trusted RFCs generated in SMSY).
    2.Installed CCMS Agent on the satellite system and registered to solution manager system.
    RZ21 -> Remote Agent Status shows online.
    Should something else to be done (settings, background jobs, configuration )in Solman or satellite system to make  communication to satellite via CCMS agent primary for system monitoring?
    How do i get to see the satellite system's monitoring context in Solution manager?
    Please help me out
    Thanks
    Gnana

  • Solution Manager EWA - cannot create session in satellite system

    "Hi,
    I want to configure EWA self service using Solman 4.0. I succesfully did the following :
    a. Maintained SMSY and create the required trusted RFC connections from SM to satellite system. All connection and authorization passed in SM59. I used SAP_ALL/SDCCN_ALL role and assigned objects S_RFC*.
    b. Assigned the system to a logical system.
    c. Created the a new solution and activate "Solutions Monitoring > Earlywatch Alert"
    d. Activated and maintained required RFC in SDCCN in satallite system.
    My problem is that the create EWA alert request (Red Flag with a specific session number ) coulnd be pass to the satelitte system even though all the trusted RFC and authorization is set. When i execute the SESSION_REFRESH in the satellite system, the session is not created.
    Did I miss out any steps. Can any one share any help ?
    FYI, there is no connection to SAPOSS yet, so i did not manage to run RTCCTOOL completed, but i doubt this is required for EWA self service."
    I  have the same problem as Solution Manager EWA - cannot create session in satellite system
    tried all of solutions,  but it does not help... Created the CM (high) for SAP, but get 1 response for 1 week from them:(

    Dear Sapbcer,
    Have you tried the following option :
    Execute SMSY and from the Server entry Execute the "Read System Data Remote" option in change mode.
    Save the data captured and then try using Refresh Session Task from SDCCN of the satellite system. Do select the RFC for Solution Manager while performing this task.
    Hope this helps.
    Regards
    Amit

  • 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

  • Solution Manager System Monitoring of a CE 7.10

    Hi
    I am trying to setup a Solution Manager Monitoring Solution for a CE 7.10 Enviroment.
    I have already setup CEN in SOLMAN.
    I have registered CE Systems with a sapccmsr j2ee agent.
    I have setup the JCO RFC Connection in CE.
    I have created the TCP/IP Connection to the JCO Connection in Solman.
    I have set the TCP/IP Connection in RZ21 as the J2EE Customizing Destination.
    The solution involves only 1 Logical Component with 3 CE Systems.
    When I go to the solution manager setup and try to configure the MTE Nodes for my solution I cannot get the MTE context while clicking in Activate Monitoring for other Software Components
    I choose Java Application Server, choose my server, choose CEn but when i have to choose the context of the MTE i get an empty list.
    IF i go Activate Monitoring for Other Servers and choose the server I get the contexts of the remote server, but I can only choose one.
    So how can I see the context of the CE servers in the Software component part?
    Ty.

    Hi,
    Have you defined and added corresponding logical systems for the respective satellite systems?
    Here is the sequence of steps you've to do:
    in SMSY:
    1) Define server, DB, Systems
    2) Generate READ, TMW, TRUSTED RFCs to the satellite systems
    3) define logical systems and assign the satellite system to it
    in Solution_Manager:
    1) define new solution
    2) add the logical system into the solution
    If these steps are successful, you should be able to see the satellite system in SYSTEM MONITORING in Solution_Manager.
    Have you already done these steps?
    After performing these steps:
    Solution_Manager>choose relevant solution>operations setup>Solution Monitoring>System monitoring>Activate monitoring> choose the system and activate monitoring.
    Your system will then appear.
    Does this help any way?

  • System Monitoring with Solution Manager Ehp1

    Hi,
    I'm Tomas Piqueres, and I'm working in a VAR SAP with Solution Manager.
    Recently, we installed Solution Manager Ehp1 and we are trying to configure it for System Monitoring. When I worked with Solution Manager SP17 I used to go to transaction RZ21 to add the system I wanted to monitoring and then put the SID and RFCs of the system.
    Now with Solution Manager Ehp1, when I create the system in transaction RZ21, first I have to set the Component Type to Be Monitored and then the SID, Message Server Logon Group, the client and user are set automatically, and the password I've set to user CSMREG.
    when I fill all the entries, I can see the RFCs used for the monitoring of the system. Those RFCs are set automatically:
    <SID>_RZ20_COLLECT
    <SID>_RZ20_ANALYZE
    I can't edit those RFCs, so I have to create it manually. I check that RFCs destination works fine and both pass the authorization test, so when I try to save the system at transaction RZ21, I see the following errors:
    <SID>_RZ20_COLLECT_123539Error when opening an RFC connection
    Error during remote call of SAL_MS_GET_LOCAL_MS_INFO function: Error when opening an RFC connection
    Error during remote call of SALC function: Error when opening an RFC connection
    Error during remote call of RFC1 function: Error when opening an RFC connection
    I've been looking for information about those errors and how to monitoring with Solution Manager Ehp1, but I haven't found anything usefull.
    Please, Could you help me?
    Thanks and regards,
    Tomas.

    Tomas,
    I need to configure EWA from my Solman system and I completed the steps (defining and creation of RFC destinations to the target systems from my Solman system).  I downloaded the lates ccmsagent file from the market place based my target system configurations.
    Herewith attaching the logs while I'm trying to check the profile parameter.
    tqaadm@saptqa01:/usr/sap/TQA/SYS/exe/run 5> sappfpar check pf=/usr/sap/TQA/SYS/profile/TQA_DVEBMGS30_saptqa01
    ================================================================================
    ==   Checking profile:     /usr/sap/TQA/SYS/profile/TQA_DVEBMGS30_saptqa01
    ================================================================================
    ***WARNING: Unexpected parameter: DIR_EPS =/usr/sap/trans/EPS/----
    ***WARNING: Unexpected parameter: SAPSECULIB =/usr/sap/TQA/SYS/exe/run/libsapsecu.o
    ***WARNING: Unexpected parameter: abap/buffersize_part1 =1200000
    ***WARNING: Unexpected parameter: auth/auth_number_in_userbuffer =5000
    ***WARNING: Unexpected parameter: dbs/io_buf_size =100000
    ***WARNING: Unexpected parameter: rsau/local/file =/usr/sap/TQA/DVEBMGS30/log/audit/audit_++++++++
    ***WARNING: Unexpected parameter: rsau/selector1/class =35
    ***WARNING: Unexpected parameter: rsau/selector1/severity =2
    ***WARNING: Unexpected parameter: rsdb/rclu/cachelimt =0
    ***ERROR: Size of shared memory pool 40 too small
    ================================================================
    SOLUTIONS: (1) Locate shared memory segments outside of pool 40
                   with parameters like: ipc/shm_psize_<key> =0
    SOLUTION: Increase size of shared memory pool 40
              with parameter: ipc/shm_psize_40 =1472000000
    Shared memory disposition overview
    ================================================================
    Shared memory pools
    Key:   10  Pool
                Size configured.....:   642000000 ( 612.3 MB)
                Size min. estimated.:   637597428 ( 608.1 MB)
                Advised Size........:   640000000 ( 610.4 MB)
    Key:   40  Pool for database buffers
                Size configured.....:  1048000000 ( 999.4 MB)
                Size min. estimated.:  1468229308 (1400.2 MB)
                Advised Size........:  1472000000 (1403.8 MB)
    Shared memories inside of pool 10
    Key:        1  Size:        2500 (   0.0 MB) System administration
    Key:        4  Size:      523648 (   0.5 MB) statistic area
    Key:        7  Size:       14838 (   0.0 MB) Update task administration
    Key:        8  Size:    67108964 (  64.0 MB) Paging buffer
    Key:        9  Size:   134217828 ( 128.0 MB) Roll buffer
    Key:       11  Size:      500000 (   0.5 MB) Factory calender buffer
    Key:       12  Size:     6000000 (   5.7 MB) TemSe Char-Code convert Buf.
    Key:       13  Size:   200500000 ( 191.2 MB) Alert Area
    Key:       16  Size:       22400 (   0.0 MB) Semaphore activity monitoring
    Key:       17  Size:     2672386 (   2.5 MB) Roll administration
    Key:       30  Size:       37888 (   0.0 MB) Taskhandler runtime admin.
    Key:       31  Size:     4806000 (   4.6 MB) Dispatcher request queue
    Key:       33  Size:    39936000 (  38.1 MB) Table buffer, part.buffering
    Key:       34  Size:    20480000 (  19.5 MB) Enqueue table
    Key:       51  Size:     3200000 (   3.1 MB) Extended memory admin.
    Key:       52  Size:       40000 (   0.0 MB) Message Server buffer
    Key:       54  Size:    20488192 (  19.5 MB) Export/Import buffer
    Key:       55  Size:        8192 (   0.0 MB) Spool local printer+joblist
    Key:       57  Size:     1048576 (   1.0 MB) Profilparameter in shared mem
    Key:       58  Size:        4096 (   0.0 MB) Enqueue ID for reset
    Key:       62  Size:    85983232 (  82.0 MB) Memory pipes
    Shared memories inside of pool 40
    Key:        2  Size:    31168040 (  29.7 MB) Disp. administration tables
    Key:        3  Size:   114048000 ( 108.8 MB) Disp. communication areas
    Key:        6  Size:  1064960000 (1015.6 MB) ABAP program buffer
    Key:       14  Size:    28600000 (  27.3 MB) Presentation buffer
    Key:       19  Size:    90000000 (  85.8 MB) Table-buffer
    Key:       42  Size:    13920992 (  13.3 MB) DB TTAB buffer
    Key:       43  Size:    43422392 (  41.4 MB) DB FTAB buffer
    Key:       44  Size:     8606392 (   8.2 MB) DB IREC buffer
    Key:       45  Size:     6558392 (   6.3 MB) DB short nametab buffer
    Key:       46  Size:       20480 (   0.0 MB) DB sync table
    Key:       47  Size:    13313024 (  12.7 MB) DB CUA buffer
    Key:       48  Size:      300000 (   0.3 MB) Number range buffer
    Key:       49  Size:     3309932 (   3.2 MB) Spool admin (SpoolWP+DiaWP)
    Shared memories outside of pools
    Key:       18  Size:     1792100 (   1.7 MB) Paging adminitration
    Key:       41  Size:    25010000 (  23.9 MB) DB statistics buffer
    Key:       63  Size:      409600 (   0.4 MB) ICMAN shared memory
    Key:       64  Size:     4202496 (   4.0 MB) Online Text Repository Buf.
    Key:       65  Size:     4202496 (   4.0 MB) Export/Import Shared Memory
    Key:     1002  Size:      400000 (   0.4 MB) Performance monitoring V01.0
    Key: 58900130  Size:        4096 (   0.0 MB) SCSA area
    Nr of operating system shared memory segments: 9
    Shared memory resource requirements estimated
    ================================================================
    Nr of shared memory descriptors required for
    Extended Memory Management (unnamed mapped file).: 64
    Total Nr of shared segments required.....:         73
    System-imposed number of shared memories.:       1000
    Shared memory segment size required min..: 1472000000 (1403.8 MB)
    System-imposed maximum segment size......: 35184372088832 (33554432.0 MB)
    Swap space requirements estimated
    ================================================
    Shared memory....................: 2050.4 MB
    ..in pool 10  608.1 MB,   99% used
    ..in pool 40  999.4 MB,  140% used !!
    ..not in pool:   34.4 MB
    Processes........................:  716.8 MB
    Extended Memory .................: 8192.0 MB
    Total, minimum requirement.......: 10959.2 MB
    Process local heaps, worst case..: 1907.3 MB
    Total, worst case requirement....: 12866.5 MB
    Errors detected..................:    1
    Warnings detected................:    9
    After checking the profile parameter I tried to run sapccm4x in /run directory but got the below error and I'm not able tomove further.
    Pls have a look at these two and let me know what could I do to proceed further.
    tqaadm@saptqa01:/usr/sap/TQA/SYS/exe/run 5> sapccm4x -R pf=/usr/sap/TQA/SYS/profile/TQA_DVEBMGS30_saptqa01
    INFO: CCMS agent sapccm4x working directory is /usr/sap/TQA/DVEBMGS30/log/sapccm4x
    INFO: CCMS agent sapccm4x config file is /usr/sap/TQA/DVEBMGS30/log/sapccm4x/csmconf
    INFO: Central Monitoring System is [SMP]. (found in config file)
          additional CENTRAL system y/[n] ?   :
    INFO: found ini file /usr/sap/TQA/DVEBMGS30/log/sapccm4x/sapccmsr.ini.
    INFO:
          CCMS version  20040229, 64 bit, multithreaded, Non-Unicode
          compiled at   Jun 28 2010
          systemid      324 (IBM RS/6000 with AIX)
          relno         6400
          patch text    patch collection 2010/1, OSS note 1304480
          patchno       335
    INFO Runtime:
          running on    saptqa01 AIX 3 5 00069A8FD600
          running with profile   /usr/sap/TQA/SYS/profile/TQA_DVEBMGS30_saptqa01
    INFO profile parameters:
          alert/MONI_SEGM_SIZE = 200000000
          alert/TRACE          = 1
          SAPSYSTEM            = 30
          SAPSYSTEMNAME        = TQA
          SAPLOCALHOST         = saptqa01
          DIR_CCMS             = /usr/sap/ccms
          DIR_LOGGING          = /usr/sap/TQA/DVEBMGS30/log
          DIR_PERF             = /usr/sap/tmp
    INFO:
          pid           4165682
    INFO: Attached to Shared Memory Key 13 (size 200141728) in pool 10
    INFO: Connected to Monitoring Segment [CCMS Monitoring Segment for application server saptqa01_TQA_30, created with version CCMS version 20040229, 64 bit single threaded, compiled at Oct  3 2008,  kernel 6400_20020600_254,  platform 324 (IBM RS/6000 with AIX)]
            segment status     ENABLED
            segment started at Tue Sep 14 09:35:56 2010
            segment version    20040229
    ERROR: Shared Memory misconfiguration ==> can not monitor SAP application server saptqa01_TQA_30
           Dispatcher Admin Shared Memory (Key 01) and CCMS Shared Memory (Key 13) both in pool 10.
           Please change configuration with profile parameters
               ipc/shm_psize_01 = -<different pool nr>
           xor
               ipc/shm_psize_13 = -<different pool nr>
    EXITING with code 1

  • Automatic creation of business partners in Solution Manager system in Charm

    When I automatically create business partners in the Solution Manager system from the users in the satellite systems, they are created of type "Business Partner (Gen)" and they are not associated to the user with the same name id in the Solution Manager system, but they are connected to the remote users in the satellite systems. For this reason I change manually every business partner making it of type "employee" and connecting it to the user in the Solution Manager system. In this way I can use it like partner function. Is this the correct procedure to follow? If not, what do I have to do? Which is the correct way to generate business partners in the Solution Manager system from the users in the satellite systems?
    Thanks
    Antonello

    Hi,
    It is advisable to have the same login name for the satellite systems and SOLMAN user.
    Business partner can be created thru tcode DSWP -> Select Solution -> Edit -> Create business partner.
    You need to create a business partner only once by the above method, even if you have a number of satellite systems.
    Once the BP is created , go to tcode BP -> select the business partner -- > In the Identification Tab, enter the systems which will be accessed by the user. Here you can also give the SLM system ID in addition to the other satellite systems.
    The employee connection process which you do is correct
    Rgds
    Abhijit

  • EP6 monitoring in Solution Manager 4.0

    I just installed Solution Manager 4.0 and try to setup monitoring for our EP6 SP15. Currently I have ran the registration from Visual Admin on Portal, in RZ21 of the solution manager I can see the portal server as remote agent, in RZ20 under "J2EE engine" also can see the portal server. But how do I set it up under "DSWP" so I can see the alert screen for the portal?

    Hi,
    our Enterprise Portal is a java-only system. Bescause of that I don´t know how to bring a J2EE to my Systemlandscape.
    After all I read until now I configured it by registering the ccmsagent at my CEN (Sm 4.0). Afterwards I could see the MTEs of our Portal-system in CCMS.
    For availabiity monitoring I also "Uploaded" the heartbeats for J2EE-Engine and Portal. (visual Admin : Server -> Services -> Monitoring -> GRMG Customizing)They can now be managed within transaction GRMG as scenarios.
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/49fd3f0521c842e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ab/50fd3f0521c842e10000000a1550b0/content.htm
    Hope this helps. Sorry for not being abel to help you with DSWP instantly, we only use the CCMS-Monitor.
    Dom

  • Solution Manager too Slow

    Dear All,
    We are running SAP Solution Manager 7.01 on Oracle 11g in AIX.
    This central Solution Manager system is connected to more than 150 satellite systems.
    The response of the system is too slow while we take transactions like solman_workcenter, RZ20 etc.
    Is this because the system needs to fetch/collect infromation from all these 150 satellites before preseting the screen.
    Solman is running with 10 CPU, 50 GB RAM and 82 GB swap.
    The portal pages in the transactions takes more time to load.
    Could you please help me to pin point the bottle neck in the system.
    Regards,
    Kiran

    Hi,
    Basically with 150 systems you may experience network capacity issue.
    It does not matter if the system is the Solution Manager or any other SAP system. The analysis start from inspecting the overall time distribution by using the /nSTAD, then depending on the outcome check persistency, remote communication and locking with ST05 .
    If in STAD there are huge wait times then definitely the network capacity should be inspected with OS-level monitoring tools, same for the CPU, memory and disk.
    Regarding the java side views, it is very important to inspect the java side performance using the JDSR statistics in NetWeaver Web Administrator. There you would see the java side resource consumption to localize a potential memory consumption or CPU related issue. It is very important to clarify if the bottleneck is not the Garbage collection in java - if that is the case, the heap size parameters need to be tuned.
    Best Regards,
    Sylvia

Maybe you are looking for

  • Credit Score Tanked - Feeling Hopeless

    Alright, I'm 21 years old, gong on 22 very shortly, and my credit scores are 484 TU and 493 Equifax. Around October of last year my credit scores were in the mid 600s. In that time I got a new job and went a little crazy, and got into more debt than

  • Webi with Opendoc and Hierearchy Refresh time

    Hi Experts, A colleague of mine is experiencing some difficulties with her report.  She has a WebI report that uses hierarchy and when an opendoc link is added to the report, it takes around 20 mins to open/refresh.  Now, when the link is removed, it

  • Podcast conversion painfully slow; can't add chapters while recording?

    I'm finding GB3's conversion to m4a very, very slow. For the last six months, I was using GB2 to mix my audio, iTunes to convert to m4a, and PodcastAV to add chapters and pictures. The mixdown process takes the same amount of time (10 minutes for an

  • Aggregate table

    Hi ! I have a problem when I try to use the aggregate wizard, but only with some dimension tables. This is the error message given by Job Manager : Processed: 1 queries Encountered 1 errors [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general erro

  • Modeler start iwth IE7

    Hi, experts, after updating my Internet Explorer to IE7 I can't start the Modeler ( Transaktio RSPLAN -> Modeler). The error-message is :   Application error occurred during request processing.   Details:   com.sap.tc.webdynpro.services.exceptions.WD