Error executing application after create installer

Hi,
When I execute my main vi, launcher.vi I receive an error when from it I call another vi called main.vi. I attach here the error.
Could anyone help me please?
Thanks in advance,
ToNi.
Attachments:
error2.JPG ‏30 KB

Hello Javier,
Thanks for your help, I saw the article about it, and it is good but the problem persist. In my vi properties I had checked Auto-center option that is not compatible in run time, then, I unchecked it but it still no work. What is the problem? Is possible that the problem is that when I run the vi (main.vi) from (launcher.vi) I use an Import VI Strings Invoke method (I attach here the block diagram and the vi properties of main.vi)?
Thanks in advance,
ToNi.
Attachments:
blockDiagram.JPG ‏94 KB
main.vi properties.JPG ‏35 KB

Similar Messages

  • "ERROR PREVIEW GENERATING​" while creating Installer

    Hi,
    I'm getting this error when attempting to expand the application in the installer.  However, I am able to preview the built application without errors.  Please see the attached screen shots. Also i have atteched my Vis.I am accuring data using my controller and it has its own Vis for accuring data . i am using labview 2011.
    Pl guide to solve thisd issue.
    Solved!
    Go to Solution.
    Attachments:
    Error.JPG ‏133 KB
    SFD Module.vi ‏76 KB

    Thanks Bill for intervening, I'm feeling much better now...
    In any case, what I have found out (despite NI's tech support being down with computer problems) is that this code indicated a very non-specific problem - roughly equivalent to telling the doctor that you feel "icky". So that being the case, perhaps this thread can over time serve to collect all the issues that can cause it.
    A couple things to try:
    Mass Compile the code and retry building everything
    Make sure you don't have any VIs with names the same as something that could be built into shipping LV code.
    Go though the project and make sure there are no conflicts or missing files ANYWHERE. Even if the problematic files are not included in what you are trying to do, they can apparently still cause problems.
    I tried all those things with no help, so now what I found for myself:
    I initally assumed that the build I was trying to install was good. After all, the build run to completion with no errors, and the built code worked as advertised. So on a hunch I tried turning on the logging function in the build to see if anything seemed strange or out of place. What I found was that in the initial build I was using one control that existed in a library that was associated with a cRIO target in the project. So I moved the control to a library not associated with the RT target and again rebuilt the code - again without errors; and again functional. This time however, the installer build also worked!
    Hopefully someone who understands the insides of the installer builder can explain this -- as for me I am befuddled...
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Feedback after the error in SWEL after creating the PO

    Hi!
    After creating the PO, it says in SWEL.. "Feedback after error" . When I double clicked it, it said that the EVENT releasestepcreated, Import container contains errors (are any obligatory elements missing?)
    What could be the possible error in this?
    Thanks so much,
    Paula

    Hi Paula,
    Please check your binding from event to workflow.
    You might have missed to export the event parameters to WF.
    Please check the same in SWDD-> start events.
    Thanks and Regards,
    Swaminathan

  • Windows 10 media creation tool closes after creating installation media

    I have just upgraded my Windows 8 PC to Windows 8.1. Now I wanted to upgrade it to Windows 10, and for that I downloaded the media creation tool and used the "UPGRADE MY PC NOW" option. It downloaded fine and after the download it went to Verification and then to Creating Installation Media for Windows 10.After it was complete to 100% , the Window immediately closed and nothing happened.  Any help? 

    I would create the bootable media and upgrade using that. You will need a 8gb or larger flash drive, once created you boot from that and start the upgrade process.

  • App Builder generates Error 1 when I create installer

    When I compile my project without creating the installer, it runs fine. However, when I check the box "create installer" (with or without the Advanced /LV Runtime Engine box checked), the build fails, and I get an Error 1 - ..Input Parameter is invalid. See attached scrren snapshots.
    Attachments:
    CompilerBug_TTower.xls ‏39 KB

    Bill, NI Tech support suggested I save my project in LV60 format, recompile, and see if the error still occurs. I did this. However, I could not export the .bld file from LV61 to 60, so I had to re-create it. No error occurred when I compiled this (with installer) in LV60. I then loaded this project back into LV61 and compiled it - also, no error! So I have no idea what caused this. However, I did ask NI for a wish list item - to add more error info in App Builder, so that one knows what input parameter or VI caused the problem. (With 300 Vis is a project, it is a daunting task to find the probelm otherwise).

  • Error executing application in the PDA

    Hi!
    I'm doing the first steps with SAP Mobile Infrastructure.
    I have WAS 640, J2EE and ABAP with SP16.
    SAP MI 2.5 SP09.
    I'm trying to run in a PDA the very first examples from the SAP Develloper Studio MDK Help.
    In WebConsole, I have created an Application MDK_CONFIGEXAMPLEJSP and  have uploaded the  
    MDK_configExampleJSP.war.zip file.  
    Next, I assignied it to the device ID and after syncronization I have the file MDK_CONFIGEXAMPLEJSP.war in directory MIwebapps.
    Restarting the Mobile Engine, a new folder is created:
    MIWebappsMDK_CONFIGEXAMPLEJSP with other sub folders.
    Running the Mobile Client, I have the new link to this application, but when I tap it, I have the error:
    "Not found(404)
    Original request:/
    MDK_CONFIGEXAMPLEJSP/start
    Not found request:/
    MDK_CONFIGEXAMPLEJSP/start"
    All this works fine in a Laptop (WIN32).
    Any suggestion?
    Thanks in advance.
    Arnaldo Calçada.

    Hi,
    error 404 means: Page not Found.
    OnLaptop we have a complete JDK with the TOOLS.jar available. The benefit on that is, while we are running our App, MI can compile JSP to JAVA files and display them.
    On PDA we do not have TOOLS.jar available. What we need to do is, we need to compile our JSP files with the MDK, while we create our WAR file. While creating the WAR file, after you selected to project, tick "Add JSP as compiled classes". This will solve the 404 issue on the PDA.
    It is correct that you do not have a startup.bat file on the PDA. A PDA has no DOS shell like a PC and so STARTUP.BAT makes no sence. The startup is done automatically at restart of the PDA. You can find the MIServer shortcut in the folder WINDOWS/STARTUP on the PDA. IF you want to start it manually, just tick that shortcut. If it is already running, no second instance will be started, so it is not a problem to do that. BUT: as you can open the URL http://localhost:4444 in IE on the PDA, this machine is working fine. IF you do have problems, check the JCPOut file in the root folder of the PDA. You will find the Java trace there. If MI is running, there is a sharing restriction on this file. In that case, make a copy of the file on the PDA and transfer the copy down to your PC to open it.
    I have create a BLOG, how to debug into PDA MI installations. Unfortunately, because you debug on a PC, you will most probably not find the 404 error there, because on a PC the JSP files will be compiled with the available tools.jar. Unfortunately it does not help to copy tools.jar to the PDA. The used Java implementation NSIcom Creme does not support that file.
    Hope this helps to understand and solve this issue.
    Regards,
    Oliver

  • ORA-01722: invalid number (Error in Application after upgrade to 3.0)

    Dear All,
    After upgrading to 3.0 I am no longer able to login to my application. The error I am seeing is:
    ORA-01722: invalid number
         Error      Could not process show_hide_memory.show_hide_collection_output procedure !
    Please help me pin-point the issue and fixed it.
    This happens in some applications but in others it doesn't...
    Regards,
    Pawel.

    I believe I have found the source of the problem!
    This is coming from the sample application which was used for the show/hide of regions example.
    The code behind the above procedure is:
    CREATE OR REPLACE
    PACKAGE show_hide_memory AS
    PROCEDURE show_hide_collection;
    PROCEDURE show_hide_collection_output;
    END;
    CREATE OR REPLACE PACKAGE BODY show_hide_memory AS
    PROCEDURE show_hide_collection AS
    l_arr apex_application_global.vc_arr2;
    l_found boolean := FALSE;
    l_collection_name VARCHAR2(255) := 'SHOW_HIDE_COLLECTION';
    BEGIN
    IF(wwv_flow_collection.collection_exists(p_collection_name => l_collection_name) = FALSE) THEN
    htmldb_collection.create_or_truncate_collection(p_collection_name => l_collection_name);
    END IF;
    l_arr := apex_util.string_to_table(p_string => v('TEMPORARY_ITEM'), p_separator => ']');
    -- If the array member count of l_arr < 3, then the following code will raise an exception
    FOR c1 IN
    (SELECT seq_id
    FROM apex_collections
    WHERE collection_name = l_collection_name
    AND c001 = l_arr(1)
    AND c002 = l_arr(2)
    AND c003 = l_arr(3))
    LOOP
    -- It exists, so delete it
    apex_collection.delete_member(p_collection_name => l_collection_name, p_seq => c1.seq_id);
    l_found := TRUE;
    END LOOP;
    IF l_found = FALSE THEN
    apex_collection.add_member(p_collection_name => l_collection_name, p_c001 => l_arr(1), p_c002 => l_arr(2), p_c003 => l_arr(3));
    END IF;
    COMMIT;
    END show_hide_collection;
    PROCEDURE show_hide_collection_output AS
    BEGIN
    htp.prn('<script type="text/javascript">' || CHR(10));
    htp.prn('<!--' || CHR(10));
    htp.prn('window.onload=function(){' || CHR(10));
    FOR c1 IN
    (SELECT c003
    FROM apex_collections
    WHERE collection_name = 'SHOW_HIDE_COLLECTION'
    AND c001 = wwv_flow.g_flow_id
    AND c002 = wwv_flow.g_flow_step_id)
    LOOP
    htp.prn('htmldb_ToggleWithImage(''' || c1.c003 || 'img'',''' || c1.c003 || 'body'');' || CHR(10));
    END LOOP;
    htp.prn('}' || CHR(10));
    htp.prn('//-->' || CHR(10));
    htp.prn('</script>' || CHR(10));
    END show_hide_collection_output;
    END;
    I guess now I have to find the bug in the above code !

  • Unexpected Error Occurred (error code -600) after Leopard Installation

    Installed Leopard for the second time.
    Everything seems to work fine, but after opening and then closing Mail, I'm unable to open it via the dock. Tried to open by selecting from the applications menu, and get the following message:
    The operation could not be completed.
    An unexpected error occurred (error code -600)
    Same thing with Backup, Parallels too.
    Shutdown behavior is odd. From the apple icon, shutdown doesn't work, everything goes away on the desktop, then the spinning wheel (not beach ball), then nothing. Have to power off to quit, can't be good for the hardware.
    Any suggestions, or am I doomed to a clean install and reinstalling all of my applications? Thankfully I have a drive backed up with SuperDuper with 10.4!
    Thanks for the help.

    OK, I've got ContentBarrier X4 installed and this was the cause of my error codes and it looks like several - if not all of my installation issues with Leopard.
    Apparently, perhaps with Login KeyChain update, it wiped out the ContentBarrier administration name, and on launch, it was likely blocking the applications.
    First, install the Login KeyChain update (see Apple software download page).
    Reinstalled ContentBarrierX4 http://www.intego.com/services/updates.asp (make sure to select ContentBarrierX4).
    Open ContentBarrierX4 - you'll have to sign in as the administer. You may have to go into Preferences > Accounts > to make sure that you've got admin rights.
    Once you logged in, exit, then reboot.
    For the first time since installing Leopard, I can shutdown without a hard power off.
    Salvation...

  • Error starting J2EE after EP installation

    Hi,
    I'm trying to install EP 6.0 SP9 in WAS 6.40 SP9 on Linux PowerPC. WAS is an standalone instance (only JAVA part).
    The installation is aborted in the J2EE Start step (the step before the latest step). After that I cannot start J2EE Engine anymore, because the process jlaunch dies suddently, and on logs this error is shown:
    ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-6) [jhvmxx_mt.c 480]
    ERROR => Cannot load Java VM (<default>) (rc=-1) [jlnchxxi_mt 591]
    SigISetIgnoreAction: SIG_IGN for signal 17
    JLaunchCloseProgram: good bye (exitcode=-1)
    What should I do?
    Thanks in advance,
    Arnau

    Hi Arnau,
    I would suggest to check the Java VM parameters. You can look for a section "Adapt Memory Configuration for the J2EE Server" in the installation guide or the SAP notes mentioned in the guide dealing with the Java VM parameters (like 723909 and 716927).
    This thread  might also be of help to solve your problem: https://forums.sdn.sap.com/thread.jspa?threadID=66611
    Hope this helps,
    Robert
    PS: Please consider following the <a href="https://forums.sdn.sap.com/thread.jspa?threadID=117168&tstart=0">Rules of Engagement</a> as mention by Craig Cmehil. It's polite to come back to your <a href="https://forums.sdn.sap.com/thread.jspa?threadID=129275">own threads</a> and mark the thread as solved or assign points and give feedback to the answers so that other readers can learn how to solve the issue that you have experienced. Thanks a lot!

  • Facing Problem With DLL After creating Installer

    Hi
    I Have Developed to Test The CAN Hardware.
    I am Using third party USB to CAN device (Phytec PCAN)
    To communicate with PCAN device I have Used PCAN_USB.DLL
    I have Tested My Code with the hardware. It Works Fine.
    Then I Have Created EXE and Installer. and Install on the other system (
    LabVIEW is not installed on that system). But it is not communication with the
    Hardware.
    If I run the EXE on the system (where LabVIEW is installed) then EXE is
    communicating with the hardware.
    Please guide me for the same. LabVIEW version - LabVIEW 2009
    Please treats this on urgent Basis
    Regards
    Prabhakant Patil
    Regards
    Prabhakant Patil

    Hi Prabhakant Patil,
    How are the errors handled in your application ?
    I think this should be the first thing to have a look at. Just add to your VI an error indicator and you'll see what's happenning to your application.
    Regards,
    Da Helmut

  • HFM 9.3.1.3.00 Can not open an application after creating it

    Hi
    I just created a new application and when I try to open it to load everthing into it, the application will not open. Any suggestions? It is registered and the ID that is being used to create it etc.. if provisioned for the app. The error is: "Unable to Open Selected Application". The details are (server name has been deleted)
    Error Reference Number: {7D8EEBCD-3625-47DE-942A-8C44822B67ED}
    Num: 0x80004005;Type: 0;DTime: 8/31/2009 2:09:50 PM;Svr: ;File: CHsvDataSource.cpp;Line: 221;Ver: 9.3.1.0.1502;
    Num: 0x80004005;Type: 0;DTime: 8/31/2009 2:09:50 PM;Svr: ;File: CHsxServerImpl.cpp;Line: 1863;Ver: 9.3.1.0.2176;
    Num: 0x80004005;Type: 0;DTime: 8/31/2009 2:09:57 PM;Svr:;File: CHsxServerImpl.cpp;Line: 2154;Ver: 9.3.1.0.2176;
    Num: 0x80004005;Type: 0;DTime: 8/31/2009 2:09:57 PM;Svr: ;File: CHsxServerImpl.cpp;Line: 3859;Ver: 9.3.1.0.2176;
    Num: 0x80004005;Type: 0;DTime: 8/31/2009 2:09:57 PM;Svr:;File: CHsxServer.cpp;Line: 1430;Ver: 9.3.1.0.2176;
    Num: 0x80004005;Type: 0;DTime: 8/31/2009 2:09:57 PM;Svr:;File: CHsxClient.cpp;Line: 2275;Ver: 9.3.1.0.2176;
    Any help would be appreciated.
    Thanks!

    Did you hit all these steps?
    http://www.oracle.com/technology/obe/hyp_fc/HFM_CApps/CCapps.htm

  • Error message R8281 after creating generic datasource

    Hi Guys,
    I created a datasource, and when i go to RSA6 and run a check it gives me an error message: R8281 . Does anyone know how i can rectify this?
    Thanks

    Hi, this is what i got in the error Log: can anyone tell me how to resolve this please?
    You tried to assign a DataSource to the application component NEW_HIER_ROOT. This application component is, however, not entered in the RODSAPPL table as an application component
    System response
    The DataSource is saved, but is not visible in BW under the node NODESNOTCONNECTED.
    Procedure
    You do not have the option yet to transfer the application component hierarchy from the Content.
    You transfer the hierarchy with Business Content.

  • Error in ASKB after creating parallel & delta depreciation area

    Hi All,
    We have APC and depreciation values in Area 1 for an Asset. Now I have created parallel depreciation area 70 and delta depreciation area 90. area 70 posting to parallel ledger. As soon as I created area 90, the following values are showing in AW01N
    01 - Dep Area
    APC - $45000
    Depreciation  - 1500
    70 - Depr Area
    APC - Null
    Depreciation - Null
    90  - Dep Area
    APC - $45000
    Depreciation  - 1500
    So when I run ASKB it gives me an error saying 'Balancing field in Profit center in line item 001 not filled'. The ledger group it is trying to post is the non-leading ledger.
    Can you please help.

    Hi Murali & Vinod,
    Thanks for your replies. The document splitting settings are fine. It was the issue corss-system depreciation are settings. The client had activated area 70 for an Asset in one company code, but did not have it in the transferred Asset in the other company code. It was an intercompany transfer. We fixed this activating area 70 and now it is ok.
    Now the problem is after I run ASKB, and check ABST2, the reconciliation report shows a line item with
    Account : 1XXXXXX (Accum. Depr A/c)
    Ledger : 3G (non leading ledger)
    Period : 999
    2ndLCGL :example 1000
    2ndLC in AA: 0
    2ndLC Delta : 1000
    3rdLCGL :example 1000
    3rdLC in AA: 0
    3rdLC Delta : 1000
    Leading ledger postings reconcile properly. Non leading ledger APC values in all 3 currencies reconcile properly. Only for Depr A/c in non-leading ledger it is not posting to LC2 and LC3.
    Any thoughts?
    Regards
    Panneer

  • Error inserting data after creating a trigger (caused by commit)

    Hi,
    I have registered a schema so that XML files are stored in a table XMLREADINGS. I create an AFTER INSERT tigger on this table. The trigger is very basic (inserting the system date into a test table). I discovered that it works fine so long as there is no COMMIT statement in the trigger (an implicit commit is carried out). However if I have a COMMIT then creation of the trigger is fine, but when I try to drop new XML files into the repository (using WebDav) I get a file copy error.
    For this simple case the lack of an explicit COMMIT statement is okay, but I want to increase the logic of the trigger and I can imagine that there will be COMMIT and ROLLBACK statements required.
    Has anyone experienced this before ?
    regards
    Stephen

    I've just discovered that you aren't supposed to use commit or rollback in triggers anyway!
    A possible solution (found on this forum) is to declare the trigger as a autonomous transaction:
    If you are using Oracle 8i, you can use an autonomous transaction:
    CREATE OR REPLACE TRIGGER trg
    DECLARE
    Pragma Autonomous_Transaction
    BEGIN
    I'll give that a try

  • Really weird Network errors with AD after create actions with IdM 5.5

    I am struggling with the AD after actions.
    Customers AD support insist that the Gateway is not installed on any domain controller or fileserver in the AD forrest. The customer would like the homeDirectory and share to be created on the fileserver at the same time as the account is created on the domain controller.
    The GW service is started as the domain admin - logon account is test\Administrator not the default "localsystem"
    I map the gateway's local drive Z: to c$ of the fileserver. net use from command prompt shows its status is OK.
    I can net use and any other net command ok from command line. Commands like:
    md z:\data\home
    rmtshare \\fileserver\c:\data\home\....etc etc...
    succeed even when driven from within the gateway C++ program. However, when the DOS command 'net use' is run by the gateway then when I examine the log, I see the response block:
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): <?xml version='1.0' encoding='UTF-16'?>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): <Response>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): <Result status='ok'>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): <ResultItem type='ACTION_RC'>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): <object class='String'>0</object> </ResultItem>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): <ResultItem type='ACTION_STDOUT'>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): <object class='String'>The command completed successfully.&#xD;&#xA;Are you sure (Y/N)?processed dir: z:\data\home\stmgzea&#xD;&#xA;processed dir: z:\data\home\stmgzea\data&#xD;&#xA;</object> </ResultItem>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): <ResultItem type='ACTION_STDERR'>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): <object class='String'>System error 1222 has occurred.&#xD;&#xD;&#xA;&#xD;&#xA;The network is not present or not started.&#xD;&#xD;&#xA;&#xD;&#xA;System error 1222 has occurred.&#xD;&#xD;&#xA;&#xD;&#xA;The network is not present or not started.&#xD;&#xD;&#xA;&#xD;&#xA;</object> </ResultItem>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): </Result>
    04/07/2006 11.54.01.550000 [5824] (../../../../src/wps/agent/object/RequestHandler.cpp,66): </Response>
    The net use command gives me error 1222 - no network present.
    If anyone has successfully created remote directories and shares from the after action could you let me know what special WINS DNS permissions are needed.

    Got that but still having problems with the customer test setup.
    In our test AD environment we have 2 machines: the DC named anchor.dog.ad3.palm and a workstation named steam.dog.ad3.palm
    The workstation has the gateway service and it runs under the account dog\Administrator the domain admin.
    Ok. I can issue these commands via this <act> </act> block quite ok in our test environment.
    set >> c:\capture.log
    net use >> c:\capture.log
    md F:\data\home\username\data
    rmtshare.exe \\anchor.dog.ad3.palm\username$=c:\data\home\username /GRANT everyone:F
    cacls F:\data\home\username /T /G dog\username:C builtin\administrators:F < c:\yes.txt
    I can see things go aok at home. Where local disk Z: is mapped to \\anchor.dog.ad3.palm\c$
    At customer they have a VMware setup for testing. The AD dc is one virtual machine and the GW is on a second virtual machine. domain there is test.local.
    If I type the md and rmtshare and cacls in the GW dos command prompt window they succeed, but when run via the gateway the net use command shows Z: as Unavailable.
    Has anyone met this problem before?
    Its a messy situation here as the customer has outsourced their AD admin... these people insist on the GW not being on any DC. In their view since it works from command line there is no problem with the AD setup.

