Sequence execution

Hello:
I want to create several steps
First ... add to numbrers ( and see the result in the front panel)
Then.... after a few seconds..... ( 5 for example)... the result of the the addition.... add it to other number.
But i want to see in the front panel... in steps.... fthe first addition... and see the result..... then the second addition... and see the result.... but when i do it....it shows me the two results at the same time.... I want like a slower execution... How can I create this???

See the attached image.  You need to add a wait function in between your two operations.  I don't usually recommend using the flat sequence structure but since there is no better way to force the wait to occur in the correct place using data flow, the flat sequence is necessary.
Message Edited by jmcbee on 11-07-2008 11:40 AM
CLA, CLED, CTD,CPI, LabVIEW Champion
Platinum Alliance Partner
Senior Engineer
Using LV 2013, 2012
Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
Attachments:
Add Numbers.PNG ‏7 KB

Similar Messages

  • Synchronization of sequence execution with UIMessage handling

    We are using TestStand 4.0 with SequentialModel and custom Operator Interface.
    Operator Interface provides UIMsg_UserMessageBase handler for displaying log messages.
    When posting (asynchronous) significant number of messages from within test module, TestStand engine blocks sequence execution until handling all incoming messages.
    For example, test module perform
    "PostUIMessageEx(UIMsg_UserMessageBase, 0, "Message", 0, VARIANT_FALSE);" call 1000 times.
    After test module code is completed execution, execution of next test is blocked for tens seconds until all posted messages are being displayed by Operator Interface.
    As a result total time of sequence execution increased dramatically.
    How this issue can be solved?
    Thanks,
    Misha

    Hi Misha,
    If you post asynchronous UI messages faster than your OI is handling
    them, the messages are stored in a queue that is first-in, first-out
    (FIFO).  An execution ends when the EndExecution UI Message is handled.
    Because you are posting UI Messages asynchronously, the EndExecution UI
    Message is being stored in the queue. This is why you experience this
    behavior.
    I have two suggestions for you:
    1. Use synchronous messages. 
    This will prevent the queue from growing.  The speed at which your
    messages are handled by the operator interface (OI) will be an effect
    of the OI's efficiency. 
    You can learn more about asynchronous vs. synchronous messages in the TestStand help for the PostUIMessageEx:
    http://zone.ni.com/reference/en-XX/help/370052G-01/tsapiref/reftopics/thread_postuimessageex_m/
    This is the same Help documentation that came with the TestStand software. 
    2. Post fewer messages
    To quote the help file mentioned above in reference to the synchronous
    parameter, "If you pass False and post messages faster than the user
    interface processes messages, the number of messages in the queue the
    user interface must handle grows unbounded and floods the user
    interface with messages, which causes the user interface to become
    unresponsive."
    Regards,
    Mark E.
    Applications Engineer
    National Instruments 
    Mark E.
    National Instruments
    Schedule a Free 1-Hour online LabVIEW Tutorial with an NI Applications Engineer

  • Sequence Execution in oracle apps forms

    hi all
    I want to know the execution sequence of the form personalization, CUSTOM PLL , Profile options in oracle apps for a specified form
    thanks

    Hi;
    What is your EBS?
    Please check below thread which is similar as your question
    Re: Form Personalization
    Regard
    Helios

  • No progress indicator or report for Tools menu sequence execution?

    I have a sequence that I call from the TestStand customized Tools menu.
    This sequence generates custom reports on sequences. The report generation
    process can take anywhere from 10 to 60 seconds (there are DB queries
    involved).
    I hoped to use the TestStand progress indicator to display the report
    generation progress and the Report.Load method to display the report to the
    user when its done.
    If I set a breakpoint on the first step of the report generation sequence
    and run it, everything works as expected after I proceed from the break
    point. The progress indicator comes up and updates itself. And the
    operator gets a copy of the report in the Report tab of the execution
    window.
    However, if I don't set a bre
    akpoint, an execution window never pops up. No
    progress indicator, no report when done.
    I assume its got to do with interactive v. non-interactive execution. Is
    there a way to force a Tools menu sequence to execute as an interactive
    execution so I get the execution window to pop up?
    Bob Rafuse
    Etec, Inc.

    James,
    > I think tool menu items are run with the ExecTypeMask_InitiallyHidden
    > and ExecTypeMask_TracingInitiallyOff flags passed to the
    > executionTypeMaskParam parameter to Engine.NewExecution. Thus tool
    > menu executions don't appear in a window unless you hit a breakpoint.
    >
    > In a simple tool menu sequence, I added a statement step with the
    > expression RunState.Tracing = True. This caused the window to appear
    > so the progress indicator and report are visible.
    Thanks. I forgot to mention that I'd tried that... still no luck. I added
    the RunState.Tracing = True as a statement as the first step in my Tools
    seqeunce call. The execution window still does not appear. Is there some
    place special this statement needs to be?
    Are there any global setting
    s that override the Tracing flag? If I check
    Enable Tracing in Station Options, while the window pops up, the execution
    takes unacceptably long as TestStand traces every single step, even when
    tracing speed is set to max. I can't find any other setting that seems
    related to this...
    Any other ideas?
    Thanks,
    Bob
    Etec, Inc.

  • Viewing a specific sequence execution belonging to a TestStand Workspace in LabVIEW Simple UI

    Hello,
    I have a TestStand Workspace which contains 3 sequence files : one master sequence which contains PreUUt, PostUUT..And two other slave sequences that are called from the main sequence depending of a given parameter (It means that during a whole execution only one slave sequence will be called).
    Using the TestStand Simple User Interface in LabVIEW, I want to show the completed execution screen of the slave sequence file called.
    The problem that LabVIEW shows the master sequence at the end of executions which didn't give details about the slave sequence steps' status.

    Thanks for the reply,
    I found that the record result is already activated as mentionned.
    To make it simpler, supposing that we have a sequence file which contains many sequence call modules, like the example in the attachement.
    At the end of the execution, I want to be able to view the status of all steps of "Sequence_2" for example.
    Attachments:
    Capture.JPG ‏26 KB

  • Sequence execution all containing similar dataflows to database results in 1 sequence getting errors, all have TransactionOption=Supported

    I have 3 sequence Containers, all with TransactionOption = Supported. Each individual Sequence container contains a dataflow task that executes a script component to get data and write to output fields in table using OLE DB table Destination.
    All three Script Component sets up the data for the tables and has a preexecute, here is part of code in script component
       private System.String[] Transmissions;
        /// <summary>
        /// This method is called once, before rows begin to be processed in the data flow.
        /// You can remove this method if you don't need to do anything here.
        /// </summary>
        public override void PreExecute()
            base.PreExecute();
             * Add your code here
            this.Transmissions = this.ReadOnlyVariables["User::TransmissionData"].Value as System.String[];
        public override void CreateNewOutputRows()
              Add rows by calling the AddRow method on the member variable named "<Output Name>Buffer".
              For example, call MyOutputBuffer.AddRow() if your output was named "MyOutput".
            foreach (System.String Row in Transmissions)
                try
                    System.Array ar = Row.Split(",".ToCharArray());
                    //System.Int32.Parse(ar.GetValue(0).ToString());
                    //System.DateTime.Parse(ar.GetValue(1).ToString());
                    //System.Decimal.Parse(ar.GetValue(2).ToString());
                    System.DateTime.Parse(ar.GetValue(0).ToString());
                    System.DateTime.Parse(ar.GetValue(1).ToString());
                    System.Int32.Parse(ar.GetValue(3).ToString());
                    float.Parse(ar.GetValue(6).ToString());
                    OutputBuffer.AddRow();
                    OutputBuffer.StartDatetime = System.DateTime.Parse(ar.GetValue(0).ToString());
                    OutputBuffer.EndDateTime = System.DateTime.Parse(ar.GetValue(1).ToString());
    When I just execute the first two sequence containers, everything works, data written to tables.
    When I include the third sequence container, it throw an error like
    Script Component has encountered an exception in user code:
    Project name:  SC_2c..........................
    Object reference not set to an instance of object.
    at ScriptMain.PreExecute()
    at
    Microsoft.SqlSever.Dts.Piperline.ScriptComponentHost.PreExecute()
    Any ideas why when I include the third sequence/Script Component it fails? It looks like it failing in PreExecute
    thanks in advance.
    Greg Hanson

    HI Arthur thanks for answer, yes i believe it is a timing issue because when I run each container individually it works. I need to keep each sequence container separate, I believe, since a Script task (in C#) that parses the text file feeds each container
    separately. Each Sequence Container has "Transaction Supported" set. If I include 1 & 3, 2 & 3 it FAILS.
    This  is rough schematic of what I have. I thought of connecting the sequence containers, but that won't work as my Script Task that parses the file feeds separate into each sequence container:
    Script Task - Parses file into 3 separate DTS variables all containing array of strings:
    Transmission array of strings
    Energy array of strings
    Tag array of strings
    Script Task feeds into 3 separate Containers:
    Transmission container containing dataflow task that has Script Component that converts array to rows that uses oledb dest to load data into  transmission table
    Energy container containing separate dataflow task  that has Script Component  that converts array to rows that uses oledb dest to load data into Energy table
    Tag container containing separate dataflow task  that has Script Component that converts array to rows that uses oledb dest to load data into Tag table **** THIS FAILS
    I have also just tried using 1 sequence container for all Data Flow tasks, and it still fails on the last Load to Tag table data flow getting
    Script component has encountered an exception in user code:
    Project name:   SC_...
    Object reference not set to an instance of object.
    at ScriptMain.PreExecute()
    at
    Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.PreExecute()
    YET WHEN I EXECUTE THIS CONTAINER SEPARATE IT WORKS.
    When I set a breakpoint in preexecute in LoadDatainto Tag Table Script Component and hit break, it WORKS!
    Please help this is due tomorrow! 
    Greg Hanson

  • Sequence execution of filles in XI to SAP

    Hi,
    I need to upload 10 files to SAP through SAP-XI.
    These 10 files need to be uploaded in a sequence how sender adapter brings data into Integration engine.
    How can I achieve this in XI?
    My problem is some files are failed because of Http response 500 internal errors. Restarts possible, but these files are executing last, but I want to execute in sequence.
    Thanks for you help.
    Srini.

    Use EOIO quality of service
    Regards,
    Prateek

  • Timeout setting for Realtime-Sequence execution

    Hello,
    I'm referring to the "Timeout" setting in the stimulus profile editor or the "Timeout" parameter of the SequenceCallInfo Constructor. The description of this parameter is as follows:
    The timeout in milliseconds within which the sequence must complete each time step.
    What exactly is this parameter good for? I understand that each task in a realtime sequence is executed once per PCL iteration and that the "time step" of a task is completed when the control flow reaches a "Yield" statement (or the end of a loop with autoyield enabled).
    When I'm running a sequence where a timestep takes longer than the PCL period, the VeriStand engine will abort and undeploy the system definition. In my case the PCL rate is 2KHz so isn't the timeout implicitly given as 500us?
    I thought that maybe I can use the timeout parameter to set an additional timeconstraint from "greater 0 to less than PCL period". So for example if I set it to 0,1ms, the realtime sequence would have to hit a Yield statement within 100us. But this doesn't seem to be the case either because the realtime sequence is not aborted and it still stops the VeriStand engine.
    Thanks
    Krid

    Hi Jarrod,
    thanks for your answer but your second use case is exactly what I tried to do. The VeriStand engine is still aborted even when I run the sequence with timeout set to 0,01:
    Error -307743 occurred at NI VeriStand Engine.lvlib:VeriStand Engine Wrapper (RT).vi >> NI VeriStand Engine.lvlib:VeriStand Engine.vi >> NI VeriStand Engine.lvlib:VeriStand Engine State Machine.vi >> HP Loop.lvlib:HP Loop Main.vi
    I just tested it again and the first time I started the stimulus profile, the realtime sequence actually was aborted and the VeriStand engine continued to run. Then I started the stimulus profile a second time (without changing anything) and this time the profile was not aborted and hence  the VeriStand engine was stopped. It's also not possible to stop the profile in stimulus profile editor. It just hangs and I have to kill it.
    After this happened it's also not possible to run any other realtime sequences (they will simply not start but no error message is returned).  One has to completely close down VeriStand (just re-deploying doesn't work) and restart it before it works again.
    Why isn't the timeout parameter working as it's supposed to?
    Regards
    Krid

  • How to find out that sequence has finished loading?

    Hello,
    i have a custom C#-OPUI to load and execute testplans.
    I do this using these funtions:
    1. ApplicationManager.OpenSequencFile(filename)
    2. ???
    3.Command TestStart = axSequenceFileViewMgr.GetCommand(.......)
    TestStart.Execute(true)
    The question is now: How do i know that the OpenSequenceFile has finished doing everything?
    I need to know that is finished before i run the execute-command.
    Is there a specail final-event that i can check?
    Thanks for help
    Solved!
    Go to Solution.

    Hi jigg,
    Thanks for the info.
    In my sequence file, besides the main sequence, I also enabled "SequenceFileLoad" callback. In "SequenceFileLoad" sequence, I added some instruments initialization tests. The goal is to initialize the instruments only once when the sequence file is loaded. Therefore I need to know when the "SequenceFileLoad" is finished or when the sequence file has finished loading.
    My first idea is to use the event "axApplicationMgr_SequenceFileOpened", but I found that I will catch this event before the "SequenceFileLoad" execution finished.
    And then, I also found that together with the execution of sequence "SequenceFileLoad", there are 2 events in my C# code: "axApplicationMgr_StartExecution" and "axApplicationMgr_EndExecution" triggered. So I was thinking may be I can use "axApplicationMgr_EndExecution" to determine if the sequence file has finished loading. But the problem is every sequence execution will trigger these 2 events. The main sequence will also trigger these 2 events. So I needs to know the name/ID of the current executing sequence.
    So Is there a way to read current executing sequence name?
    Thanks and regards,
    0049

  • Are there any issues with starting a task sequence one day and finishing it up days later?

    Hello, 
    We have a few techs who, for whatever reason, will sometimes start a deployment task sequence (from boot media, USB) and then finish the task sequence the next day or days later.  For example, I had a recent one where the smsts log file had all of the
    PXE steps taking place on Friday, but then everything after the first reboot took place today, on Monday.
    The log was full of messages like below, and no software was installed:
    reply has no message header marker TSManager 3/3/2014 7:46:36 AM 1452 (0x05AC)
    Failed to send status message (80004005) TSManager 3/3/2014 7:46:36 AM 1452 (0x05AC)
    Error calling message lib Send(). Code 0x80004005 TSManager 3/3/2014 7:46:36 AM 1452 (0x05AC)
    Non fatal error 0x80004005 in sending task sequence execution status message to MP TSManager 3/3/2014 7:46:36 AM 1452 (0x05AC)
    So obviously something is wrong, but I'd like to know a little detail as to why. Is there a timing issue when communicating with the MP?

    I need the complete smsts.log. Only part of them does not help.
    Anyway, the TS can run up to 24 hours if I have not remembered wrong. So, if you have too many steps in a TS and need to spend too much time to finish, this will cause the TS failed.
    Juke Chou
    TechNet Community Support

  • Deploy OS task sequence fails when deploying to multiple computers

    Hi gang,
    I'm running into an issue when imaging multiple computers with MDT 2012. Let me give some background info.
    I have installed Windows 7 64 bit on a laptop in audit mode, made my configurations, sysprepped the machine, and captured a .wim using WDS (captured to an external hard drive). I then imported this .wim into MDT, created a Standard Client Task Sequence to deploy
    the image, and successfully deployed it to a machine.
    My problem comes up when I initiate this task sequence on multiple computers simultaneously. If I put 6 computers side-by-side and run the task sequence at the same time, only a couple machines will actually succeed. The rest fail with the following:
    FAILURE ( 5624 ): 2: Run ImageX: /apply "\\CAAPPWN40\DeploymentShare$\Operating Systems\T731 (Final) Windows 7 64 bit May 2013\T731 (Final) Windows 7 64 bit May 2013.wim"
    1 C:
    Litetouch deployment failed. Return Code = -2147467259 0x80004005
    Failed to run the action: Install Operating System
    Unknown error (Error: 000015F8; Source: Unknown)
    The execution of the group (Install) has failed and the execution has been aborted. An action failed.
    Operating aborted (Error: 80004004; Source: Windows)
    Failed to run the last action: Install Operating System. Execution of task sequence failed.
    Unknown error (Error: 000015F8; Source: Unknown)
    Task Sequence Engine failed! Code: enExecutionFail
    Task sequence execution failed with error code 80004005
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
    BDD.log is saying that "The file or directory is corrupted and unreadable."
    If I restart the computer, boot back into PXE, and run the task sequence again, this time on it's own (as opposed to 6 computers at once) it works fine.
    Can anyone help?

    I just rebooted the server and tried again, same result.
    I keep getting a "Body text cannot contain links or images until we are able to verify your account" error when posting a hyperlink. I've had my technet account since October... weird.
    Here's the snippet that's important:
    <![LOG[ Console > [ 18% ] Applying progress: 14:47 mins remaining ]LOG]!><time="11:27:10.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ 19% ] Applying progress: 14:27 mins remaining ]LOG]!><time="11:27:18.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ 20% ] Applying progress: 14:15 mins remaining ]LOG]!><time="11:27:32.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ RETRY ] Restoring C:\Program Files (x86)\Common Files\microsoft shared\OFFICE15\MSORES.DLL again (Error = 1392)]LOG]!><time="11:27:40.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ 21% ] Applying progress: 14:06 mins remaining ]LOG]!><time="11:27:42.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ 22% ] Applying progress: 13:49 mins remaining ]LOG]!><time="11:27:48.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ 23% ] Applying progress: 13:29 mins remaining ]LOG]!><time="11:27:55.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ZTI Heartbeat: command has been running for 5 minutes (process ID 516)]LOG]!><time="11:28:01.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ RETRY ] Restoring C:\Program Files (x86)\Intel Corporation\Intel Wireless Display\it\WiDiApp.resources.dll again (Error = 1392)]LOG]!><time="11:28:01.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ RETRY ] Restoring C:\Program Files (x86)\Intel Corporation\Intel Wireless Display\it\WiDiApp.resources.dll again (Error = 1392)]LOG]!><time="11:28:01.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ RETRY ] Restoring C:\Program Files (x86)\Intel Corporation\Intel Wireless Display\it\WiDiApp.resources.dll again (Error = 1392)]LOG]!><time="11:28:02.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ RETRY ] Restoring C:\Program Files (x86)\Intel Corporation\Intel Wireless Display\it\WiDiApp.resources.dll again (Error = 1392)]LOG]!><time="11:28:02.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ 24% ] Applying progress: 13:13 mins remaining ]LOG]!><time="11:28:07.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ RETRY ] Restoring C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\110\msmdlocal.dll again (Error = 1392)]LOG]!><time="11:28:13.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ RETRY ] Restoring C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\110\msmdlocal.dll again (Error = 1392)]LOG]!><time="11:28:14.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ RETRY ] Restoring C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\110\msmdlocal.dll again (Error = 1392)]LOG]!><time="11:28:15.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ RETRY ] Restoring C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\110\msmdlocal.dll again (Error = 1392)]LOG]!><time="11:28:16.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > [ ERROR ] C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\110\msmdlocal.dll (Error = 1392)]LOG]!><time="11:28:17.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > Error restoring image.]LOG]!><time="11:28:17.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[ Console > The file or directory is corrupted and unreadable. ]LOG]!><time="11:28:17.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[Return code from command = 2]LOG]!><time="11:28:17.000+000" date="06-11-2013" component="LTIApply" context="" type="1" thread="" file="LTIApply">
    <![LOG[FAILURE ( 5624 ): 2: Run ImageX: /apply "\\MyServer\DeploymentShare$\Operating Systems\T731 (Final) Windows 7 64 bit May 2013\T731 (Final) Windows 7 64 bit May 2013.wim" 1 C:]LOG]!><time="11:28:17.000+000" date="06-11-2013" component="LTIApply" context="" type="3" thread="" file="LTIApply">
    <![LOG[Command completed, return code = -2147467259]LOG]!><time="11:28:18.000+000" date="06-11-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Litetouch deployment failed, Return Code = -2147467259 0x80004005]LOG]!><time="11:28:18.000+000" date="06-11-2013" component="LiteTouch" context="" type="3" thread="" file="LiteTouch">

  • XML Report comes up as blank when a very large sequence is run

    Forum,
    We have multiple test sequences which me mix and match to do testing on different producst in our product line. We have no issues when we are working with small sequences ( small sequences : Which generate reports upto 12-50MB ). However when the sequences become large ( ~100-200 tests at one go , we get a blank report with the following text: 
    Begin Sequence:
    No Sequence Results Found
    We notice this typically for report sizes 60MB and more. Is there a limit to how much teststands result collection memory can store ? 
    My predominant report options 
    -- On the fly reporting disabled
    -- XML - expand.xsl selected
    The same set of settings do not make any difference for smaller reports, but give error for larger sequences - So I suspect its something to do with size of report being generated ! 

    I created a simple sequence file which had a 100 Pass/Fail steps using the None Adaptor. These 100 steps in the form of 10 SequenceCall steps each performed 10 Pass/Fail step was placed in a For loop in the MainSequence. The loop was set to run 1000 iterations. The ReportOptions were set for XML horizonal, On the Fly enabled.
    This I set running. Explorer was open at the folder where the result file was being stored. Two files were generated, the actual result file and a temporay file. I also had the Taskmanager open to monitor the performance.
    As the result file got larger, about 20MB, I noticed that the size of the file was first set to zero and the data was written to the file. (It seemed like the file was deleted and generated each step result time). I also noticed that as the file got larger and larger, the storing of the step results was having an effect on the performance of the Test Sequence execution.
    I left this running over night and sometime later the execution crashed. (see attached image). Before closing the dialog, I checked explorer to see what the state of the result file was. The both files was empty.
    I repeated the run but this time the number of iteration was set to 500, again the execution crashed but this time the result file did have some data, rather a lot of data, over 50MBs.
    I tried to open the file to check the contents but unfortunately my PC didn't seem to beable to handle a file of that size, as it was taking a long time to load, so I kill the process.
    I dont think changing the iterations from 100 to 500 had anything to do with the getting the results on the second. I just think the point were it crashed was slightly different allowing the result to be transferred back to the file.
    It would be interesting to find out whats going on the On the fly routine.
    It also seems that On the fly seems no better that normal reports generation.  It also seems pointless generating a very large file of results and that generating smaller files would be the better way to go. Using HTML or XML a top level report file could be used to link all the smaller files together.
    Regards
    Ray Farmer 
    Regards
    Ray Farmer

  • Need help with a simple Rename/Join Domain/Install SCCM Client Task Sequence

    Good morning everyone,
    I need to create a very simple task sequence that will run an .exe that we have created that renames the computer based on a prefix-serialnumber...then restarts, adds it to our domain, restarts, and then installs the SCCM client.
    1) run rename program 
    2) join to domain
    3) install sccm client
    Can someone help me with the steps that will be required for this?
    Thank you very much!
    **note, these will not be formatted/have an OS installation ran on it with this task sequence.  The situation is that we are receiving 400+ custom configured laptops, and we're going to have to rename/join/install sccm on each...trying to simplify
    this
    any recommendations are greatly appreciated!

    Narcoticoo : Which boot image am i supposed to be using to insure that it boots into Standard Windows, NOT WinPE?  I have a standard x86 package / boot image i've been using.  If it boots up with this, it goes into WinPE (correct me if I'm wrong,
    for this seems to be what happens each time it boots off the boot image...it does not go into windows standard/full)
    When I go into properties of the one i'm using, and take the check off of "Use a boot image", where it will not boot to WinPE, it will not even show up in my list of available task sequences for
    1) when I PXE boot to try the task sequence, or
    2) when I try to make stand-alone media for this task sequence as you have suggested
    When I run the standalone media, the only log files I find are the following with errors:
    PackageID = 'MPS0014E' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    BaseVar = '', ContinueOnError='' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    ProgramName = 'MPHS - Rename Computer' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    SwdAction = '0002' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    IsSMSV4PlusClient() == true, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,332)
    InstallSoftware 12/8/2014 12:28:36 PM
    2344 (0x0928)
    Configuration Manager client is not installed
    InstallSoftware 12/8/2014 12:28:36 PM
    2344 (0x0928)
    Process completed with exit code 2147500037
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Failed to run the action: Install Package. 
    Unspecified error (Error: 80004005; Source: Windows)
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Failed to run the action: Install Package. Execution has been aborted
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Do not send status message in full media case
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Failed to run the last action: Install Package. Execution of task sequence failed.
    Unspecified error (Error: 80004005; Source: Windows)
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Do not send status message in full media case
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,866)
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)
    Task Sequence Engine failed! Code: enExecutionFail
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)
    Task sequence execution failed with error code 80004005
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)

  • How to revert changes made to sequence file dynamicall​y

    Problem synopsis:
    1. TestUUTs entry point of custom process model, which is based on NI SequentialModel is being executed.
    2. PreUUT step of process model set Execution.ClientFile according to serial number, provided by operator.
    3. During sequence execution step module inserts additional steps into running sequence.
    4. After first UUT loop iteration sequence contain all the original steps plus all the steps, which were added dynamically.  This is exactly what I need.
    5. Next UUT loop iteration is executing on updated sequence file. This is what I trying to prevent.
    This design is serving following requirements:
    a) dynamically load test sequence
    b) dynamically add test results.
    So my question is: how to implement this correctly?
    I tried to release sequence file of previous iteration ("Engine.ReleaseSequenceFileEx") but it "SequenceFile.CanUnload==false" and "SequenceFile.IsExecuting==true".
    But this happens during execution of PreUUT of process model. I think, at this point client sequence shall not be executing.
    Steps 2. and 3. (see above) are executed in dll written using MS VC++ 2005.
    TestStand is 3.5.0.725
    Help me please.
    Thanks,
    Misha

    rishi_86 wrote:
    i have created a jTable in netbeans6. The table model is DefaultTableModel.
    i'm not understanding the concept of firecellupdate and other events listeners.
    i want the changes i make to the table during runtime to be written into a Text file.
    any help would be greatly appreciated.you need to add the TableModelListener to your table model.
    for example:
    model.addTableModelListener(new TableModelListener() {
                public void tableChanged(TableModelEvent e) {
                    // TODO Auto-generated method stub               
             });then, you need to put your custom business logic(saving data to a text file, etc) into the tableChanged method.
    From TableModelEvent you can get all information about the model changes.

  • UDI OSD Task Sequences started failing with 0x80070002 error in SCCM 2012

    This is kind of long, but here goes...
    We built a UDI task sequence in SCCM 2012 (with MDT integration) that we were testing for deployment of a couple of different Win7 images.  We customized the UDI experience thru the UDI wizard and XML file and OS deployment worked as expected
    thru the task sequence (testing on Hyper-V VMs). Recently, this UDI TS started failing with error 0x80070002  during what appears to be the "Use Toolkit Package" step.  This is after the OS image has already been laid down and after the ConfigMgr
    client has been installed/configured.  The SMSTS.log reports "Failed to open the task sequence key HKLM\Software\Microsoft\SMS\Task Sequence.  Error code 0x8007002"  Among other errors...I will post the entire log below...
    After the error during deployment, Win7 will boot normally, however, you have no network connectivity and it appears the proper network driver didn't get loaded in the OS. Combine this with the fact that the TS should have joined the machine to our domain,
    but you can't login because no network.. Im not sure if the network issue is a product of the TS failing early or the actual cause of the TS failure. 
    Anyway, I attempted to build another UDI task sequence using the same boot image and toolkit/settings packages, but am experiencing the same error during deployment.  We have a few OSD task sequences built without UDI and those all still work just fine. 
    So, I am at a loss for where the root problem lies.  Any suggestions or assistance would be greatly appreciated.
    Here is the entire SMSTS.log and BDD.log...
    https://skydrive.live.com/redir?resid=D65B1C4362892A26!110&authkey=!AKu5mOvDsXaEgvc
    Thanks
    Richie Tenhet

    your failure does appear to be network (driver or otherwise) or dns related and it cannot contact the management point FQDN just around the time where it should download and execute the
    Use Toolkit Package step...
    "Starting Task Sequence Engine . . . "
    "Non fatal error 0x80072ee7 in sending task sequence execution status message to MP"
    "Start executing an instruciton. Instruction name: Use Toolkit Package. Instruction pointer: 83"
    "unknown host (gethostbyname failed)"
    "sending with winhttp failed; 80072ee7"
    "Tried all the available http based locations. SMB based locations will be attempted now."
    "Failed to resolve the source for SMS PKGID=P0100015, hr=0x80070002"
    "Failed to run the action: Use Toolkit Package.
    The system cannot find the file specified. (Error: 80070002; Source: Windows)"
    that said, check that the package referenced above actually exists and is the correct source version on your distribution points, also verify (press F8 and check can you ping the FQDN of your management point) that you have network connectivity
    around the time of the failure.
    Step by Step Configuration Manager Guides >
    2012 Guides |
    2007 Guides | I'm on Twitter > ncbrady

Maybe you are looking for

  • HT1311 How can i delete an itunes account

    I want to delete this itunes account. i have tried to change the location of the account but the system insists on billing information and i do not want any billing information included in the new location

  • Unable to download and open Adobe-Acrobat pdf

    I received a tax form from a company that is an Adobe Acrobat pdf.  I get the message:the form has an added extension.  Adobe Reader no longer does extensions. How can I download and view the page and print it for my CPA to use it with my tax prepara

  • Steps to edit standard purchase order layout

    hi....... plz tell me steps to edit standard purchase order layout and printing program............

  • Errors with SVG

    Hello, I have some problems with SVGs. Illustrator 17.1, Win 8.1. A SVG GDR flag downloaded from here: http://en.wikipedia.org/wiki/File:State_arms_of_German_Democratic_Republic.svg opened in Illustrator looks fine (below left), but after saving from

  • Did Quicktime 7.5.5 update kill my iChat video client?

    Yesterday I upgraded my Quicktime to the latest and greatest via Software Update.... and now the video portion of my iChat client appears to be broken. It was working great before the update, but now it will freeze video, audio might continue and the