Error tracing

Consider the following scenario:
When_mouse_double_click procedure is calling Click_Save procedure which contains the do_key('commit_form') statement.
As a result of which key-commit trigger is fired. I am raising Form_Trigger_Failure exception from this trigger.
I want to know that in When_mouse_double_click procedure how can i check that an error has occurred in the key-commit trigger.
Following explains the procedure calling sequence:
When_mouse_double_click
Click_Save
key-commit
Raise exception
The error_code system variable is 0 in Click_Save and When_mouse_double_click procedures so it cannot help me
Exception when others then statement is also not helping me
I am using Forms10g with Oracle 10g

hi
try something like this.
key-commit trigger
DECLARE
FormErr   NUMBER;
dbErrNo   NUMBER;
dbErrTxt  VARCHAR2(200);
FormTxt   VARCHAR2(80);
ErrTyp    VARCHAR2(3) ;
BEGIN
  commit;
    FormErr := ERROR_CODE;
    IF FormErr = 40400 THEN
      -- get the database error and text
      dbErrNo := DBMS_ERROR_CODE;
      dbErrTxt := DBMS_ERROR_TEXT;
      -- display the real problem
      MESSAGE('ORA'||TO_CHAR(dbErrNo)||': '||dbErrTxt, ACKNOWLEDGE);
    ELSE
      -- get the form messages
      FormTxt := ERROR_TEXT;
      ErrTyp := ERROR_TYPE;
      -- show the complete form message and error
      MESSAGE(ErrTyp || '-' || TO_CHAR(FormErr) || ': ' || FormTxt);
    END IF;
    RAISE FORM_TRIGGER_FAILURE;
END;sarah

