Cannot run the report. Analytics Server Error (1042017): network error

Hello

I have installed on Linux ODI.
I start to extract the data of Essbase to Oracle with Hyperion Essbase Data SQL with ReportScript LKM. But after 4 minutes process is stopped with the error:
com.hyperion.odi.essbase.ODIEssbaseException: cannot run the report. Error (1042017) analytical server: network error: the client or the server timed out while waiting to receive data by using TCP/IP. Check the network connections. Increase the values NetRetryCount or NetDelay in the ESSBASE. CFG file. Update this file on the client and the server. Restart the client, and then try again.

But if I extract some lines process worked well.

I read this forum messages and set NETDELAY = 3600, NETRETRYCOUNT = 1000 in the files:

/Home/EPM/Hyperion/products/Essbase/EssbaseServer/bin/Essbase.cfg
/Home/EPM/Hyperion/deployments/WebLogic9/servers/HyperionPlanning/webapps/HyperionPlanning/Web-INF/classes/Essbase.properties
/Home/EPM/Hyperion/common/EssbaseJavaAPI/9.5.0.0/bin/Essbase.properties
/Home/EPM/Hyperion/products/biplus/appsinfo/WebAnalysis/EssbaseJAPI/bin/Essbase.properties
/Home/EPM/Hyperion/products/biplus/bin/EssbaseJAPI/bin/Essbase.properties
/Home/EPM/Hyperion/products/Essbase/APS/bin/Essbase.properties
/Home/EPM/Hyperion/products/Essbase/EAS/Server/bin/Essbase.properties
/Home/EPM/Hyperion/products/Essbase/EssbaseStudio/Server/ess_japihome/bin/Essbase.properties
/Home/EPM/Hyperion/products/Essbase/EssbaseClient/javaapi/bin/Essbase.properties
/Home/EPM/Hyperion/products/planning/config/Essbase.properties
/Home/EPM/Hyperion/products/planning/lib/Essbase.properties

But the error occurred.

Help please with this error.

