Quantcast
Channel: SCN : Unanswered Discussions - SAP Solution Manager
Viewing all 5299 articles
Browse latest View live

not able to drop the added transactions from OPDF table

$
0
0

Hope Anyone Would Help,

The Problem is that I am not able to drop the added transactions from OPDF table results, due to which the report shows overstated balances

the Stored Procedure is as written below

 

USE [***_Live]

GO

/****** Object:  StoredProcedure [dbo].[Customer_Recovery_Report]    Script Date: 12/10/2014 13:52:33 ******/

SET ANSI_NULLS ON

GO

SET QUOTED_IDENTIFIER ON

GO

-- =============================================

-- Author:        <Author,,Name>

-- Create date: <Create Date,,>

-- Description:    <Description,,>

-- =============================================

ALTER PROCEDURE [dbo].[Customer_Recovery_Report]

    -- Add the parameters for the stored procedure here

    @TODATE date,

    @City nvarchar(50),

    @Number1 int

   

AS

BEGIN

 

DECLARE @Dt1 date

DECLARE @Dt2 date

DECLARE @Dt3 date

 

SET @Dt1 = DATEADD(DAY, -@Number1, @TODATE)

SET @Dt2 = DATEADD(DAY, -@Number1, @Dt1)

SET @Dt3 = DATEADD(DAY, -@Number1, @Dt2)

 

    -- SET NOCOUNT ON added to prevent extra result sets from

    -- interfering with SELECT statements.

    SET NOCOUNT ON;

 

    -- Insert statements for procedure here

    SELECT T0.[CardCode], T0.[CardName], T0.[City],

    [dbo].[Customer_Balance](@TODATE,T0.[CardCode]) as [Balance],

SUM(T3.[DocTotal]) AS [D-Payments], T0.[OrdersBal],

[dbo].[Customer_Payments](@Dt1,@TODATE,T0.[CardCode]) as [Payment1],

[dbo].[Customer_Invoices](@Dt1,@TODATE,T0.[CardCode]) as [Sales1],

[dbo].[Customer_Payments](@Dt2,@Dt1,T0.[CardCode]) as [Payment2],

[dbo].[Customer_Invoices](@Dt2,@Dt1,T0.[CardCode]) as [Sales2],

[dbo].[Customer_Payments](@Dt3,@Dt2,T0.[CardCode]) as [Payment3],

[dbo].[Customer_Invoices](@Dt3,@Dt2,T0.[CardCode]) as [Sales3]

 

FROM OCRD T0 LEFT OUTER JOIN OPDF T3 ON T0.CardCode = T3.[CardCode]

WHERE  T0.City = @City and T0.frozenFor = 'N' and T3.DocType <> 'A'

GROUP BY T0.[CardCode], T0.[CardName], T0.[City], [Balance],  T0.[OrdersBal]

 

 

END


Can't delete Systems in Wily Solman 7.1 SPS11

$
0
0

Hello Guys

 

Some days ago I started to remove some systems in Wily (non usable systems) but unfortunately I can't remove some systems

 

I did the following :

 

- Mark as "No diagnostics relevant" in LMDB

 

Untitled.jpg

- Removed the WilyHost files as per note 1936777 - How to remove systems from Wily EM

Untitled2.jpg

 

Untitled3.jpg

 

- Reset SMD Agent name

 

Untitled4.jpg

 

But The systems still showing the system node in Wily, the node only shows the SAP Host Agent Process and SAP Netweaver node is not in the node

 

Untitled5.jpg

 

Do you have any other ideas? Why the node still there?

 

I'm using Solman 7,1 SPS11 under AIX With Wily Introscope 9.1.5

 

Hope you can help me

 

Thanks

Email cannot be sent

$
0
0

Hi All,

 

I am facing below issue when executing the action send mail to change manager.

 

Please help

 

Thanks

not able to log in to solman_setup

$
0
0

Dear All,

 

while login with this user i am not able to login the user is having the workcenter authorization.

sicf service is sctivated profile parameter is set but still it not able to login.

ChaRM: Approval Management Rule Policy issue in SP12

$
0
0

Hi ,

 

Has anyone experienced approval  rule policy issue in SP12?. The partner BPs are not being populated automatically when I save the change request. I have define the rule policy, but it is not working. For example following rule should populate the Department Head partner function BP in the Approval section.

 

If

Approval Procedure Equals Major Change CRF Approval and

Approval Step Equals Department Head

Then

Set partner for step approval by PFC ( Partnerfunction = ZZMCR001:Department Head )

;

 

sshot-3.png

sshot-2.png

 

