Quantcast
Channel: SCN : All Content - SAP Solution Manager
Viewing all 5569 articles
Browse latest View live

Change the status of a document when user performs Checkout in SOLAR02

$
0
0

My company has a requirement that we automatically update the status of a document in SOLAR02 whenever the user checks out a document.

 

I've created an enhancement points at the top of CL_SA_BASE_TAB_SOLAR_HANDLER->CHECKOUT_DOCUMENT which does the following

CL_SA_TAB_DOCU->GET_TC_DOCU

CL_SA_TAB_DOCU->GET_CONTEXT

CL_SA_TAB_DOCU->GET_DOCUMENT (with LOIO class and objid)

using document reference -> GET_PROPERTY

 

Then I try to change the status using document reference->SET_PROPERTY

document reference->SAVE

 

I even tried CL_SA_TAB_DOCU->UPDATE_TC_DOC

and CL_SA_TAB_DOCU-> SAVE_DATA

 

It didn't work.

 

So I tried generating an Actual object which I saved in internal memory and before SOLAR_REFOBJ_NAVIGATE_DOCU calls subroutine tab_save_document - I forced a creation of the Actual Document using CL_SA_TAB_DOCU->SET_DOCUMENT.  this was so the processing in TAB_SAVE_DOCUMENT would reupdate the TC_DOC using standard SAP code.

 

After debugging thru all of this - It appears everything "SHOULD" be set correctly .  I modified the container to display the value as desired but when I  refresh the data  I can see the status has not changed in KW.

 

 

I was able to get the status to update when the user does a change - 'SA_CHANGE' using very similar logic but I'm having no luck with with 'SA_CHKOUT_PROJDOC'.

 

Any help would be greatly appreciated!!!!

 

Thanks

Charles


Get mor information from customer AI_SC_GET_SAP_CUSTOMER_NUMBERS

$
0
0

Hello,

 

In our solution manager, we are trying to get more customer information from sap.

 

In report AI_SC_GET_SAP_CUSTOMER_NUMBERS that call function BCSN_Z001_GET_VARS_DEBITS in remote RFC  SAP-OSS to get all customer numbers.

 

i see that this function fill the table l_debits that have more information than the customer as well as name, phone, country, etc..

 

but we only can get the customer numbers.

 

is there any possibility to get more information as name, address, contact person, etc.. from Sap to  solution manager synchronization process to get all customers data up-to-date ? thought this report or another one ?

 

thanks:

Luis

 

[update 09/08/2013] - just for try to answers my first scn post but still interested on any information from SAP for allow that information that can be important to have on solution manager after SMP update.

Error when selecting template for installed product

$
0
0

Dear experts,

 

When setting up the technical monitoring for the BPM (CE) part of my PO system, I'm getting an error when activating the template.

For the J2EE engine all works fine, but when selecting the CE part along, I'm getting the following error:

 

Select Template SAP NetWeaver CE:

Untitled.jpg

After activating:

Untitled1.jpg

To solve some issues in the past I have deleted and recreated some stuff, and I wonder if this part of the config is screwed by this.

 

I have re-imported the content, but the issue still persists..

Could there be something wrong with the content version? Any idea where I can download a higher version of this content? This system does not have an OSS connections.

 

Untitled1.jpg

 

Thanks in advance for any help!

 

Kind regards,

 

Mark

Solution Manager 7.1 installation failing

$
0
0

Hello,

 

I am trying to install Solution Manager 7.1 on Oracle 10.2 and Linux. Unfortunately, at the very beginning of the installation, I am getting

a very bizzare error, during creating the users for the SAP system, here is an excerpt from my sapinst.log file:

 

TRACE  2013-08-05 20:47:30.334 [syuxctask.cpp:880]
       CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
       lib=syslib module=syslib

Child process 5284 returned 0

 

 

ERROR  2013-08-05 20:47:30.355 [sixxcstepexecute.cpp:916]

FCO-00011  The step setUserEnvironment with step key |NW_Users_Create|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|usersCreateDo|0|setUserEnvironme

nt was executed with status ERROR ( Last error reported by the step: Assertion failed: in

function (role, readAccountData) {

if (readAccountData === undefined) {
    readAccountData = true;
}
NWUsers.trace("NWUsers.getAccountData(", role, ")");
this._initAccountData();
ASSERT(arguments.callee, this.haveAccountData(role), "role " + role + " is not created yet.");
var ad = this._readAccountDataFromKeydb(role);
if (readAccountData) {
    ad = this._readAccountData(ad);
}
var masterpwd = this.getMasterPassword();
if (ad.password == "" && this._useMasterPasswordForAccountData(ad) && ad.type == "USER" && masterpwd !== undefined && role != NWUsers.roles.J2EEGuest &&

!ad.locked) {

    ad.password = masterpwd;
}
NWUsers.trace("NWUsers.getAccountData(): ", dump_properties(ad));
return ad;

}

role ORA_SID is not created yet.).

 

