Max_threads 12 and execute multiple calc at a time through maxl

Hi,
Will "import database Sample.Basic using max_threads 12 ...." works in 11.1.2.1 ?
If yes please provide syntax
I tried below syn and got error msg.
import database 'ap'.'db' using max_threads 12  data from server text data_file "load" on error write to 'load.log';
And
How do I run 5 calculation simultaneously start from maxl ?
I wrote a script which runs one after another
execute calculation 'ap'.'db'.'One';
execute calculation 'ap'.'db'.'two;
Regards.

Hi,
I think you can use wildcard characters '*' for loading data in sequence.
import database 'ap'.'db' using max_threads 12  data from server text data_file "load*.txt" on error write to 'load.log';
Make Sure you will be changing data_file to .txt extension before using above script.
Regards,
Avneet

Similar Messages

  • How to find and replace multiple cells at a time

    I am doing repetitive work re find text in numbers but then replace following cells with text. How can I find and replace multiple cells at a time?
    i.e. doing my own budget spreadsheet and coding all transactions with description and code

    Did you try the "Find/Replace" dialog box?:
    Then click the "Replace All" button in the bottom left.

  • Call and Execute Multiple Windows of the same VI

    Hi,
    I would like to call and execute multiple windows of the same VI.
    Please take a look for my attached vi, and start from the 2x2.vi, i think you have to re-enter the file path to run (sorry for inconvenience).
    If I click the start button in different sub panels, the sub vi(Temperature Analysis.vi..& etc) should be called out in multiple windows, hold it, and run simultaneously.
    But now the problem is, the sub vi is called out 1 by 1 until it is finished prior the second sub vi is called.
    May I know how to solve that?
    Thanks.
    Attachments:
    My VI.zip ‏173 KB

    Hello TanTan
    1. Open the PopUpmain.vi and select the path of PopUp.vi
    2. Enter the number of popups and run the VI.
    Hope this attached VI will work as per your expection. Please select the less number of instances 
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet
    Attachments:
    PopUpMain.vi ‏12 KB
    PopUp.vi ‏8 KB

  • Executing multiple workitems at a time

    Hi,
    Whenever the user selects multiple workitems that belong to the same task and executes the first item, then the samething should all the applicable to other items also. For example, consider that I have 20 workitems that correspond to leave requests. I select all 20 workitems and execute the first one and select approve. then all the 20 workitems should be executed with the option select.
    How to achieve this functionality?
    Raj

    Hey Mike,
    You're absolutely right, I didn't know this.
    It took me some time to find it, but here:
    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/8d/25f4e3454311d189430000e829fbbd/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/8d/25f4e3454311d189430000e829fbbd/frameset.htm</a>
    I's all explained.
    Kind regards, Rob Dielemans

  • To execute multiple procedures in one go through

    Hi,
    i have five stored procedures and want to put them in one procedure that when i execute that single procedure all other procedures should be executed, rough idea
    create or replace procedure pr_1 as
    begin
    exec pr_2;
    exec pr_3;
    exec pr_4;
    end;exec pr_1
    Best Regards,
    Lee

    Hi,
    Are these procs dependant on the result of each other?
    Depending on your requirement you can club these procedures into a .sql file and execute this sql
    OR
    Put all these procedures into a package.
    Depends entirely on your requirements.
    Detail us what are these procedures and how are these related to each other.
    Regards,
    Jacob

  • Combining package configuration and Execute SQL task at run time

    Hi everyone,
    I have an issue regarding setting values at run time
    I use package configuration to manage different enviroments scenarios (DEV, PROD):
    XML file to store the connections string of SSISConfigDB
    and the actual values of parameters in that SSISConfig DB tables Filtered by ConfigurationFilter column
    Now, one of my packages needs in addition setting at run time value of a flat file name
    i used an Execute SQL task - within the task i read into a variable the file name using command line
    then, the full path of Flat File Connection is set by expression concatenating the root folder and the variable
    the problem is that the variable stays empy! as if the Execute SQL task was never executed!
     Am i doing something incorrect? in the package configuration wizard the configured value are only XML file and the connection string of the DB.
    to summerize - how can i combine package configuration, default value, Execute SQL task and expression at runtime?

    1.EvaluateasExpression=TRUE (Full Path variable)
    2. Do you mean to invlole a ISNULL() function in the expression? if so, no
    3. Of course i recieve a valid value
    4. The Full path expression is evaluated to the root folder - without the portion of the file name
    here is the syntax in Execute SQL Task:
      truncate table OnErrorFlagTable
      Declare @Path varchar(128)
      Declare @FileName varchar(128) 
      Declare @SenderID varchar(5)
      Declare @INST_COD varchar(5)
      Declare @Flag int = 0
     Declare @FileType varchar(2)='01'
      Truncate table TraumaRecords
    Select @Path = 'C:\RootFolder\'
     --***Insert into Temp table the file so we can take his name***--
    Create Table #Tmp(Txt Varchar(Max))
    Insert Into #Tmp(Txt)
    Exec master..xp_cmdshell 'Dir *.txt C:\RootFolder\/b'
    select top 1 @Filename = Txt From #Tmp
    Where ISNUMERIC(substring(Txt,1,1))=1
    order by Txt desc
    Insert into OnErrorFlagTable
    Select 2,@FileName
    Select @FileName as TraumaFileName,@FileType as FileType
    Then, in ResultSet TraumaFileName and FileType are mapped
    Expression of @TraumaFlatfileFullPath is
    @[User::TraumaFlatfilePath]+ @[User::TraumaFlatFileName]
    where the variable @[User::TraumaFlatfilePath] is evaluated in variable window (default value)
    and it's value is C:\RootFolder\
    and @[User::TraumaFlatFileName] is the ResultSet of the ExecuteSQLTask
    and for some reason when executed in SSIS return null while in SSMS return the expected value
    Can you try making this into a procedure with required parameters and call it from SQL task to see if you get return value correctly? Use OUTPUT parameters for getting back required values
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Tripod shots and making multiple motions from different times happen simultaneously?

    Working with Premiere Pro CS4.
    Sorry if I framed the question poorly in the title, but I don't know how to really make this description any more concise.
    What I have:
    Multiple shots of me riding my bike that I filmed by myself using a tripod. I am repeatedly trying certain tricks within each shot between when I press record and when I press stop. During these tricks I move in all sorts of directions while the environment stays the same.
    What I would like to do with this:
    I am hoping to learn what effect or method to use to make it so I can have a single short shot that has me in different areas of the frame at the same exact time. Sort of like having multiple clones of me not landing the trick instead of just creating subclips that play consecutively. Does this make sense? Sort of like animating a cartoon where you have a backdrop and can make multiple characters moving around or just one. I want to have a multiplicity effect.
    Has anybody here done this before? Do I need to do it in After Effects perhaps? I am not adept with that program yet so hopefully I can accomplish it with Premiere. Knowing how to do this definitely seems useful for future applications as well as I think it would look pretty interesting in other contexts as well.
    Thanks everybody!

    If you want all of the images of you to appear in the exact same Frame, then Keying is the way. Since it sounds like you did not shoot against a green cyc, Rotoscoping will probably be needed. AE CS5 has a new Tool, the RotoBrush, that would be very useful.
    Now, if what you want is a Frame, where you appear in different areas of that Frame, but with the original background, you are looking at PiP (Picture in Picture), and you can create a matrix of all sorts of configurations, like 2 x 2 with 4 separate Clips appearing in the same Frame. This example shows a single PiP:
    This is easily done. I also show an orange "alignment grid," to help me Position, and Scale my additional Video Clip(s). At Export, that alignment grid would be turned off, or Deleted, so would not show in the output file. For PiP, you would place, say four Video Clips above each other, say Video Track 1 through Video Track 4. You would then use the fixed Effects>Motion>Position and Motion<Scale to get your four PiP's to show.
    Good luck, and let us know exactly what you want,
    Hunt
    PS - Note: RotoBrush is in no way related to RoboDog...

  • Mattes: creating and adjusting multiple keyframes at a time

    Haven't been able to find an answer to this; maybe there is one!
    When using the 4- or 8- or God forbid even the 50- point garbage mattes, is there a way to set a keyframe for every point at once? It's quite a lot of clicking to do them each one at a time. And I suppose it might be helpful for other filters as well.
    The closest post I found was:
    Topic: Shortcut to add a keyframe to every parameter?
    It's a similar question, but Control K doesn't seem to work within the filter tab.
    While we're here, how do you pick up and move several points all at once? In the canvas space, not in time. I haven't searched that yet, the answer might be "out there."
    Thanks!
    G4   Mac OS X (10.3.9)  

    Or use Motion. WIth Motion, there is only one keyframe for all points...
    Patrick

  • Can you suggest me how to run multiple calc scripts using singel maxl script

    Hello,
    I am writing a maxl script which should be able to :
    1. update Set Variables for the Essbase DB
    2. Execute multiple calc scripts
    2a. Trying to put specific sleep time within multiple calc scripts.
    Thanks and Regards.

    Why are you looking for a Maxl to run multiple maxls? Can't you use a batch or sh script to do it.
    Unix has a sleep command in batch file try using choice
    Regards
    Celvin

  • Can a case structure execute multiple cases?

    So I have a VI set up with a mutiple option case structure to select which input a voltage is read from (there are 32 options). Now that I have it made, I realize that sometimes I may want to read from multiple inputs at once.. Is there an easy way to change my setup so that it executes multiple cases at a time? Right now my control is a slider to choose the case. What would be a good front panel control choice to be able to select multiple options? Thanks
    Solved!
    Go to Solution.

    You can build an array of your options and loop through the required cases. As mentioned, a case can only perform 1 case per loop.
    A good front panel control would be a cluster or an array of booleans (e.g. a tick box per option), easy to loop through.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Edit and update multiple records in JSP buisness components

    Hi everybody,
    I'm building BC4J components using entities and views and JSP buisness components.
    how can I edit and update multiple records
    at a time in the jsp file
    Note using the databean
    "oracle.jbo.html.databeans.EditCurrentRecord"
    one can view one record at a time
    thank you

    do you have a sample code? thanks
    Hi
    There are several options. One of them could be
    1) use <input name=rc[j] value="..."> instead of
    display a raw text
    2) parse parameters in doPost method of your servlet
    to update appropriate values.
    3) Make a empty row enable inserts
    Regards
    Jan

  • Connecting multiple companies at a time????

    hi all,
             Can we connect to multiple companies at a time through DI-API.this is the coding where i connect to single company through combobox..
           oCompany.CompanyDB = Combo1.Text
            oCompany.UserName = Text1.Text
            oCompany.Password = Text2.Text
            lRetCode = oCompany.Connect
    but i want to connect to 3 companies at a time using list box items(3 items)...i have that doubt whether cn we connect at a time???
    regards,
    shangai.

    hi,
    this is the coding iam trying to connect multiple companies....the first company is connected successfully but from 2nd company it's showing as -116 error..this is the coding iam using...
    For N = 0 To lstDealerDb.Items.Count - 1
                        j = lstDealerDb.Items(k)
                        k = k + 1
                        oCompany.CompanyDB = j
                        oCompany.UserName = Text1.Text
                        oCompany.Password = Text2.Text
                        lRetCode = oCompany.Connect
                        If lRetCode <> 0 Then
                            oCompany.GetLastError(lErrCode, sErrMsg)
                            MsgBox(sErrMsg)
                        Else
                            MsgBox("Connected to " &  oCompany.CompanyName)
                            Me.Text = Me.Text & ": Connected"
                        End If
                    Next
    regards,
    shangai.

  • Web Service executing multiple times

    We are noticing an ongoing problem with web services both consumed in SAP as well as web services published in SAP and consumed via .NET applications.  In both cases, we are occasionally seeing examples of a single web service method calls executing multiple times.  For example, one of our methods in our SAP generated web services inserts records into a custom Z table.  We are noticing that for a single invocation of the web service, data records are appearing multiple times in the custom table.  We have placed code inside of the function in SAP to catch these multiple executions, but the code does not recognize the duplicates because most likely, the commit from the previous execution has not yet occurred.  We have time stamped the inserts into the table and can see that they do not have the same time.  Our web services are being created in SE80.  My guess is this is some sort of caching issue.  Has anyone run into a similar problem?  We are using NetWeaver 7.0 and SAP ECC 6.0.
    Edited by: Joseph Sciacca on Sep 9, 2008 4:10 PM
    Edited by: Joseph Sciacca on Sep 9, 2008 7:34 PM

    Hi Developers,
    I have the same question, is it possible to have multiple outgoing parameters?
    When not, does SAP Netweaver knows a IN-OUT parameter? Because I found on the internet that it is possible to have a IN-OUT parameter. But that was with the BEA Weblogic 8.x.
    When not, is then the only solution to return a object? With in this object all the parameters you want.
    Or otherwise is there a other workaround?
    Thanks in advance,
    Marinus Geuze

  • For each loop container executing multiple times....

    Hi,
    We are using SQL SERVER version 2005.
    I am having a For each loop container and inside that container there are multiple Sequence containers and inside each sequence containers there are Execute SQL Tasks (which are just stored procedures).
    Now, when i run sequence containers individually they are running perfectly fine.
    But when I run the whole For each loop container, it is just running and running multiple times without ending the process.
    I really couldnt figure out what would be the issue?
    Any ideas????
    Thanks....

    Hi grk666,
    To check whether the values stored in the object type variable are correct, you can disable all the Sequence Containers within the Foreach Loop Container, and add a Script Task with the following code to display the string type variable value (supposing
    you use the string type variable StrVar to store the value retrieved from the object variable):
    MsgBox(Dts.Variables(“StrVar”).Value.ToString())
    It would be helpful if you could post a screenshot to show the package execution at runtime in BIDS.
    Regards,
    Mike Yin
    TechNet Community Support

  • Process request method executing multiple times issue

    Hi ALL,
    In my controller code , process request method is executing multiple times and inserting multiple data into the table, can any body help me how to resolve this issue.
    I have the below code in my process request:
    OAApplicationModule am = (OAApplicationModule) pageContext.getApplicationModule(webBean);
         am.invokeMethod("InsertRecord",null);
         OAMessageLovInputBean oalovinputbean=(OAMessageLovInputBean)webBean.findIndexedChildRecursive("ccustatus") ;
         oalovinputbean.setValue(pageContext,"INPROGRESS");
         String userName = pageContext.getUserName();
          System.out.println("User NAme is :" + userName);
          OAMessageTextInputBean pUserId = (OAMessageTextInputBean)webBean.findChildRecursive("item32");
          pUserId.setValue(pageContext,userName);
          OAMessageTextInputBean pchangedby =  (OAMessageTextInputBean)webBean.findChildRecursive("item34");
          pchangedby.setValue(pageContext,userName);
          if((("on").equals(pageContext.getParameter("rrchkbox"))))
                  String whereclause1=(String)pageContext.getTransactionValue("whereclause");
                  String workordnum=(String)pageContext.getTransactionValue("workordnum");
                  String rrnum =(String)pageContext.getTransactionValue("rrnum");
                  String ponum =(String)pageContext.getTransactionValue("ponum");
                  System.out.println("whereclause test1"+whereclause1);
                  String status=pageContext.getParameter("ccustatus");
                  System.out.println("DEBENDRA LINE STATUS:" + status);
                  Serializable param[] = {whereclause1,workordnum,rrnum,ponum};        
                           // am.invokeMethod("getSearchData1",param);
                           // am.invokeMethod("checkSelectedrow",param);       
                 Serializable vcnt =  am.invokeMethod("processPOData",param);  
    Below code written in AM:
    public void InsertRecord()
            XXDPECONTAINERVOImpl vo = getXXDPECONTAINERVO1();
            vo.setMaxFetchSize(0);
            XXDPECONTAINERVORowImpl row = (XXDPECONTAINERVORowImpl)vo.createRow();
            oracle.jbo.domain.Number empNum = (oracle.jbo.domain.Number)getOADBTransaction().getSequenceValue("XXDPE_CONTAIN_SEQ");
            row.setContainerizationId(empNum);
            vo.insertRow(row);
            row.setNewRowState(row.STATUS_INITIALIZED);
    Please help me out.

    hi,
    PR() will be called whenever your page will load, so the number of times you will load your page all the time your PR will be called and it will call the AM method.
    otherwise put some condition and call the insert method from your PR.
    Regards
    Mahesh

Maybe you are looking for

  • Not sure if im posting query in right forum

    Hello all, I am currently writing a web service using SOAP to connect to the google API i have the search working and it is returning the reults in an XML format and then extracts relevant information to a destop file for the user to easily view. Any

  • How to store a word file in MS SQL server

    Hi, Am new to java, I want to store a Word File into MS SQL Server, pls tell me how to do this. What should be Data type I should choose in the MS SQL Server. rgds Ravi Bharathi

  • Using StreamConnection with MMAPI emulator

    Hi, I am using StreamConnection class to establish a socket connection with my server. If I run the application on PalmOS PDA it works fine. But when I run it in the mobile media emulator it does not connect to the server. Does anyone know why? These

  • BitmapData class - displaying and resizing

    Hi Forum, I'm trying to teach myself flex by working through the tutorial videos on here and searching the net, however i have become a bit stuck with image manipulation. I want to make a Flash solution that loads in an image and with let the user zo

  • DVCPRO-HD Footage

    I want to expand my quad g5. I am waiting on the new panasonic camera and have a documentary set to begin once it gets in. I had read on this forum about g5 users putting multiple hard drives in the g5 case. Has anyone done this with a quad? If so, w