Similar Messages

  • ERROR Tracing Image!

    Recently, sometimes when i try to trace image in Illustrator, i got this error message:
    http://s2.postimg.org/o6mcvfa2x/ERROR.jpg
    Never have this problem before at AI CS6 & AI CC 17.
    I don't want to keep restarting AI to do this simple job everytime
    Plz, tell me what happened?
    Thanks

    Here it is. But it's not only this image, the error happened to any images with any tracing presets until i restart AI software.

  • Error Traceing In BPM

    Hi All,
        I have a file to File scenerio, where the BPM is used for processing the file.
    Now, when i processed the file, it get stuck-off in BPM. I fail to find the exact location where it is causing me the problem.
    Checked :
       1. SXMB_MONI  : the file is still getting processed in BPM by a clock symbol.
       2. SMQ2/SMQ1 : No  message is present over there.
       3. SWWL          : there are few message that are still in different state. If i will delete the message the file shows sucessfully as i am deleteing the BPM stuck-off message.
    But i just want to know where exactly the problem is happening.
    Guide from your side will be a great help to me..
    Thanks in advance.
    JAY.
    Edited by: JGD on Sep 1, 2008 9:32 AM

    Hi JGD,
    Clock symbol means your BPM is waiting for some more files as its in the loop and the loop condition has not been completed. Check out the link(given as PE) on the right side of the sxmb_moni pane. It wil take you to the graphical display of the BPM execution. You can trace your error there.
    It will be helpful to tel the exact error if you provide some more details about your BPM configuration.
    Regards,
    Sanjeev.

  • Error  while parsing JSF jspx page when including javascript  loops

    Hi All,
    I have a jspx document which contains jsf tags including trinidad tags. I have added a javascript function in the page, which contains a for loop statement, however when I run the page I get an error
    com.sun.facelets.FaceletException: Error Parsing /xAdvisorWeb/bundles/receivetask/manageinbox.jspx: Error Traced[line: 48] The content of elements must consist of well-formed character data or markup.
    at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)
    at com.sun.facelets.compiler.Compiler.compile(Compiler.java:104)
    at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:192)
    at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:141)
    at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:93)
    at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:503)
    at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:553)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:178)
    at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:995)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:930)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:326)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:290)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:213)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:90)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:761)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:673)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:498)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)
    at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
    Please note that normal javascript code has worked in my jsf page, this problem only occurs only when I add for loop or while loop in the javascript function. Can we not add javascript loops in a jsf page? Is there something else I need to include?
    This is the relevant code snippet :
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:tr="http://myfaces.apache.org/trinidad"
    xmlns:ch="http://www.chordiant.com/jsf"
    xmlns:chrd="http://chordiant.com/jsf/chrd">
    <f:view locale="#{preferLocale.locale}">
    <f:verbatim escape="true">
    <script>
    function validateInput(){
    for(int i=0;i<3;i++)
    alert('Hi');
    return false;
    </script>
    </f:verbatim>
    <tr:commandLink styleClass="ttmBtnCmdLink" onclick="return validateInput();"
    action="#{manageInbox.executeTaskForAssignedWorkItems}">
    <tr:outputText value="#{msgs.execute_btn}"
    styleClass="ttmBtnOutTxt" />
    </tr:commandLink>
    Any help will be much appreciated.
    Thanks in advance,
    Debajyoti

    M-Y wrote:
    replace "<" with "& l t ;"
    remove spaces in "& l t ;" when u paste it in ur code
    in my previous 2 replies i entered it with out spaces and it was getting converted to "<"The forum engine parses HTML entities. So just replace the & by its HTML entity &amp; and it will work: &lt;.
    But no, this is not going to work. JavaScript doesn't recognize HTML entities as operators.
    Follow the suggestion rlubke gave. Or, even better, put all Javascripts in its own .js file and include this file in the HTML head.

  • Authentication error when creating EPM Add-in connection with SAP BO Enterprise connection type

    Hello, Experts,
    I have a problem with creation of EPM Add-in connection when SAP BusinessObjects Enterprise connection type is selected.
    An error message is "Error while communicating with the server. Framework message: Authorization failed."
    Here are the steps that were implemented and how this issue was reproduced:
    SAP BusinessObjects Planning and Consolidation 10.0 SP12 for Microsoft was installed and configured.
    Integration between SAP BPC and SAP BusinessObjects BI 4.1 SP02 was implemented. SAP BO users can successfully connect to SAP BPC system.
    EPM connector was successfully installed and deployed in SAP BusinessObjects BI server.
    BPC ODBO 2.0 SP04 64BIT was installed in SAP BusinessObjects server.
    EPM connection was successfully created in SAP BusinessObjects CMC.
    EPM Add-in and BPC ODBO 2.0 SP04 32BIT was installed in another computer (let's call it CLIENT) which has MS Office 2007 32BIT installed.
    From CLIENT computer we have launched Excel manually and successfully created BPC connection with Connection Type - Local.
    Then we have logged into BI Launch Pad and launched New / EPM document (Excel). Excel has started.
    In EPM Add-in we have pressed Logon.
    In connection window selected SAP BusinessObjects Enterprise connection type.
    An error "Error while communicating with the server. Framework message: Authorization failed." appears.
    Before this error appears we are not getting any window where we could select EPM connection (created in CMC) nor the possibility to enter username or password.
    Looking forward you valuable comments and suggestions.
    Thank you in advance.
    Donatas Budrys

    Dear, Roberto,
    Our user has Full Access to all BPC tasks and it is administrator in BI system.
    Also we can successfully connect with the same user using Connection type "Local".
    We had done some investigation and in the BPC SQL Server trace log we can catch the following message when an error occurs:
    ==============[System Error Tracing]==============
    [System  Name] : BPCXMLAService [Message Type] : ErrorMessage [Job Name]    : ValidateUser [DateTime]    : 04/23/2014 10:58:06 [UserId]      : [Exception]    DetailMsg  : {System.Exception: Invalid user    at SAP.BPC.Services.Webservice.XMLAService.XMLAService.ValidateUser()} ==============[System Error Tracing  End ]==============
    It is very interesting that after the EPM workbook is launched via BI Launch Pad till an error occurs we are NOT provided with possibility to enter any username and password. So the EPM add-in should use the same user which was logged into BI Launch Pad - in our case the user with administrative rights both in BI Launch Pad and BPC systems. Am I missing anything?
    Looking forward your feedback.
    Thank you in advance.
    Best regards,
    Donatas

  • Errors in OLAP storage engine

    I am running BPC MS 7.5 and tried to do a full optimization and got the error below.
    Unfortunately it did not appear to put the data back to its original state and I had to restore to a back up!
    Can anyone tell me how to resolve this error - I am not a techie more an application man so in "English" would help me.
    ==============[System Error Tracing]==============
    [System  Name] : OLAPServerHandler
    [Message Type] : ErrorMessage
    [Job Name]     : Olap9Manager : CubeProcess
    [DateTime]     : 6/22/2011 11:45:32 AM
    [UserId]       :
    [Exception]
        DetailMsg  : {Microsoft.AnalysisServices.OperationException: Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactConsolidation', Column: 'ACCOUNT', Value: 'CTLICBFR010'. The attribute is 'Account_ID1'.
    Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
    Errors in the OLAP storage engine: An error occurred while processing the 'Consolidation' partition of the 'Consolidation' measure group for the 'Consolidation' cube from the EBIQUITYTRAIN database.
    Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
    Internal error: The operation terminated unsuccessfully.
    Server: The operation has been cancelled.
    Thanks

    Hi,
    Usually, this kind of error message comes from invalid records in your fact tables.
    Check out SAP Note 1098683.
    Hope this will help you.
    Kind Regards,
    Patrick

  • Error in converting the c/c++ file to java in JNI

    hi all
    i am new to jni in java programming.
    i[b] had success fully compiled the java class i.e.
    Sample1.java--->Sample1.class--->Sample1.h
    but when to
    Sample1.c-->Sample1.dll
    as shown below
    in the console i get this error
    C:\jdk1.4\bin>cl -Ic:\jdk\include -Ic:\jdk\include\win32 -LD Sample1.c -FeSample
    1.dll
    'cl' is not recognized as an internal or external command,
    operable program or batch file.

    i had search whole website through google for curl and java but no help as required.
    hey if please do not mind, i need it urgent, i am asking you my another problem in this thread and is related:
    curl,libcurl and java api.
    i compiled all the lib curl and imported into my code and code is as follows:
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.sql.*;
    import org.curl.*;
    import java.lang.*;
    class test
         public void curl_connect()
              Runtime     rt=Runtime.getRuntime();
              String ls_str="";
              try
                   String urlpath="www.yahoo.com";                    
                   String CreateProcess ="";               
                   System.out.println("inside cURL process");               
                   CreateProcess = "c:\\curl\\curl.exe https://" + urlpath;
                   Process pr = rt.exec(CreateProcess);
                   InputStream stderr = pr.getErrorStream();
                   InputStreamReader isr = new InputStreamReader(stderr);
                   BufferedReader br =new BufferedReader(isr);
                   String line = null;
                   while ((line = br.readLine())!= null )
                        System.out.println(line);
                   CurlGlue cg = new CurlGlue();
                   cg.setopt(CURL.OPT_WRITEFUNCTION, 2);
                   cg.setopt(CURL.OPT_VERBOSE, 3);
                   cg.setopt(CURL.OPT_FOLLOWLOCATION, 1);
                   cg.setopt(CURL.OPT_SSL_VERIFYPEER, 0);
                   cg.setopt(CURL.OPT_SSL_VERIFYHOST, 0);
                   cg.setopt(CURL.OPT_SSLCERTTYPE, "PEM");
                   cg.setopt(CURL.OPT_SSLVERSION, 3);
                   cg.setopt(CURL.OPT_HTTPPOST, 1);
                   int result = cg.setopt(CURL.OPT_URL,CreateProcess );
                   // post method
                   cg.setopt(CURL.OPT_POST, 1);
                   // IS THIS THE RIGHT WAY TO SET SIMPLE POST DATA?
                   cg.setopt(CURL.OPT_POSTFIELDS, "some post data");
                   // IS THIS THE RIGHT WAY TO SET COOKIE?
                   String cookieString= "";
                   if(cookieString != null)
                   cg.setopt(CURL.OPT_COOKIE, cookieString);
                   cg.perform();
              catch(Exception ee)
                   System.out.println("error traced");
                   ee.printStackTrace();
    class test1
         public static void main(String args[])
              try
                   test t12= new test();
                   t12.curl_connect();
              catch(Exception ee)
                   ee.printStackTrace();
    }                    can you tell me how to do further
    curl is used to fetch a page from the source website to destination website.
    when i run this api on my machine then message appeare is failed to link
    at the end i am getting this output
    <pre>
    inside cURL process
    Libraries loaded.
    * Closing connection #0
    Press any key to continue...
    </pre>
    Message was edited by:
    centurions

  • Poor iasconsole perf; emagent using too much cpu; and errors in em*.logs

    Recently the emagent which runs with the iasconsole on our AppServer Mid Tier (10.1.2.0.2 AS and 10.1.0.4.2 emagent) has been using a ridiculous amount of CPU (28% of 8 Dual Core USIV+). The emagent for the INF Tier and for OEM Grid Control never even get up to 1%.
    Bouncing the iasconsole helps for a couple hours, but then it's right back up there.
    Iasconsole performance also seems to slow to a crawl when the CPU usage increases. Navigating from page to page can take minutes..
    During investigations I've noticed some nasty looking errors in the sysman/logs/em* logs that i've added to the end of this post.
    Has anyone had similiar issues, or can anyone tell from these symptoms and logs what is going wrong here and what I can try to get our AppServer running nicely?
    Thanks!
    Tony
    em-application.log: - right before needing to restart the iasconsole
    06/05/26 11:23:05 emd: Broken pipe
    06/05/26 11:23:05 emd: Broken pipe
    06/05/26 11:23:05 emd: Broken pipe
    06/05/26 11:24:24 emd: Broken pipe
    06/05/26 11:24:24 emd: Broken pipe
    06/05/26 11:27:24 emd: Get Oracle_HOME from EMD targets.xml as /opt/oracle/product/AS101202BIF
    06/05/26 11:32:02 emd: Broken pipe
    06/05/26 11:32:02 emd: Broken pipe
    06/05/26 11:32:02 emd: Broken pipe
    06/05/26 11:32:02 emd: Broken pipe
    06/05/26 13:02:08 default: Stopped
    06/05/26 13:02:08 cabo: Stopped
    06/05/26 13:02:08 emd: dynamicImage: destroy
    06/05/26 13:02:08 emd: redirect: destroy
    06/05/26 13:02:08 emd: Stopped
    06/05/26 13:02:08 Stopped (Shutdown executed by enterprise-manager/admin from 127.0.0.1 (localhost))
    emagent.trc:
    2006-05-26 13:47:12 Thread-4780 ERROR engine: [BIF101202.hadrian_HTTP Server,oracle_apache] : mod_oc4j_general : nmeeam_GetMetricData failed
    2006-05-26 13:47:12 Thread-4780 ERROR engine: [oracle_apache,BIF101202.hadrian_HTTP Server,mod_oc4j_general] : nmeegd_GetMetricData failed : Result has repeating key value : /forms/lservlet/*
    2006-05-26 13:52:10 Thread-5186 ERROR engine: [oracle_apache,BIF101202.hadrian_HTTP Server,mod_oc4j_mount_pt_metrics] : nmeegd_GetMetricData failed : Result has repeating key value : /forms/lservlet/*
    2006-05-26 13:52:11 Thread-5186 ERROR engine: [oracle_apache,BIF101202.hadrian_HTTP Server,mod_oc4j_mount_pt_metrics] : nmeegd_GetMetricData failed : Result has repeating key value : /forms/lservlet/*
    2006-05-26 13:52:11 Thread-5186 ERROR engine: [BIF101202.hadrian_HTTP Server,oracle_apache] Failure in step [0] : mod_oc4j_mount_pt_metrics. Result has repeating key value : /forms/lservlet/*. Stopping execution
    2006-05-26 13:52:11 Thread-5186 ERROR engine: [BIF101202.hadrian_HTTP Server,oracle_apache] : mod_oc4j_general : nmeeam_GetMetricData failed
    2006-05-26 13:52:11 Thread-5186 ERROR engine: [oracle_apache,BIF101202.hadrian_HTTP Server,mod_oc4j_general] : nmeegd_GetMetricData failed : Result has repeating key value : /forms/lservlet/*

    I was contacted by a support engineer. This was not the original engineer I spoke with, who recommended an incorrect patch for the issue and wanted to transfer the case to the AppServer team.
    We checked the ports for all emagents AS_INF, AS_MIDTIER, and OEM_GC and there were no conflicts (for all those reading the thread above).
    We also discussed the issue further and he provided me with an action plan with the recommendation to increase the emagent logging level to debug if the problem returns.
    Finally we discussed the errors traced by the emagent, and he convinced me that they may have been related to oc4j depolyment problems.
    I'm now satisfied to let this SR close and follow the recommendations and open a new tar if the problem returns.
    Thank you again for your intervention. This Support Request was going nowhere, you stepped in, and immediately all my concerns where addressed.
    Tony

  • How to Trace Publishing errors in CS3

    Using Flash CS3 (updated 9.0.3, AIR 1.1) on a Mac (10.5.5)
    and my AIR files that were publishing fine a month ago are now not
    publishing at all (even though it's telling me the AIR file has
    been created).
    Found this on adobe.com:
    quote:
    * There’s no error checking. When packaging fails,
    there’s no error dialog so it might appear as if the task
    succeeded.
    And also this:
    quote:
    Things to watch out for that might cause packaging to fail: *
    Invalid characters in ID, file type name, file type extension
    fields. * Space, double byte characters or high ASCII characters in
    path or file name * Password does not match the selected digital
    certificate. * Icon size does not match the specified size.
    I've checked out these things, point by point, to no avail.
    Anyone else encountering this issue?
    Is there any way for me to find out where the problem is and
    at what point packaging fails?
    Thanks for reading this.

    Thanks for your continued help. Once I gave the .air file
    argument the full path then all of the other relative assets loaded
    fine and compiled successfully. I can now package AIR files using
    the "adt"!
    I still can't publish the AIR files using Flash CS3, however.
    It allows me to publish an unsigned certificate but when I try to
    use the same certificate that I used successfully with the "adt" it
    leaves me with a nonexistent .air file. I'm assuming it has to do
    with the certificate, but this was all working fine a few weeks ago
    so I'm at a loss.
    I guess I'll have to wait for some sort of update with error
    tracing within the Flash CS3 environment. In the meantime I can use
    the "adt" command line method which seems to work fine, thanks to
    all of your help.
    Much appreciated.

  • Error adding new users from local server

    Hello, BPC Gurus,
    We use BPC 7.0 MS SP4, MS SQL 2008 (Server name - BPCP01)
    In Administration Console we're trying to add user from local server (server with SQL Database), and warning window is appeared with message "The Server Is Not Operational [BPBCP01]"
    I checked Logging folder and found message:
    ==============[System Error Tracing]==============
    [System  Name] : OSoftAdminSecurity
    [Job Name]     : frmManageUser::GetAllObjectsFromDomainServer
    [DateTime]     : 2010-12-06 16:58:43
    [Exception]
        DetailMsg  : {System.Exception: The server is not operational [BPCP01]
       at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
       at OSoft.Consumers.Admin.Security50.ManageDataSet.GetAllObjectsFromDomainServer(String pDomainName, String pLDAPFullPath, Int32 pDomainObjectType, String pObjectValue, String pDomainType)
       at OSoft.Consumers.Admin.Security50.frmManageUser.GetAllObjectsFromDomainServer(String pDomainName, FILTER_TYPE pOptionType, String pOptionValue, String pDomainType)}
    ===========[System Error Tracing  End ]===========
    Any ideas?

    The installation was done with a local user or with a domain user?
    You know that BPC server can not be in the same time also domain controler.
    Are you using Windows authentication or CMS authentication.
    If you are using CMS authentication then again you can not add local users.
    If you are using Windows authentication then you have to go into server Manager
    Options - Define System User Groups
    Domain Type - Local Windows
    System User Group Name - Local Users.
    If you are using Windows 2008 make sure you addrole to have compatibility with IIS 6.because using this module bpc is adding new users.
    Regards
    Sorin Radulescu

  • BPC Installation :Errors in the metadata manager

    Hi All,
    We are trying to install BPC MS 10 and getting an error message during the installation: 'Errors in the metadata manager. Either the database role with the ID of 'EnvironmentShell Role' does not exist in the database with the ID of 'EnvironmentShell', or the user does not have permissions to access the object.'
    Here is Logs:
    ==============[System Error Tracing]==============  [System  Name] : OLAPServerHandler  [Message Type] : ErrorMessage  [Job Name]     : Olap9Manager : DeleteRole  [DateTime]     : 6/11/2014 5:07:07 PM  [UserId]       :   [Exception]       DetailMsg  : {Microsoft.AnalysisServices.OperationException: Errors in the metadata manager. Either the database role with the ID of 'EnvironmentShell Role' does not exist in the database with the ID of 'EnvironmentShell', or the user does not have permissions to access the object.      at Microsoft.AnalysisServices.XmlaClient.CheckForSoapFault(XmlReader reader, XmlaResult xmlaResult, Boolean throwIfError)     at Microsoft.AnalysisServices.XmlaClient.CheckForError(XmlReader reader, XmlaResult xmlaResult, Boolean throwIfError)     at Microsoft.AnalysisServices.XmlaClient.SendMessage(Boolean endReceivalIfException, Boolean readSession, Boolean readNamespaceCompatibility)     at Microsoft.AnalysisServices.AnalysisServicesClient.SendExecuteAndReadResponse(ImpactDetailCollection impacts, Boolean expectEmptyResults, Boolean throwIfError)     at Microsoft.AnalysisServices.AnalysisServicesClient.Delete(IMajorObject obj, ImpactDetailCollection impact, Boolean ignoreFailures)     at Microsoft.AnalysisServices.Server.Delete(IMajorObject obj, ImpactDetailCollection impactResult, Boolean ignoreFailures)     at Microsoft.AnalysisServices.MajorObject.DropPrivate(DropOptions options, XmlaWarningCollection warnings, ImpactDetailCollection impactResult, Boolean analyzeImpactOnly)     at Microsoft.AnalysisServices.MajorObject.Drop(DropOptions options)     at Osoft.Services.Platform.YukonAdmin.Olap9Manager.DeleteAllRoles(String strDBName, String& strMsg)}  ==============[System Error Tracing  End ]==============
    Did you have any idea?
    Thank you in advance.
    Regards,
    Wafa

    Hi Roberto,
    Thank you for your answer.
    I can complete the installation by clicking on the 'OK' button. As if the error is ignored by the system during the installation.
    But, after the installation is completed, the deployment of the OLAP cube with (with restore) is not working. we get an error message. I think it is related to the first one.
    Is it mandatory to restart the Send Governor after the installation?
    Thank you very much for your help!
    Regards,
    Wafa

  • BPC 75M - Modify Application error "Cannot connect to the Reporting Server"

    I have trouble with Modify Application, also in ApShell. Maybe you have a clue what it can be the problem.
    Configuration: single server BPC 7.5M SP3, Windows Server 2008 SP2, SQL Server 2008 SP2
    Installation user is a domain user.
    No errors during installation, no error in Server Manager diagnostics.
    But when I try to modify an Application from BPC Admin it gives an error for step "Make OLAP database and Journal/Audit reports. / Validate dimension formulas.".
    In tblLogs I see the error message:
    ==============[System Error Tracing]============== [System Name] :
    AdminServerHandler [Message Type] : ErrorMessage [Job Name] :  
    AdminApplicationHandler : ExecuteModIfyApplication [DateTime] :
    10/19/2010 1:19:13 PM [UserId] : MYDOMAIN\MYUSER
    [Exception] DetailMsg : {System.Exception: Cannot connect to the Reporting Server at
    OSoft.Services.Application.AdminMainServer.AdminApplicationHandler.SetChangeDimensionForAudit(String strAppset, String strApp, String  strUserID, Boolean blnIsChangedDimension, String& strErrMsg) at
    OSoft.Services.Application.AdminMainServer.AdminApplicationHandler.ExecuteModIfyApplication(String strAppSet, String strApplicationName, String strApplicationDescription, String strSourceApplicationType, String 
    strNewApplicationType, String strRateApplicationName, String
    strOwnerShipApplicationName, String strCurrencyConversionsCalculation, 
    String strCalculation, String strIntercompanyBookings, String  
    strUSEliminations, String strOpeningBalance, String strValidations,
    String strIntercompanyEliminations, DataTable dtDimensionList, Boolean 
    bReassignSQLIndex, Boolean bProcessApplication, Boolean bDeleteFact,
    String strChangeAppType, String strUserID, String strReportBackID)}
    ==============[System Error Tracing End ]==============
    Edited by: Alexandru Berindei on Oct 26, 2010 7:57 PM
    Edited by: Alexandru Berindei on Oct 26, 2010 7:58 PM

    There were problems accessing the web page   HTTP://server/reports
    Error message:   "Reporting services 2008 user does not have required permissions"
    It was possible to open the page  HTTP://server/reports with local administrator user and  I fixed this problem by performin following:
    - add Content Manager right to bpc installation user
    - disable UAC from Windows Control Panel  > User Accounts
    Still Modify Application gives the same "Cannot connect to Reporting Services".
    I tried:
    - check that BPC Installation User is part of Local Administrators
    - reboot server
    - reinstall BPC after disabling UAC
    - reinstall everything except the Windows Server 2008
    - I installed another computer with the same exact configuration but with a local BPC Installation User and it works.
    Have anyone installed BPC 7.5M SP3 on single Windows Server 2008 SP2 , with SQL Server 2008 SP2 and with BPC Installation user a domain user?
    Maybe you have an idea of what I should check next.
    Thank you,
    Alex

  • BPC 7.0 M SP08 - The server is not responding or there is a server error

    I have upgraded BPC 7.0 M SP3 to SP8. The front end servers are load balanced running Windows Server 2003 Enterprise SP2. The backend is SQL Server 2008.
    When using the new office or admin client I am now getting "The server is not responding or there is a server error" when using the Connection Wizard.
    If I use the old client, I get past the Connection Wizard, but receive "LoadAppInfo :-1 : Failed to connect Database. This occurs if I go to the load balancer or one of the farm web servers directly.
    During the upgrade of the server, the system check showed all green checks, but there was a message about something wrong with services. After finding nothing to identify the issue, I continued with the installation. After the upgrade, Server Manager Diagnostics shows all green checks.
    Thanks for any help.
    Joe

    Hi Sorin,
    Thanks for the response.
    I performed an upgrade.
    Both tables have the correct info.
    I have installed the latest client. With the old client I get, "LoadAppInfo :-1 : Failed to connect Database."
    With the updated client I get "The server is not responding or there is a server error." error from the Connection Wizard. Because of the error, I do not get a chance to select ApShell when using the new Excel client. But this is what I find in tblLogs:
      ==============[System Error Tracing]============== 
      [System  Name] : WebFolderSvr 
      [Message Type] : ErrorMessage 
      [Job Name]     : CommonFileAccess::GetServerInfoXML 
      [DateTime]     : 12/20/2010 10:27:13 AM 
      [UserId]       : MYDOMAIN\svc_sapbpc 
      [Exception]       DetailMsg  : {Value cannot be null.  Parameter name: type} 
      ==============[System Error Tracing  End ]============== 
      ==============[System Error Tracing]============== 
      [System  Name] : ApplicationService 
      [Message Type] : ErrorMessage 
      [Job Name]     : OSoft.Services.Webservice.ApplicationService.ApplicationService.Query() 
      [DateTime]     : 12/20/2010 10:27:13 AM  [UserId]       :  
      [Exception]       DetailMsg  : {Exception has been thrown by the target of an invocation.} 
      ==============[System Error Tracing  End ]==============     
    and Fiddler shows:
    You are not authorized to view this page
    You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept.
    HTTP Error 401.2 - Unauthorized: Access is denied due to server configuration.<br>Internet Information Services (IIS)
    and
    <NewQueryMethodResponse xmlns="http://tempuri.org/OSoft.Services.Webservice.SystemConfigService/SystemConfigService"><NewQueryMethodResult>&lt;return status="failed"&gt;
    &lt;SessionInfomation&gt;
       &lt;SessionStatus&gt;succeed&lt;/SessionStatus&gt;
       &lt;SessionID&gt;&lt;/SessionID&gt;
       &lt;SessionTime&gt;&lt;/SessionTime&gt;
       &lt;SessionLastRequestTime&gt;&lt;/SessionLastRequestTime&gt;
    &lt;/SessionInfomation&gt;
    &lt;result&gt;Value cannot be null.
    Parameter name: type&lt;/result&gt;&lt;/return&gt;</NewQueryMethodResult></NewQueryMethodResponse>
    With the SP03 Excel client, I get "Cannot download ACCOUNT member information". Followed by "LoadAppInfo :-1 : Failed to connect Database". These are the entries I find in tblLogs:
    ==============[System Exception Tracing]============== 
    [System  Name] : JournalSvr 
    [Message Type] : ErrorMessage 
    [Job Name]     : clsQuery::GetSQLServerInfo  [DateTime]     : 12/20/2010 10:21:32 AM 
    [UserId]       :  
    [Exception]       DetailMsg  : {Login failed for user 'MYDOMAIN\BPCQAAPP1$'.} 
    ==============[System Exception Tracing  End ]============== 
    ==============[System Exception Tracing]============== 
    [System  Name] : JournalSvr 
    [Message Type] : ErrorMessage 
    [Job Name]     : clsQuery::Initialize 
    [DateTime]     : 12/20/2010 10:21:32 AM 
    [UserId]       :  
    [Exception]       DetailMsg  : {Operation is not allowed when the object is closed.} 
    ==============[System Exception Tracing  End ]==============

  • Error repeating a lo in the log

    Hi experts,
    I'm getting this error a lot in my BPC LOG
    ==============[System Error Tracing]==============
    [System  Name] : OSoftCPM
    [Message Type] : ErrorMessage
    [Job Name]     : MetaData/GetAppSetInfo
    [DateTime]     : 27/04/2011 15:22:11
    [UserId]       :
    [SqlException]
        Type      : System.Data.SqlClient.SqlException
        Errors    : System.Data.SqlClient.SqlErrorCollection
        Class     : 16
        LineNumber: 0
        Message   : {The parameterized query '(@UserID nvarchar(100),@Appset nvarchar(50))SELECT ISNULL(B.[Use' expects the parameter '@UserID', which was not supplied.}
        Number    : 8178
        Procedure :
        Server    : DVPESSEGO
        State     : 1
        Source    : .Net SqlClient Data Provider
        TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean)
        HelpLink  :
    ==============[System Error Tracing  End ]==============
    And i have no idea what it could be, i restarted the server.
    It doesn't cause my server to stop, but since it started the performance became very compromised. And again, i don't know if it's the cause, but it is what is showing up all the time in the log.
    Thanks

    You may want to make a copy of the appset.  Then check the logs to see if the issue is systemic and rooted in the appset appserver settings.  Looks like an issue with a converted dimension or copied dimension from a prior version?
    May want  to MODIFY all DIMS and APPS.  Then check the logs as well.
    Hope this helps.

  • EMBED tag SAXCompiler error

    hi all
    I'm trying to embed a pdf file (now, later a word document) into my web page
    I have coded this
            <h:panelGrid id="embeddedPdfDocumentoPanelGrid"
                   rendered="#{selectedSGCDocument.pdfType}">
                <f:verbatim>
                    <EMBED type="application/pdf" width="500" height="375"
                            src="ESP_CustomQuote.pdf#toolbar=0&navpanes=0&scrollbar=0">
                    </EMBED>
                </f:verbatim>
            </h:panelGrid>        and I'm having this error
    Caused by: com.sun.facelets.FaceletException: Error Parsing /pages/revisiones/embeddedDocument.xhtml: Error Traced[line: 21] The reference to entity "navpanes" must end with the ';' delimiter.
         at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)
         at com.sun.facelets.compiler.Compiler.compile(Compiler.java:105)
         at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:218)
         at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:149)
         at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:293)
         at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
         at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:140)
         at org.ajax4jsf.taglib.html.facelets.IncludeHandler.applyNextHandler(IncludeHandler.java:81)
         ... 75 moreif I put ";" instead of each "&" in "scr" I have errors with "width" or "height"
    any idea ?

    The ampersand (&) is a special character in XML (and thus also XHTML). It represents the start of an entity which usually ends with semicolon (;). In your case you rather wanted to show the ampersand as-is. You need to represent it as an entity then: &amp;.

Maybe you are looking for

  • Automator won't convert pdf to word

    I found directions on-line for converting a pdf file to a Word document, followed the directions precisely, using the Automator application. It all seemed to go according to the directions, except that when I opened the rich-text document, there was

  • Why is the sync option from iMac to iPad mini not working

    I have a IMac and an iPad mini (new) I have iPassword on my Mac and have set up the option on both Mac and iPad to sync iPassword between the 2 . Part of this set up is setting up 'secret' word and when on the ipad all i have to do is entering the "s

  • WSRP: images do not show

    I have implemented a richt text editor WSRP portlet (webcenter) in Portal by registering as a WSRP provider. Though the portlet is working, images on the buttons do not show. We had this problem before with WSRP portlets, but never solved it (just st

  • Why doesnt it play the synthesized sounds from my Keyboard in garageband

    why wont garageband play all my cool sound effects from my keyboard? Its just outputing the grand piano. and I can then change it using the preset sound effects in Garageband but how do i directly record the sounds from my Keyboard?

  • Error message after successful manual data load

    On our Stautory App, we have renamed our Accounts Dim to StatAccounts. On data send I get an error message after data is submitted successfully: Application     :       STATUTORYCONSOL        Status  :       Success        Submitted Count :       1