TRACE  2013-08-05 20:47:30.380 [kdxxctaco.cpp:165]
       CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile start ...

 

TRACE  2013-08-05 20:47:30.420 [kdxxctaco.cpp:197]
       CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

after creating out stream

 

I've tried to google, but no help, Note 972263 - Inst.NW 7.0(2004s)SR2/Business Suite 2005 SR2-UNIX/Oracle is not helpful either.

I've tried to run solely the preparation option for user creation. No luck :-/

 

I am  installing using the latest version of the SWPM, so I guess this shouldn't be some JVM issue... PLEASE HELP !!!

PO is not registered properly in LMDB and SLD

$
0
0

Hi, all

 

I am trying to setup the system monitoring and PIMON on our Solman 71 system and running into all sorts of problems. My guess is that this is caused by the system is not registered properly in the SLD but I couldn't find any way to correct it.

 

In the SLD, the installed product is only "SAP EHP1 FOR SAP NETWEAVER 7.3". This is what is reflected in LDMB. Now if I go to the software under the LMDB, I do see the PO products like AAEX, BPM, etc. But when I try to assign templates to the PO system, I am only allowed to assign the NW731 template, not the adapter engine or integration directory. Any idea how to work around this?

 

shot1.png

shot2.png

 

Thanks in advance,

Jonathan.

 

 

 

Wily and PI(AEX java stack) monitoring

$
0
0

Hi, all

 

Has anyone used Wily to monitor your PI system? Our system is PI 7.3.1(AEX java only, aka PO). I have deployed the Wily agent, SMD, hostagent to the server. When I logon to the Wily EM, I cannot make any sense out of the "SAP XI" folder. For example, the Adapter folder has a channel folder underneath. It doesn't even list all the CC we have in the system. The statistics and messaging folder also have lots of stats that I don't understand what they actually mean. Of course, I cannot see how we can make use of it.

 

Can you advise if you can point me to good documentation on the Wily in terms of PI monitoring? I know that there is PIMON in solman 7.1. I am also working on it ... also struggling with it as we had lots of other issues that probably belong to another thread.

 

Thanks,

Jonathan.

ITSM ticket search option (SFLN0003)

$
0
0

Hello,

 

I configured ITSM in Solution Manager 7.1 system SPS 05 and currently the tickets are getting created from the satellite ECC system.

 

I configured the automatic support team determination based on the BRFPLUS documentation and it is working. The tickets that are created contain the right support team names (eg. ZSD team, ZFI team) in the field.

 

However, in the 'Search:Incidents' page, when I search for Incidents based on the field 'Support team(SFLN0003)', the result does not show any Incident ticket hits.

 

Please help me out in resolving this issue.

 

 

Regards,

Siddharth K

Top 10 KBAs for SAP Solution Manager for July 2013

$
0
0

Purpose

The purpose of this document is to provide a list of the top ten most viewed SAP KBAs for Solution Manager in the month of June 2013.

 

Overview

Below are the top 10 most viewed SAP KBAs for Solution Manager.

 

Note NumberNote Title
1741109ITSM 7.1 - Generation of IBase Components is not working
1659135Rating not determined (Grey) at SAP EarlyWatch Alert  
1663549 Unsupported XStream found error  
1850913Solman connection to database returns "An error occurred during connection setup - Exception CX_DB6_SYS in class CL_DB6_SYS method line 0 / RC=System not found"
1752309 Web service invocation problem caused by Unsupported xstream found ("HTTP Code 404 : Not Found") during SOLMAN_SETUP 
1824881How to deal with Grey Rated Reports for EarlyWatch Alert (EWA)
1659135Ping failed (RC=403) Service ping ERROR: FORBIDDEN , Web service invocation problem - SAP Solution Manager 7.1
1817422  Where to set the parameter LMDB_AUTO_DS_OVRWRT to allow to remove the automatically assigned products in LMDB?  
1655770Solman_setup Terminates immediately with a popup error message : "Session terminated due to inactivity  
1813563Product registration of installed Add-Ons is missing!"  

 

Please note, in order to view the contents of the SAP Notes, you will need to be logged into Service Marketplace.

 

Related Content

JuneJulyAugust     
Top 10 viewed KBAs for Solution Manager for June 2013Top 10 viewed KBAs for Solution Manager for July 2013