This was working in SP10, SP09 in my last ChaRM implementation project. Don't know, what has changed in SP12.  When I googled to find any info, google returned this thread ChaRM Approval Procedure doesn´t copy from Z-Partnerfunction  (SMCR) where I myself had proposed solution a year ago ;

 

Regards,

Vivek

Status change authorization based on module in ChaRM

$
0
0


Dear Expert,

 

We have a requirement like RFC or change document status should be changed based on selected category in category section.

Example : If I select MM module in category section level 1 , then only MM team member or change manager can change RFC or change document status.

 

Is this available in standard ChaRM ?

How to achieve this?

 

Thanks,

Richa

No alerts generated in BPMon for MAI in SP12

$
0
0

Hi,

 

I have setup BPMon in SP12 using the MAI infrastructure and have configured the monitors related to Sales and Procurement. But I am only getting grey alerts in the details of the Business Process.

 

The data collection is not getting triggered as I cannot see any last run time in the alert inbox.

 

How can I troubleshoot the issue.

 

Are there any new extractors or framework for MAI where I can check whether everything is working fine?

 

Regards,

Vishal

SMD Agent installation steps on Mainframe z/OS

$
0
0

Hi Experts

 

We would like to install SMD agent on our mainframe servers where our Database is running for entire landscape

 

We have logical partitions(LPAR's) where 4 application DB's are configured. So we would like to know

 

1. How many agents are required for each LPAR and what would be the best version to install.

 

2. How many filesystem mount points are required to get the installation done on. I got to know that if we mount a file system on a single LPAR it reflects to all the applications.

 

3. Whats the best user id convention that we could provide before doing setup

 

Regards

Arun


Service Consumer Proxy - Testing it is giving me the error SOAP:1.007 SRT: Unsupported xstream found: ("HTTP Code 307 : Temporary Redirect"). Can anyone help please?

$
0
0

Hi,

 

Basically I have read a lot about the subject but it is not my main area of expertise... I have created and consumed a webservice by creating a proxy and in turn creating a logical port...I have checked in SICF that everything is active and I have given a soft reset to the ICM as I read in many blog posts but for some reason whenever I test my Service Consumer Proxy (just by running it using F8 within SAP Logon) I am getting the following error:

SOAP:1.007 SRT: Unsupported xstream found:

("HTTP Code 307 : Temporary Redirect")

 

When I checked the logs and traces this is what I am getting:

 

 

Unfortunately I cannot figure out how to fix it and as I said this is not my main area of expertise.

 

If anyone could help, they would be doing me a great favor.

 

Thanks in advance and regards,
Glenn

SUM tool 4239 page cannot be displayed

$
0
0

Hi All,

 

 

We are doing support pack update in NW 7.3 SP4 to SP14 and finished before down time phase today using SUM tool.Today faced some issue in Linux server and server team rebooted whole server to fix the issue.Once server reboot done started db2 database but unable to open 4239 SUM link saying page canot be displayed.We have checked SL controller log don't find sny issue stating that successfully started and trying to start ./DSUGui after setting DISPLAY variable and getting below error message.Please help me to fix this issue.

 

I have set DISPLAY variable correctly after that also facing this issue.Please sdn discussion also not help me look like same issue.

 

 

http://scn.sap.com/thread/3589253

 

./STARTUP

*** Checking if C++ runtime is installed ...

*** Starting from /upgrade/SUM/sdt...

** Checking username "fldadm" for compliance...

Feb 13, 2015 3:14:52 PM [Info]: *************************

Feb 13, 2015 3:14:52 PM [Info]: Starting Server

Feb 13, 2015 3:14:52 PM [Info]: Reading server configuration.

Feb 13, 2015 3:14:53 PM [Info]: Reading service configuration UseCaseService.

Feb 13, 2015 3:14:53 PM [Info]: Configuring LogManager ...

Feb 13, 2015 3:14:53 PM [Info]: *************************************************

Feb 13, 2015 3:14:53 PM [Info]: Starting SL Controller listening on port 4241 ...

Feb 13, 2015 3:14:53 PM [Info]: Starting StorageService ...

Feb 13, 2015 3:14:53 PM [Info]: Initializing SecurityManager ...

Feb 13, 2015 3:14:54 PM [Info]: Server certificate fingerprint is F0 0B 03 CC 6A E2 89 D0 E7 31 FD 35 D2 70 6A EC

Feb 13, 2015 3:14:54 PM [Info]: Configuring HTTPManager ...

Feb 13, 2015 3:14:54 PM [Info]: Starting WebstartService ...

Feb 13, 2015 3:14:54 PM [Info]: Starting RoleService ...

Feb 13, 2015 3:14:54 PM [Info]: Starting AlertService ...

Feb 13, 2015 3:14:54 PM [Info]: Starting NotesService ...

Feb 13, 2015 3:14:54 PM [Info]: Starting ProcessService ...

Feb 13, 2015 3:14:54 PM [Info]: Starting MIDService ...

Feb 13, 2015 3:14:54 PM [Info]: Starting FileService ...

Feb 13, 2015 3:14:54 PM [Info]: LogService switched off.

Feb 13, 2015 3:14:54 PM [Info]: Starting MailService ...

Feb 13, 2015 3:14:54 PM [Info]: Starting services ...

Feb 13, 2015 3:14:54 PM [Info]: Starting service "UseCaseService" ...

Feb 13, 2015 3:14:56 PM [Info]: Starting MIDService ...

Feb 13, 2015 3:15:02 PM [Info]: Service "UseCaseService" started

Feb 13, 2015 3:15:02 PM [Info]: Services started.

Feb 13, 2015 3:15:02 PM [Info]: Starting HTTP server listening on port 4239 ...

Feb 13, 2015 3:15:02 PM [Info]: HTTP server started.

Feb 13, 2015 3:15:02 PM [Info]: SL Controller started.

 

 

 

./DSUGui

java.lang.reflect.InvocationTargetException

        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:597)

        at SDTGui.showSUMSplashScreen(SDTGui.java:446)

        at SDTGui.configureSUM(SDTGui.java:261)

        at SDTGui.parseArgs(SDTGui.java:171)

        at SDTGui.<init>(SDTGui.java:48)

        at SDTGui.main(SDTGui.java:73)

