Programmatic Build gives error when in an executable

I'm using the programaticbuild.vi (sse attachement). It works fine when I'm in development but when I run the executable I get an error 7.
To demonstrate the problem, I attach some files: the Addtion.vi and the Addition.proj which is the project to build an executable to add 2 numbers.
I now use the ProjectBuilder.vi and ProjectBuilder.proj. to build an application where I give the path to a project file and it builds this project file.
If you run the ProjectBuilder.vi and give it as an input path the Addition.proj , the Addition.exe will be created successfully. But if you build the ProjectBuilder.proj then run the ProjectBuilder.exe and again give it the path to the Addition.proj, this will give you an error.
I have come across to other similar problems but I couldn't find a solution to my problem.
Thanks
Attachments:
builds.zip ‏21 KB

Hi,
Just a random thought, You can try using the "open VI reference" function instead of using the path control alone.
Regards,
Nitzz
(Give Kudos to good Answers and Mark it as a Solution if your problem is Solved) 

Similar Messages

  • Configuration Template Builder gives error when selecting domain

    Hello,
         I'm trying to use the Configuration Template Builder on Solaris to
    create a template. I'm starting the builder like this:
    java -client -jar /bea/weblogic81/common/lib/config.jar -target=template
    When it asks what domain I want to create a template for, I select one
    of my domains, then click on the Next button. After a second or two I
    get the following stacktrace in the console. I then get similar errors
    later in the process.
    java.io.IOException: Unable to resolve input source.
    java.lang.NullPointerException
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:860)
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:385)
    at
    com.bea.plateng.domain.assignment.JDBCPoolJMSJDBCStoreAssignment.createSourceTree(JDBCPoolJMSJDBCStoreAssignment.java:59)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:335)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.getJDBCConnectionPool(JMSServerServerAssignmentListener.java:107)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.doAssign(JMSServerServerAssignmentListener.java:50)
    at
    com.bea.plateng.domain.event.assignment.AssignmentTreeListener.vetoableChange(AssignmentTreeListener.java:77)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:188)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:155)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:138)
    at
    com.bea.plateng.common.comdev.TreeDataModel.setAttribute(TreeDataModel.java:191)
    at
    com.bea.plateng.domain.assignment.AssignmentTree$SetInitialSelectionVisitor.visitTree(AssignmentTree.java:1020)
    at
    com.bea.plateng.common.comdev.TreeVisitor.visit(TreeVisitor.java:24)
    at
    com.bea.plateng.common.comdev.PreOrder.preVisit(PreOrder.java:34)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:42)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:47)
    at
    com.bea.plateng.common.comdev.GeneralTree.accept(GeneralTree.java:220)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:359)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.DomainChecker.syncAssignments(DomainChecker.java:223)
    at
    com.bea.plateng.domain.TemplateBuilder.buildDomainTemplate(TemplateBuilder.java:1177)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.buildTemplate(TemplateLoaderTask.java:243)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.execute(TemplateLoaderTask.java:160)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.run(TemplateLoaderTask.java:133)
    at java.lang.Thread.run(Thread.java:534)

    I should point out why this is a problem for me. The config.xml of the
    domain I'm tring to make a template for puts relative pathnames for the
    location of some of the components. For example, JMS Event Generators
    are put in the config.xml with a path of "."
    If I run the Config Template Builder from the only directory from which
    it works (the directory with the config.jar file, which is common/lib),
    then these relative paths will not work. I get the error shown below
    when trying to create the template jar:
    Preparing...
    Compressing Configuration Template Contents...
    Configuration Template Creation Failed!
    Configuration Template Location: /bea/user_templates/demoServer1.conf.jar
    Reason: Unable to locate file: ./WLIJmsEG_ResponseGenerator.jar
    Exception:
    com.bea.plateng.domain.GenerationException: Unable to locate file:
    ./WLIJmsEG_ResponseGenerator.jar
         at
    com.bea.plateng.domain.TemplateGenerator.generate(TemplateGenerator.java:173)
         at
    com.bea.plateng.wizard.domain.gui.tasks.DomainCreationTask$1.run(DomainCreationTask.java:222)
    So, I wanted to try and run the Template Builder from the domain's
    directory, but then I get the error shown below.
    Any help is appreciated.
    Steven Ostrowski wrote:
    Note: I only get this error when running the Template Builder in a
    directory other than the /common/lib directory.
    If I run this command in any other directory, I get this error. If I run
    the command in the common/lib directory, I do not get the error.
    Steven Ostrowski wrote:
    Hello,
    I'm trying to use the Configuration Template Builder on Solaris to
    create a template. I'm starting the builder like this:
    java -client -jar /bea/weblogic81/common/lib/config.jar -target=template
    When it asks what domain I want to create a template for, I select one
    of my domains, then click on the Next button. After a second or two I
    get the following stacktrace in the console. I then get similar errors
    later in the process.
    java.io.IOException: Unable to resolve input source.
    java.lang.NullPointerException
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:860)
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:385)
    at
    com.bea.plateng.domain.assignment.JDBCPoolJMSJDBCStoreAssignment.createSourceTree(JDBCPoolJMSJDBCStoreAssignment.java:59)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:335)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.getJDBCConnectionPool(JMSServerServerAssignmentListener.java:107)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.doAssign(JMSServerServerAssignmentListener.java:50)
    at
    com.bea.plateng.domain.event.assignment.AssignmentTreeListener.vetoableChange(AssignmentTreeListener.java:77)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:188)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:155)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:138)
    at
    com.bea.plateng.common.comdev.TreeDataModel.setAttribute(TreeDataModel.java:191)
    at
    com.bea.plateng.domain.assignment.AssignmentTree$SetInitialSelectionVisitor.visitTree(AssignmentTree.java:1020)
    at
    com.bea.plateng.common.comdev.TreeVisitor.visit(TreeVisitor.java:24)
    at
    com.bea.plateng.common.comdev.PreOrder.preVisit(PreOrder.java:34)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:42)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:47)
    at
    com.bea.plateng.common.comdev.GeneralTree.accept(GeneralTree.java:220)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:359)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.DomainChecker.syncAssignments(DomainChecker.java:223)
    at
    com.bea.plateng.domain.TemplateBuilder.buildDomainTemplate(TemplateBuilder.java:1177)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.buildTemplate(TemplateLoaderTask.java:243)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.execute(TemplateLoaderTask.java:160)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.run(TemplateLoaderTask.java:133)
    at java.lang.Thread.run(Thread.java:534)

  • My executable compiled with Real Time Engine 5.1.1 in App Builder gives error when trying to run in App Builder with RTE 6.1

    Hello.  I built an executable using App Builder in LV 5.1.1 and now, years later, I am trying to run it in LV 6.1 but I get an error stating a requirement for Run Time Engine version 5.1.1.  To be able to run this, must I install the older version of Run Time Engine?  If so, where can I find the older version?  Do I have to install the older version of LabVIEW to get the RTE?  Will having both versions on my pc be a problem?
    I assume that once I am able to run the exe, that I will be able to recompile with the newer version of the RTE using App Builder.  Is this correct?
    I have been away from LabVIEW for several years and am a bit rusty on these details that I once knew.  Any help is appreciated.
    Alex

    The version of the run-time engine must match the version of LabVIEW that was used to create the executable. You can get any version of the run-time engine you want here. The only way to create a version 6.1 exe is to re-build it from the source code with diagrams. An exe has no block diagram so it cannot be converted to a newer version.

  • Report builder error after applying sql server 2008R2 SP3 when click on report builder gives error like 'Application validation did not succeed. Unable to continue.

    Hi All,
    I applied SQL server 2008 R2 SP3 recently but report builder doesn't work since then
    When click on report builder gives error like 'Application validation did not succeed. Unable to continue.
    and when I try to see details the error summary like following:
    +File, Microsfot.ReportingServices.ComponentLibrary.Controls.dll, has a different computed hash than specified in manifest.
    this is urgent.
    Please reply me asap.
    thanks a lot in advance.
    Regards,
    Nik
    Regards, Naman

    Hi nikp11,
    According to your description, you recently updated SQL Server 2008 R2 to SP3, Report Builder doesn’t work since then the error occurs: "Application validation did not succeed. Unable to continue".
    This is an known issue in SSRS 2008 R2 SP3 that Microsoft has published an article addressing this issue. It is not planning to release a fix for this issue. But we could implement one of the following workarounds:
    Install and run Report Builder 3.0 of SQL Server 2008 R2 RTM.
    Install and run Report Builder of SQL Server 2014.
    Uninstall Service Pack 3 then uninstall Service Pack 2 and then reinstall Service Pack 3.
    Reference:
    Report Builder of SQL Server 2008 R2 Service Pack 3 does not launch
    Thank you for your understanding.
    Best Regards,
    Wendy Fu

  • Outlook 2010 gives error when opening a PowerPoint attachment.

    Outlook 2010 gives error when opening a PowerPoint attachment. 
    Hi All,
    We have several VIP employees that are getting the following error on all PowerPoint documents that come as attachments from Outlook.
    I have researched and tried the following steps and verified these settings are already applied.
    I did find a work around but not a fix and our security team will NOT allow me to change this setting however if I uncheck the setting all employees can open the outlook attachment.
    Any other ideas on a fix for this if I am unable to uncheck Enable Protected View.

    Hi Matthew,
    This is a perennial problem, here is a thread which has a deep discussion about this issue:
    http://social.technet.microsoft.com/Forums/office/en-US/07f710a5-a6ca-4256-8f27-6aac41a6b37e/outlook-2010-unable-to-open-word-excel-and-power-point-attachments-from-an-email?forum=outlook
    It looks like nobady really find a solution there, the only workaround is what you have found - change the protected view setting in Trust Center. You will lose some security by doing this but it seems to be the only solid solution currently.

  • Workflow status web part gives error when going back to previous stage (using GO TO) in Project Server 2013 workflow

    Hi,
    Workflow status web part gives error when going back to previous stage (using GO TO) transition activity  in Project Server 2013 workflow.
    Please guide how to create a workflow which restarts from a desired stage.

    Thanks for your prompt reply....
    It gives following error
    Workflow Status
    This Web Part was unable to load.
    Information that may be useful in solving this problem was written to the Unified Logging Service (ULS) log on the Project Web App with the following ID: e95a9c9c-1f68-90d7-0a3e-5951df70fec6
    For more information, contact your Project Web App administrator.
    what do you mean to restart the Project Server 2013 with different project name, please elaborate....

  • Error when I am executing any method in shopping cart

    Dear All ,
    I am getting following error when I am executing any method in shopping cart.
    *"No data found for contact person 0000000244 . Inform system administration . "*
    Please Can you help me with this error .

    Your error states:
    !syParameterNotFound,dDocTitle
    Can you confirm that your profile includes all required data, specifically, the dDocTitle? Fix this issue, then re-check your logs. if there are other missing required parameters, fix each one.
    Eventually, you should have a successful check-in.
    Hope this helps,
    -ryan

  • Good morning, my photoshop stopped working, it gives error when started, what can it be?  This is the message that appears: Unable to start the program it took a unexpected end of file  I hope answer

    Good morning, my photoshop stopped working, it gives error when started, what can it be?
    This is the message that appears:
    Unable to start the program it took a unexpected end of file
    I hope answer

    Could not initialize Photoshop because an unexpected end-of-file was encountered. | Mylenium's Error Code Database
    Mylenium

  • I recieve the following error when running an executable ("This VI is not Executable. The full development version of Labview is required to fix the errors"

    I recieve the following error when trying to build and run a labview executable. I am able to build the executable but when trying to run the executable, a pop up window comes up asking the user to select a dll. (please see screen shot attached). Once the DLL is selected, I get the error that This VI is not Executable. The full development version of Labview is required to fix the errors. (please see screen shot attached). I have also attached a snapshot of the project window.
    I have the professional development system
    I can run the main VI
    all the required DLL's are in the dependencies section of the project window.
    I am trying to find the root cause of this error but to no avail. can anyone give me a clue to what i am missing here. Any suggestions on where i should look to find the problem ?
    Thanks in advance to all labview users for your help
    Attachments:
    project window.PNG ‏36 KB

    other PNG
    Attachments:
    Broken Arrow on EXE.PNG ‏179 KB

  • OOTB workflow gives error when user rejects in the document in publishing a major version.

    Hi All,
    I am using OOTB workflow with little customization  with following configuration
    1. Allow content approval enabled
    2. Configure a workflow with following general settings true
    3. Start workflow on publish of Major version only is enabled
    4. workflow has following configuration enabled.
    Now, when user start publishing of major version and Starts the workflow. workflow starts without any problem.
    But as and when the user rejects the document it is rejected with Reject status with "Approval Status" as well as workflow status which is expected.(This is correct )
    But when i look at the workflow history i can see at last line there is an Error with
    An error has occurred in In [Workflow Name].
    Now when user check out and check in item again and try to publish with Major version again. it gives errors that the previous version is still running.
    I have trace a lot and also test with original OOTB workflow itself. it is behaving the same.
    As per my findings there is problem in "Completion condition of this task process" the end task process is not being executed correctly.
    I tried to end the task process with End the task process action but it is still not working.
    I need some help in this issue as users are facing problems in case of rejection. I hope some one has the solution for the same.
    Two things i have noticed are
    1. My MS office 2010 professional plus is expired as i was using trial version
    2. I have made stop inheriting tasks permission and remove all default groups as i have settings in workflow "Only allow task reception and process owner to read and edit workflow task"
    3. Earlier i had also installed "Sharepoint 2010 April 2012 updates". i had also observed that (installing Sharepoint 2010 April 2012 updates) before that if user has selected "Automatically rejects the document if any participant rejected". it ends
    with "rejected" status. At present it remains in inprogress and not stops with rejected status.
    Can any one give me a hint what should be the problem ? Is it a problem with latest Sharepoint 2010 April 2012 updates ?
    Thanks,
    S. M. MANIYAR

    I have done following testing.
    1. The server in which i have not installed sharepoint 2010 April 2012 updates the above scenario is working fine without any problem
    2. I have also observed following logs of error in server where April 2012 updates is installed.
    8/28/2012 03:51:41.33  w3wp.exe (0x0F08)                        0x0A00 SharePoint Foundation        
     Workflow Infrastructure        88xr Unexpected WinWF Internal Error, terminating workflow Id# 8bf7fef1-c92e-4b22-a16f-480425d3adc6 
    08/28/2012 03:51:41.33  w3wp.exe (0x0F08)                        0x0A00 SharePoint Foundation        
     Workflow Infrastructure        98d4 Unexpected System.InvalidOperationException:
    CompositeActivity cannot transition to 'Closed' status when there are active child context still exist for child activity.     at System.Workflow.ComponentModel.Activity.MarkClosed()     at System.Workflow.ComponentModel.ActivityExecutionContext.CloseActivity()    
    at Microsoft.Office.Workflow.Actions.OfficeTask.FinalClose(Object sender, EventArgs eventArgs)     at System.Workflow.ComponentModel.ActivityExecutorDelegateInfo`1.ActivityExecutorDelegateOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)    
    at System.Workflow.Runtime.Scheduler.Run() 
    Following are last two lines of workflow history.
    S. M. MANIYAR

  • Shell Script gives error when run through cron job.

    Hi,
    The following shell script runs without any problem when executed manulally.
    USED=$(df -h /arch | tail -1 | awk '{print $5}' | cut -d '%' -f 1)
    if [ ${USED} -gt 90 ]
    then
    find /arch/AUBUAT/ -type f -mtime +0 | xargs rm
    find /arch/AUBMIG/ -type f -mtime +0 | xargs rm
    fi
    But the same gives below error when called from a cron job:
    /backup/arch_test.sh: syntax error at line 1: `USED=$' unexpected
    We are running following version:
    bash-3.00$ uname -a
    SunOS uaeaubdbdr01.aub.af 5.10 Generic_141444-09 sun4u sparc SUNW,SPARC-Enterprise
    Kindly assist.
    Thanks
    Edited by: user13362786 on Apr 20, 2011 4:36 AM

    Hi,
    When I used #!/usr/bin/sh now even the manul execution of the script fails with the same err:
    bash-3.00$ ./arch_test.sh
    ./arch_test.sh: syntax error at line 2: `USED=$' unexpected
    And when I used #!/usr/bin/ksh the manual execution runs fine but again when the script is run from cronjob it now give dirrect err:
    /backup/arch_test.sh[2]: df: not found
    /backup/arch_test.sh[2]: tail: not found
    /backup/arch_test.sh[2]: cut: not found
    /backup/arch_test.sh[2]: awk: not found
    /backup/arch_test.sh[3]: test: argument expected

  • RMAN script gives error when scheduled

    Hi,
    I have this rman script....
    run {
    allocate channel 'dev_0' type 'sbt_tape'
    parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=TPRD,OB2BARLIST=test TPRD)';
    backup incremental level <incr_level>
    format 'test TPRD<TPRD_%s:%t:%p>.dbf'
    database;
    backup
    format 'test TPRD<TPRD_%s:%t:%p>.dbf'
    archivelog all;
    backup
    format 'test TPRD<TPRD_%s:%t:%p>.dbf'
    current controlfile;
    When this script is executed to run at the present moment, it gives no problems. However, when this script is scheduled and when executed at the scheduled time, it gives the following error:
    RMAN> CONNECT TARGET *
    2> run {
    3> allocate channel 'dev_0' type 'sbt_tape'
    4> parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=TPRD,OB2BARLIST=test TPRD,OB2BARHOSTNAME=+server.com+)';
    5> backup incremental level
    6> format
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "format": expecting one of: "equal, integer"
    RMAN-01007: at line 6 column 1 file: C:/ob2.cmdfile.12274.c1e9.rman
    [Major] From: ob2rman@+server.com+ "TPRD" Time: 2-11-2009 13:35:16
    The database reported error while performing requested operation.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "format": expecting one of: "equal, integer"
    RMAN-01007: at line 6 column 1 file: C:/ob2.cmdfile.12274.c1e9.rman
    [Major] From: ob2rman@+server.com+ "TPRD" Time: 2-11-2009 13:35:16
    Oracle Recovery Manager completed with errors.
    Does anyone know what the problem is and why it only gives the error when it is scheduled and not otherwise?
    Thanks in advance.

    Hi user629987,
    The error comes from the following line
    backup incremental level <incr_level>(found "format": expecting one of: "equal, integer"
    see link:
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96565/rcmsynta9.htm#78484)
    Can you replace it with
    backup incremental level 0and retry?
    Might be you have to adjust your format string to avoid <, > and : characters.
    Regards,
    Tycho

  • Error when trying to execute ODI Interface

    Hello,
    I receive the following error when I try to execute an ODI interface. The interface contains two models trying to load a .csv file into an Oracle table. The models seem to be working and I can right click on the source file and "View Data". I have specifed LKM File To Oracle (SQLLDR), IKM Oracle Incremental Update, and CKM Oracle. But still receive this error on the fourth step of the execution "Loading - SS_0 - call sqlldr via Jython"
    org.apache.bsf.BSFException: exception from Jython: Traceback (innermost last):
    File "<string>", line 3, in ?
    OS command has signalled errors
         at org.apache.bsf.engines.jython.JythonEngine.exec(Unknown Source)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Thank you for your help

    Almost...
    You need the sql loader where the "OS command" will execute it means where the agent is installed (once you will execute it from an agent when at production).
    AND that machine where the agent is, need to "see" the target database through the Oracle Listener (tnsnames)....
    Is just like to execute a Sql Loader from you own machine, but who write the command will be ODI.
    Does it make any sense to you?
    Message was edited by:
    Cezar Santos

  • Runtime error when trying to execute transaction OB58

    Hi all,
    We have upgraded from SAP system 4.6c to ECC 6.0 . We are facing one error in the FI transaction OB58.
    When trying to delete any finanicial version or trying to create any new financial version , we are getting a runtime error which
    states that " Error when attempting to IMPORT object "X011F". and its giving short dump at this point .The description of the error is :
    Short text
        Error when attempting to IMPORT object "X011F".
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLFAGL_FSV" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
         not caught in
        procedure "FSV_POSITIONS_CONVERT" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        When importing the object "X011F", the component 1 in the dataset
        had a different length from the corresponding component of the
        target object in the program "SAPLFAGL_FSV".
        The length is 4 in the dataset, but 32 in the program.
    Thanks,
    Sumit

    Hi Sumit,
    We Upgraded our system from 4.6C to ECC 6.0 and
    I am facing same error. We applied note 1544367. After applying not also we are facing issue during
    import x011p to lt_x011p
             i011z to lt_x011z
             x011v to lt_x011v
             x011s to lt_x011s
             x011f to lt_x011f   
    from database rfdt(bs) client p_mandt
                                   id p_versn
                            accepting padding
                             ignoring conversion errors.
    You faced same issue after applying note or if you have any solution please let me know.
    Regards,
    Mahesh

  • URGENT:  ERROR when trying to execute ssoexp.csh script

    Hello,
    I am trying to execute the ssoexp.csh script and I keep getting an error. Here is some background info:
    I am running the ssoexp.csh (UNIX) script from the production server.
    Steps:
    - Set the environment to the source <Portal_home>
    - cd to the directory where the script is located
    - set the ORACLE_SID to my development database (because I previously received an error that indicated to set the ORACLE_SID)
    - ssoexp.csh -s portal30_sso -p ****** -d sspexp.dmp -c oracle.database
    I get the following error:
    SP2-0642: SQL*Plus internal error state 2165, context 4294967295:0:0
    Unable to proceed
    SP2-0642: SQL*Plus internal error state 2166, context 4294967294:2:0
    Unable to proceed
    SP2-0642: SQL*Plus internal error state 2166, context 4294967294:2:0
    Unable to proceed
    SP2-0642: SQL*Plus internal error state 2166, context 4294967294:8:0
    Unable to proceed
    SP2-0642: SQL*Plus internal error state 2166, context 4294967294:3:0
    Unable to proceed
    SP2-0152: ORACLE may not be functioning properly
    LRM-00109: could not open parameter file 'so_export.par'
    LRM-00113: error when processing file 'so_export.par'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully
    PLEASE HELP!!!
    Thank you,
    Claudia Zanni

    Hi Priya,
    1.The entries for the initialization in the BW system are contained in the RSSDLINIT table for the DataSource/source system combination. Compare these with the entries in the ROOSPRMSC table in the OLTP system.
    2. If there are NO entries in the RSSDLINIT table in BW, use transaction RSA7 to delete the delta queue for this DataSource/BW application combination in the source system (OLTP).
    3.Once you deleted all the entries,In Infopackage scheduler option,delete all the init selections to proceed further.
    In which system u r going to do this.....Quality or production.(Better,you check with basis to delete the entries.)
    Regards
    Kumar

Maybe you are looking for

  • Un-editable curves in graph editor?

    Are the curves in the graph editor not supposed to be standard Beziers with standard editing techniques? I'm very good at controling Bezier curves in any application (including the pen tool in AE), but adjustment handles in the graph editor don't see

  • Date format conversion from MySQL

    Hi my dear friends. I have some problem with the date format. I am using MySQL version 3, LabSQL and Labview7.1 In the MySQL, the date format reads as 2006-12-18 14-51-25 while, when querying in Labview, it reads 18-Dec-06 14-51-25. So when using thi

  • Creating a thread inside doPost

    Hello, I have a process which consumes approx 20-30 minutes. I don't want the user to wait till the processing is complete. I would like to display a response as soon as the data is sent to server. So I plan to create an instance of Thread and put th

  • User denied their activities in the system

    Dear expert, One transaction posted in the system by an ID belongs to userA. But userA denied it. UserA claimed that someone might have been using his ID and posted it. How do we proof that the transaction was actually posted from userA's terminal ?

  • OVM Server 3.1.1 errors

    I am running OVM 3.1.1 in a 2 servers cluster. on one of the server I noticed that following errors happening very frequently in /var/log/ovs-agent.log. whereas 2nd OVM Server has no errors. I also noticed in OVM manager that if I go to "repository"