R12 12.0.4, System Administration, Debug, trace, log enabled monitoring

Hi guys,
I posted the same question with oracle.ittoolbox few days back and yet to get an answer. During the initial stages of implementation, I remember the consultants using a particular jsp/html page under System Administrator responsibility to view the status of diag, trace, log enabled status of the system, akka, if a profile option is enabled to debug, trace, or log was listed...
Now, I want to access the same page (I have system administrator resp). The SQL query provided by metalink is too complex to understand
Please help

Hello again Hussein and others
Our issue was NOT just with FND% profiles, rather with the consultants turning on diag and debug against their respective modules and later forgetting to turn them off. Take our case, we had SLA Debug enabled from last 2010 Feb until two days back, which has created 21 million rows of data with XLA diag table :)
Once after turning the SLA debug and truncating the table (following Oracle guidelines) we have a database which is 1/3 of the size until recent times. Oracle has provided us an SQL query which produces the present status of all profiles with latest values (enabled or disabled). We were able to see a number of profiles with debug enabled and successfully disabled them.
I represent the internal IT team and always have the acceptance for human errors like the SLA debug event. Oracle "apologized" for not having a screen or html form for monitoring such resource hungry activities. The output from the SQL script they provided is too complex for a person who doesn't have core techno functional knowledge about the system.
Anyway, finally feeling a bit better...
Thanks guys