Top 10 viewed KBAs for Solution Manager for August 2013


Could not get XCSRF token

$
0
0

Hello,

I have problem with SysMonitor app for iPhone\iPad.  Connected mobile app for SolMan used GW.

I have error after when I click adding some system to the Favorites.

 

Error is "Could not get XCSRF token"

error_XCSRF.PNG

 

I insert in SCIF path "/default_host/sap/opu/" service name "odata" row "~CHECK_CSRF_TOKEN=0"

 

Thanks

Alex

Top 10 KBAs for SAP Solution Manager for May 2013

$
0
0

Purpose

The purpose of this document is to provide a list of the top ten most viewed SAP KBAs for Solution Manager in the month of May 2013.

 

Overview

Below are the top 10 most viewed SAP KBAs for Solution Manager.

 

Note NumberNote Title
1741109ITSM 7.1 - Generation of IBase Components is not working
1659135Rating not determined (Grey) at SAP EarlyWatch Alert  
1663549Unsupported XStream found error
1752309Web service invocation problem caused by Unsupported xstream found ("HTTP Code 404 : Not Found") during SOLMAN_SETUP 
1659135Ping failed (RC=403) Service ping ERROR: FORBIDDEN , Web service invocation problem - SAP Solution Manager 7.1
1850913Solman connection to database returns "An error occurred during connection setup - Exception CX_DB6_SYS in class CL_DB6_SYS method line 0 / RC=System not found"
1824881How to deal with Grey Rated Reports for EarlyWatch Alert (EWA) 
1765141When should I replace the Service Definitions completely (Delete and Download) using the steps outlined in SAP Note 727998?  
1829348On ST-A/PI 01Q_700 in Managed System Configuration - Check Prerequisites and indicates Solution Manager doesn't have ST-A/PI 01P_700 Installed  
1837656Extractor Setup returns "CX_AI_SYSTEM_FAULT : SOAP:1.007 SRT: Unsupported xstream found: ("HTTP Code 500 : Timeout")" 

 

 

Please note, in order to view the contents of the SAP Notes, you will need to be logged into Service Marketplace.

 



 

Related Content



AprilMayJune     
Top 10 viewed Notes/KBAs for Solution Manager for April 2013Top 10 viewed Notes/KBAs for Solution Manager for May 2013

Top 10 viewed Notes /KBAs for Solution Manager for June 2013

 



Top 10 KBAs for SAP Solution Manager for June 2013

$
0
0

Purpose

The purpose of this document is to provide a list of the top ten most viewed SAP KBAs for Solution Manager in the month of June 2013.

 

Overview

Below are the top 10 most viewed SAP KBAs for Solution Manager.

 

Note NumberNote Title
1741109ITSM 7.1 - Generation of IBase Components is not working
1659135Rating not determined (Grey) at SAP EarlyWatch Alert  
1850913Solman connection to database returns "An error occurred during connection setup - Exception CX_DB6_SYS in class CL_DB6_SYS method line 0 / RC=System not found"
1663549 Unsupported XStream found error  
1752309 Web service invocation problem caused by Unsupported xstream found ("HTTP Code 404 : Not Found") during SOLMAN_SETUP 
1824881How to deal with Grey Rated Reports for EarlyWatch Alert (EWA)
1659135Ping failed (RC=403) Service ping ERROR: FORBIDDEN , Web service invocation problem - SAP Solution Manager 7.1
1765141When should I replace the Service Definitions completely (Delete and Download) using the steps outlined in SAP Note 727998?  
1829348On ST-A/PI 01Q_700 in Managed System Configuration - Check Prerequisites and indicates Solution Manager doesn't have ST-A/PI 01P_700 Installed  
1678469Create Users step fails with "Connection to P4 port of managed system failed"  

 

Please note, in order to view the contents of the SAP Notes, you will need to be logged into Service Marketplace.

 

Related Content

MayJuneJuly     
Top 10 viewed KBAs for Solution Manager for May 2013Top 10 viewed KBAs for Solution Manager for June 2013

Top 10 viewed KBAs for Solution Manager for July 2013

Step by step how to Install Diagnostics Agent and connect the agent to adaptive computing

$
0
0