Caused by: java.lang.InternalError: Can't connect to X11 window server using '10.99.32.22:0.0' as the value of the DISPLAY variable; you may consider checking your DISPLAY environment variable.

        at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)

        at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:52)

        at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:155)

        at java.security.AccessController.doPrivileged(Native Method)

        at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:131)

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Class.java:170)

        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68)

        at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:87)

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Class.java:170)

        at java.awt.Toolkit$2.run(Toolkit.java:832)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:824)

        at javax.swing.ImageIcon.<init>(ImageIcon.java:162)

        at javax.swing.ImageIcon.<init>(ImageIcon.java:181)

        at com.sap.sdt.gui.core.swing.util.SplashScreen.create(SplashScreen.java:104)

        at com.sap.sdt.gui.core.swing.util.SplashScreen.show(SplashScreen.java:62)

        at com.sap.sdt.gui.core.admin.SDTGuiAdmin.showSUMSplashScreen(SDTGuiAdmin.java:115)

        ... 9 more

 

 

Exception in thread "main" java.lang.NullPointerException: while trying to invoke the method java.lang.Object.toString() of a null object loaded from local variable 'result'

        at SDTGui.printErrorMessage(SDTGui.java:332)

        at SDTGui.showSUMSplashScreen(SDTGui.java:476)

        at SDTGui.configureSUM(SDTGui.java:261)

 

 

Regards,

MK

BAPI: Create Corrective actions in audit management

$
0
0

Hi Experts,

 

My requirement is ti create corrective actions for audit questions, I have chosen  BAPI_BUS20370_CREATE, please let me know necessary inputs to create.

 

Also please let me know if any other options if available.

 

thanks in advance.

 

Regards

goudham

SMSETUP: AGS_BC_AUTO_CONF Aborted

$
0
0

Dear All,

I just updated the SPS09 on solman 7.1 and now getting below error in Configure Automatically phase of SOLMAN_SETUP.

 

SMSETUP: AGS_BC_AUTO_CONF Aborted No selections for program AI_SC_REFRESH_READ_ONLY_DATA

 

SOLMAN.jpg

 

I googled it and tried to implement but did still same issue?

 

Jobs:

 

 

AI_CRM_AIDIAGNOTIF_CREATE                      SOLMAN_ADMIN Canceled

SAP_COLLECTOR_FOR_PERFMONITOR                  SOLMAN_ADMIN Canceled

SAP_WP_CACHE_RELOAD_FULL                       SOLMAN_ADMIN Canceled

SMSETUP: AGS_BC_AUTO_CONF                      SOLMAN_ADMIN Canceled

SMSETUP: AGS_BC_AUTO_CONF                      SOLMAN_ADMIN Canceled

 

When I execute this program AI_SC_REFRESH_READ_ONLY_DATA

then getting this dump

Category               ABAP Programming Error

Runtime Errors         SYNTAX_ERROR

ABAP Program           AI_SC_REFRESH_READ_ONLY_DATA

Application Component  SV-SMG-SVC

Date and Time          14.02.2015 15:19:52

 

 

Short text

     Syntax error in program "AI_SC_REFRESH_READ_ONLY_DATA ".

 

 

 

Regards,

SOLMAN and automatic transport in same client

