How to start a command-line in synchronous mode LoadPlan

I want to start a LoadPlan for command line by an external programmer. This external Scheduler is the return code of the execution of the LoadPlan. However, the LoadPlan is executed asynchronously. For running a scenario there is an option to specify (a) synchronous execution, but this option does not exist for the execution of a LoadPlan. How can I solve this?

I finally found it. It is a bug in the documentation. The startloadplan.sh script is able to start a loadplan synchronousloy, by using the parameter-SYNC =(no|yes).

Tags: Business Intelligence

Similar Questions

  • How can I start FF command line (nix) without window, menu, tabs and other - as absolutely full screen?

    I need FF on Linux base for kiosk with tuchscreen. So he must start automatically command line (console) in full screen mode without a window, menu, tabs, address line and side ruler. I guess I can set up in a conf file and use some options command line, but where can I find the full list of options and the description of the conf file?

    You can watch this extension:

  • How to use the command line in w/Merge Vista?-need to cut password expires...

    I use Vista Home Basic by Fusion on a Mac Intel. The instructions to stop Vista expire a password is to use the command-line under Vista. I already know these instructions, so my question is:

    How to use the command line inside Vista, on a virtual machine?

    Thanks for your help in advance, I don't want to mess something else.

    Jacob.

    With assistance from the command-line on Vista is no different if it is to be run on a virtual machine or on a physical machine, so just like you would on any physical machine.

  • How to hide the command-line on the scrreen Vista Boot start?

    Equipped with Windows Vista.  Some had work done on my PC, and they ran a Vista repair to the problems.  Now when the computer starts, a few command lines appear on the screen until it dark.  Prefer not to see.

    In the old days, I would simply move the Echo Off before these lines in the autoexec.bat file.  Understand that Vista works differently in what concerns the autoexec.bat file.

    Hello

    This means that your computer is configured to boot from CD/DVD. There are 2 ways to avoid this screen.

    1. make sure that you start the computer with no CD/DVD in the drive.

    2. you will need to boot the computer into the BIOS and change the first boot of CD/DVD to hard drive device. To do this, you can contact the computer manufacturer and check.

    Warning: modification of the BIOS / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

  • Debugging starts with command line arguments?

    How to start the debugger to a program installation command line arguments? I've never had the need to do this before and I am puzzled as to how to do it now. I added a couple of command line arguments to control some run time options and I don't know how to start the debugger with the options passed to the program. I used cela in the past to start two different execution through a pair of icons of Windows shortcut with properties: goal: target option1a option1b chemin_acces_de: path_toexe option2a option2b but they have so far been so trivial that I never really had to try them under the debugger. How to start the debugger and the RCGA and * argv [] variable configuration when main() is called? It is a modification of a very old project, so I use CVI 5.5 here, if it's important. -wally.

    Hey Wally.

    In CVI 5.5, you can go to the menu Options in the project window and choose ... command line to specify command line options to use when debugging.  In more recent versions of the CVI, this option is located under the menu run .

    NickB

    National Instruments

  • How to stop the command line defragmentation Vista 64?

    I started "defrag - v w" command line 15 hours ago and I think she's still going because I do not have a command line prompt and the hard drive light flashes quickly (and somewhat randomly).  Anyone know how to stop the defrag process command line without altering anything?

    Key does nothing and the Task Manager shows that defragmentation is running.

    The f

    CTRL-c should stop.

  • How to start a command prompt in a network folder in Windows 7?

    I want to start a command prompt to a folder on the network. Anyone know how to do this in Windows 7?

    Background: I followed the instructions from Microsoft to start a command prompt in a regular folder residing on the hard drive (see the article: https://support.microsoft.com/en-us/kb/320148). While these instructions were for Windows XP, they will work under Windows 7. However, this will not work for any folder residing on other network players. You will get a window with the path command prompt "C:\Windows\system32 >. Is there a way to get the command prompt to display the path of the network folder I select in Windows Explorer?

    Create a shortcut on the desktop for cmd.exe, then specify the desired folder of "start in".

  • Configuration of the Simulator. How to change default command line?

    Hello

    BlackBerry Java plug-in
    Version: 1.1.2.201004161203 - 16

    Windows XP

    How can I change default command-line for the Simulator?

    I want to delete/keep-lcd-on = true parameter because he throws:

    Internal error - BlackBerry Smartphone Simulator
    ------------------------------------------------
    (Class fledge::Exception) unhandled C++ exceptions:
    Unknown option LcdCollection:keep - lcd-on screen in the command - line.conf

    Thanks to advice.

    This parameter is no longer supported by the BlackBerry smartphone Simulator.

  • How to use the command-line ADT to build an app, iOS, including the ActionScript native extension file

    Hi all

    I have packaged ANE files in my iOS app. I can export their version don't build via FB, no problem.

    But how can I include these DONKEY by ADT command line files? I do like the other files in the library?

    Thanks in advance for any help.

    I was stupid who did not find the proper syntax.

    extdir - extensionsDir will do the trick.

  • How to create a 'command-line interface' for a game?

    Hey people,

    For a game that I have to make a similar command-line interface where the user has at least 3 options to respond with, anyone know how to on this subject?

    I hope someone here can help me out!

    Kind regards

    Angela

    I don't know what part of it, you are having trouble with. Imagine for a moment that instead of asking for your end user typing something into a text input field and monitor what they type (maybe), who instead of you provide 3 buttons on your stage. Answering a press of button in this scenario as respondent to typed user input - your film something is based on the interaction of the user. Enter the user entered text scenario, a text or field sprite can detect the key ENTER and examine the string that the user entered, something like:

    on keyDown me
      if _key.keyCode = 36 then
        stopEvent
        sText = sprite(me.spriteNum).member.text
        case sText of
          "hack": -- do whatever you need to here
          "research":
          "wait":
          otherwise:
        end case
      else
        pass
      end if
    end
    
  • How to create a command line user

    I have a *.sql file. The content of this file is as follows:

    create user newuser identified by eu1;
    grant resources, connect to newuser;
    commit;

    I want that user that can key in user name entry and password in the command line. How to do this?

    If I want to put this *.sql who can read the content of another text file. For example, the text file has following: tracking, webUserPassword
    How to change the *.sql?

    1. no need to hire some DDL statements.
    2. use &, for example:

    create user & username identified by & password;

    Or look for the "accept" in the SQL command * over the reference of the user.

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14357/TOC.htm

  • How to run the command-line IDC services

    Hey guys,.
    is it possible that we can run IDC Services from the command prompt.
    all your pointers will be greatly appreciated.

    Kind regards
    Sicard

    Published by: stephane on March 9, 2009 07:26

    Hey sapan,.

    You can use IdcCommand to perform the services from the command line. The procedure is the following:

    1 create a text file with service calls, you want to do, the definitions are had in format:

    LocalData @Properties
    IdcService = UPDATE_DOCINFO
    dID = 1
    dDocName = 000001
    dDocType = MyType
    dSecurityGroup = Public
    dRevLabel = 1
    dDocAuthor = sysadmin
    dDocTitle = my title
    @end
    >

    (Note: for multiple entries in the file > is very important)

    2. run IdcCommand from the directory "/ bin" of :

    IdcCommand f image_update.hda u-l c:\idccommand.log sysadmin

    Options:
    f = with service definitions
    u = user to run as
    -l (lowercase L) = location for execution log

    There is more detailed documentation in the presentation of the Idc (idc_command_reference_10en.pdf) commands.

    Hope that helps,

    Andy Weaver - Software Consultant
    Fishbowl Solutions< http://www.fishbowlsolutions.com?wt.mc_id="L_Oracle_Consulting_amw">

  • How to start firefox Android aurora in safe mode?

    A plugin is causing ff show a blank white page even on the settings pages. So I uninstall the plugin. How to start in safe mode and or reset ff?

    No, the problem is still there however I have seen that the FF beta version now offers the new sync since I need to uninstall Aurora anyone difficulty so I decided to go with the beta version. Everything works now, and I guess that since there is no safe mode for mobile versions so it won't really an answer. Then we can close this message of support.

  • How to close the command line Simulator?

    Hello

    I need to automate the startup procedure and closing of the Simulator.

    At the present time, I am able to start, but do not know how to close it.

    Can anyone help on this? Thank you!

    I find a way to do it:

    fledgecontroller/session for partner = * / run = leave

  • How to force logoff command line?

    I use tasks for several reasons and also want to have any user not just locked, disconnected after a few minutes of inactivity.

    The task works except that the build in Windows 7 logoff.exe don't seem to support any command of the force, so I find myself with a closure of the current session that can be cancelled by anyone, if the programs are still active.
    The logoff screen has a button to logout of strength, but this does not help, because I will not physically be infornt of the PC, so I need this old command force work.

    Someone at - it an idea?

    Thank you

    Thanks, this is what I was looking for.

    Shutdown /l = Log off and / f = force

Maybe you are looking for