Performance management controls

What specific controls should an auditor be looking for when looking for effective performance management of business critical oracle databases? I.e. what clues would indicate a good performance management process, what would indicate a poor performance management strategy?

This Oracle doc will be helpful
http://www.oracle.com/technetwork/database/audit-vault/learnmore/twp-security-auditperformance-166655.pdf

Similar Messages

  • BEA / Wily:  Financial Webinar - Achieving Availability, Performance and Control of Java Applications in Financial Services

    Event Date: October 1, 2002 at 11:00 AM Pacific (US), 02:00 PM Eastern (US)
    To register: http://regsvc.placeware.com/?wily-bea1001
    Title: Achieving Availability, Performance and Control of Java Applications
    in Financial Services
    Abstract:
    In today's competitive environment, financial institutions must focus on
    three key business goals:
    a.. Creating a customer-centric enterprise to maximize value to customers
    and increase share of wallet
    b.. Improving transactional efficiency for rapid delivery of the right
    products, services and information to customers and to employees
    c.. Accelerating the decision making process to mitigate risk and improve
    returns.
    BEA and Wily Technology have helped a number of financial services firms
    meet these objectives by delivering high-performance business solutions that
    meet rigorous demands for performance, reliability and scalability.
    On October 1, 2002, Wily Technology and BEA will present a joint Web seminar
    titled "Achieving Availability, Performance and Control of Java Applications
    in Financial Services" with Eric Gudgion, Principal System Architect,
    Technical Solutions Group at BEA and Chris Farrell, Director of Technical
    Marketing at Wily. This Webinar will showcase the many advantages that the
    WebLogic® Enterprise PlatformT and Wily's Introscope® offer financial
    services firms.
    Attendees will learn how WebLogic Server, BEA's unified, simplified and
    extensible solution, provides a robust platform for the development and
    deployment of enterprise Java applications. Some examples of what financial
    institutions can achieve with BEA include Multi-channel Services Delivery,
    Straight-Through Processing, Wealth Management and Cash Management.
    Wily Technology will highlight Introscope's ability to manage financial
    services Java applications by pinpointing component-level performance issues
    in real-time, whether in the application, application server or
    Java-connected back-end systems. Wily's suite of Java application management
    solutions offers a comprehensive platform for achieving 24x7 application
    availability, enhanced performance and better control of IT resources.

    First of all you should check out which products are supported on 64bit :- http://www.oracle.com/technology/products/bi/hyperion-supported-platforms.html
    If you are planning on using windows 64bit EAS then you will have to manually deploy the web application, it cannot be automatically deployed.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Performance Manager Problem with Starting

    Hello
    I am new to Administration and have a proplem in OEM Diagnostic pack related with Performance manager, any help in this regard is highly appreciated...
    I am not able to start datagatherer on my system with windows 2000 professional edition.
    every time i try to start the service OracleOraHome8IDataGatherer I get
    Error:1067: The process terminated unexpectedly.
    and at Performance manager I get
    VTM-0005 error connecting to server
    java.net.connectException: connection refused..
    Also i encountered an error during installation of diagnostic pack.
    OLE initialize of OCX load error while registering OCX
    output of InstallActions.log
    Starting install install phase 1 of component Oracle Enterprise Manager Packs and Management Infrastructure
    Calling action w32OcxRegActions1.7.0.17.0 RegisterOCX
         OcxPath = C:\Oracle\Ora81\bin\mmdx32.ocx
         WorkingDir = C:\Oracle\Ora81\bin
    Exception thrown from action: RegisterOCX
    Exception Name: ErrorRegisteringOCXException
    Exception String: OLE initialize or OCX load error while registering OCX
    Exception Severity: 0
    Exception handling set to prompt user with options to RETRY IGNORE
    User choice : Retry

    Increate the virtual memory and try to start the service here:
    SELECT START > CONTROL PANEL > ADMINISTRATIVE TOOLS > SERVICES
    Joel Pérez

  • Web services manager control login problem

    hi,
    I have installed SOA suite using Advanced installation type.
    After installation I am able to login into BPEL Console and it's working fine , but unable to login into web services manager control(http://localhost:8888/ccore) with oc4jadmin user...
    I found below errors in ccore.log file
    2008-10-03 09:33:45,879 INFO [AJPRequestHandler-HTTPThreadGroup-54] userregistry.UsersTable - isValidUserPassword() failed for oc4jadmin
    2008-10-03 09:33:45,879 INFO [AJPRequestHandler-HTTPThreadGroup-54] sampledb.LocalDBAuthProvider - The error in authenticate for user : oc4jadmin
    2008-10-03 09:33:45,879 SEVERE [AJPRequestHandler-HTTPThreadGroup-54] uibeans.LoginBean - Error when authenticating user. Invalid user id or password
    2008-10-03 10:17:30,744 SEVERE [AJPRequestHandler-HTTPThreadGroup-54] userregistry.UsersTable - isActiveUser() failed for oc4jadmin
    com.cfluent.utils.db.DBException: ORA-01017: invalid username/password; logon denied
         at com.cfluent.utils.db.DBContext.getConnection(DBContext.java:95)
         at com.cfluent.db.userregistry.UsersTable.isActiveUser(UsersTable.java:2599)
         at com.cfluent.db.userregistry.UsersTable.isValidUserPassword(UsersTable.java:2996)
         at com.cfluent.accessprovider.sampledb.LocalDBAuthProvider.authenticate(LocalDBAuthProvider.java:61)
         at com.cfluent.access.AccessSessionFactory.isAuthenticated(AccessSessionFactory.java:137)
         at com.cfluent.access.AccessSessionFactory.createSession(AccessSessionFactory.java:92)
         at com.cfluent.webui.uibeans.LoginBean.authenticateUser(LoginBean.java:31)
         at com.cfluent._coresv._Login._jspService(_Login.java:354)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.i18n.servlet.filter.ServletFilter.doFilter(ServletFilter.java:130)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:277)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:647)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:48)
         at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290)
         at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:771)
         at org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at com.cfluent.utils.db.DBContext.getConnection(DBContext.java:86) ...
    can any one help me resolve this problem..

    You need to enable JSSO if you want the oc4jadmin password to be in scync with the other AS products. If you just want to login with oc4jadmin you perform the following steps. PLease note that if you change the passord in EM you will have to make these changes again to keep the password the same. JSSO is a cleaner solution.
    To change the default password for the user "admin", follow these steps:
    - delete admin user
    - add admin user back
    - add admin user to the super user group "su1-grp"
    1. Go to OC4J_HOME/owsm/bin directory and modify manageUserGroups.properties
    user_id=admin
    user_name=admin user
    user_password=yourNewPassword
    user_email=[email protected]
    group_id=su1-grp
    group_desc=super user group
    2. Delete the existing admin user by executing
    wsmadmin manageUserGroups deleteUser
    4. Add the admin user again by executing
    wsmadmin.bat manageUserGroups addUser
    5. Add admin user to super user group
    wsmadmin.bat manageUserGroups addUserGroup
    The admin user password is changed.

  • Web Services Manager Control, SOA Suite, Retrieving Roles from OID

    I am a bit confused about mapping of groups and privileges when it comes to the LDAP (in my case oracle internet directory, OID) and groups defined by Web Services Manager Control.
    I am using Web Services Manager Control->Manage Policies to define a gateway (or agent) for my web services. Through      
    Policy Management > Manage Policies > Policies > Policy
    I have also defined some pipeline steps which require authorization by an LDAP provider.(OID)
    I need two things:
    - First I have such roles and groups here in Web Services Manager:
    Administration > Groups / Roles
    Group Name      Role Name      
    su1-grp      Super User      
    da1-grp      Domain Administrator      
    ca1-grp      Component Administrator      
    ca2-grp      Component Administrator      
    which could be set for view and modification of web services. What is the relation between these groups and user groups in Oracle Internet Directory which I authorize against?
    - Second, my web services are invoked from pages which access to them involves authentication and authorization against OID. I need the username/password to be propagated to the webservice automatically. If the web service is presented as a button on such pages, for example, I don't want the user to be forced to enter username/passwords for each call to the services/
    I appreciate any comments or reference to books and documents.
    Thank you in advance.
    Best Regards,
    Farbod

    Hi Farbod
    Your problem is not new and i have posted in couple of other threads before.
    Roles in OID are for you to authorize the web service message itself. In your case when the user logins to your web application and calls the web service, you have to do two things:
    a) Extract Credentials
    b) AUthenticate against LDAP
    c) Perform authorization against LDAP
    Now the trick part is, you have to have the same username and password. You have to capture and store in session( ugly ugly..from security point of view) and then when you call the web service, you then invoke with the username and password.
    There are other better options available but might require additonal work or infrastructure.
    If your web application is protected by Oracle Access Manager or siteminder, you can pass those cookies.
    Next option is using SAML. You can generate SAML token on behalf of the user, and attach the SAML token to the web service messsage. In OWSM you then configure to validate SAML token and then you have to write custom step to extract the user name and perform any authorization.
    Since anyway you have to write custom step, third option is you can send encrypted cookie ( You web application can create a login session cookie -encrypted after the user signed in ). In OWSM you can write custom step to decrypt the cookie and then perform any validation.
    You have the easiest option of sending the same username and password with a security risk, or a custom development approach.
    Thanks
    Ram

  • Approval process in performance managent

    we need to understand a bit better the standard process for approving appraisal documents in performance management....
    1. who is the default approver for appraisal documents?
    2. how is the document sent for approval? is there a standard pushbutton that does that? is this in the Appraisal document WD4A application?
    3. what is the difference between statuses 'approved' and 'closed approved'
    4. is the status flow like this:  completed->approved->closed approved?
    thanks,
    Tiberiu
    Edited by: Tiberiu Sasu on Dec 1, 2010 1:11 PM

    >
    Tiberiu Sasu wrote:
    > 1. who is the default approver for appraisal documents?
    > Edited by: Tiberiu Sasu on Dec 1, 2010 1:11 PM
    this is completely controlled by who you let move the document on the status flow from In Process to completed.  Generally it is the appraiser, i.e. the manager. 
    >
    Tiberiu Sasu wrote:
    > 2. how is the document sent for approval? is there a standard pushbutton that does that? is this in the Appraisal document WD4A application?
    >
    > Edited by: Tiberiu Sasu on Dec 1, 2010 1:11 PM
    all of this is controlled on the status flow tab in phap_catalog when you are at the template level for config.
    >
    Tiberiu Sasu wrote:
    > 3. what is the difference between statuses 'approved' and 'closed approved'
    > 4. is the status flow like this:  completed->approved->closed approved?
    >
    > Edited by: Tiberiu Sasu on Dec 1, 2010 1:11 PM
    approved, and closed approved are really up to you from a design perspective and how you want the flow to work.  within the status flow tab you could do something like:
    in proces -> completed - Is only allowed by appraiser
    Completed -> Approved - is only allowed by higher level manager
    Approved -> closed approved - is done by the employee as an acknowledgment

  • Teststand Manager Controls in Code Modules

      I am trying to understand how UI controls work in code modules called by TestStand steps.  I can pass a reference to an Application Manager (perhaps the application manager?) to my code module using RunState.engine.GetInternalOption(InternalOption_ApplicationManager).  Does the sequence editor have an application manager?  Or the engine?  Is this the same as the Application Manager control I put on the front panel of the code module?  What about SequenceViewManagers and ExecutionViewManagers?  Can I create those in my code modules to display sequences or executions?  Or can I somehow get those from the sequence editor/engine, or from the Application Manager?
    I know that I just asked a lot of questions, but I guess what I am looking for is some general guidelines for using the manager controls in code modules.  This all came about by an attempt to display an Execution View Manager control in my code module.  Feel free to ignore the following description of my various attempts to get this to work.  This exercise helped me understand the managers a little bit more, but I'm still a little confused.
    Suppose I want to create a custom step type for debugging to display the variables for the current sequence context on the front panel of a code module VI.  (LabVIEW 8.6, TestStand 4.1.)  In my code module, I call ExecutionViewMgr.ConnectVariables to connect to a VariableView control.  Where do I get my ExecutionView Mangager from?  I tried two methods:
    1) create an ExecutionViewManager control; set the manager's current execution using ExecutionViewMgr.Execution (pass RunState.Execution from TestStand to the code module).
    It seems like this should work, but when I run my sequence from the sequence editor, the ExecutionViewMgr.Execution property node returns error -17500.
    When I run from a LabVIEW Operator Interface (using the LabVIEW environment, not the exe), I don't get an error.  But I must connect a list control using ExecutionViewMgr.ConnectExecutionList, and select the execution from the list when the code module is running.  Then I can see the variables when I select the execution in the list.  However, the execution display on the OI goes blank.  I can see either the variables on my code module or the execution on my OI, but not both simultaneously.  It appears that an execution cannot be attached to more than one manager at once (I guess that's reasonable).
    2) pass the result of RunState.engine.GetInternalOption(InternalOption_ApplicationManager) to the code module; set the manager's current execution using ApplicationMgr.GetExecutionViewMgr() (pass RunState.Execution from TestStand to the code module, then as a parameter to GetExecutionViewMgr() ).
    In this case, I would expect that there is no ExecutionView Manager associated with the execution when running from the sequence editor.  But the ApplicationMgr.GetExecutionViewMgr() function returns a non-Null reference.  ExecutionViewMgr.ConnectVariables() causes an error dialog to be displayed (from the function itself, not from TestStand), although it doesn't actually output an error (and the VariableView control remains blank).  The error is "Unable to connect Variables View control."  (See attachment.)
    When I run from my LabVIEW OI, it works perfectly--I see the variables on my code module's UI, and the execution appears on the OI simultaneously.  I guess this makes sense since the TestStand engine is returning the Execution manager that was already created by the OI.
    Attachments:
    Error Dialog.PNG ‏20 KB

    TestStand only allows a single ApplicationMgr per process, creating a second one will error. So the engine will always return the one in either the UI or the Sequence Editor. Events should be seen by both handlers. You have to be careful to ensure that your extra handler does not mess up the UI's handler if yours is called first, like preacknowledging a message. As far as setting up a handler in a code module, you should be able to. However, we have not fully tested this capability, so we cannot say that we fully support this because you might run into issues. In addition, using LabVIEW might present additional issues that might not be seen in other development environments like CVI and Visual Studio. Performing some functionality that can process messages in a COM callback can cause potential hang conditions, to the less you do in a callback the better when using LabVIEW. Keep in mind that you have to ensure that you unregister your handler if the code module returns to the calling execution and you no longer want the handler to be called.
    Attempting to use a new TestStand UI control in a different thread than the UI thread is not recommended because we have done almost no testing on this use case because it is not done in typical UIs.
    Now, for customers that want to create a nice GUI that includes serial number prompting, but still want to be able to work with the Sequence Editor, I suggest that you implement a behavior that works with a supporting GUI, but support an alternative when a non-supporing GUI is present.
    For example, you could do the following:
    1. The process model can send a custom UI message synchronously to the GUI to ask for a serial number. The custom message would contain a reference to a property that contains (a) a boolean to indicate that the UI will "respond" to the message, (b) a string for specifying the serial number, and (c) a notification object from the TestStand Synchronization Server.
    2. When receiving the UI message, a supporting UI will set the boolean to True, duplicate the reference passed locally, and acknowledge the UI message.
    3. When the UI message returns, the exectution will determine if the UI supports the message. If yes, the exectution will (a) wait on the notifcation (b) When the user enters a serial number, the GUI will set the string property and then pulse the notification, and release the reference to the properties passed via the UI message. (c) The execution will return from the notification wait, read the serial number, and continue execution.
    If no, the execution will need to use the default process model prompting or custom prompting that you devise when using the Sequence Editor.
    The process model could use a UI message to determine if the GUI is supportive of this mechanism once instead of with each serial number prompt, but you get the idea.
    Scott Richardson
    National Instruments

  • Mughamrat Releases Mobile Inventory Management Control

    Mughamrat Releases Mobile Inventory Management Control
    MS3 Inventory Suite 1.2
    Ifran, Morocco -May 4, 2007- Mughamrat, CO. has announced the release
    of their Multilingual Mobile Inventory Management Control Suite 1.2
    for Window CE & Window Mobile. The Market leader in advanced mobility
    solutions and personalized technical customer support has designed MS3
    Inventory Suite 1.2 from the ground up to enable companies to create
    an all inclusive and highly integrated inventory tracking solution.
    MS3 Inventory Suite 1.2 unlike other existent mobile solutions offers
    an Arabic/English easy-to-use interface and a user support that works
    together to provide a reliable inventory option. Based on
    Microsoft's .NET 03 & 05 technology, it enables users to access
    multiple databases using a single application, and can streamline data
    entry with its highly "customizable" interface. Users can work in real
    time, offline or a combination of both, depending on connectivity
    availability. In addition, MS3 Inventory Suite 1.2 offers the perfect
    balance of performance and affordability.
    "MS Inventory Suite 1.2 module is an offspring of many successful
    years" Said Rudy R. Lachhab, Mughamrat's Regional Manager "Our
    extensive expertise in the supply chain of Mobile Solutions with a
    comprehensive approach to implementation are now offering MS3 with a
    significant leap in functionality, it is designed to operate side-by-
    side in handling daily operational requirements of daily distribution
    and inventory control activities within any organization"
    Since Mughamrat's foundation, its focus has been on developing the
    expertise and skills to implement mobility application solutions.
    Mughamrat has being offering tailor-made mobile solutions to large
    companies and organizations. The company now focuses on five specific
    areas of mobile solutions including Electronic Meter Reading, Mobile
    Van sales, Mobile Survey, Inventory Management control and General
    Inspection solutions. In addition, Mughamrat has extensive expertise
    in the migration of information technology products to support the
    Arabic language, along with the development of Arabic SDKs for all
    platforms, and mobility drivers for Arabic language applications.
    For more information, please contact:
    Rudy R. Lachhab
    Regional Manager
    Tel: +212 3 556 7409
    Fax : +212 3 556 7630
    [email protected]

    Radwan,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Performance Management Objective Setting

    Hi Everyone,
    I am working on a full HCM implementation and had a few questions regarding performance management.  The client is interested in having goals and objectives "cascade" through org. units and pre-load on Performance Appraisal templates.
    In the phap_catalog, I have noticed a value determination named "ORG_OBJECTIVES" and it supposedly auto-fills goals set by managers for the performance review period.
    Basically, I am looking for a productive/proper way to have goals flow from the overall organization, through lower level organizational units down to each and every employee.
    For example: Company X has 3 overall goals -> Bob Smith works within Org. Unit Y in which there are 3 separate goals that refer to this Org. Unit -> and then Bob Smith has the ability to add 3 of his own goals for the year.  Overall there would be 3 overall company goals, 3 org. unit goals (total of 6 that pre-fill) and 3 empty fields for Bob Smith to input his own goals.
    Any help would be wonderful.  Thank you for your time.

    Raghu,
    Your response was extremely helpful.
    Do you have any documentation or guidance on how I could create custom tables to use this BADI that you are talking about.  Currently there is no plan for SEM, so I am going to have to take the route of custom tables utilizing the BADI that you mentioned.  In terms of custom tables, creating them and using them, I only have a high level knowledge, so any documentation/guidance would be very helpful.
    Regards,
    Adam P.

  • Performance Manager  and Data Gatherer

    Hello,
    I am looking for some basic info (I think). I have been using the EM Console - standalone for some time now but would like to use the diagnostic pack and Performance Manager. Can this be used in a standalone configuration or do I need to buy Enterprise Manager? If it works in a standalone configuration and I do not need to buy it, could you point me in the direction of documentation on how to start the data gatherer on my 9i database on AIX 5?
    Thanks,
    Jeff Graham

    Post Author: Ferhat
    CA Forum: Performance Management and Dashboards
    you have to find the keyword to see...
    i suggest you to uninstall businessobjects and install again(else it's very hard to add the performance management program).
    while you install, check the install performance management also(you have to have the keyword).

  • Replacimg performance Manager with SSM(SAP Strategy management)

    Hi,
    Can any body tell me  how to migrate all the scorecards, KPIs  based on Performance Manager to SAP Strategy Management. Is there is a tool for that in SSM if not should those be rebuilt in SSM from the scratch.
    how do we replicate everything fromPM to  SSM
    From the developer perspective what will their tasks.
    Edited by: chrisbaker1999 on Jun 16, 2011 1:01 PM

    Chris,
    What the External Data Loader does is to allow you to transfer your scorecard structure from Performance Manager to Strategy Management. What you are importing is the structure of Contexts, Perspectives, Objectives and KPI aspects. It allows you to put all of these in the loader, verify the structure in the loader, and then using Transport to bring into SSM.
    There are additional definitions and settings that SSM requires that will have to be added after you Transport the loader's data.
    You will still have to build PAS models separately, because the External Data Loader does not build models.
    The Transporter tool in SSM allows you to export (and then import) your scorecard metadata from DEV to PROD. Moving between systems is a two-step process, and Transporter is step one. PAS is separate (step two) and you make a dump of the model in your DEV system, take that dump file from the Home directory in DEV and move it to the Home directory in PROD. In the PROD system you create a new PAS model frame and then load that dump into the new framework.
    Each SAP customer has a super-administrator that can add users to the SAP Service Marketplace. Find out who your super-admin is and get yourself added to allow you access to those areas on Service Marketplace.
    Regards,
    Bob

  • Managers can't see their employees when creating apprisal documents in Performance Management

    Hi All,
    I'm looking for you experts to enlighten me regarding an issue with the SAP Performance Management solution. We have recently (2013) implemented the Performance Management solution and everything has worked as expected. Now, we are in the process where the managers create the employees appraisal documents for the evaluation of the year 2013. The issue we are encountering is that managers who have been transfer to a new organizational unit are not able to see the employees which they supervised before the transfer.
    Currently our company has an structural profile which is assigned to all the managers and supervisors, and this profile gives access to the employees which are assign to the manager or supervisor. In addition we have an MSS role for managers and supervisors, and here we added the authorization object P_HAP_DOC to authorize manager to perform the PM process.
    Why the managers/supervisors who have been transfer are not able to see their employees?
    Your help is greatly appreciated.
    Santhiel Ramos

    Thank you for your response,
    Yes, as the manager (appraiser) I have created the document in documents_todo.htm.
    I went to t-code phap_admin_pa and the document exists.  The manager's name and employee's name are listed and the status is listed as In Process.
    When I use t-code phap_start_bsp, then documents_received_open2.htm and log in as the employee, there are no documents listed.
    I am not sure what is missing Any more ideas?

  • Error while Deploying Performance Management samples in XI R3.0

    Error while Deploying Performance Management samples in XI R3.0
    I get an error when deploying the PM samples. I have set the PM repository pointing to AFDEMO database
    I have used to Java of BO dir as well as the program files\Java (1.6.03)
    I run the runPublishUtil.bat  and get the below error
    Can anyone help me to publish the PM demo's
    Regards
    Ishaq
    Edited by: ishaqbaig on May 10, 2009 1:42 PM

    Error when runPublishUtil,bat
    C:\Program Files\Business Objects\Performance Management 12.0\setup>set JARLOC=..\..\common\4.0\java\lib\
    usage : runPublishUtil.bat [dbusername] [dbuserpassword]
    C:\Program Files\Business Objects\Performance Management 12.0\setup>java -classpath publishUtil.jar;..\..\common\4.0\java\lib\cecore.jar;..\..\common\4.0\java\lib\logging.jar;..\..\common\4.0\java\lib\celib.jar;..\..\common\4.0\java\lib\ceplugins.jar;..\..\common\4.0\java\lib\cesession.jar;..\..\common\4.0\java\lib\corbaidl.jar;..\..\common\4.0\java\lib\ebus405.jar;..\..\common\4.0\java\lib\external\xercesImpl.jar;..\..\common\4.0\java\lib\external\xml-apis.jar;..\..\common\4.0\java\lib\rascore.jar;..\..\common\4.0\java\lib\serialization.jar;..\..\common\4.0\java\lib\cereports.jar com.businessobjects.util.PublishUtil ".\PublishUtil.properties" sa forms45
    caught SDKException
    com.crystaldecisions.sdk.exception.SDKServerException: Enterprise authentication
    could not log you on. Please make sure your logon information is correct. (FWB
    00008)
    cause:com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
    detail:Enterprise authentication could not log you on. Please make sure your logon information is correct. (FWB 00008)
    The server supplied the following details: OCA_Abuse exception 10498 at [.\secpluginent.cpp : 826]  42040 {}
            ...Invalid password
            at com.crystaldecisions.sdk.exception.SDKServerException.map(SDKServerException.java:107)
            at com.crystaldecisions.sdk.exception.SDKException.map(SDKException.java:193)
            at com.crystaldecisions.sdk.occa.security.internal.LogonService.doUserLogon(LogonService.java:701)
            at com.crystaldecisions.sdk.occa.security.internal.LogonService.userLogon(LogonService.java:295)
            at com.crystaldecisions.sdk.occa.security.internal.SecurityMgr.userLogon(SecurityMgr.java:162)
            at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon(SessionMgr.java:422)
            at com.businessobjects.util.PublishUtil.logon(Unknown Source)
            at com.businessobjects.util.PublishUtil.main(Unknown Source)
    Caused by: com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
            at com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuseHelper.read(oca_abuseHelper.java:106)
            at com.crystaldecisions.enterprise.ocaframework.idl.OCA.OCAs._LogonEx4Stub.UserLogonEx4(_LogonEx4Stub.java:80)
            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:585)
            at com.crystaldecisions.enterprise.ocaframework.ManagedService.invoke(ManagedService.java:420)
            at com.crystaldecisions.sdk.occa.security.internal._LogonEx4Proxy.UserLogonEx4(_LogonEx4Proxy.java:222)
            at com.crystaldecisions.sdk.occa.security.internal.LogonService.doLogon(LogonService.java:347)
            at com.crystaldecisions.sdk.occa.security.internal.LogonService.doUserLogon(LogonService.java:676)
            ... 5 more
    Exception in thread "main" java.lang.NullPointerException
            at com.businessobjects.util.PublishUtil.waitForValidInputFRS(Unknown Source)
            at com.businessobjects.util.PublishUtil.main(Unknown Source)
    Edited by: ishaqbaig on May 10, 2009 12:49 PM

  • Performance Management Template issue in EHP4

    Hi Guru's,
    I have created a Performance Management template in PHAP_CATALOG and few days before i have delete the template in PHAP_CATALOG. But when i tried to login into portal for any user i am getting this error message " Template 50022735 is not assigned to the given Add-On application  " and moreover i was not able to view any of the appraisal documents. A blank screen is appearing on the screen.
    Please advice.
    Thanks.
    Ganesh R K

    Hi vasehgal,
    I have created several templates using SPRO too. But my actual problem is cannot able to view any of the Appraisal documents and standard screen in portal. Due the error message, I was not able to view any thing. I have tried with the function modules HRHAP_C_VA_DELETE to delete the template 50022735. It shows the return message as Template not found. Is there any other way to delete the is error message in portal
    Thanks,
    Ganesh R K

  • Performance Management Installation problem

    Hi all
    I'm in a big trouble with Performance Management XI installation on a BO XI R2 environment.
    When I reach the CMS logon information, the CMS box is left blank by default, so I fill it and I got the following error:
    "Logon Information for the CMS is invalid"
    But when using java launchpad I can enter CMS with the same information (username, password, and authentication).
    Anyone knows a file or something else where setup file looks for CMS configuration info?
    thanks in advance
    marco

    Hello Marco,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

Maybe you are looking for