In order to work with system monitoring in Solution Manager you must install diagnostic agent, and host agent.

 

  1. Host Agent: the host agent work with outside discovery to collect OS data information

      and managed system by the Adaptive Computing Controller (ACC) 

      For Solman 7.1 the SAP Host Agent must be at level 7.20 SP83. Check note 1365123 in the following section:

      IMPORTANT: In any case, please pay attention at least to 6 essential rules,

      Which are described in the attached slides

      Solution Manager 7.1 requires having at least a SAP Host Agent 7.20 SP83

 

   2. Diagnostics Agent: the Diagnostics Agent must be configured in Solution Manager for Root Cause Analysis function,

      It allows to perform a connection between SAP Solution Manager as the managing system

       and the managed system(s)

      and then to gather information from the managed systems and reports them to the Solution Manager system.

      You can also install it as a standalone engine,

      for example if you want a non-SAP system to be managed by SAP Solution Manager Diagnostics

 

     To configure the agent in Solution Manager navigate to manage system configuration – configure system – step 3 (assign diagnostics agents)

1.png

Install Diagnostics Agent

     Please read this note before installing the Diagnostics Agent, and make sure to use the latest available installer and corresponding setup guide: Note 1833501 - Diagnostics Agent - Installer Versions

  • Run sapinst from the installation directory

2.png

3.png

  • The host name will show automatic

4.png

5.png

  • SAP recommended that you choose Local Domain (local installation) for the diagnostics agent users

6.png

  • Insert password

7.png

8.png

  • Insert password

9.png

10.png

  • Instance number
  • Additional Information

     The Instance Number is a technical identifier for controlling internal processes such

     as assigned memory. This number must be unique for this installation host.

      The listed instances exist on this host

24.png

  • Register the system to your existing SLD

12.png

  • Please insert the required information: HTTP host, HTTP port, user, password

13.png

  • Connection of the Diagnostics Agent to Diagnostics in SAP Solution Manager

14.png

15.png

  • Please insert the required information: HOST, HTTP, PORT, user, password

16.png

17.png

Upgrade Host Agent to Sp 95 (for solution manager 7.1)

18.png

  • Download the upgrade file for host agent and use the command "saphostexec.exe –upgrade"

     Solution Manager 7.1 requires having at least a SAP Host Agent 7.20 SP83

     As of version 7.3 the DAA agent installs SAP Host Agent automatically

 

SAP Sources:

Downloading and Installing Package SAPHOSTAGENT

Installation_SAPHOSTAGENT

Connect DAA agent to Adaptive computing

19.png

  • Mark the manage system configuration, insert SID, system number, registration user, password, and profile path.
  • Test the registration

     The Adaptive Computing Controller provides a single point of control that allows your

     SAP software system administrator to visualize, monitor, and manage

     data center tasks for deployed SAP solutions.

  • Go to Diagnostic agent from Adaptive Computing

20.png

 

 

     When you click the diagnostic agent SAP MC a new browser window will open

      with the information of the DAA agent, and the operation system

 

SAP Sources:

Note 1365123 - Installation of Diagnostics Agents

Outside Discovery User Guide

Note 1833501 - Diagnostics Agent - Installer Versions

 

Kind regards

Naor Shalom

 

 

 

 



Top 10 KBAs for July has been posted.

$
0
0

Top KBA for Solution Manager for the month of July has been released. Refer to SAP KBA 1858185 for further details. Regards, Paul

Issue when trying to create a Request for Change

$
0
0

We have created a copy of SOLMANPRO in SPRO as follows with minor adjustments to the screen view via the adjust links. We removed the S* transaction code types from all our custom roles we apply to users. We have link the user to the correct roles yet we cannot create a request for change as per the below error message.We can however log a request for change if link the user to the SOLMANPRO business role yet our role is a direct copy with minor screen adjustment on the links section. See attached document with pictures. Please assist!

Can be transport ECC, BI, BO request from SolMan 7.1 if yes how the transport will flow from ECC to BO

$
0
0

Can we transport ECC, BI, BO requests from SolMan 7.1 if yes how the transport will flow from ECC to BI and BO?


Retrofit without ChaRM in 7.1

Function module CCMS_SYSTEM_PING not found

$
0
0

Hello

After installation of CEN on managing and managed systems I received every 5mn a DUMP with:

 

Error analysis
    The program "SAPMSSY1" contains the CALL FUNCTION statement.
    The name of the function module to be called is "CCMS_SYSTEM_PING".

    No function module exists with the name "CCMS_SYSTEM_PING".
    All function modules are listed in the Function Library (SE37).
    -

    Possible reasons:
    a) Wrong name specified. Pay particular attention to
       upper/lower case and underscores ("_").
       or
    b) Transport error
    c) In the case of an enqueue/dequeue module,
       the lock object may not have been activated
       (ABAP/4 Dictionary).

 

How to implement this function ???

The only way to stop these dumps, is to stop Solution Manager !!!

I have completly deleted my CEN configuration (managing/managed) systems, but dumps continue

 