Maybe you are looking for

  • HTTP Problem

    hi all i m having 9i application server 9.0.2.0.1 as per oracle documentation there is a problem with this version in http service once the service starts,it remains in the memory untill we manually kill it even though it becomes idle for a long time

  • Is this part of product dimension

    Im building a product dimension of all the dresses designers can sell. each dress can have multiple sizes and colors a cost price and rrp price and also a size surcharge, so size 14+ could be an extra £30. these are cost designers pass on to the reta

  • Word to Frame hyperlick wierdness

    I just spent a day fixing a problem that shouldn't have happened. I have a project glossary that was created in Microsoft Word 2007. It consists of definitions for acrnyms and a list of terms which are linked to their definitions in our departmental

  • Unable to read HTTPD_CFG_FILE

    Hi, After some unfortunate configuration changes my web server (sun one web server 6.0 sp5) doesn't start, and i get this log: [21/Feb/2003:15:19:10] warning (16061): unable to read HTTPD_CFG_FILE: %s reports: HTTPD_CFG_FILE [21/Feb/2003:15:19:10] wa

  • Indesign CS6 freezes while saving then crashes upon reopening

    Hey Guys and Gals, Little issue, I've been trying to trouble shoot this for a couple days now. But alas, no idea. It happens after a few hours of operating within Indesign and after many successful saves. I'll save a file and get the pinwheel(mac OSX