Similar Messages

  • Need help to enable trace/logging for java debugging CRM 5.0 WebShop

    Dear experts,
    I'm new to sap, and i'm working on CRM 5.0 WebShop J2ee application with nwdi.
    I have to add a new functionnality, which has to call a custom FM in CRM. This FM has been tested and is OK.
    I have read the 2 files SAP_ISA50_DevAndExtGuide.pdf and ISA50_DevAndExtTuts_v1_0.pdf which have explain to me the process flow and organization of the framework.
    By helping me with the tutorials, I wrote all the files for my functionnality, from the jsp with the form, to the custom business backend with the call of the FM with parameters and JCo connection. (+ custom BOM, custom BO, BE interface, BE CRM implementation)
    Everything builds without error, and I deploy the application on my test env.
    Then I go to my webapp, I call the custom jsp with form, I put values, then I validate the form, but my FM is not called, and I don't know where is the problem, because I can't see a trace of the process flow, to know where is the error.
    By searching in this forum I found 2 notes that explain how to activate debug trace for all the application, one note for systems before SP11 and another for systems with SP11 and higher. But I don't know how to see the patchlevel of the system (I went to system information of the j2ee server and the on ly thing I can notice is below the server0 properties : Kernel Version:  7.00 PatchLevel.
    In these notes I read about Visual Administrator : I found this directly on the server with remote desktop, but the progress bar at the bottom of the window don't arrives to 100% and I can't see the properties and values of the parameters for the Log.
    I went to XCM too, and set appinfo and logfiledownload to true, then went to Logging into e-commerce administration console : in the Log configuration tab, I can create new configurations but the effective severity automatically sets to error, even if I set All or Debug manually ; in the session log tab, i tried to launch the application, then start log, then validate my form, then stop log, but I can't find anything about the trace of the process flow in the generated file.
    Please help, I have to finish this for end of week and I'm alone ...
    PS I'm french, and don't speak very well English please excuse me.
    Thank you very much.
    J. Lag.

    Hi
    For logs follow this note no[Creation of logs for B2B and B2C Release 5.0|https://service.sap.com/sap/support/notes/1090753]
    Follow this code for calling custom Function Module
    1) ZBOM.java
    public class ZBOM extends DefaultBusinessObjectManager implements BOManager, BackendAware {
    public static final String ZCUSTOM_BOM = "ZCUSTOM-BOM";
    private ZFunction func;
    public ZBOM() { }
    public ZFunction getFUNC() {
      if (func== null) {
       func= new ZFunction();
       assignBackendObjectManager(func);  }
      return func; }
    public void release() { }
    2) ZFUNCTION.java
    public class ZFunction extends BOBase implements BackendAware {
    private ZInterface backendInterface;
    private BackendObjectManager bem;
    private ZInterface getInterface() {
      if (backendInterface == null) {
       try {
        backendInterface = (ZInterface) bem.createBackendBusinessObject("ZCustomBO");
       } catch (BackendException e) {
      return backendInterface;
    public void setBackendObjectManager(BackendObjectManager bem) {
      this.bem = bem;
    public String getCustomFunc(String value) {
      try {
       return getInterface().getIncotermListvalue) ;
      } catch (RuntimeException e) { return ""; }
    3)ZINTERFACE.java
    public interface ZInterface extends BackendBusinessObject {
         public  String getCustomFunc(String value);
    4) ZBACKEND.java
    public class ZBackend extends BackendBusinessObjectBaseSAP implements ZInterface {
         String exportvalue="";
         public String getCustomFunc(String value) {
              try {
                   Function func =getDefaultJCoConnection().getJCoFunction("Z_CUSTOM_FUNCTION_MODULE");
                   func.getImportParameterList().getField("IMPORTPARAMETER").setValue(value);
                   getDefaultJCoConnection().execute(func);
                   exportvalue = func.getExportParameterList().getString("IMPORTPARAMETER");
              } catch (Exception e) {
                   return exportvalue ;
    5) WEB_INF/xcm/customer/modification/bom-config.xml
    <BusinessObjectManager name="ZCUSTOM-BOM" className="com.sap.isa.custom.ZBOM"/>
    6) WEB_INF/xcm/customer/modification/bom-config.xml
    <config isa:extends="../config[@id='crmdefault']">          
       <businessObject type="ZCustomBO"
                    name="ZCustomBO"
                    className="com.sap.isa.custom.ZBackend"
                    connectionFactoryName="JCO"
                    defaultConnectionName="ISAStateless"/>           
    </config>
    Regards,
    [Sateesh Chandra|http://sateeshchandrach.googlepages.com/isa]

  • Excel Web Access(An error has occurred.Please contact your system administrator if this problem persists. )

    I'm using share point 2007 under windows server 2008 R2(one web server, another db server).When I publish a excel(*.xlsx) to report library or view it in web browser with the same error as bellows:
    Excel Web Access
    An error has occurred.
    Please contact your system administrator if this problem persists.
    Please kindly support to guide how to fix it with bellow information in details such as log.Many thanks!
    1. The 12/logs file is as bellows:
    10/10/2014 09:53:55.18  w3wp.exe (0x6528)                        0x5C08 Excel Services               
     Excel Calculation Services     2u7d Medium   ExcelServerSharedWebApplication.Local: An exception was thrown by configdb infrastructure: System.InvalidOperationException: ExcelServerSharedWebApplication.Local: Could
    not get ServerContext.Current, which indicates that either SharePoint or the SSP infrastructure isn't provisioned correctly or that we're running outside of a web context.     at Microsoft.Office.Excel.Server.ExcelServerSharedWebApplication.get_Local(). 
    10/10/2014 09:53:55.18  w3wp.exe (0x6528)                        0x5C08 Excel Services               
     Excel Services Administration  8tqh Critical Excel Services: Unexpected exception while trying to access Shared Services Database;. Error = ExcelServerSharedWebApplication.Local: Could not get ServerContext.Current, which indicates that
    either SharePoint or the SSP infrastructure isn't provisioned correctly or that we're running outside of a web context.. 
    10/10/2014 09:53:55.18  w3wp.exe (0x6528)                        0x5C08 Excel Services               
     Excel Web Access               6nfi Unexpected InternalEwr.OpenWorkbook - An unexpected exception in the ECS Proxy occurred. Message: Microsoft.Office.Excel.Server.ExcelServerSettingException:
    An error has occurred. ---> System.InvalidOperationException: ExcelServerSharedWebApplication.Local: Could not get ServerContext.Current, which indicates that either SharePoint or the SSP infrastructure isn't provisioned correctly or that we're running
    outside of a web context.     at Microsoft.Office.Excel.Server.ExcelServerSharedWebApplication.get_Local()     --- End of inner exception stack trace ---     at Microsoft.Office.Excel.Server.ExcelServerSharedWebApplication.get_Local()    
    at Microsoft.Office.Excel.Server.ExcelServerSettings.get_Settings()     at Microsoft.Office.Excel.Server.ExcelServerSettings.get_EcsList()     at Microsoft.Office... 
    2.the event in event viewer is:
    Log Name:      Security
    Source:        Microsoft-Windows-Security-Auditing
    Date:          2014/10/10 9:49:43
    Event ID:      4625
    Task Category: Logon
    Level:         Information
    Keywords:      Audit Failure
    User:          N/A
    Computer:      ***.net
    Description:
    An account failed to log on.
    Subject:
     Security ID:  NULL SID
     Account Name:  -
     Account Domain:  -
     Logon ID:  0x0
    Logon Type:   3
    Account For Which Logon Failed:
     Security ID:  NULL SID
     Account Name:  ***
     Account Domain:  ***
    Failure Information:
     Failure Reason:  An Error occured during Logon.
     Status:   0xc000006d
     Sub Status:  0x0
    Process Information:
     Caller Process ID: 0x0
     Caller Process Name: -
    Network Information:
     Workstation Name: ***
     Source Network Address: ***
     Source Port:  63664
    Detailed Authentication Information:
     Logon Process:  
     Authentication Package: NTLM
     Transited Services: -
     Package Name (NTLM only): -
     Key Length:  0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
     - Transited services indicate which intermediate services have participated in this logon request.
     - Package name indicates which sub-protocol was used among the NTLM protocols.
     - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    Event Xml:
    <Event xmlns="">
      <System>
        <Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" />
        <EventID>4625</EventID>
        <Version>0</Version>
        <Level>0</Level>
        <Task>12544</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8010000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-10T01:49:43.563436300Z" />
        <EventRecordID>37602685</EventRecordID>
        <Correlation />
        <Execution ProcessID="532" ThreadID="26096" />
        <Channel>Security</Channel>
        <Computer>***.net</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="SubjectUserSid">S-1-0-0</Data>
        <Data Name="SubjectUserName">-</Data>
        <Data Name="SubjectDomainName">-</Data>
        <Data Name="SubjectLogonId">0x0</Data>
        <Data Name="TargetUserSid">S-1-0-0</Data>
        <Data Name="TargetUserName">***</Data>
        <Data Name="TargetDomainName">***</Data>
        <Data Name="Status">0xc000006d</Data>
        <Data Name="FailureReason">%%2304</Data>
        <Data Name="SubStatus">0x0</Data>
        <Data Name="LogonType">3</Data>
        <Data Name="LogonProcessName">
        </Data>
        <Data Name="AuthenticationPackageName">NTLM</Data>
        <Data Name="WorkstationName">***</Data>
        <Data Name="TransmittedServices">-</Data>
        <Data Name="LmPackageName">-</Data>
        <Data Name="KeyLength">0</Data>
        <Data Name="ProcessId">0x0</Data>
        <Data Name="ProcessName">-</Data>
        <Data Name="IpAddress">***</Data>
        <Data Name="IpPort">63664</Data>
      </EventData>
    </Event>

    Hi Tracy,
    Have you changed something on your SharePoint 2007 environment recently before this issue occurred?
    This issue may be related to Alternate Access Mappings settings like the following similar post, if you have configured AAM, you can check if this issue happened to some URLs, if it's the case, please add the problematic URLs as a Publish URLs for the default
    zone for your web application, and also add these URLs as trusted locations, then check results again.
    If above doesn't work, please enable ULS log on verbose level to get more useful log errors which time are corresponding to the errors occur. 
    https://social.technet.microsoft.com/Forums/en-US/c9ab4818-65c9-444d-be50-1bfed1f1509b/excel-web-access-web-part-works-on-intranet-but-not-internet?forum=sharepointgenerallegacy
    http://blog.bugrapostaci.com/2011/09/08/how-to-enable-verbose-log-mode-on-moss-2007/
    Thanks
    Daniel Yang
    TechNet Community Support

  • Business rule in MDS 2012 error: A database error has occurred. Contact your system administrator.

    I get the following information in my MDS log as well as the above error message when I execute a business rule that has a condition of AND and an Action of Attribute must be unique in combination with 2 other attributes. 
    I'm running SQL Server 2012 11.0.3000
    MDS database version 11.1.0.0
    Any ideas?
    MDS Error: 0 : SqlException message: A database error has occurred. Contact your system administrator.
       at Microsoft.MasterDataServices.Core.DataAccess.DbHelper.HandleExceptions(Exception ex)
       at Microsoft.MasterDataServices.Core.DataAccess.DbHelper.ExecuteDataSet(String spName, CloseConnectionBehavior closeBehavior, Object[] parameterValues)
       at Microsoft.MasterDataServices.Core.DataAccess.MasterDataAccess.<>c__DisplayClass5.<ValidateEntityMembers>b__4()
       at Microsoft.MasterDataServices.Core.DataAccess.DbHelper.ExecuteMethodWithDeadlockProtection(MethodDelegate method)
       at Microsoft.MasterDataServices.Core.BusinessLogic.Validations.ValidateMembers(Int32 versionId, Identifier entityIdentifier, IList`1 memberIds, RequestContext context, OperationResult results)
       at Microsoft.MasterDataServices.Core.BusinessLogic.Validations.Process(ValidationProcessCriteria criteria, Boolean commitVersion, Boolean validateEntityAsync, Boolean returnValidationResults, RequestContext context, OperationResult results)
    SQL Error Debug Info: Number: 208, Message: Invalid object name 'cteDuplicates0a070e37b106b9e3efe35a455076efa7'., Server: SQLRS-01, Proc: udp_SYSTEM_3_38_CHILDATTRIBUTES_ProcessRules, Line: 230
    SQL Error Debug Info: Number: 266, Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1., Server: SQLRS-01, Proc: udp_SYSTEM_3_38_CHILDATTRIBUTES_ProcessRules, Line: 230
    SQL Error Debug Info: Number: 266, Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1., Server: SQLRS-01, Proc: , Line: 0
    SQL Error Debug Info: Number: 266, Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1., Server: SQLRS-01, Proc: udpBusinessRule_AttributeMemberController, Line: 0
    SQL Error Debug Info: Number: 266, Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1., Server: SQLRS-01, Proc: udpValidateMembers, Line: 0
        DateTime=2013-08-15T13:25:15.6684023Z
    MDS Error: 0 : <ArrayOfError xmlns="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
      <Error>
        <Code>208</Code>
        <Context i:nil="true" />
        <Description>A database error has occurred. Contact your system administrator.</Description>
      </Error>
    </ArrayOfError>
        DateTime=2013-08-15T13:25:15.7152026Z

    OK I bit the bullet and contacted support on this one.
    There is a known issue with MDS 2012 and business rules with a combination of "must be unique" attributes. If you do not list the attributes in the same order that they were created you will get the generic error I cited. At first they told me it must be
    in the same order the attributes are in and that worked on one entity but not the other. The difference was that in the second entity I previously rearranged the attributes in question. Once I changed the order in the business rule to reflect the *original*
    order it worked like a champ.
    Hopefully this helps save someone some time and money.

  • An unexpected error has occurred. Please contact your system administrator

    Hi All,
    I have created one transaction in AR and i am trying to apply a credit transaction against this transaction in transaction work bench i am getting following error.
    Error:
    An unexpected error has occurred. Please contact your system administrator.
    we are using R12.1.3 version.
    Please help us.
    Regards,
    Raju.G

    Hi Raju,
    Please check for any errors in the DB and Application log file and post them here.
    Also refer notes:
    Transactions Workbench: Credit a Transactions Ends in Error: An Unexpected Error Has Occurred. Please Contact Your System Administrator (Doc ID 1552365.1)
    Troubleshooting Credit Memos in the Transaction Workbench and AutoInvoice in Receivables (Doc ID 1110573.1)
    Transactions Workbench Error: Listing of FRM Errors (Doc ID 1321612.1)
    Thanks &
    Best Regards ,

  • Error While Generating Sequence Number. Contact your system Administrator

    Hi All,
    I have developed a form to provide our client with 'an easy to fill' User Interface. This form will be used instead of the standard form present in Business Suite.
    Some columns of the table, on which form is based, are getting populated via generation of sequence numbers.
    Now the problem is, after deploying custom form developed by me in the instance, Standard form is showing this error
    " Error While Generating the Sequence Number. Please contact the System Administrator "
    I am unable to trace why this error had started appearing..
    Any suggestions would be of great help...
    Thanks in Advance,..

    Forms version 6i,
    Database version 9.2.0.6.0
    Sequences which I am using are used there in Standard form also..
    So evrytime i need to save the record, I am selecting NEXTVAL of it into
    the respective item of the datablock..

  • Critical Error: An unhandled error has occurred. Please contact your system administrator.

    Hi all,
    Does anyone have any idea what the following error relates to?
    "Critical Error: An unhandled error has occurred. Please contact your system administrator.
    Debug information:
    System.IO.FileNotFoundException; Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."
    I'm stumped!

    Hi iAmCasio,
    Have you made any changes before we meet this issue?
    When do we receive this error message?
    As my point of viewer, this issue is related to the  Microsoft.VisualStudio.QualityTools.UnitTestFramework.
    To receive better support about Visual Studio, we could seek help from studio forum.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Please contact the System Administrator for assistance.

    Hi ,
    when we are accessing R12 sometimes user facing the issue like below
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    instance running on linux with r12.1.1.
    we unable to find the exact problem. can you please help me out.
    Thanks,
    Madhu

    Hi Haswaan,
    I got following errors in error log file
    [Thu Feb  4 04:07:11 2010] [error] [client 172.25.31.58] [ecid: 1265245631:10.224.126.6:29864:0:111,0] Directory index forbidden by rule: /u03/prod/apps/apps_st/comn/java/classes/
    [Thu Feb  4 06:24:16 2010] [error] [client 172.25.30.217] [ecid: 1265253856:10.224.126.6:11623:0:120,0] Directory index forbidden by rule: /u03/prod/apps/apps_st/comn/java/classes/
    [Thu Feb  4 06:43:21 2010] [error] [client 172.25.31.58] [ecid: 1265255001:10.224.126.6:28839:0:196,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Feb  4 06:43:21 2010] [error] [client 172.25.31.58] [ecid: 1265255001:10.224.126.6:28839:0:197,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Feb  4 06:52:12 2010] [error] [client 172.25.30.128] [ecid: 1265255532:10.224.126.6:2542:0:141,0] mod_oc4j: Failed to find a failover oc4j process for session request for destination: application://oacore (no island or jgroup).
    [Thu Feb  4 07:44:54 2010] [error] [client 172.25.30.128] [ecid: 1265258694:10.224.126.6:31450:0:183,0] Directory index forbidden by rule: /u03/prod/apps/apps_st/comn/java/classes/
    [Thu Feb  4 07:45:18 2010] [error] [client 172.25.30.128] [ecid: 1265258718:10.224.126.6:28848:0:230,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_DE.class
    [Thu Feb  4 07:45:19 2010] [error] [client 172.25.30.128] [ecid: 1265258719:10.224.126.6:28848:0:231,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_DE.properties
    [Thu Feb  4 07:50:09 2010] [error] [client 172.25.30.23] [ecid: 1265259009:10.224.126.6:29920:0:246,0] Directory index forbidden by rule: /u03/prod/apps/apps_st/comn/java/classes/
    [Thu Feb  4 08:32:29 2010] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Thu Feb  4 08:32:29 2010] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Feb  4 08:39:04 2010] [error] [client 172.25.30.245] [ecid: 1265261944:10.224.126.6:1177:0:1,0] Directory index forbidden by rule: /u03/prod/apps/apps_st/comn/java/classes/
    [Thu Feb  4 08:39:07 2010] [error] [client 172.25.30.245] [ecid: 1265261947:10.224.126.6:880:0:5,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_GB.class
    [Thu Feb  4 08:39:07 2010] [error] [client 172.25.30.245] [ecid: 1265261947:10.224.126.6:880:0:6,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_GB.properties
    [Thu Feb  4 08:40:27 2010] [error] [client 172.25.30.23] [ecid: 1265262027:10.224.126.6:1295:0:1,0] Directory index forbidden by rule: /u03/prod/apps/apps_st/comn/java/classes/
    [Thu Feb  4 08:43:23 2010] [error] [client 172.25.31.170] [ecid: 1265262203:10.224.126.6:941:0:21,0] Directory index forbidden by rule: /u03/prod/apps/apps_st/comn/java/classes/
    [Thu Feb  4 08:43:32 2010] [error] [client 172.25.31.170] [ecid: 1265262212:10.224.126.6:924:0:28,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_DE.class
    [Thu Feb  4 08:43:32 2010] [error] [client 172.25.31.170] [ecid: 1265262212:10.224.126.6:924:0:29,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_DE.properties
    [Thu Feb  4 08:44:21 2010] [error] [client 172.25.31.170] [ecid: 1265262261:10.224.126.6:941:0:49,0] Directory index forbidden by rule: /u03/prod/apps/apps_st/comn/java/classes/
    [Thu Feb  4 08:44:22 2010] [error] [client 172.25.31.170] [ecid: 1265262262:10.224.126.6:941:0:50,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Feb  4 08:44:22 2010] [error] [client 172.25.31.170] [ecid: 1265262262:10.224.126.6:941:0:51,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Feb  4 08:45:02 2010] [error] [client 172.25.31.170] [ecid: 1265262302:10.224.126.6:941:0:89,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_DE.class
    [Thu Feb  4 08:45:02 2010] [error] [client 172.25.31.170] [ecid: 1265262302:10.224.126.6:941:0:90,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_DE.properties
    [Thu Feb  4 08:58:35 2010] [error] [client 172.25.31.58] [ecid: 1265263115:10.224.126.6:974:0:21,0] Directory index forbidden by rule: /u03/prod/apps/apps_st/comn/java/classes/
    [Thu Feb  4 08:58:36 2010] [error] [client 172.25.31.58] [ecid: 1265263116:10.224.126.6:974:0:22,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Feb  4 08:58:36 2010] [error] [client 172.25.31.58] [ecid: 1265263116:10.224.126.6:974:0:23,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Feb  4 09:01:41 2010] [error] [client 10.224.81.46] [ecid: 1265263301:10.224.126.6:884:0:29,0] File does not exist: /u03/prod/inst/apps/PROD_kwa1hcm3/portal/favicon.ico
    [Thu Feb  4 09:04:49 2010] [error] [client 172.25.30.23] [ecid: 1265263489:10.224.126.6:885:0:48,0] File does not exist: /u03/prod/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    Thanks,
    Dba

  • You have encountered an unexpected error. Please contact the System Administrator for assistance.

    Hi folks,
    We are facing an issue while developing a custom oaf page.While we submiting the page using the navigation through dialog page facing the error message called "You have encountered an unexpected error. Please contact the System Administrator for assistance.". But the scenario is working well when FND Diagnostics got enabled.
    Please find below our code for Dialog page
            OADialogPage dialogpage=new OADialogPage(OAException.WARNING,Exception,null,"","");
            dialogpage.setOkButtonLabel("Yes");
            dialogpage.setNoButtonLabel("No");
            dialogpage.setOkButtonItemName(OkButonName);
            dialogpage.setOkButtonToPost(true);
            dialogpage.setNoButtonToPost(true);
            dialogpage.setPostToCallingPage(true);
            pageContext.redirectToDialogPage(dialogpage); 
    Kindly suggest me does it invlove with any of the profile related..
    Regards,
    Dhanraj D

    Hi Dhanraj,
    Your code looking fine.
    Please check below link it will help.
    R12 Error Page :You have encountered an unexpected error. Please contact..
    &amp;raquo; You have encountered an unexpected error. Please contact the System Administrator for assistance. Online Ap…
    http://www.club-oracle.com/forums/oracle-apps-you-have-encountered-unexpected-error-t3853/
    Thanks,
    Dilip

  • IProcurement is not a valid responsibility for the current user. Please contact your System Administrator.

    Hi All,
    When I am trying to click on the 'iprocurement Home page' menu in the iprocurement responsibility getting the below error message in R12;
    "iProcurement is not a valid responsibility for the current user. Please contact your System Administrator."
    Can any one let me know how to resolve this?
    Regards
    Joseph

    Hi Joseph,
    I am assuming that the user actually has the iProcurement responsibility assigned to them. If so, try the following solution from note 1560400.1:
    1) Logon with System Administrator responsibility
    2) Navigate to Profile > System, click on User and enter the user name
    3) Search for profile 'Applications Start Page'. Delete the value set at user level and save
    4) Retry
    Regards,
    Cheryl

  • Logon is not possible because you have not been assigned to a business role; please contact your system administrator

    Hi experts,
    I'm having a problem when our project approaching the end.
    If I assigned the business role in parameter CRM_UI_PROFILE and PFCG role in SU01.
    It works fine,and the user can logon the web ui.
    Now I created a new organization model and position,assigned the business role and user to the position.
       A PFCG role was also assigned to the business role:
    Then I removed all the roles and profiles in user master in SU01.
    The user can not login CRM WEB UI and the system raised "Logon is not possible because you have not been assigned to a business role; please contact your system administrator".
    Can anybody suggest what the problem is? Is there any other settings I should make?
    I suppose that,since the user was assigned to the position the organizational model, the system can determine the user's business role, and through the business role, the corresponding PFCG role can also be determined.
    Am I correct?
    Thanks.
    Jerry

    Jerry, yes, you're right.
    Let me point you to pretty good explanation right here: Logon is not possible because you have not been assigned to a business role; please contact your system administrator
    So business role determination is taken in three steps (you can observe them in class CL_CRM_UI_PROFILE_DETERM method LOAD_PROFILES):
    1. From user's parameter  CRM_UI_PROFILE (method LOAD_FROM_USER_PARAMETER);
         If  CRM_UI_PROFILE = * then the user needs to have S_DEVELOP authorization object with OBJTYPE = 'DEBUG' (debug authorization).
    2. If not found on previous step: From organizational management (method LOAD_FROM_ORG_MANAGEMENT)
    3. If not found on previous steps: Based on PFCG roles (method LOAD_FROM_PFCG_ROLE);

  • SYSTEM ADMINISTRATOR RESPONSIBILTY ISSUE

    Hi,
    PROD
    R12
    AIX 5.2
    The management wants to create a user and assign “SYSTEM RESPONSIBILTY” as below requirement.
    Responsibility                               Justification / Reason
    System Administration                              View ONLY Key Flex field setup
                                                            View ONLY   Descript FF setup
                                                            View ONLY   List of values
                                                            View ONLY   Concurrent Requests
                                                            View ONLY   Profile Options
                                                            View ONLY   Responsibility & Users
    ACCL Saudi HRMS Super User            View ONLY Current Setup Screens Is it possible to create RO responsibility or in other way??
    Thanks
    Edited by: user11969485 on Jun 22, 2011 3:09 AM

    But where can I collect all functions what I know there is a way that is go to menu of system administrator responsibility and perform for all functions with parameters “QUERY_ONLY=YES".” But this is very time taking process; do you have some other way where can I make it fast?No -- However, you could use FNDLOAD to download the menu with all the forms/functions, edit the ldt file and add "QUERY_ONLY=YES" parameter and upload it to a new menu. I have not tried this before myself and it would take the same time as the above but it is an alternative.
    Thanks,
    Hussein

  • OracleJSP: An error occurred. Consult your application/system administrator

    hello friends,
    i installed a soa patchset 4 (7272722) over soa suite 10.1.3.1.0 in a solaris sparc machine.the installation was sucessful.i followed the docs during the installation like running the scripts etc. after finishing the installation the bpel console can be opened but when i go for configuration n administration i get this error..n even when viewing the instances for a process
    OracleJSP: An error occurred. Consult your application/system administrator for support. Programmers should consider setting the init-param debug_mode to "true" to see the complete exception message.
    whats the problem with the soa suite ?...what can i do to solve the problem....plz its very urgent and am a starter in oracle bpel

    Switch yourself to administrator mode ;-) and check the log files. Esp. the ones in $SOA_HOME/opmn/logs are of interest. Look for any java stack traces that are related (in time) to your request.
    When you contact Oracle Support you must provide much more information than this little snippet...
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • [svn:osmf:] 13872: Removing lingering debug trace.

    Revision: 13872
    Revision: 13872
    Author:   [email protected]
    Date:     2010-01-29 01:07:15 -0800 (Fri, 29 Jan 2010)
    Log Message:
    Removing lingering debug trace.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as

    Hi,
    You are the first person I have read so far on this forum who does not use Flex or Flash builder. I will check out FlashDevelop. It is good information to know. Thanks a lot!
    -Wei Zhang
    Senior Computer Scientist
    Adobe Systems, Inc.
    [email protected]

  • An error occurred; contact your system administrator

    Hi,
    When it navigated to User Administration --> Identity Management
    it gets error blow
    "An error occurred; contact your system administrator"
    How can it be fixed?,
    Thanks.

    I saw errors on trace
    Error 1:
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:111)
    Error 2:
    Exception while loading class: com.sapportals.supportplatform.plugins.portal.connectors.ConnectorGatewayServiceCheck
    java.lang.NoClassDefFoundError: com/sapportals/portal/prt/resource/ResourceException
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    Error 3:
    "CfgObjectLoadVisitor" cannot load com.sap.slm.util.config.objects.CfgSDTServer from SLM configuration. Cannot read configuration in path 'SLM'
    How it can be fixed?
    Thanks.

Maybe you are looking for