Sql execute about 1s,but report run time 20s

I execute the sql which is copied from webi query in database, it take less than 1s.
There are 6 queries in report, so I assume the time used to retrieve data from DB is 6s.
and the report responding time is about 20s(from the moment I click "refresh data").
  so there are 20-6=14s,including network transfer time,report server generate report time.
Could anyone tell me what can I do to optimize the performance?  Normally the report
responding time can reduce to how many seconds?
Thanks in advance.
Regards,
Tony Renjie

Hi,
please consider the following for optimizing the performance:
1) Reduce the number of variables you are using. Let your DB server do as many calculations as possible.
2) If you have a single universe please consider using a union of queries instead of 6 separate ones in the WeBi Query Panel (Use the "Add a combined query" instead of the "Add a new query button").
3) Edit in the properties of your connection (Screen 3 of 4 in BO XI 3.0) and select "Keep the connection active for" in the "Connection pool mode" setting.
Regards,
Stratos
PS: The connection type should not have any impact in the performance.

Similar Messages

  • How We Can Change Page Size During Report Run Time

    Hello !
    How We Can Change Page Size During Report Run Time .
    How can we stop to change the column name when we amend a sql in report data model.
    Thanks !
    null

    hello sohail
    1. question - i'm afraid this cannot be done ... bit in report 6 and newer you have posibility to divide your report in 3 parts (former header, body, trailor) and each part can have diferent page siz, orientation , ...
    2. question - best is give each column in your statements in one report diferent alias. when you have to chnge something, alias will remain same ...
    try this: select 1 as fist_column, 1 as second_column from dual
    hope this helsp

  • Strange problem... Query runs faster, but report runs slow...

    Hi Gurus,
    We are using Report 10g on 10g Application server and solaris. we created a report on a table which has 10,000 rows. The report has 25 columns. when we run this query in Toad it took 12 sec for fetching all these 10,000 rows
    But when we run the report with Destype = 'FILE' and Desformat = 'DELIMITEDDDATA', it is taking 5 to 8 minutes
    to open in excel ( we concatenated mimetype=vnd-msexcel at the end of the url if the Destype=FILE). We removed the layout in the report as it is taking 10 to 15 mins to run to Screen with Desformat=HTML/PDF(formating pages taking more time). We are wondering why DELIMITEDDATA format is taking long time as it runs only query.
    Does RWSERVLET take more time of writing the data to the Physical file in the cache dir? Our cache size is 1 GB. we have 2 report servers clustered. Tracing is off.
    Please advise me if there are any report server settings to boost the performance.
    Thanks alot,
    Ram.

    Duplicate of Strange problem... Query runs faster, but report runs slow... in the Reports forum.
    [Thread closed]

  • XL Reporter Run-time Error '429' ActiveX component can't create object

    Hi Everyone,
    When trying to install XL Reporter on a Windows 2003 Server SP2 machine getting the following Error:
    XL Reporter
    Run-time error '429':
    ActiveX component can't create object.
    Did anyone get this error? Please advise of any steps we can try to resolve.
    Kind Regards,
    Kafil

    Dear Friend,
                 I had described the problem to our technical support team, and they replied as follows u2013
    They solved the Script related error by several stages.
    They checked the machine for any mal-ware existence by the tool provided by Microsoft (MS Mal-ware remover).
    Then they tried by installing the following patches from Microsoft u2013
    http://support.microsoft.com/kb/949140
    Windows Script 5.7 for Windows XP
    http://www.microsoft.com/downloads/details.aspx?familyid=887fce82-e3f5-4289-a5e3-6cbb818623aa&displaylang=en
    Windows Script 5.6 for Windows Server 2003
    http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB-95A22B832CAA&displaylang=en
    Windows Script 5.6 for Windows XP and Windows 2000
    The internal matter to this problem was about the following DLL and its version u2013
    C:\WINDOWS\system32
    vbscript.dll
    5.5.0.8820
    Desired
    5.6.0.8820
    Check, if the information helps you.

  • How can i see Log information of Report Run Time?

    Hi Gurus,
    How can i see Log information of Report Run Time?, till now i am counted report run time manually. Is there any way i can see the workbook running time in log information?.
    Thanks & Regards
    Vikram

    There could be a few things -
    At one time, you needed to run a separate script to create the tables. I'm not sure that is still the case. If you check the Administrators guide, look into the chapter that deals with the EUL Status Workbooks.
    If you are not logged on as the eul owner, you may not have select privileges, or you may need to qualify the table with the schema (if there is no synonym) - select * from <eul_owner>.EUL5_QPP_STATS;
    If you are on 4i, the table is EUL4_QPP_STATS

  • Uninstall LabVIEW but leave run-time engine and DAQmx

    Hoping there is an easier way to do this, basicall we are developing software on a customers computer that we buy and will eventually ship to them. However we can't ship them LabVIEW so we make an executable and just keep the run time, DAQmx and MAX. Is there anyway to do this easier than uninstalling LabVIEW and reinstalling everything else?
    Windows 7
    LV2013

    Under Windows, try going to Control Panel | Programs and Features and find National Instruments Software. You might be able to select all except the run-time, DAQmx and MAX, then select uninstall. If not, then perhaps consider just making a full installer for your LabVIEW executable solution, this will clearly install only the necessary components for your code to work (if it's LabVIEW 2013).
    Thoric (CLA, CLED, CTD and LabVIEW Champion)

  • Porting an InDesign Plugin from InDesign CC to InDesign CC 2014 the plugin complies successfully with the InDesign CC 2014 SDK but at run time presents this error and is disabled. Does anyone know what might be the issue?

    Porting an InDesign Plugin from InDesign CC to InDesign CC 2014 the plugin complies successfully with the InDesign CC 2014 SDK but at run time presents this error and is disabled. Does anyone know what might be the issue?
    Run TimeError Message Presented when InDesign CC 2014 runs:
    Adobe InDesign cannot load the FastFractions.InDesignPlugin plug-in. The FastFractions.InDesignPlugin plug-in requires the 9.0 version of InDesign. Please contact the vendor to get a compatible version of FastFractions.InDesignPlugin.
    Show this alert again?

    As already told this means that the plugin has not been ported correctly. Some part of it for ex InDesign libraries or frameworks are being referenced from the CC sdk instead of the CC2014 sdk. To troubleshoot it i would advise you to rename the folder containing the CC sdk on your machine and then compile the project, it will fail to compile and you will get to know straightaway what aspects of the ported project are still accessing the old sdk. Fix the errors and your plugin will load fine.
    Thanks,
    Manan

  • Can I Disable the Menu at report run time

    Dear All,
    I have windows Environment with Oracle 8i and Report 6i
    Can I Disable the Menu at report run time.
    user not able to generate other formats (HTML,PDF etc) of my report.
    awaiting with advance Thanks

    Hello,
    There are some parameters to disable some "feature" :
    DISABLEFILE
    Description
    DISABLEFILE specifies whether to disable the File->Generate to File menu in the Runtime Previewer.
    Syntax
    [DISABLEFILE=]YES
    Search for disable* in the Reports 6i online help for more details ..
    Regards

  • XL Reporter Run time error.

    Hi Experts,
    while changing the row level into colum level in XL Reporter (Composer)there is an error occuring that is called as ' Run time Error ' then its become hanged..
    For examble in Parameter: Purchase order,GRPO , AP-Invoice. based on this am composing the report with some added item such as Doc number, item code, Item Description,price,Qty.e.t.c...its executing in row level correctly but while trying to change as colum it becomes hanged. then i need to restart the XL Reporter.can any one give me the solution based on this issue..
    Karthi.

    Hi
    To reinstall the XLR please backup any useful information you could perform
    the following steps:
    1. Un-register all addons from Business One> Add On Administration.
    2. Log into the company again to refresh it,unistall process will
       continue.
    3. Close Business One, check from Add Remove Programs, if XLR is still
       shown, delete it.
    4. Open SQL EnterPrise Manager, Delete Database IXMetaDataSBO.
    5. Open tables of company database, delete following tables one by one.
    -ixtDbVersion
    -ixtRepObjects
    -ixtRepRelations
    -ixtRepXML
    -ixtRepXls
    6. click windows Start> Run> type '%temp%', rename SM_OBS_DLL folder.
       for example 'SM_OBS_DLLOld' or delete it.
    7. In C/Programs/SAP Manage: delete folder:AddOnsLocalRegistration.sbo
       AddOnsInstall.sbo
    8. Open Register, delete XLR foler if it exists under
       HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP Manage\SAP Business One\AddOn\
    9. Delete folder iLytix from  HKEY_LOCAL_MACHINE\SOFTWARE.
    10.Delete all Addon related folder from Installation path.
    11. Please reinstall XLR again. make sure that you have full
        authorization on your computer and install XLR with 'manager'.

  • Getting SQLException on DB Login, but Report Runs?????

    On all of our JRC-enabled Crystal reports, I'm getting the same SQLException error thrown, however, the report runs OK in most cases.  In longer running reports, the user is getting weird JSF state exceptions, HTTP 500 errors, etc. etc.  When I look at the log files for our web app, the below error is showing constantly.  Any ideas what it means, please?
    01-05 15:06:58 ERROR [TP-Processor3] (datainterface:?) - com.crystaldecisions.reports.reportdefinition.datainterface.h: Logon Error: Null user or password not supported in THIN driver
    01-05 15:07:06 ERROR [TP-Processor3] (reportdefinition:?) - Report printer was not valid, switching to default printer.
    01-05 15:07:33 ERROR [TP-Processor3] (reportdefinition:?) - Report printer was not valid, switching to default printer.
    01-05 15:09:35 ERROR [TP-Processor3] (reportdefinition:?) - Report printer was not valid, switching to default printer.
    01-05 15:09:35 ERROR [TP-Processor3] (datainterface:?) - Failed to open connection (Connection:  databaseType=JDBC (JNDI)  serverName=jdbc:oracle:thin:@pabaix08:1521:P007  state=closed  databaseDriverName=crdb_jdbc.dll).
    com.crystaldecisions.reports.queryengine.bl: Logon Error: Null user or password not supported in THIN driver
         at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.new(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.if(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.e.if(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.getConnectionInfos(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPromptDatabaseLogOnInfos(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getPromptDatabaseLogOnInfos(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.getPromptDatabaseLogOnInfos(Unknown Source)
         at com.crystaldecisions.report.web.component.h.a(Unknown Source)
         at com.crystaldecisions.report.web.component.h.try(Unknown Source)
         at com.crystaldecisions.report.web.component.o.goto(Unknown Source)
         at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
         at com.crystaldecisions.report.web.event.b2.a(Unknown Source)
         at com.crystaldecisions.report.web.event.b7.broadcast(Unknown Source)
         at com.crystaldecisions.report.web.event.av.a(Unknown Source)
         at com.crystaldecisions.report.web.jsf.ViewerHtmlRenderer.encodeEnd(Unknown Source)
         at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:712)
         at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:616)
         at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:539)
         at org.apache.jsp.jsp.ReportViewer_jsp._jspx_meth_v_005freportPageViewer_005f0(ReportViewer_jsp.java:187)
         at org.apache.jsp.jsp.ReportViewer_jsp._jspx_meth_h_005fform_005f0(ReportViewer_jsp.java:141)
         at org.apache.jsp.jsp.ReportViewer_jsp._jspx_meth_f_005fview_005f0(ReportViewer_jsp.java:107)
         at org.apache.jsp.jsp.ReportViewer_jsp._jspService(ReportViewer_jsp.java:72)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: Null user or password not supported in THIN driver
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:1160)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:195)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:365)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:547)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:347)
         ... 69 more

    This error looks like it happens on every report run, but most times, the report runs fine.  In some cases they are getting other errors that may or may not be related to this one, very glitchy things like NullPointerExceptions, "Can't use a closed connection" messages, ArrayIndexOutOfBoundsExceptions, etc. and they are not consistent.  You run a given report 10 times, you might get these errors 2 of the 10.  When I used the non-JSF JRC implementation in other projects, it worked fine, so I'm not sure what I'm doing wrong with the JSF code.  Below is my database connection method if that helps:
    public ConnectionInfos getDBConnection(){
            IConnectionInfo oIconnectionInfo = new ConnectionInfo();
            ConnectionInfos oConnectionInfos = new ConnectionInfos();
            FacesContext fc = FacesContext.getCurrentInstance();
            Map<String, Object> Params = (Map<String, Object>) fc.getExternalContext().getSessionMap();
    try {
            ReportSelectionBean sBean = (ReportSelectionBean)Params.get(IManagedBeanNames.REPORT_SELECTION_BEAN);
            String driver = Configuration.getProperty("CrystalDBDriver");
            String ConnStr = null;
            String instance = Configuration.getProperty("db-schema");
            if (instance.equals("crca"))
                ConnStr = "Use JDBC=b(true);Connection URL=s(jdbc:oracle:thin:@pabaix10:1521:crca);Database Class Name=s(oracle.jdbc.OracleDriver);Server=s(pabaix10);User ID=s(crcuser);Password=crcuser1;Trusted_Connection=b(false);JDBC Connection String=s(!oracle.jdbc.OracleDriver!jdbc:oracle:thin:{userid}/@pabaix10:1521:crca)";
            } else if (instance.equals("crcp"))
                ConnStr = "Use JDBC=b(true);Connection URL=s(jdbc:oracle:thin:@pabaix08:1521:crcp);Database Class Name=s(oracle.jdbc.OracleDriver);Server=s(pabaix08);User ID=s(crcuser);Password=crcuser1;Trusted_Connection=b(false);JDBC Connection String=s(!oracle.jdbc.OracleDriver!jdbc:oracle:thin:{userid}/@pabaix08:1521:crcp)";
            PropertyBag propertyBag = new PropertyBag();
            if (instance.equals("crca"))
                propertyBag.put("Server Name", "pabaix10");
                propertyBag.put("URI", "!oracle.jdbc.OracleDriver!jdbc:oracle:thin:{userid}/@pabaix10:1521:crca");
                oIconnectionInfo.setUserName("crcuser");
                oIconnectionInfo.setPassword("crcuser1");
            } else if (instance.equals("crcp"))
                propertyBag.put("Server Name", "pabaix08");
                propertyBag.put("URI", "!oracle.jdbc.OracleDriver!jdbc:oracle:thin:{userid}/@pabaix08:1521:crcp");
                oIconnectionInfo.setUserName("crcuser");
                oIconnectionInfo.setPassword("crcuser1");
            propertyBag.put("Connection String",ConnStr);
            propertyBag.put("Server Type", "JDBC (JNDI)");
            propertyBag.put("Database Class Name", driver);
            propertyBag.put("Database DLL", "crdb_jdbc.dll");
            PropertyBag bag = new PropertyBag();
            bag.put(PropertyBagHelper.CONNINFO_CRQE_LOGONPROPERTIES, propertyBag);
            bag.put(PropertyBagHelper.CONNINFO_CRQE_DATABASETYPE, "JDBC (JNDI)");
            bag.put(PropertyBagHelper.CONNINFO_DATABASE_DLL ,"crdb_jdbc.dll");
            oIconnectionInfo.setAttributes(bag);
            oConnectionInfos.add(oIconnectionInfo);
         catch(Exception e) {
         return oConnectionInfos;

  • Check user role/authorization during Web report run-time?

    Hello again,
    I ran into a problem. I need to check <b>user's authorization during webtemplate execution (run-time)</b>. I want to have a possibility to allow in one web template extra functionality (through template menu) to key users. Normal users, who are running same report, should not have this extra menu visible.
    Is it possible to check user authorizations or roles during web-template run-time?
    Thank you!
    Vitaliy

    Hi Harinam,
    From my logic your are right.
    The restriction is in two new roles (Requestor and Approver role).
    But ->
    If I assign my approver role the selection possiblities of the request types during the AR creation is restricted and the AR search function does not work.
    If I assign my requestor role the restriction of the request type is not there, but the AR search function works again. :-(
    If I assign the original approver role of sap I have the same behavoiur for the AR search.
    Both new roles are a 1:1 copy of the SAP standard roles - > Exception, ristriction on request type 'Execption Approval' is not displ.
    I have execute ST01 now. If I try to open the log, the system syst "No records that correspond to these search criteria".
    But I have found something else.
    The problem appears only if I search for Process ID "Access Request Approval Workflow".
    If I select other Process ID such as "Control Assignment Approval Workflow" or "Fire Fighter Log Report Review Workflow", everything works fine.
    Very strange!
    BR
    Melanie

  • XL Reporter Run-time Error "0"

    Hi All,
    I have just upgraded from 2007A SP00 PL42 to V8.8 SP00 PL10. When I click on Tools-->XL Reporter, I get the run-time error "0".
    Screenshot as follow:
    http://www.sendspace.com/file/qnii6r
    I did the following:
    - Uninstall SAP Business One Client
    - Delete SAP folder under Program Files
    - Delete everything in %temp%
    - Open Regedit
    - Delete iLytix folder from HKEY_CURRENT_USER -> Software. Also check if you find the same entry under HKEY_LOCAL_MACHINE
    - Reinstall the SAP Business One Client
    XL Reporter did work after that but I face the same error again a few days later. What is happening?

    This problem for all clients but only 3 clients using XLR. So I'm only fixing 3 clients.
    Client A - Reinstall client as stated above and it worked. Few days later, the error came back. So I did what Rahul suggested, uninstall DI API, delete folder SM_OBS_DLL in %temp%, install DI API. No more error. 1 week pass and there is still no error. So I guess that worked.
    Client B - Reinstall client as stated above and it worked. Few days later, the error came back. Uninstall DI API, delete folder SM_OBS_DLL in %temp%, install DI API. This didn't work. Same error. Did what Balakumar Viswanathan suggested, execute ComAddIn_per_User_RegKey file but it is still the same.
    Client C - Work in progress.
    Any idea besides reinstall the OS which I read from another thread? What if the problem still persist after I reinstall the OS?

  • Why is VI not executable using Labview 7.1 Run-Time Engine?

    Hi,
    In our Teststand sequence, we have a Labview Action step which is returning an error: "The VI is not executable", along with the error code: -18002.
    This error occurs on a Production PC using the L.V. 7.1 Run-Time Engine.
    I'm aware of Mass Compiling to ensure all the VI's are the correct version, but this has not resolved the problem.
    The software was installed on the production PC using a Teststand created installer, with the Labview Adapter set
    correctly to the Run-Time Engine, i.e. not trying to open the Labview Developer Server to execute the step at run time.
    Because it's the 1st Labview module to be executed, I added another similar step to run beforehand, i.e. the new simple
    Labview code ran first. This executed correctly, but then the next step caused the error above.
    The small number of associated sub-vi's are on the target PC, and have been mass compiled.
    I've had -18002 errors before, but this is one I cannot cure.
    All suggestions gratefully received.
    Gary.

    Hi Guys,
    Regarding this -18002 error when using the Run Time Engine instead of the Development Environment, what is the VI within the step that is failing (in any of the cases you've mentioned) trying to do? Are they built around any toolkits?
    In my experiments with a simple VI (with just a user dialogue) using the LabVIEW 7.1 RTE in both TestStand 3.1 and 3.5 this morning, I haven't found any issues
    There is a possibility if any of the sub-VIs or toolkits you use contain a Merge Errors.vi, that the Run Time Engine picks up a copy of the VI built for previous versions of the RunTime Engine (due to the order in which the sub-VI directories are scanned), and it cannot convert it.
    There are a few solutions for this, the easiest one looks to be to copy the error.llb\Merge Errors.vi for LabVIEW 7.1 into the same directory as the VI you're calling (so TestStand can pick it up easily).
    Can you let me know if this solution helps at all? If not, would it be possible to post up any of the code or sequence you're having problems with?
    Best wishes,
    Mark
    Applications Engineer
    National Instruments

  • Hyperion Financial Reports Run-time error '429' ActiveX error:

    Hi All,
    When i open a Hyperion Financial Reports i am getting an error:
    Run-time error '429' ActiveX component can't create object,
    If anybody having same issue, please let me know, any help will be appreciated..
    Thanks

    I have tried configuring and running the fix and I get a 'Build Failed' with several errors.
    Client is Vista 64bit, if that matters.
    Thanks for any help.
    -Todd
    PS I believe this is the relevant output:
    hyperion.home.register:
    [exec] Execute failed: java.io.IOException: CreateProcess: regedit.exe /s C
    :\Hyperion\BIPlus\install\scripts/../scripts/HyperionHome.reg error=740
    [delete] Deleting: C:\Hyperion\BIPlus\install\scripts\HyperionHome.reg
    general.replace:
    replace.install.all:
    replace.install.unix:
    replace.install.web.unix:
    replace.install:
    general.system.files:
    sysfiles.deploy:
    [echo] C:\Hyperion\BIPlus\install\scripts/..\system\files
    BUILD FAILED
    C:\Hyperion\BIPlus\install\scripts\SetupHyperionReports.xml:165: Following error
    occured while executing this line
    C:\Hyperion\BIPlus\install\scripts\SetupSystemFiles.xml:16: Execute failed: java
    .io.IOException: CreateProcess: C:\Hyperion\BIPlus\install\scripts\..\bin\update
    file.exe 0 C:\Hyperion\BIPlus\install\system\files\OLEDLG.DLL system\files C:\Wi
    ndows/system32 error=740
    Total time: 4 seconds

  • How to build sql query for view object at run time

    Hi,
    I have a LOV on my form that is created from a view object.
    View object is read-only and is created from a SQL query.
    SQL query consists of few input parameters and table joins.
    My scenario is such that if input parameters are passed, i have to join extra tables, otherwise, only one table can fetch the results I need.
    Can anyone please suggest, how I can solve this? I want to build the query for view object at run time based on the values passed to input parameters.
    Thanks
    Srikanth Addanki

    As I understand you want to change the query at run time.
    If this is what you want, you can use setQuery Method then use executeQuery.
    http://download.oracle.com/docs/cd/B14099_19/web.1012/b14022/oracle/jbo/server/ViewObjectImpl.html#setQuery_java_lang_String_

Maybe you are looking for

  • Restoring Backed Up files in the program from the Restore Disk 1

    My computer was having some serious issues so i decided to restore it but before that I chose to backup some of the files.  It (the program that came with my HP) gave me several options of things I could choose to back up like emails, documents, phot

  • Easier way to display report POVs - Financial reporting

    Currently I add a text box in the lower left hand corner of each report and type in the POVs used for the report. For example: POVs Version: <<MemberAlias('Grid1', Version)>> Business Line: <<MemberAlias('Grid1', BusinessLine)>> Is there are way to g

  • How to generate ADF Faces Tree from table ?

    Hi, i want to create menu for my application using ADF Faces af:tree component.i have one table containing : menu_id and parent_id , which use for describing relationship between menu ( parent/child ). Fact : i've already know how to create adf faces

  • Importing many albums

    Hi all, I had my library all arranged with over 700 completed albums on my old PC that recently died. Well, I'm going through the process of adding the albums again to a new PC as individual playlists into iTunes and it is taking forever. I am draggi

  • Move location of swap file and safari cache file

    Hi, I have a SSD and want to move the location of my: System's swap (virtual memory) file Safrai cache file To my sd card, to help reduce the wear on my SSD. Is it possible, if so, how do i do it? Regards, Rowland