Anybody can help me !!!

Thanks

Can I change task plan?

$
0
0

Hi! We've errors in tickets and cant work with those tickets. When I run the program /TMWFLOW/CRM_CHNG_DOC_REASSIGN to assign new task plan, appear message "ticket is currently assigned to the active cycle, you should not change this". But the cycledoes not allowus to workwith the ticket, release transport copies... Can I change task plan to the ticket? I've others tickets with other task plan and they work ok.

 

Thanks!

MS SQL Database Upgrade from 2008 R2 to 2012 in Solution Manager 7.1

$
0
0

Hello Friends,

 

Once again I welcome all of you to my blog !! This time, I thought to introduce set of steps for upgrading MS SQL 2008 R2 to 2012 in Solution Manager. Though I already have mentioned the steps incurred in general MS SQL upgrade in my earlier document  "http://scn.sap.com/docs/DOC-42596", but this document contains some additional steps which are pre-requisite requirement in Solution Manager before upgrading the same.

 

System Configuration Details :-


Solution Manager (Source Configuration) : Solman 7.1 SP8 (With netweaver version 7.0 EHP2 )

Kernel version : 720 (SP Level: 401) Unicode (EXTENDED).

MS SQL version : MS SQL 2008 R2 SP1

 

So, now in order to proceed for database upgrade, following steps need to be taken :-

 

1. Take the complete back-up of Solution Manager server.

2. Then as per following requirement, update your solution manager server software components :-

 

1.jpg

It's recommended to upgrade to (n+1) version i.e SP12 for both the components i.e. SAP_BASIS & SAP_BW .

 

To update above components , following dependant components are also required to be updated. Below mentioned components will automatically appear (will be shown as pre-requisite )once you will start update in SPAM :-

 

SAP_ABAP

WEBCUIF

BBPCRM

BI_CONT

SAP_BS_FND

ST-SER

 

Apart from these updates, also following Add Ons are required to be uploaded through SAINT (as per the pre-requisite list shown during above updates):-

 

GW_CORE

IW_BEP

CTS_PLUG

IW_FND

IW_GIL

 

After update, SW component levels are :-

 

Software ComponentReleaseLevel
SAP_BASIS70212
SAP_ABA70212
CTS_PLUG2005
PI_BASIS70212
ST-PI2008_1_7007
GW_CORE2003
IW_BEP2004
SAP_BS_FND70210
SAP_BW70212
IW_FND2503
IW_GIL1000
SAP_AP70028
WEBCUIF7019
BBPCRM7019
BI_CONT7062
CPRXRPM500_7025
ST7108
ST-BCO7102
SOCO1011
ST-A/PI01N_700SOL1
ST-ICO150_70031
ST-SER701_2010_110

 

NB: During updating above patches , you may face "COMPUTE_INT_PLUS_OVERFLOW" error during "DDIC_ACTIVATION" phase. You need to follow below steps to overcome this issue:-

 

Call Tx SE38 - SDB1FHDB

Select Source Code and Display

Switch to edit mode and replace:

limit-secindcnt = 2147483647.

with

limit-secindcnt = 1023.

 

You will require developer key to perform above changes.

 

3. Now upgrade your MS SQL database as per "http://scn.sap.com/docs/DOC-42596" document.

 

Regards,

Nilutpal.

Assignment of One Solution ManagerDiagnostics Agent to Multiple SAP Systems

$
0
0

Dear Experts,

 

according to the Powerpoint presentation attached to SAP Note 1365123, one single Solution Manager Diagnostics Agent can be used for E2E RCA with multiple SAP systems running on its physical host.

I have installed one Diagnostics Agent on a server where three ABAP systems are running. Each ABAP system on this server has been installed under an alias (i.e. all these SAP systems are reachable under the same IP address. No virtual servers with individual IP addresses have been defined.). I want to configure each ABAP system for E2E RCA. When running the Managed Systems Setup procedure for E2E RCA, I am not able to assign the diagnostics agent to more than one of these ABAP systems - after the first system has been configured for E2E RCA, the entry for the Diagnostics Agent on this particular server is no longer available in the drop-down list of Diagnostics Agents when configuring the next system.

Is my understanding of the presentation mentioned above wrong, or am I missing a trick here? How can I assign the Diagnostics Agent to all three SAP systems that are running on the same physical host?

 

Details about the environment:

SAP Solution Manager: SAP EHP1 for Solution Manager 7.0 (SP Level 24)

Diagnostics agent version : 7.01.7.0.20100326100205

 

Thank you for your time,

 

Rainer Walter

Viewing all 5569 articles
Browse latest View live




Latest Images