Using BO on Solman

Hello,
I'm looking for any information I can find about how SolMan interacts with BOBJ.
Does SolMan support navigation to BOBJ for configuration and setup?  What works/doesn't?
Does BOBJ work with the BI in SolMan?
Thanks,
Nikhil

Hi Ingo,
For the note 1388247, I got the message
The requested SAP Note is either in reworking or is released internally only
Nikhil

Similar Messages

  • Create user for CPS in _ UPPER CASE LETTERS _ if using JSM on SolMan

    only create users for CPS in UPPER CASE LETTERS if using JSM on SolMan
    Dear CPS Admins,
    If you plan to use Job Scheduling Management (JSM) on SAP Solution Manager together with CPS by Redwood please always create any users in CPS only with upper case letters to avoid issues in the communication between SolMan and CPS.
    The user creation for CPS is done in the UME (Java user administration, alias /useradmin).
    Actually the CPS user itself is only created in CPS during the first logon.
    Both CPS and the Java UME are case sensitive. So you can create users in uppercase, lowercase or mixed letters. But of course the system does still not allow duplicate names. So you can either create MUELLERP, MuellerP or muellerp - but not multiple of them.
    Now, if the SolMan communicates with CPS for Job Scheduling, the actual user name is taken in some kind of a "trusted RFC like" way and checked on the CPS system connected to the SolMan. If the current SAP user does not exist on CPS no activities are possible, neither in read mode (read existing CPS jobs) nor in write mode (change existing jobs or create new ones).
    Unfortunately the Solution Manager transmits the current user name to CPS only in upper case letter. So if the CPS user was not created in UPPERCASE letters in CPS the communication will fail. Therefore, think about creating CPS users in UME only in UPPERCASE letters. Changing this later is difficult to impossible.
    Best regards,
    Peter

    hi,
    I tried to reproduce your issue but I was not able to create a UME user with lower case letters.
    UME automatically converted the user name into upper case after saving. So even if I enter "cps" as user name UME stored the user name as "CPS".
    (maybe that happend because of the existing SU01-UME integration in our SolMan system)
    If UME would be case sensitive I would expect that it is possible to create the user "CPS", "cPs" and "cps".
    Regarding the SolMan-CPS connectivity:
    Transaction SU01 allows only upper case letters (in user name and alias). Since you're starting from an ABAP system only user names with upper case letters are supported. It's a technical constraint of the ABAP user management that user names consist of upper case letters only.
    Kind regards,
    Martin

  • How to use ADS on SolMan instance and SAP standard PDF forms from ERP

    Hi there
    We have installed and configurated the ADS service on our Solution Manager (SolMan) Instance called SD1.
    SolMan Info: SAP Solution Manager 7.0; Stack 17; Java-Stack installed; SAP Netweaver 7.0
    All ADS test reports can be executed successfully:
    FP_TEST_00
    FP_PDF_TEST_00
    We have linked our ERP landscape (e.g. system ED1) to ADS service running on SolMan.
    ERP Info: ECC 6.0; Stack 13; no Java-Stack installed
    All ADS test reports can be executed successfully:
    FP_TEST_00
    FP_PDF_TEST_00
    We want to print PDF documents from SAP standard applications on our ERP landscape. Therefore we want to use standard PDF forms provided by SAP and also available in transaction SFP (e.g. form ISSR_NW670_RX_PDF).
    Problem: When we try to create a PDF document from the application we get an error message:
    Processing exception during a "Render" operation.#Request start time: Mon Feb 02 13:42:08 CET 2009#com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW605_PDF.XDP?fp-language=DE&fp-cac
    I have also checked the trace (see below) and it seems that the system tries to get the form from the SolMan system and not from the ERP system. But the form is only installed on ERP system.
    Are there any ideas how to solve this problem?
    Thanks.
       Begin trace
       Adobe Document Services Mon Feb 02 14:30:15 CET 2009 Trace Results:
       Request initialization (including DOM construction and validation) processing elapsed time = 0 ms.
       Begin operation: Render, elapsed time = 0 ms.
             Gather input streams and options processing, elapsed time = 13 ms.
             Form template and form license processing elapsed time = 13 ms.
    Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE&fp-cacheinfo=2006-06-26T13%3a10%3a38Z%2406c26758-d4b6-4818-8928-bbed36a10089%240%24de%24v0%2e9
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://:/sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE
    Fehler bei der Formularprozessierung (Workbench)
    Exception Stack Trace:
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://:/sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE
    Fehler bei der Formularprozessierung (Workbench)
    at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
    at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
    at com.adobe.ads.data.DestStreamData.getByteArray(Unknown Source)
    at com.adobe.ads.data.StreamData.getData(Unknown Source)
    at com.adobe.ads.data.StreamData.getRemoteData(Unknown Source)
    at com.adobe.ads.operation.support.RemoteRenderer.renderAll(Unknown Source)
    at com.adobe.ads.operation.support.RemoteRenderer.renderAll(Unknown Source)
    at com.adobe.ads.operation.Render.renderWithoutCache(Unknown Source)
    at com.adobe.ads.operation.Render.execute(Unknown Source)
    at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)
    at com.adobe.ads.request.Request.processOperations(Unknown Source)
    at com.adobe.ads.request.Request.process(Unknown Source)
    at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
    at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
    at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
    at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
    at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
    at SoapServlet.doPost(SoapServlet.java:51)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:215)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    End operation: Render, elapsed time = 44 ms.
    Begin operation: Render Log, elapsed time = 44 ms.
    Completed Merge. elapsed time = 72 ms.
    End operation: Render Log, elapsed time = 77 ms.
    Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE&fp-cacheinfo=2006-06-26T13%3a10%3a38Z%2406c26758-d4b6-4818-8928-bbed36a10089%240%24de%24v0%2e9
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://:/sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE
    Fehler bei der Formularprozessierung (Workbench)
    Exception Stack Trace:
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://:/sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE
       Fehler bei der Formularprozessierung (Workbench)
            at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
            at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
            at com.adobe.ads.data.DestStreamData.getByteArray(Unknown Source)
            at com.adobe.ads.data.StreamData.getData(Unknown Source)
            at com.adobe.ads.data.StreamData.getFileDataBuffer(Unknown Source)
            at com.adobe.ads.remote.EJB_PDFAgent.addAttachments(Unknown Source)
            at com.adobe.ads.remote.EJB_PDFAgent.embedFiles(Unknown Source)
            at com.adobe.ads.operation.support.RenderErrorLog.embedCollateralFiles(Unknown Source)
            at com.adobe.ads.operation.support.RenderErrorLog.embedRenderCollateral(Unknown Source)
            at com.adobe.ads.operation.Render.handleRenderException(Unknown Source)
            at com.adobe.ads.operation.Render.execute(Unknown Source)
            at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)
            at com.adobe.ads.request.Request.processOperations(Unknown Source)
            at com.adobe.ads.request.Request.process(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
            at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
            at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
            at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
            at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
            at SoapServlet.doPost(SoapServlet.java:51)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(AccessController.java:215)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
       Encountered a problem embedding Render collateral:
       PDFException getting file from PDF Document.
       Error Log written to server: /usr/sap/SD1/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles/2009.02.02.143015SAFPCP00RES.pdf
       Error Log file "2009.02.02.143015SAFPCP00RES.pdf" written to /usr/sap/SD1/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles
    Processing exception during a "Render" operation.
       Request start time: Mon Feb 02 14:30:15 CET 2009
    com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE&fp-cacheinfo=2006-06-26T13%3a10%3a38Z%2406c26758-d4b6-4818-8928-bbed36a10089%240%24de%24v0%2e9; [Error Log file "2009.02.02.143015SAFPCP00RES.pdf" written to /usr/sap/SD1/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]
       Exception Stack Trace:
       com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE&fp-cacheinfo=2006-06-26T13%3a10%3a38Z%2406c26758-d4b6-4818-8928-bbed36a10089%240%24de%24v0%2e9; [Error Log file "2009.02.02.143015SAFPCP00RES.pdf" written to /usr/sap/SD1/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]
            at com.adobe.ads.operation.Render.execute(Unknown Source)
            at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)
            at com.adobe.ads.request.Request.processOperations(Unknown Source)
            at com.adobe.ads.request.Request.process(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
            at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
            at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
            at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
            at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
            at SoapServlet.doPost(SoapServlet.java:51)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(AccessController.java:215)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
       End trace, total elapsed time = 121 ms.
    Edited by: Sören Reiche on Feb 4, 2009 7:49 AM

    Hi there
    Our problem is solved. We had a problem with our ADS user passwords.
    Thanks.

  • Send/receive IDOCs to SOLMAN system using AS2 protocol!

    Hi All,
    I want to send/receive IDOC file to/from web based SOLMAN system. Currently I'm using FTP server to send/receive IDOC file.
    As of now the current process is to send the IDOCs from ECC to FTP server and from FTP to third party and vice-versa. But due to some constraints, I'm bound to use web based SOLMAN system. Please, can you let me know how to send/receive IDOC files to SOLMAN. Is there standrad FM/method to connect to SOLMAN from ECC as in case of FTP we have FM 'FTP_CONNECT'. Heard that same functionality in case of SOLMAN can be achieved  through AS2 protocol.
    Kindly help.
    Thanks.
    Regards,
    Mukesh

    Hello Patrice
    We have same issue. Is it possible to use IDoc (XML) directly with SAP 5.0 with SOAP (HTTP) without XI?
    Since your que is three years old, I'm sure you must have found some method for this.
    We'll highly appreciate your help.
    Regards: Gaurave

  • Upgrading SolMan to EHP1

    Hello Gurus,
    Need a help,
    I am in the process of upgrading the SolMan to EHP1.
    I have read all the Docs available in SMP and also refered the Blogs.
    Can any 1 please give the Brief steps that we need to follow to upgrade SolMan as i need to submit the request i need to specify the what all actions am going to perform. So i need the brief steps in order, that would of great help.
    Our Kernel release is 700 SOlMan7. i know that we need to take SP to 17 before upgradation. But what abt Kernel level.
    Here SP17 means is it only ABAP. Basis and Java or it it all the SP availabe in the system should be take to 17.
    Please help.
    Regards,
    Sr

    Hi Anjali,
    Upgrade all components which are not upgraded by stack upgrade to highest level.
    Does this mean i need to upgrade all the SP levels of all SP available in my system.
    Upgrade Java to SP17 using JSPM
    can you please let me know the path where i can download the Java SP17.
    Download SPS tab file in XML from Marketplace for EhP1 and upload in /usr/sap/trans/EPS/in
    As per the note sapnote_0001169247, there are 2 XML files SAP_SOLUTION_MANAGER_70_EHP1.xml and SPSTab.xml.
    whats the main use of these files, whats the mai purpose, what they contain. How they are useful in upgrading SolMan to EHP1.
    Please let me know.
    Regards,
    Sr

  • Can't convert stack XML file using report RPT_MOPZ_COPY_STACK for upgrade

    Hello Colleagues/ SAP Experts,
    Here is a background. 2 weeks ago, we have generated an XML stack file using MOPZ in solman 7.1 for the following systems (P6D which is DEV,
    P6Q which is quality, P6R which is regression and P1P which is production). We were at our technical cutover rehearsal phase and the system that we were rehearsing was P6R. But AFTER our technical cutover, a new java component, which is seeburger as2 adapter, was installed in P1P, PRODUCTION. Thus, the landscape  of P1P has changed as a new component was introduced and we believe that the generated XML file 2 weeks ago will no longer be valid for P1P. Instead of generating another xml file thru mopz for P1P, we would like to use report RPT_MOPZ_COPY_STACK_XML to convert the XML file OF P6R to map it toP1P.  I have uploaded P6R XML and the target is P1P. So as you can see, P6R XML (source) --> P1P target.
    Actions already done are the following:
    1) Fulfilled and followed the resolution in note: 1711612
    RPT_MOPZ_COPY_STACK_XML Report Troubleshooting
    2) SAP-OSS is working in SM59
    Basically, program RPT_MOPZ_COPY_STACK does not convert the Regression system's xml to the target, which is production. Kindly see attached screenshot. *the screenshot shows only 1 component in error but upon clicking the 'next difference' button, it will still show other components. I have checked my lmdb settings, will there be workaround for the issue?
    Regards,
    Meinard

    Hello Divyanshu Srivastava / Reagan Benjamin ,
    Thank you  for your replies. Yes I noticed that a new higher patch for one java component was already present when I have regenerated recently for production using mopz. Anyways, SAP has returned a message wherein they edited the xml file themselves. Most of errors were eliminated only error was kernel versions was not matched. We need to upgrade kernel of our production and test if it works. Hopefully it will. Thanks though at first we did not edit the xml as according to one sap note I read it will not be supported by SAP. Closing this thread now

  • Maitenance Optimizer in solman 7.1

    Hi Experts,
    Could you please let me know how to configure Maintenance Optimizer in Solman 7.1.
    I have completed system Preparation, Initial configuration and also managed system configuration using Solman_setup.
    I can see the Optimizer from Solman_workcenter, but couldn't see all the systems in drop down list to calculate the support pack stack for each and every system ( like ECC, EP, etc). Your help is appreciated.
    Thanks
    Mounika

    Hi Mounika,
    As long as you completed solman setup -> system preparation and basic configuration, MOPZ is ready to use. To generate the stack xml file, you need to assign your SAP System to the correct Product and Product version. After that assign your SAP System to the correct logical component, and subsequently add into the solution landscape.
    To use MOPZ in SOLMAN 7.1, go to solman_workcenter -> change management and you'll see Maintenance Optimizer at left side on your screen.
    Hope it helps,
    Cheers,
    Nicholas Chang

  • CProjects with SolMan

    Hello,
    I am new to SolMan und would like to use cProjects with SolMan. There the questions are starting
    I have seen the documents of the ramp up but I have no clue if I have to set up the project first or not. I think yes.
    When I want to connect an existing project (with the correct project type) to the project (in the solar_project_admin -> system landscape -> change request  | activate change request management checked) the "assign cProjects Project" buttons is disabled?
    What is neccessary to get it enabled?
    How are you using cProjects in SolMan. I cannot get any good documentation and best practices about this (maybe I am searching wrong). Could someone please give some keywords which functionalities it has?
    Is it only used with change requests?
    I have the project types, phase types and already some projects in cProject that are waiting to be assigned.
    Is there anything to configure (and a guide on what to configure)?
    It would be really nice if someone could help me.
    Thank you,
       Vanessa

    Hi
    Another way could be create an implementation project in Solman and use BPR for PLM. I found the next link in another forum, hope it can help you:  https://websmp207.sap-ag.de/~sapidb/011000358700006935382005E.sim
    Regards
    Ivá

  • E2E trace analysis in Solman

    Dear all,
    I have some question about the E2E trace analysis on solman. Hope you can help me!~
    1. We are using Solman 7.1 SP6 and we will upgrade to SP10 or SP11 in recent months. We want to use solman RCA trace analysis to trace ERP ABAP program. Could anyone can told me how to do this? I can do the HTTP trace in solman with RCA trace analysis but I don't know whether we can also nalysis the ABAP trace in solman.
    2. We have many printers in our PRD systems and all printers connected to a SPRINTER server. Now we need some suggestion on how we can monitoring these printers with solman. Also we hope to use the RCA tools to nalaysis the problem on printer such as the printer are offline/dead halt/printing very slowly and so on.
    Is this possible?

    Hi Yushuai,
    1. Using E2E in SolMan you can capture the movement of request and response to any JAVA and ABAP system. It will show you that what ABAP program has been called but It will not tell you what happening inside ABAP program.
    Regards,
    Ravi Maheshwari

  • Cubes 0SMD* (SolMan Diagnostics)

    Hi!
    I want to use data from SolMan Diagnostics to run BI Reports. There are some Content Cubes, e.g. 0SMD_PE2H, but I don't know how these cubes are filled...
    Cubes are Real time and have requests starting with APO*, but neither BI-IP nor BPS are used to fill them.
    Has anybody an idea, how (report, special job, etc.) data are loaded in these cubes?
    regards,
    Gunter

    That's what I'd like to do. That's also why I posted this message, since I am not sure whether the JAVA update will spoil my Solman Diagnostics. Thus far, no issues. Just got a message when login to smd/admin "Upgrade status for the current version is outdated. Please upgrade now.".
    I did patch them one by one, since maintenance optimizer isn't installed yet. I need to get approval from SAP to download. ABAP part has been top-up to SP15. So, only JAVA is left to SP14.
    Any advice?
    Regards,
    Agoes

  • How to use SM7.0 for SCM?

    Gurus:
    Is there any relationship between SM7.0 and SCM except monitoring SCM using SM7.0?
    If yes, would please give some examples how can SM7.0 work with SCM?   Thanks!

    Hi Linda,
    Please check the below blog to find the details about creating a project. Select Upgrade project as your project type.
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417700)ID0726686550DB00233069886735880120End?blog=/pub/wlg/7317
    This is not mandatory for doing any upgrade. You can always restrict the use of your solman for the creating key and maintenance optimizer function only.
    Rajeev

  • SolMan ticket link implementation in Portal

    Hello,
    we are using SolMan (ChaRM) as a ticketing system.
    Planed is to send ticket owners, users a automatic generated mail with the solman link + ticket number, as soon as the ticket status is changing. Reason for this mail is, that the ticket owner, user has to do something on ticket level. Another status change for further transports or "Question to customer" etc.
    As soon as the user is using this link, SolMan is starting via SapGui and asking for userID and password. Users don't have a user ID on SolMan. They all have to go via Portal with SSO.
    How can I implement this, that the SolMan link is going via the portal with SSO, starting SolMan with the related ticket ID?
    Ticket ID is a varaible, link via the portal, starting solman I would think is fix.
    Thanks a lot
    Bernd

    The way how we are working is:
    Portal (with SSO, LDAP) --> IViews --> ABAP Backend Applications
    The way how we are using SolMan + Ticketing system:
    Portal Login (SSO, LDAP) --> user open the IView for SolMan --> starting the transaction for ticketing
    Planed is:
    Whenever a ticket status is changing under a Charm ticket (workflow ticket), the user is getting an automatic generated SolMan mail with the following information:
    HTTP://<servername>:8000/SAP/BC/BSP/SAP/DSWP_BSP/DSMOP.HTMLISBSP=X&CMD=NOMI&NCMD=CRMVW&ID=D11FD44B83657E2AE1000000136A420A
    This link is starting the SolMan, but require a login to the SolMan without SSO, LDAP use. This means for us, the users would need access direct to SolMan as well, instead to use the SSO, LDAP from the portal.
    My question now:
    How can we modify the link that it is going via the portal SolMan IView with a parameter for the ticket ID.

  • NWBC and Solman

    Hi ,
    I am looking to use NWBC for Solman. I tried to connect with path /sap/bc/solman/nwbc/solmanwork. Is that right?
    When I test thi service I have an error:No administration role defined for cockpit "solmanwork". It looks like it searchs for role "SAP_DAL_ADMIN_solmanwork" or "Z_DAL_ADMIN_solmanwork".
    Do I need to create them? Where should I assign them?
    Edit: I created a role Z_DAL_ADMIN_SOLMANWORK, copy of SAP_SMWORK_CHANGE_MAN and assigned it to the cockpit solmanwork via NWBC_SET_ADDITIONAL_ROLE_ATTR.
    Now I have an error of connexion (401):
      ERROR   <NWBC::CConnectionManager> | Failed to load content from connection Solution Manager! (error Non autoris.. (401), error code 1)
    Thanks a lot,
    Julien

    Hi,
    Same problem here. We want to integrate NWBC with the SolMan workcenters to give an "easy" acess to SolMan to our managers.
    Is there any documentation, guideline etc. about how to make this configuration?
    Thanks in advance,
    Jon

  • How to use SM7.0 to support an upgrade?

    We have several upgrades for ECC5.0->ECC6.0, CRM4.0 ->CRM7.0, etc.
    We have heard that SM7.0 can support the upgrade but do not know how.
    Would you please share your experience? Blogs and links are highly appreciated.
    Best regards!

    Hi Linda,
    Please check the below blog to find the details about creating a project. Select Upgrade project as your project type.
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417700)ID0726686550DB00233069886735880120End?blog=/pub/wlg/7317
    This is not mandatory for doing any upgrade. You can always restrict the use of your solman for the creating key and maintenance optimizer function only.
    Rajeev

  • SolMan and Wily 9

    Hello -  I need to find out what is the minimum version of SolMan needed to in order to be compatible with the full Wily SED version 9?  We are currently on 7.7.1 and there is a corporate mandate to get everything integrated with Wily for log scraping and such.  Would anyone happen to have the answer?
    Thank You

    Hello Brett,
    Wily Enterprise Manager 9.X is not advisable unless your Solution Manager is 7.01 SP26  or  7.1
    The Introscope Agent 9 is not compatible with Solution Manager 7.01, only with 7.1. It will be available in the service marketplace around april.
    In your scenario you should use at least Solman 7.01 SP26, Wily 9 and Wily Introscope Agent 8.X.X (latest is 8.2.3.5 according to the marketplace). There's no problem using different ISAGENT and Wily EM versions.
    Best regards,
    Guilherme Balbinot

Maybe you are looking for

  • FI-SD

    Experts, Could you please let me know what are the accounts impacted during OTC cycle and also the integration points of FI with SD. Points always rewarded if helpful. Thank you

  • Applet client with DataForms using dial-up

    Jdeveloper 3.2, IAS9i Hello, Somebody knows if the DataForms are efficient via dial-up? For example in the Online Orders sample,with an applet client (with DataForms, using dialup to connect to app. server). What happens when an user insert a new emp

  • Client installation on Unix (HPUX)

    I can not install the client on an HPUX box, here is what I have done: I have downloaded and extracted 10g Enterprise/Standard Edition into /home/oracle/Disk1 [the client software should be here?] I have successfully installed the 10.2 Server on my H

  • Jfmerge: [108]Field '$POSITION' not found on subform/page 'conditionsSubF'.

    I am getting this message multiple times in jfserver.log and then adobe is stalling and nothing gets printed. Any clue?

  • RPC/TCP & RPC/HTTP

    Hi, I would like to know the difference between RCP/TCP and RPC/HTTP. Also, I would like to know where these two things are used in Exchange 2003,2007, 2010 & 2013 with respect to Outlook Connectivity. I meant internal connections and external connec