BP Design Collaboration 6.0.1.1 - KM Exception

Hello,
I'm trying to implement the Business Package "Design Collaboration for cFolders 6.0.1.1". After the installation everything is working fine except of the KM Repository Manager for the cFolders system.
If I try to open the cFolders repository I get the following system error:
System Error
An exception occured during the program execution...
Expection Class: class.com.sapportals.wcm.repository.IOErrorException
Exception Message: get of Connection failed
Detail:
com.sap.netweaver.bc.rf.common.exception.IOOperationFailedException: get of Connection failed at  com.sap.pct.plm.cfolderskm.rm.CFXNamespaceManager.findResources(CFXNamespaceManager.java:200)...
Does anyone have this problem or can give me an idea ?
Regards,
Joerg

Hi Joerg!
Did you solve the problem? I am getting the same error and can't find a solution.
Don't know if it is something about the cFolder System configuration or a authoritzation thing.
Thanks in advance.
Gregori Coll Ingles.

Similar Messages

  • I installed the creative suite 6 design & web premium, everything works, photoshop, illustrator , except the indesign and I need it!

    Why I cant open it ? Why it doesn't have the logo on it like illustrator?

    Try running the installer again and focus on only adding the InDesign element.

  • I designed a form and it does everything except clear and send me an email

    the form is on
    www.alsjunk.info the code for the php is
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <p> </p>
    <p> </p><?php
    $fname = ($_POST['fname']);
    $lname = ($_POST['lname']);
    $email = ($_POST['email']);
    $comment = ($_POST['comment']);
    //Sending Email to form owner
    $header = "From: $email\n"
    . "Reply-To: $email\n";
    $subject = "Submission From My Form";
    $email_to = "[email protected]";
    $message = "name: $fname . $lname\n"
    . "email: $email\n" . "comment: $comment";
    @mail($email_to, $subject ,$message ,$header ) ;
    ?>
    <h1>Thank You for Your Submission</h1>
    <p> Your information has been sent, you will now receive our mailer, invitations and other tantalizing offers we have</p>
    <p>Again, thank you for your interest in my new web site</p>
    <p> </p>
    </body>
    </html>
    i have been looking at this for the last 10 hrs and i just do not see what is wrong. can someone look at this and please tell me where i went wrong
    i finally figured out how to setup my remote server in dw cs5.5. and uploar my files to it. the setup did not like using my root domain and kept giveing me a 404 error. the hosting agency is godaddy
    thank you adalem63
    allen

    adalem64 wrote:
    the form is on
    www.alsjunk.info
    I don't know if you have updated your form since bregent looked at it, but the underlying HTML is even worse than he suggested.
    You have put each input field in a separate form
    The first input field has only a closing </form> tag
    The submit button, as bregent identified, is in a separate form, which has the same name and ID as one of the input fields.
    All input fields and the submit button must go inside a single pair of <form> tags.
    I presume that you're the same person as adalem63. Be sure to read the discussion between garywpaul and me regarding the security of the mail processing script in your earlier thread. As it stands, the script contains only the bare basics to send an email, and is extremely insecure. Once you have got the form working, you need to implement security measures, such as those outlined by Gary in a separate tutorial that he links to from the original page.
    Message was edited by: David_Powers adding reference to earlier thread.

  • CProjects - cFolder collaboration folder creation

    HI Gurus,
    I am completely new to cProjects.
    My Query:
    I need to create a cFolder for the project at the time it is Released.
    So, i used the BADi <b>DPR_EVENTS</b> on method <b>ON_DPO_RELEASED</b>.
    for cFolder creation i used the FM: <b>CFX_API_COLLABORATION_CREATE</b> it creates a folder in cFolder but not in respective cProjects for the project i created. Is there any other FM or is there any solution so when user release project it creates a cFolder in both cProjects and cFolder ( Design collaboration scenario) which is interconnected with a link.
    If need more information then please let me know.
    Regards
    Giri

    Hi,
    Here is your code:
    DATA:
      o_project type ref to cl_dpr_project_o,
      ES_PROJECT_INT type DPR_TS_PROJECT_INT,
      collab_id type SYSUUID_C,
      name type string.
      o_project ?= ir_sender.
      o_project->get_data_ext(
        IMPORTING
         ES_PROJECT_INT = ES_PROJECT_INT
    name = es_project_int-project_id.
    CALL FUNCTION 'CFX_API_COLLABORATION_CREATE'
      EXPORTING
      I_TEMPLATE_ID            =
        I_NAME                   = name
       I_DESCRIPTION            = 'Test'
       I_IS_SYNDICATE           = 'no'
      I_DEADLINE               =
       I_SCENARIO               = 'collaboration'
       I_IS_TEMPLATE            = 'no'
    IMPORTING
       E_COLLABORATION_ID       = collab_id
    <b>The Field type for project definition GUID that the bapi accepts and one that you are passing donot match.
    One that you are apssing is of type RAW 16 and bapi accepts CHAR 32.
    Simply do this:
    data: lv_proj_guid type DPR_TV_BAPI_GUID_PROJECT.
    lv_proj_guid = es_project_int-guid.</b>
    CALL FUNCTION 'BAPI_BUS2172_COLLAB_ADD'
      EXPORTING
        PROJECT_DEFINITION_GUID       = <b>lv_proj_guid</b>
       IV_COLLABORATION_GUID         = collab_id
       IV_CFOLDERS_DESTINATION       = 'UFD400_TRUST'
    Hope this works
    Regards,
    Reema
    Message was edited by: Reema
            Reema Shahbazkar

  • Can we see value of CKF in exception cell in query designer-please reply

    Hello all,
    I am defining a query in query designer in which i am using the exception cells, I am having two structures in this query. Now at the intersection of these two structure on one particular line I am trying to define the properties of that cell. I selected new selection and after that I added the calculated key figure that I had created. So should that cell show me the value of the calculated key figure (that is what I thought, that if I can put my CKF in that cell it will show me the value for that CKF). I am seeing different results.
    Is there any way you can actually show the value of calculated key figure in that particular cell.
    Thanks in advance,
    Raj

    Hi Raj,
    You can add Calculated key figure,RKF and even single key figures .The cells are independent of each other and that should not be an issue.
    Whatever the key figure is in the cell it should show that value.
    Just check again whether you have put any key figure into the selections of the structures
    There should be no key fgures into selctions.
    Hope it helps
    Thanks

  • BPM design -help

    Hi all,
    i need you your help in enhancing one existing BPM.
    the initial state was
    file sys-> BPM -> sap R3 (system A) and also sap R3 (system B)
    where the BPM is   --> recv > sync send(A)->send(B)
    file sys send ONE vendor_key in xml format to BPM.
    now sysnc send is conected to R3 A through a RFC_A, which send one key field to RFC_A and get the whole record of a Z-table
    through that very RFC_A
    this whole record is then sent to another RFC_B thorugh send(B), which update a Z-table in the second sap system B.
    if the picture is clear, then the requirement is that:
    this time i have to design a BPM which will receive one xml file from file-sys, in which there will be multiple vendor key
    instead of one.
    the xml message must undergo 1:n transformation in bpm to craete xml messages containing one vendo key each.then parallely calling RFC_a with vendor key , get the reponse record from system R3 A,  and call RFC_B to send the record to system R3 B.

    HI Abhishek,
    Thanks for your response. Pls find below my BPM Design Details
    Block 1
    Step Name : Block1
    Exceptions : runTime
    Transformation
    Step Name : Transformation1
    Exception : System Error - runTime
    Exception Branch
    Exception Handler - runTime
    Control Step
    Setp Name : Control0
    Action : Throw Alert.
    I have followed the blog : https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3465. [original link is broken] [original link is broken] [original link is broken]
    Still the alert is not getting triggered.
    Could you pls guide me, whethere is there any change need in my above design.
    Regards
    Mani

  • Can I write Design-time for JSP custom tag(not JSF components)

    I have some old JSP custom tags(not JSF components), and I want to use them in the IDE through the toolbox.
    Now I have already written the BeanInfos for these tags, and they can be drag from the toolbox; but it will throw a Exception when render the tags, and the properties in the Property Editor are not which I describe in the BeanInfos.
    How can I write Design-time for these tags? or whether it is possible to write the Design-time for these tags?
    the Exception is shown as follow:
    java.lang.ClassCastException
         at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1347)
    [catch] at com.sun.rave.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java:1086)
         at com.sun.rave.insync.faces.FacesPageUnit.getFacesRenderTree(FacesPageUnit.java:993)
         at com.sun.rave.css2.FacesSupport.getFacesHtml(FacesSupport.java:152)
         at com.sun.rave.css2.CssContainerBox.addNode(CssContainerBox.java:373)
         at com.sun.rave.css2.CssContainerBox.createChildren(CssContainerBox.java:354)
         at com.sun.rave.css2.DocumentBox.createChildren(DocumentBox.java:90)
         at com.sun.rave.css2.DocumentBox.relayout(DocumentBox.java:160)
         at com.sun.rave.css2.PageBox.layout(PageBox.java:392)
         at com.sun.rave.css2.PageBox.relayout(PageBox.java:454)
         at com.sun.rave.css2.DocumentBox.redoLayout(DocumentBox.java:313)
         at com.sun.rave.css2.PageBox.redoLayout(PageBox.java:460)
         at com.sun.rave.css2.DocumentBox.changed(DocumentBox.java:634)
         at com.sun.rave.designer.DesignerPaneUI$UpdateHandler.changedUpdate(DesignerPaneUI.java:1012)
         at com.sun.rave.text.Document.fireChangedUpdate(Document.java:851)
         at com.sun.rave.text.Document$5.run(Document.java:631)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    I have some old JSP custom tags(not JSF components), and I want to use them in the IDE through the toolbox.
    Now I have already written the BeanInfos for these tags, and they can be drag from the toolbox; but it will throw a Exception when render the tags, and the properties in the Property Editor are not which I describe in the BeanInfos.
    How can I write Design-time for these tags? or whether it is possible to write the Design-time for these tags?
    the Exception is shown as follow:
    java.lang.ClassCastException
         at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1347)
    [catch] at com.sun.rave.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java:1086)
         at com.sun.rave.insync.faces.FacesPageUnit.getFacesRenderTree(FacesPageUnit.java:993)
         at com.sun.rave.css2.FacesSupport.getFacesHtml(FacesSupport.java:152)
         at com.sun.rave.css2.CssContainerBox.addNode(CssContainerBox.java:373)
         at com.sun.rave.css2.CssContainerBox.createChildren(CssContainerBox.java:354)
         at com.sun.rave.css2.DocumentBox.createChildren(DocumentBox.java:90)
         at com.sun.rave.css2.DocumentBox.relayout(DocumentBox.java:160)
         at com.sun.rave.css2.PageBox.layout(PageBox.java:392)
         at com.sun.rave.css2.PageBox.relayout(PageBox.java:454)
         at com.sun.rave.css2.DocumentBox.redoLayout(DocumentBox.java:313)
         at com.sun.rave.css2.PageBox.redoLayout(PageBox.java:460)
         at com.sun.rave.css2.DocumentBox.changed(DocumentBox.java:634)
         at com.sun.rave.designer.DesignerPaneUI$UpdateHandler.changedUpdate(DesignerPaneUI.java:1012)
         at com.sun.rave.text.Document.fireChangedUpdate(Document.java:851)
         at com.sun.rave.text.Document$5.run(Document.java:631)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

  • Help: Collaboration Room Bugs/Issues

    Hi,
    I have created my own collaboration room template by duplicating the standard Information Site template.
    However, i am facing a few issues related to collaboration room creation, which might be standard features/bugs in collaboration room.
    1. When i create a new Room, all the users of that room (members as well as administrators) get full access to room documents, headers, news, Faqs etc.
    The permissions started working fine when i changed permissions in KM Content --> Room_Extensions.
    All the existing rooms showed the correct permissions.
    However, whenever i create a new room, every user gets full permissions to all the parts of the room.
    This is despite the fact that i have removed all the users from full permissions to the room_extensions folder in KM and reset the child permissions.
    2. I have attached the iView com.sap.ip.collaboration/TemplateContent/Homer/iViews/ com.sap.netweaver.coll.RoomMemberList (Team Members iView)to my room template.
    When i create a new room based on my template, i do not get the users specific to a particular room.
    What i get in the Team members list is all the users listed in the Contacts list in Collaboration Launch Pad.
    3. When i try to preview some of the iViews stored in com.sap.ip.collaboration/TemplateContent/Homer, i get an exception. On attaching these iViews to the Collaboration Rooms, i get a message stating "Invalid Item ID" index.xml.
    I get the same message even after attaching these iViews to a collaboration room template and creating a room based on the template.
    Any help regarding these issues would be highly appreciated. Full points for helping me with these issues.
    Regards,
    Vibhu

    Hi Vibhu,
    here my comments:
    1) These are the standard settings (every room member gets full access) for the permissions of KM content created during a Room creation. Since KM can't distinguish between the room roles, we can't set 'better/stronger' permissions. You can only set manually permissions on concrete users.
    2) It seems that you have not set the mappings for this iView. For the RoomMemberList you need the following settings:
    StartURI        room_rootrolegroup_rid
    path            room_rootrolegroup_rid
    roomrid         roomid
    in the documentation you find more mappings for iViews delivered by SAP, which You have to set in the templates.
    Please see http://help.sap.com/saphelp_nw04/helpdata/en/3f/fcfe06fd7f1321e10000000a114cbd/content.htm for more information.
    3) That's possible since some of the iViews needs certain iView-Parameters set to work properly. Please check if this iView needs some mappings under the link in the documentation under 2)
    4) Up to now we are treating groups as you described. We are working on a solution where we work with groups as room members and we don't resolve the members of the invited/added group.
    Regards, Erwin

  • In Design crashes when starting on apple os10.8.5

    I have an apple os 10.8.5 and In Design crashes when trying to open.

    I tried to copy crash log could not-
    I have  a Mac OS 10.8.5
    with CS5 Design Standard
    when trying to open I get
    In Design quit unexpectedly
    Error code is X86
    Exception type-  EXC_BAD_ACCESS (SIGBUS)
    EXCEPTION CODES  KERN_PROTECTION_FAILURE AT 0x0000000000000038

  • Expert on web application designer comes in!

    Hi Colleagues,
    Here is an issue on the web application designer. i want to use the exception showing function (red light, green light) with the help of the web application designer. So firstly, i set some exception in the query and on the web application designer, i choose "exception visualization"  as "symbol". Then i save the web query and execute, the exception shows, but in a arrow trend way, not the red light or the green light. It seems that the tool has by defult set arrow trend as the 'symbol'. But from the exception details, i find there are 2 options for 'symbol': status (one i want) and arrow trend. How can I change the default setting? Thanks.
    If necessary, we can have a netmeeting.
    Urgently waiting for ur reply.
    Best Regards,
    Clark

    Hi Clark,
    You have to implement the module com.sap.ip.bi.rig.ExceptionImage.
    Select the Analysis Web Item -> Web Item Parameters -> Internal Display
    Select Modification -> Single Module
    Implementation Name: com.sap.ip.bi.rig.ExceptionImage
    Select Type as Generic Module
    Set the Parameter Name based on the Alert Level set in the Query Exception.
    For example :
    Green      u2013 ALERT_3 (Alerts 1 to 3)
    Yellow      u2013 ALERT_4 (Alerts 4 to 6)
    Red     u2013 ALERT_8 (Alerts 7 to 9)
    Since you want to display the Traffic lights in the Web Report, select Image as the Value from the dropdown box.
    Provide the URL for the images stored in the MIME Repository depending on the Alert Level.
    Green - bwmimerep:///sap/bw/mime/BEx/Icons/s_s_ledg.gif
    Yellow - bwmimerep:///sap/bw/mime/BEx/Icons/s_s_ledy.gif
    Red - bwmimerep:///sap/bw/mime/BEx/Icons/s_s_ledr.gif
    The images will be stored in SE80 -> Mime Repository under SAP -> BW -> BEx -> Icons
    Green - s_s_ledg.gif
    Yellow - s_s_ledy.gif
    Red - s_s_ledr.gif
    The Exception Visualization drop down in Cell Content Area of the Analysis Web Item should be set to display Symbols.
    If this is not set, the Report would continue to display Exception Colors in the cell background.
    Hope this helps.
    Regards,
    Hari.
    Edited by: Hari Krishnan K on Aug 12, 2010 11:05 AM

  • Installing 8i, Developer2000, Designer Failled again Help

    I installed 8i on NT with Svc pack4. No Problem.
    Installed Developer, added the IFWCM60.dll to orant/bin from the extras on the CD to fix a SVC pack 4 problem.
    Problem - forms will not always respond. I am starting to think that Forms 6 does not work.
    I started again, clean NT machine, Installed 8i, developer 6, patch 1 6.05.29.4. Made sure my TNSnames were OK and placed the same copy in orant/net80/admin, Changed SQLnet to OLD. When I try to invoke forms directly sometimes it connects sometimes it doesnot. If I bring up procedure builder first it will likely start when I click on Forms.
    Installed designer, Installed the repository, everything works great except forms. Can not generate a module, Can not call forms from run with out the nt machine hanging up. When I generate a module, the generator never gets past initialization.
    It all seems to point to forms can anyone point out that I am making an error or that I just does not work!
    JJ
    null

    Hi,
    If I've understood you correctly..you did install oracle 8i first...
    If so..probably wrong.. see my reply to dave in Forms6i
    First install Developer and Designer. Finally Oracle 815.
    HTH
    Martin

  • I can't type in the design portion of split pane view.

    When I try to type in the design portion of split pane, the design pane becomes white and won't except any input.  Basically it is forcing me to do everything in the code portion of the pane.

    It is dreamweaver CC for Mac OS X.  Yes, I have done that.  Here's a picture to illustrate what is happening:
    BEFORE:
    I place my cursor after the last bullet point, "Status" in the design pane.  When I hit Enter on my keyboard to create another bullet point (at least this is how it worked in previous dreamweaver versions) this is what I see:

  • XAML designer view exception

    I am a beginner windows phone developer. I tried to create a hello world project for windows phone 8 in visual studio 2013 express. My emulator works fine, but the XAML designer view is not showing. I tried possibly many many solution I
    found on various forum. but still stuck. Please help me if anyone knows the solution.

    Nothing that I have written. I just created an empty project. It was supposed to show an empty windows phone screen in the XAML designer view. Instead it threw an Exception which was like:
    System.Exception
    Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)
       at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateDesignerProcess(String applicationPath, String clientPort, Uri hostUri, IDictionary environmentVariables, Int32& processId, Object&
    processData)   at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.ProcessIsolationDomain..ctor(ProcessDomainFactory factory, IIsolationBoundary boundary, AppDomainSetup appDomainInfo, FrameworkName targetFramework, String
    identifier, String baseDirectory)   at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)   at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary
    boundary)   at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.Initialize()   at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.CreateInstance[T](Type type)   at Microsoft.Expression.DesignHost.Isolation.IsolatedObjectFactory.Initialize()  
    at Microsoft.VisualStudio.ExpressionHost.Services.VSIsolationService.CreateObjectFactory(IIsolationTarget isolationTarget, IObjectCatalog catalog)   at Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)  
    at Microsoft.Expression.DesignHost.IsolatedDesignerService.CreateLease(IIsolationTarget isolationTarget, CancellationToken cancelToken, DesignerServiceEntry& entry)   at Microsoft.Expression.DesignHost.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(CancellationToken
    cancelToken)   at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.InvokeWithCulture[T](CultureInfo culture, Func`2 func, CancellationToken cancelToken)   at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.<>c__DisplayClassa`1.<StartTask>b__6()  
    at System.Threading.Tasks.Task`1.InnerInvoke()   at System.Threading.Tasks.Task.Execute()

  • Additional advantages of having SRM in EBP 5.0 compared to EBP 2.0

    Hi,
      I have just started working on SRM.
    Please can anybody help me out by telling the additional advantages of having SRM in EBP 5.0 than  having SRM in EBP 2.0 in the foll topics-
       Create & Approve Shopping baskets in EBP System
          - Office Supplies (Staples Punch out catalog)
          - Janitorial Supplies
          -  Safety Supplies
          -  Packaging items
          -  Procurement of Pallets
          -  Footwear
          -  Paper Products
          -  Free Text items (Describe Requirement)
          2 Level Approval Process for all Shopping baskets having value >
    1.00 USD
           Account Assignment Category as Cost Centre for all Shopping
    baskets
           Leading PO gets created in R/3 ( Classic Scenario)
           All other Follow - On Documents created in R/3 System
           Having both Internal & Punch Out Catalogs (Staples)
    your help will be highly appreciated.
    Message was edited by: kavita agrawal

    Hi Kavita,
    As far as I know about the SRM Benifits I am telling u please go through the details.
    Before SRM these were the Business Challenges.
    Inefficient processes
    Manual processes within the company and with suppliers
    Manual internal system interfaces
    Long procurement cycle times
    Roles not standardized for best practices
    Value leakage
    Off-contract purchasing
    Disseminated user requirements and unconsolidated demands
    High company-wide level of safety stock
    Supplier Disconnect
    Offline collaboration
    High incidence of unplanned expenditures for services
    Offline or disjointed supplier evaluations
    Organization not empowered
    Lack of visibility into the process or purchasing progress
    Reactive management of purchasing staff
    To overcome these challanges SRM implemented and SRM is having certain Benefits.
    Strategic Purchasing & Sourcing
    Supply strategy development
    Spend analysis
    Supplier selection
    Contract management
    Catalog management
    Operational Procurement
    Self service procurement
    Services procurement
    Plan driven procurement
    Supplier Collaboration
    Supplier registration
    Design collaboration
    Order collaboration
    Collaborative replenishment
    Supplier connectivity
    Improve spend visibility and supply strategy
    Supply Strategy Development
    Demand aggregation & planning
    Portfolio analysis
    Purchasing strategy planning
    Category management
    Program management
    Purchasing controlling and risk management
    Spend Analysis
    Global spend
    Content consolidation
    Reduce errors and compress sourcing cycle times
    Supplier Selection
    Supplier qualification
    Request for quotation / information / proposal
    Real time Reverse auctions
    Sourcing event analysis
    Manage contract compliance
    Contract Management
    Contract development
    Document management
    Contract distribution
    Contract execution
    Contract monitoring
    Catalog Management
    If this will solve ur purpose award the point for the same.
    BR,
    Vijay Mittal

  • Solution manager maintenance optimizer

    Hi all,
    I have what I think is an issue, and hoping someone could possibly point me in the direction to correct. I have setup our solution manager system and trying to get the maintenance optimizer option working fully. I have a java system that I pull the information from SLD perfectly fine, and it lists all installed software components via SMSY>SYSTEMS perfectly. I have assigned logical components etc. I can create a new maintenance optimizer transaction, select the proper system with assigned components, but when it lists the files to be downloaded automatically I expect to see alot more files available for download than it lists for me. I assume I am missing something, but not sure where to look.
    Would anyone be able to possibly point me in the right direction on what I might be missing?
    Regards,
    Chris

    Hi Markus,
    The system is SAP EHP1 for SAP Netweaver 7.0. It has the following components installed and specified in logical components:
    Adobe Document services
    Application server Java
    EP Core
    Enterprise Portal
    Along with the kernel files I also get the following files available for download via maintenance optimizer (6 in total)
    FORUMS06_0-10005892.SCA SP06 for FORUMS 7.01
    BP_PROJ_PORT_DESIGNCOLL
    BPPPMDC17_0-10003174.SCA BP PROJ., PORT. & DCOL. 4.0 SP17
    BP ERP05 PROJ SELF-SERV
    BPERP5PSS17_0-10003284.SCA BP ERP05 PROJ SELF-SERV 1.0 Support Package 17
    BP ERP05 MAINTENANCE TECH
    BPERP5MTC07_0-10004455.SCA SP07 for BP ERP05 MAINTENANCE TECH 1.2
    BP ERP SITE TECHNICIAN
    BPIS7TST07_0-10004458.SCA SP07 for BP ERP SITE TECHNICIAN 1.20
    BP ERP ICM ANALYST
    BPIS7ICMAL06_0-10006119.SCA SP06 for BP ERP ICM ANALYST 1.41
    When I look at installed system components via SMSY it correctly shows everything installed which includes:
    ADOBE DOCUMENT SERVICES 7.01 0006 SP006 ADOBE DOCUMENT SERVICES 7.00
    BI BASE SERVICES 7.01 0006 SP006 BI BASE SERVICES 7.01
    BI INFORM. BROADCASTING 7.01 0006 SP006 BI INFORM. BROADCASTING 7.00
    BI META MODEL REPOSITORY 7.01 0006 SP006 BI META MODEL REPOSITORY 7.01
    BI REPORTING AND PLANNING 7.01 0006 SP006 BI REPORTING AND PLANNING 7.01
    BI UNIVERSAL DATA INTEGRATION 7.01 0006 SP006 BI UNIVERSAL DATA INTEGRATION BI UDI 7.01
    BI WEB APPLICATIONS 7.01 0006 SP006 BI WEB APPLICATIONS 7.00
    BI WEBDYNPRO ALV 7.01 0006 SP006 BI WEBDYNPRO ALV 7.01
    BP ERP FIN MDM 1.40 0006 SP006 BP for Financial MDM 1.40
    BP ERP HR EIC 1.40 0006 SP006 BP für HR Employee Interaction Center 1.40
    BP ERP ICM ANALYST 1.41 0004 SP004 BP for ICM-Analyst 1.41
    BP ERP RECRUITER 1.40 0006 SP006 BP for Recruiter 1.40
    BP ERP RECRUITING ADMIN 1.40 0006 SP006 BP for E-Recruiting Administrator 1.40
    BP ERP SITE TECHNICIAN 1.20 0006 SP006 BP for Site Technician (Telecommunications) 1.20
    BP ERP UT XSS 1.40 0006 SP006 BP ERP UT Definition für Self Service BP 1.40
    BP ERP05 BUS UNIT ANALYST 20 1.0 0017 SP017 BP for Business Unit Analyst (mySAP ERP) 1.0
    BP ERP05 COMMON PARTS 1.41 0006 SP006 BP ERP05 COMMON PARTS 1.41
    BP ERP05 ESS 1.41 0006 SP006 BP for Employee Self-Service 1.41
    BP ERP05 HR ADMINISTRATOR 1.41 0006 SP006 BP for HR Administrator (mySAP ERP) 1.41
    BP ERP05 MAINTENANCE TECH 1.2 0006 SP006 BP for Maintenance Technician 1.2
    BP ERP05 MSS 1.41 0006 SP006 BP for Manager Self-Service 1.41
    BP ERP05 PROJ SELF-SERV 1.0 0016 SP016 BP for Project Self-Service (mySAP ERP) 1.0
    BP ERP05 SELF-SERV ADMIN 1.0 0017 SP017 BP for Self-Service Administrator (my SAP ERP) 1.0
    BP ERP05 TALENT DEV 1.01 0010 SP010 BP for Talent Development Specialist 1.01
    BP_PROJ_PORT_DESIGNCOLL 4.0 0015 SP015 BP for Project Portfolio Management and Design Collaboration 4.0
    CAF EU 7.01 0006 SP006 SAP Net Weaver End User 7.01
    DI BUILD TOOL 7.01 0000  SAP BUILD TOOL 7.01
    DI CHANGE MANAGEMENT SERVER 7.01 0006 SP006 CHANGE MANAGEMENT SERVER and SXMAN 7.00 701
    DI COMPONENT BUILD SERVER 7.01 0006 SP006 COMPONENT BUILD SERVER 7.01
    DI DESIGN TIME REPOSITORY 7.01 0006 SP006 DESIGN TIME REPOSITORY 7.01
    FORUMS 7.01 0005 SP005 FORUMS 7.01
    J2EE ENGINE BASE TABLES 7.01 0006 SP006 BASETABLES
    J2EE ENGINE CORE TOOLS 7.01 0006 SP006 CORE TOOLS J2EE ENGINE
    JAVA LOG VIEWER 7.01 0006 SP006 SAP JAVA LOG VIEWER 7.01
    JAVA SP MANAGER 7.01 0006 SP006 JAVA SP MANAGER 7.00
    KMC BASE COMPONENTS 7.01 0006 SP006 KMC BASE COMPONENTS 7.01
    KMC COLLABORATION 7.01 0006 SP006 KMC COLLABORATION 7.01
    KMC CONTENT MANAGEMENT 7.01 0006 SP006 KMC CONTENT MANAGEMENT 7.01
    KMC UI LAYER 7.01 0006 SP006 KMC UI LAYER 7.01
    KMC WEB PAGE COMPOSER 7.01 0006 SP006 KMC WEB PAGE COMPOSER 7.01
    LIFECYCLE MGMT PORTAL 7.01 0006 SP006 LIFECYCLE MGMT PORTAL 7.01
    LIFECYCLE MGMT TOOLS 7.01 0006 SP006 LIFECYCLE MGMT TOOLS 7.01
    MI ADMINISTRATION 7.01 0006 SP006 MI ADMINISTRATION 7.01
    MI DRIVERS 7.01 0006 SP006 MI DRIVERS 7.00
    MI WD LAPTOP 7.01 0006 SP006 Net Weaver Mobile Infrastructure Web Dynpro LAPTOP 7.00
    PDK PORTAL SERVICES 7.01 0006 SP006 PDK PORTAL SERVICES 7.00
    PORTAL CORE SERVICES 7.01 0006 SP006 EPBC 7.01
    PORTAL FRAMEWORK 7.01 0006 SP006 EPBC2 7.01
    PORTAL PLATFORM 7.01 0006 SP006 EP - Portal Server PORTAL 7.01
    PORTAL WEB DYNPRO 7.01 0006 SP006 PORTAL WEB DYNPRO 7.01
    RTC 7.01 0006 SP006 RTC 7.00
    RTC-STREAM 7.01 0006 SP006 RTC-STREAM 7.00
    SAP CAF 7.01 0006 SP006 SAP CAF 7.01
    SAP CAF-KM 7.01 0006 SP006 SAP CAF-KM 7.01
    SAP CAF-UM 7.01 0006 SP006 SAP CAF-UM 7.01
    SAP CPS BASIC (SCHEDULER) 7.01 0004 SP004 Job scheduling capabilities of SAP NetWeaver 7.01
    SAP ESS 603 0006 SP006 SAP ESS 603
    SAP INTERNET KNOWLEDGE SERVLET 7.01 0006 SP006 SAP Internet Knowledge Servlet 7.00 (SAP J2EE IKS)
    SAP J2EE ENGINE 7.01 0006 SP006 SAP J2EE Engine 7.01
    SAP J2EE ENGINE CORE 7.01 0006 SP006 SAP J2EE ENGINE CORE 7.01
    SAP JAVA TECHNOLOGY S OFFLINE 7.01 0006 SP006 SAP JAVA TECHNOLOGY S OFFLINE SAP TECH S OFFLINE 7.01
    SAP JAVA TECHNOLOGY SERVICES 7.01 0006 SP006 SAP JAVA TECHNOLOGY SERVICES (Schicht 3 Dummy) SAP JAVA TECH SERVICES 
    SAP MI CLIENT 7.01 0006 SP006 SAP Mobile Infrastructure Client 7.0
    SAP MSS 600 0017 SP017 SAP MSS 600 (Manager Self Services)
    SAP PCUI_GP 603 0006 SP006 SAP PCUI_GP 603
    SAP SOFTW. DELIV. MANAGER 7.01 0000  SAP JAVA SL 7.01
    SOFTWARE LIFECYCLE MANAGEMENT 7.01 0006 SP006 SOFTWARE LIFECYCLE MANAGER 7.01
    UME ADMINISTRATION 7.01 0006 SP006 UME ADMINISTRATION 7.01
    UWL COLL PROCESS ENGINE 7.01 0006 SP006 UWL COLL PROCESS ENGINE 7.01
    VISUAL COMPOSER BASE 7.01 0006 SP006 VISUAL COMPOSER BASE 7.00
    VISUAL COMPOSER BI KITS 7.01 0006 SP006 VISUAL COMPOSER BI KITS 7.00
    VISUAL COMPOSER FLEX 7.01 0006 SP006 VISUAL COMPOSER FLEX 7.00
    VISUAL COMPOSER FRAMEWORK 7.01 0006 SP006 VISUAL COMPOSER FRAMEWORK 7.00
    VISUAL COMPOSER GP KITS 7.01 0006 SP006 VISUAL COMPOSER GP KITS 7.00
    VISUAL COMPOSER XX KITS 7.01 0006 SP006 VISUAL COMPOSER XX KITS 7.00
    WEB DYNPRO EXTENSIONS 7.01 0006 SP006 WEB DYNPRO EXTENSIONS 7.01
    I expect to see more than the 6 previously mentioned files available for download, also the option for EHP2 which I know is available, or am I wrong in expecting this.

Maybe you are looking for

  • Reading uploaded file from app. server

    Hi All, I am trying to upload a .csv format file to app. server thru txn CG3Z.... When i try to open the file in my code thru open dataset and read dataset ...it is giving it in the form of  30002058,1000#50055501,2000# Now i want it to be in 3000205

  • How can I get extensions to load in a Microsoft App-V environment?

    I am trying to install Firefox 25.0.1 as a virtual application through Microsoft App-V. Everything works fine, until I attempt to install an extension. The extension installs, I can see it in the list of installed extensions, and I see the *.xpi file

  • Table maintenance generator event

    Hi experts, I have a req. in which I need to create events in the TMG. I implemented the event in case the user entres some specific values, and the fields user name, time and date are automatically populated. Now there is another requirement in whic

  • EP Naming Conventions and Best Practices

    Hi all Please provide me EP Naming Conventions and Best Practices documents Thanks Vijay

  • N8 saving message issue

    when i save a message (ie a joke tx into a folder) it does save into the folder of my choice but the message still appears in the conversation option in messages, when i delete the conversation the message i saved is also deleted how can i stop this