$
0
0


Dear All,

 

We had this setup before SOLMAN and now this is not working all our clients in DEV and QAS receive a copy of the transport request.

 

How can we do this for the transport task?  Do we need to add the scope for each of the clients?

 

Regards

 

 

Waza

How to add custom fields in Solman- Test Management

$
0
0

Hello,

 

We are currently working on setting up Solman - Test Management. One item we would like to perform is customization on the fields that are being displayed in Solman. Say for example, I am going to create new test and I want to have additional custom fields with sets of values to be available during test creation. Is there a way to do that in Solman?

 

Any input will be greatly appreciated. Thanks!

 

Vince

Solution Manager (Incident Management System)

$
0
0


Sir,

 

Solution manager SP10 is installed in out system.

 

In the sdn guides it says a radio button will be there when we select ITSM.

 

Kindly help in what are the Notes to installed. I am not getting the menu Incident management system.

 

In IMG also its not available.

 

 

Have installed the note1875627 also which was displayed in the CCE in Solman.

 

 

Kindly help

 

Regards

 

Sharada


SAP SolMan System Availability

$
0
0

Hi all!

 

Could you help me?

I've configured System Availability Management through SLM 7.1

Now i'm able to manage agreed maintenance time, according with SLA contract. Also I can arrange Maintenance Service Outage

and system will count remaining outage time according with SLA definition, it's manual actions. But system can't provide me with unexpected outages

which happening sometimes. I'd like to have dashboard with System Availability configured according with my SLA definition parameters.I know that there are a lot of dashboards inside SolMan but all of them have own availability parameters and not showing real statistic.   

Solution Manager7.1 upgrade:

$
0
0

Dear All

 

I am upgrading SAP Solution Manager7.1 sps 04 to current level using SUM tool.

 

Phase in SUM "PREP_INSTALL/RUN_RSDBSCPY_INIT" & background job "RSUPG_PARCLONE" is running over 1 day.

pic1.JPG

Clone is created in MMS but disp+work is stopped, clone instance service is running. Files under .../sum/abap/tmp & log is not updating except one file i.e., RSDBSCPY.

 

For reference, please see attached file for RSDBSCPY from .../sum/abap/log.

 

Please help me to resolve the issue.

 

Thanks & Regards

 

Ahsan

SOLAR01 - create Business Process

$
0
0

Hi,

I have to realize a custom report to create a Business  Process in SOLAR01 in existing Business Blueprint / Business Scenario.

I can't found the function/method to create this object; I found the function to get structure of SOLAR01.

Does anybody can help me?


Thanks

Regards

George

Solution Manager version Required to Download product NW 7.4

$
0
0

Hi Guys,

 

I was looking out for minimum Solution Manager version Required to generate XML stack for NW 7.4 upgrade.

 

Landscape Details:

I have Solman 7.0 EHP1 SPS 31 (Latest stack for this release) installed.

I have BW 7.0 which is to be upgraded to BI 7.4.

 

For long term usage, I am installing Solman 7.1 as such on new hardware. However, I want to start BW upgrade parallely and hence was looking out for answer that whether my current solman can be used to generate stack for BW 7.0 - BW 7.4 upgrade.

 

I tried MOPZ but I could only see NW 7.3 and not NW 7.4.

I also tried uploading latest XML as per note 1603103 but no success after that as well.

Maintenance Optimizer FAQ - Solution Manager - SCN Wiki strangely has no details against Netweaver 7.4 in Q 8.

 

Will appreciate any pointer.

 

Thanks.

Managed System Configuration Error - Java - LMDB

$
0
0

Hi,

 

We are getting an issue in managed system configuration for BI - JAVA system.

 

Steps :

 

Managed system configuration >> Application Server Java >> Assign product >

 

 

Error Message : Software Component Vector is empty for XXX

JAVA_LMDB_Error_02.jpg

 

When I try to LMDB re-sync I am getting the below error message

 

Error : Cannot find system in source SLD.

 

JAVA_LMDB_Error.jpg

 

This is the first time that we  are adding the Java system to Solution Manager.

 

SLD was properly updated for JAVA system in "http://<host><port>/nwa"  

 

I have followed the below steps, But no luck.

 

1) Delete the Java system in SMSY (Solution Manager)

2) Delete in source - SLD (BI - JAVA System)

3) Update in source SLD (BI - JAVA System)

3) Wait for the Job to complete to update LMDB of Solution Manager. (Solution Manager)

 

Please refer attached screenshots

 

SAP CR Content version and model version is up to date.

SAP Solution Manager 7.1 with SP11

BI system : SAP Net-Weaver 7.40

 

Thanks, Ganesh

Viewing all 5299 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>