Well the bug should have been resolved then.
Your options are to try the V11 essbase japi files, these must be pulled from a facility of V11 or send me an email and I can send you the.
Or use a different extraction method in the interface.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • FRM-41214: cannot run the report during the call to the reports

    Hi all,

    I work with Forms 10g on Windows 7 (local working with OC4j), I have a form with a button calling a report, it's the code for the button:

    declare

    Repid REPORT_OBJECT;

    v_rep VARCHAR2 (100);

    rep_status VARCHAR2 (20);

    BEGIN

    Rep: = find_report_object ('EMPS_BY_DEPTS');

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_EXECUTION_MODE, batch);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_COMM_MODE, SYNCHRONOUS);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESFORMAT, 'pdf');

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESTYPE, cache);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_SERVER, 'repetat');

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_OTHER, 'paramform = no');

    v_rep: = RUN_REPORT_OBJECT (repid);

    rep_status: = REPORT_OBJECT_STATUS (v_rep); 

    While rep_status in ('MARKET', 'OPENING_REPORT', 'PENDING')

    LOOP

    rep_status: = report_object_status (v_rep);

    END LOOP;

    IF rep_status = "FINISHED" THEN

    WEB. SHOW_DOCUMENT ('/ reports/rwservlet/getjobid ': substr (v_rep, InStr(v_rep,'_',-1) + 1) |'?) "|' server = repetat","_blank"); "

    ON THE OTHER

    message ("error when running report");

    END IF;

    END;


    I create a report object in the browser of the object with the name ""EMPS_BY_DEPTS "with properties " filename = emps_by_depts.rdf.

    I also have a server with the command server = repetat wserver report

    When I press the button to call the report I get this famous 41214 FRM: cannot run the report.

    I tried running the report with rwservlet: http://acer-pc:8889/reports/rwservlet?report=emps_by_depts.rdf & userid=hr/hr@orcl & desformat = pdf & destype = hide & expiry =...

    and it works very well.

    Any idea and thank you


    I do in this case,

    1 - i run report with parameterform = YES (Note: your report is not a form of parameter), so I can see explanation real error report.

    2 - showjobs of report server options

    We use the 11g r2, for 11g r2 reports this link http://: 9002/reports/rwservlet/showjobs? = RptSvr__asinst_1 server , so I can't see error detail.

    10g should be that this option absolutely. but I don't know.

    These can help you.

    Best regards.

  • Cannot run the report please help

    Here is my code behind the button to run the report.

    declare
    Repid REPORT_OBJECT;
    v_rep VARCHAR2 (100);
    rep_status VARCHAR2 (50);
    BEGIN
    / * If other changes made by najim * /.
    IF: TXTFDATE is null THEN
    message ("Please enter Date of THE '");
    message ("Please enter Date of THE '");
    return;
    ELSIF: TXTTDATE IS NULL THEN
    message ("Please select up HERE '");
    message ("Please select up HERE '");
    return;
    ON THE OTHER
    Rep: = find_report_object ('HISTORY_REPORT');
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_EXECUTION_MODE, batch);
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESTYPE, cache);
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESFORMAT, 'pdf');
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_SERVER, 'repserver90');
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_OTHER, 'F_DATE =' |: TXTFDATE |) ' V_DATE =' | : TXTTDATE | "The PHASE =' | : TXTPHASE: ' paramform = no ");"
    v_rep: = RUN_REPORT_OBJECT (repid);
    rep_status: = REPORT_OBJECT_STATUS (v_rep);
    While rep_status in ('MARKET', 'OPENING_REPORT', 'PENDING')
    LOOP
    rep_status: = report_object_status (v_rep);
    END LOOP;
    IF rep_status = "FINISHED" THEN
    / * Display the report in the browser * /.
    WEB. SHOW_DOCUMENT ('http://172.29.3.202/reports/rwservlet/getjobid': substr (v_rep, InStr(v_rep,'_',-1) + 1) |'?) "|' server = repserver90","_blank"); "
    ON THE OTHER
    message ("error when running report");
    END IF;
    END IF;
    END;


    When I press the button, it gives an error message cannot run the report.

    Open the report server console and check the error here. : http://application-tier server: port/reports/rwservlet/showjobs? Server = REPORTSSERVER

    Published by: Andreas Weiden on 23.07.2011 09:13

  • Cannot run the report

    DB and dev 10grel2, xp sp2
    Hi all
    IAM trying to run the report in the form with a button generator
    I used this command to start my server: Server rwserver = "MyServer" auto = Yes and it works well.

    I created a report object (report5) on the form that contains the button to run the report.
    When I click on the browser reports node to create the report object, I assigned 'myrep' as the file name of the report, not based on a block of data and then created the report of the scott schema dnames.

    then closed the Report Builder without saving it in another format.

    then I wrote this code in the when button pressed the shutter:
     
    
    declare 
         rp report_object ;
         v varchar2(90) ; 
    begin 
         rp := find_report_object('report5') ; 
         v := run_report_object(rp) ; 
    end ; 
    -nothing wrong with the code, then I ran the form, you press the button to find out:
    FRM-41214 cannot run the report.
    When I looked at the online help, it tells me nothing but
    Cause: The report server could not run the specified report.
    Action: Check the report server and make sure it is running.
    and I checked and it runs and upward.
    What should I do?
    Thanks in advance

    Check my code and try this code in you touch. I write it given your situation and information provided. You can paste directly into your trigger button.

    DECLARE
    
         v_repid REPORT_OBJECT;
         v_rep VARCHAR2(100);
         v_rep_status VARCHAR2(100);
         v_param VARCHAR2(200) := NULL;
         v_valor VARCHAR2(200);
         v_url VARCHAR2(2000);
         v_repserver varchar2(20) := 'myserver'; -- YOUR REPORT SERVER NAME
    
         v_report varchar2(100) := 'E:\myrep.jsp'; -- YOUR REPORT PATH AND NAME
         /* IF .JSP IS NOT WORK CONVERT IT TO .REP AND TRY */
         v_PARAMETRO varchar2(100) := '';
    
    BEGIN
    
         v_repid := FIND_REPORT_OBJECT('report5'); -- report is an element from object navigator report
         SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_FILENAME, v_report);
         SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_EXECUTION_MODE, BATCH);
         SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_COMM_MODE, SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_DESTYPE, cache);
         SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_DESFORMAT, 'pdf' );
         SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_DESNAME, v_report);
         SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_SERVER, v_repserver);
         SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_OTHER, 'paramform=no '||v_PARAMETRO);
         v_rep := RUN_REPORT_OBJECT(v_repid);
         v_rep_status := REPORT_OBJECT_STATUS(v_rep);
         WHILE v_rep_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
         v_rep_status := REPORT_OBJECT_STATUS(v_rep);
         END LOOP;
         IF v_rep_status = 'FINISHED' THEN
         message(v_rep);
         message(v_rep);
         WEB.SHOW_DOCUMENT(v_url||'/reports/rwservlet/getjobid'||
         SUBSTR(v_rep, INSTR(v_rep,'_', -1)+1)||'?'||'server='||v_repserver, '_blank');
         END IF;
    
    END;
    

    So let me know what you get...

    Ed: I've updated my blog link. You can check the first time, if necessary.

    Published by: HamidHelal on January 21, 2013 12:43 AM

  • Cannot run the report in 10 G

    Hi all
    I'm upgrading from 6i to 10 reports
    When I run the report in the browser, I get the error message
    REP-110: cannot open the file 'c:\upgrade\test.rep '.
    REP-1070: error when opening or saving a document.
    REP-0110: cannot open the file 'c:\upgrade\test.rep '.


    When I have chekced in OC4J console window

    error message:

    Unable to load class oracle.reports.util.EnvironmentGlobal
    Using the Oracle.reports.util.Environment class

    Thank you

    Elsy

    Elsy,

    Is that the rep file is generated using 10 g? Otherwise, you generate the REP file using Designer 10 g, or to use the RDF file.

    Kind regards

    Manu.

    If my answer or the answer to another person has been useful or appropriate, please mark accordingly

  • Cannot run the report in DS 10 g Release 2

    Hello

    I have no any server application. I'm running my app using the OC4J of DS Oracle 10 g Release 2. But I am unable to run the report. What I'll do? Please...

    Maoulida.

    Published by: user10239690 on September 9, 2008 23:23

    Create a report as server
    rwserver Server = myrepserver cmd and let it run.

  • frm_41214 cannot run the report

    Hi all

    IAM very thanks for all

    I am using oracle 10g (10.1.2) relase2 Server applaction

    and iam trying to run reports

    and the report run sussefuly in the generator of reports, but on the application server notwork

    is the code I use in form

    DECLARE

    Repid REPORT_OBJECT;

    v_rep varchar2 (100);

    rep_status varchar2 (20);

    PARAMLIST PL;

    BEGIN

    Rep: = find_report_object ('EMPREP');

    PL: = get_parameter_list ('paraformlist');

    If not id_null (pl) then

    destroy_parameter_list (pl);

    end if;

    -Adjust shape report obeject

    SET_REPORT_OBJECT_PROPERTY (RepID, report_execution_mode, lot);

    SET_REPORT_OBJECT_PROPERTY (RepID, report_comm_mode, synchronous);

    SET_REPORT_OBJECT_PROPERTY (RepID, report_destype, cache);

    SET_REPORT_OBJECT_PROPERTY (RepID, report_desformat, "htmlcss");

    SET_REPORT_OBJECT_PROPERTY (RepID, report_server, 't1');

    PL: = create_parameter_list ('paraformlist');

    add_parameter (PL, 'paramform', text_parameter, 'no');

    add_parameter(PL,'P1',text_parameter,:USER_STUD_ID);

    -add_parameter(pl,'ss',text_parameter,:ss);

    SET_APPLICATION_PROPERTY (CURSOR_STYLE, 'BUSY');

    ----

    v_rep: = RUN_REPORT_OBJECT (repid, pl);

    rep_status: = REPORT_OBJECT_STATUS (v_rep);

    While rep_status in the LOOP ("CURRENT", "OPENING_REPORT", "PENDING")

    rep_status: = report_object_status (v_rep);

    END LOOP;

    IF rep_status = "FINISHED" THEN

    / * Display the report in the browser * /.

    WEB. SHOW_DOCUMENT ("http://192.168.1.xxxxxxx:7778 / reports/rwservlet/getjobid' |") substr (v_rep, instr (v_rep, '_',-1)+1) |'? (' | 'server = rep10g', '_blank');

    ON THE OTHER

    message ("error when running report");

    message ("error when running report");

    END IF;

    -change cursor

    SET_APPLICATION_PROPERTY (CURSOR_STYLE, 'DEFAULT');

    ----

    END;

    Thank you for all

    I received a fine of this database 11g a CASE_SENSITIVE_LOGON

    and I do change to run reports

    the Soulation: -.

    ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

    the site is: -.

    Oracle-base.com/Articles/11g/case-sensitive-passwords-11gr1.php

    Thank you alllllllllllllllllllllllllllll

  • Cannot run the Windows backup utility, error: "a file already exists (0X800700B7)."

    I have a Lenovo Think Pad with Windows Vista.  When I try to back up the computer, I choose backup and the location of tools accessory system configuration.  Then I run a backup to start and identify a DVD RW as the location of the backup files.  I click to start and a screen pops up saying

    A file exists already (0X800700B7), and at this time it cannot be saved.

    OX800700B7 is not a file name. It is an error code.

    What follows is a response to the same problem. The person who had the problem was using 64-bit. But that makes no difference in this case. Follow th step by step posted by ABC_george and see if that fixes the problem.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-windows_programs/Windows-backup-cannot-create-a-file-when-that-file/d91d7785-9a00-4b26-9ae3-ae35b0d9317b

  • Cannot run the Advisor to upgrade error: 0x900700a4

    Original title: Error code: 0x900700a4

    Try to get Upgrade Advisor to run.  in tempting the recommended fix, I got the following error:

    Error:

    Code = 0x900700a4

    Description = either of threads that can be created in the system.

    Installation = Win32

    Hello

    1. where exactly are you trying to install?

    Unfortunately, the Adviser to update for Windows Vista is so more available.

  • Cannot run the file due to error message 'D3dx9_38.dll' is missing or damaged.

    Hello

    I need help...  I am currently using a third party games emulator and I couldn't run my ROM because of this message "D3dx9_38.dll is missing or damaged.

    It's something that happened to me a few months ago and I was able to solve this problem with a fix it... But I could not find this fixit no matter how or where I searched the Internet...

    The problem is not with the emulator games but rather with the 'Fix It' in question...  Can you help me to solve it?   I used it only, 2 months ago but I don't no the bookmark...

    All I know is that it is a real "Microsoft Fix It', that will repair/replace the point on the error message and that, once downloaded the fix, it has a" Green, stylized X "on it and it will fix all your dll Articles

    (I think...)

    Sorry I can't be of more help... I'm not looking for the fix it here o community and I couldn't find it.

    I would like to know,

    Thank you.

    Hello

    This file is part of the DirectX Runtime June 2010, which is an optional update that needs a lot of games.

    Even my Lexmark printer requires...   I'll include a link to the full installer...

    This is a package to free extraction. It will extract after double-clicking it so be sure to note the location where extracted you\it.

    Open the folder, and then double-click DXSETUP.

    http://www.Microsoft.com/en-us/download/confirmation.aspx?ID=8109

  • wcmUrl cannot run the "evaluateScriptEx" of service method. The server script expression evaluates error. No path required for the ssWeblayoutUrl parameter.

    Hi all

    I have a data file where there is a wcm:element like below

    < wcm:element = "linkUrl" name > [!-$wcmUrl ('resource', ")-] < /wcm:element>

    So, I get an exception to content server


    Event generated by the user 'sysadmin' to host 'CIS '. Could not generate the HTML page. Unable to evaluate the function. Error running system. wcmUrl cannot run the "evaluateScriptEx" of service method. The server script expression evaluates error. No path required for the ssWeblayoutUrl parameter. [Details]

    An error has occurred. The stack trace below shows more information.

    !csUserEventMessage,sysadmin,CIS!$!csPageMergerUnableToGenerateHtmlPage!csDynHTMLSystemExecutionError,csDynHTMLReportMsgFunction!$wcmUrl!csUnableToExecMethod,evaluateScriptEx!csDynHTMLServerScriptEvalError!$Missing required path parameter for ssWeblayoutUrl.

    intradoc.common.ServiceException:! csPageMergerUnableToGenerateHtmlPage

    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)

    at intradoc.server.Service.buildServiceException(Service.java:2271)

    at intradoc.server.Service.createServiceExceptionEx(Service.java:2265)

    at intradoc.server.Service.createServiceException(Service.java:2260)

    at intradoc.server.Service.buildResponsePage(Service.java:1314)

    at intradoc.server.Service.doResponse(Service.java:2076)

    at intradoc.server.FileService.doResponse(FileService.java:1469)

    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:802)

    at intradoc.server.Service.doRequest(Service.java:1890)

    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)

    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)

    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Caused by: java.io.IOException:! csDynHTMLSystemExecutionError, csDynHTMLReportMsgFunction! $wcmUrl

    at intradoc.common.DynamicHtmlMerger.createIOException(DynamicHtmlMerger.java:2588)

    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:1202)

    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:623)

    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)

    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)

    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)

    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)

    at intradoc.common.DynamicHtmlMerger.outputDynamicHtmlPage(DynamicHtmlMerger.java:2007)

    at intradoc.server.Service.buildResponsePage(Service.java:1267)

    ... more than 10

    Caused by: intradoc.common.ServiceException:! csUnableToExecMethod, evaluateScriptEx

    * ScriptStack! csDynHTMLStackDumpStart, sysadmin, (datasummary) IdcService is SSXA_GET_DATAFILE\, dDocName = 00151164\, = 209607 dID! $

    ! csDynHTMLNoStack! $

    !csDynHTMLErrorMessage,/oracle/ecm/ucm_domain/ucm/cs/weblayout/groups/public/@global/documents//mdaw/mtux/~edisp/00151164~2.xml.parsed,9,40!csDynHTMLSystemExecutionError,csDynHTMLReportMsgFunction!$wcmUrl!$

    -& #62;      & #60; WCM:element name = "linkUrl" & #62; [(--\!--$wcmUrl('resource'\, '')]; & lt; / span & gt; & #60; / wcm:element & #62;

    in sitestudio. SSClassHelper.invoke (unknown Source)

    in sitestudio. SSScriptExtensions.evaluateIncludeXmlEx (unknown Source)

    in sitestudio. SSWCMScriptExtensions.resolveWcmUrl (unknown Source)

    in sitestudio. SSWCMScriptExtensions.evaluateFunction (unknown Source)

    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1430)

    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:908)

    ... more than 17

    Caused by: java.io.IOException:! csDynHTMLServerScriptEvalError

    at intradoc.common.DynamicHtmlMerger.createIOException(DynamicHtmlMerger.java:2588)

    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:1202)

    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:623)

    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)

    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)

    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)

    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)

    at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:2060)

    at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1872)

    at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1836)

    at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1794)

    at sun.reflect.GeneratedMethodAccessor500.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    in sitestudio. SSClassHelper.invokeRaw (unknown Source)

    ... 23 more

    Caused by: intradoc.common.ServiceException: path of access is required for ssWeblayoutUrl parameter.

    * ScriptStack! csDynHTMLStackDumpStart, sysadmin, (datasummary) IdcService is SSXA_GET_DATAFILE\, dDocName = 00151164\, = 209607 dID! $

    ! csDynHTMLStackElementWithFilename,wcmUrl,/oracle/ecm/ucm_domain/ucm/cs/weblayout/groups/public/@global/documents/generalmodule/mdaw/mtux/~edisp/00151164~2.xml.parsed,9,40!$

    ! csDynHTMLServerScriptEvalError

    in sitestudio. SSScriptExtensions.evaluateFunction (unknown Source)

    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1430)

    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:908)

    Therefore I don't see the placeholder to correct the link. How can I fix this, or at least manage the display of the placeholder.

    Concerning

    I don't think the resources without the dDocName specification will work (for example [!-$wcmUrl ('resource', ")-]).

    At some point, the code path probably leaves the SiteStudio component and goes back to the core code WebCenter content to fetch the revision. It seems that it is where he meets a problem (impossible to find the last out for review).

    If you turn on additional detailed complete tracking for site *, file * and system * this gives you a clues?

    Jonathan

    https://jonathanhult.com

  • [HELP] I/o Error: Cannot run program "jar": CreateProcess = 2 error, the system cannot find the file specified

    Hi, I'm new developer on the Blackberry platform.

    I make the first application, but there is a problem when I wanted to install in the Simulator.

    My application has several screen and each take the server data, analyzing the data and displays on the screen.

    My problem is any executable thread.

    When I'm using the code below, it is fine. My application can work perfectly on a simulator.

    public TestingScreen() {
       // Runnable thread = new Runnable(){
       //   public void run() {
        // TODO Auto-generated method stub
            // my code get data from server
            Dialog.alert("Hii");
       //   }
       //};
       //new Thread(run).start();
    }
    

    but, if you use floor area or UiApplication.getUiApplication (.invokeLater), I got error "i/o Error: cannot run program"jar": CreateProcess = 2 error, the system cannot find the file specified"

    public TestingScreen() {
       Runnable thread = new Runnable(){
          public void run() {
        // TODO Auto-generated method stub
            // my code get data from server
            Dialog.alert("Hii");
          }
       };
       new Thread(run).start();
    }
    

    I have the 11 screen and all have executable statement and works perfectly. Can run in the Simulator, can get data from the server. But when I create the new #12 screen (copy paste other on-screen), page couldn't use an executable statement. Each I use Runnable/thread, I got error. But when I remove an executable statement my work normally requires.

    I already have Google but I do not get the answer.

    Please advice. Thank you very much.

    Kind regards.

    hrnt, thanks for your answer on this issue. It helped me solve my problem as well.

    Just to add, for someone else, I use the 32-bit and changed Java SDK my way to the bin folder where the SDK was installed.

  • ASP - function Remote - error: cannot run the trigger

    Hello

    I tried to get my macros being run by a remote server.

    It's my function file remote named "remote_test_pc.asp":

    framework integrated; then

    conf t

    interface $INTERFACE

    Description macro $TRIGGER

    PC-VoIP-Port Description

    switchport access vlan $ACCESS_VLAN

    switchport mode access

    switchport vlan voice $VOICE_VLAN

    broadcast storm control level 1 k pps

    multicast storm-control level 2 k pps

    Storm-control action trap

    no event log status link

    bandwidth share SRR-queue 10 10 5 75

    form of bandwidth SRR-queue 10 0 0 0

    priority queue

    MLS qos trust dscp

    no link-status of snmp trap

    spanning tree portfast

    spanning tree enable bpduguard

    service-policy input PO_TRUST-PHONE

    output

    end

    FI

    framework integrated; then

    conf t

    interface $INTERFACE

    No description of macro

    Description by DEFAULT-CONFIG

    switchport mode access

    switchport access vlan 999

    broadcast storm control level 1 k pps

    multicast storm-control level 2 k pps

    Storm-control action trap

    spanning tree portfast

    No switchport voice vlan $VOICE_VLAN

    bandwidth share SRR-queue 10 10 5 75

    form of bandwidth SRR-queue 10 0 0 0

    priority queue

    MLS qos trust dscp

    no service-policy input PO_TRUST-PHONE

    FI

    output

    end

    FI

    And this is my config on the switch to mac-group and the macro:

    !

    macro auto Test group address-mac-PC

    Mac 0019.9990.5509 address list

    !

    comprehensive treatment of the auto macro

    macro auto control global detection mac address

    !

    automatic macro execution Test-PC remote ftp://192.168.1.11/remote_test_pc.asp ACCESS_VLAN = 123 VOICE_VLAN = 127

    !

    When I plug this workstation for the following syslog messages:

    Switch #.

    Remote_test_pc.asp loading!

    [OK - 1702/4096 bytes]

    Enter configuration commands, one per line.  End with CNTL/Z.

    Switch con0 is now available

    Press RETURN to get started.

    Error: Cannot run the trigger Test-PC, please check trigger exists and corresponds to the valid function

    26 September 11:45:37.755: % SYS-5-CONFIG_I: configured from console by console

    26 September 11:45:37.772: % AUTOSMARTPORT-5-INSERT: tty0(user id:): dispositif avec adresse mac 0019.9990.5509 détectées sur l'interface FastEthernet0/3, exécuté le Test-PC) Message

    Switch #.

    The port works as it should, but I wonder about the error message.

    The switch is 2960 with IOS 12.2 (58) SE2.

    Can someone explain what this means?

    Thank you very much!

    Sven

    Hi Sven,

    I think that you are not constantly getting this message... Ignore it for now... That have no functional impact... This has been supported in 15.0 (1) SE.

    Thank you

    Ankur-

  • Error when running the report EN

    I created a financial report for the HFM application, but when I try to run the same it gives error dirver ADM.

    I even restart all services. But the same error.

    Any help will be appreciated

    This error is not related to the Services. Is that you installed the HFM client on server EN? Customer HFM automatically installs the driver required for the EN to connect to HFM.

    Varun

  • Vista backup error: cannot run the RPC. (0x800706BE)

    Hey there, I have a question about windows vista. I'm doing a backup of my system. In the end, I get an error saying: "cannot save settings to schedule automatic backup for the following reason: cannot run the CPP." (0x800706BE).

    However, I don't want to schedule an automatic backup. I want to make a single backup. I tried to change this in windows Task Scheduler, but I can't because the WindowsBackup folder is not listed. Probably because there is no backups on demand. But I can't schedule backups since I get an error at the end. So the WindowsBackup folder does not appear and I can't change the settings. Someone knows how to fix this?

    To be clear, I want to make one backup of my system.

    When I go to services.msc and scroll down to the remote procedure call and watch 'Status' it says 'Started' or 'Released' (not sure since I have a Dutch version of Vista).

    Also, windows backup is not calculating the number of necessary for the backup dvd.

    Thanks in advance.

    Bottom of GR

    Hi Fazil,

    Thanks for the help. But Vista gave me more problems, not just this one. A few days ago, I decided to upgrade to Windows 7. Problem solved.

    Thanks again.

    Bottom of GR

Maybe you are looking for