Prevent Jobs Running Twice at the same time

Hi all, I would like to know if they are any ways to prevent a release job to run twice at the same time. For exemple, if  I create a job to run every 5 minutes and the job did not finish after 5 minutes, the scheduler will start the same job agains.  This situation causing us bad issues.
I double check the job start conditions in sm37 but I found nothing special.
Thanks for help

Hi Marc,
We use a workaround. We have asked our abap developpers to write a small utility report which checks if the job it is part of is already running and aborts the job if it is the case.
When we need a job which must absolutely run only once at the same time, we just add this utility as first step.
Regards,
Olivier

Similar Messages

  • Will it be possible to run several jobs in background at the same time?

    Hi!
    The new release looks promising. Look forward to hear more in Birmingham.
    Just now we have a problem. It have to do with functionality In Toad compared to SQL Developer.
    Will it be possible to run several jobs in background at the same time. Toad allows that.
    If yes: How can we make that happen?

    "Jobs" are always background.
    But I take you mean queries. Yes, since v1.5.x you can open an Unshared SQL Worksheet (ctrl-shift-n or the toolbar button).
    Have fun,
    K.

  • How to make two PCs (one local, one remote) control the same running vi at the same time?

    Hi Labviewers,
    I have a vi running, and two PCs are monitoring it, one is local and another one is remote.
    I can see the remote front panel at the remote machine by using application property node, but it seems only one of the two PCs has the control of the running VI at the same time.
    Is there any way to make the two PCs both have the control of the same vi at the same time?  Switching back and forth the control between two PCs is really annoying.
    Thanks a lot for any help.
    Anne

    What exactly are you trying to control?
    Perhaps another approach? You could use "Shared Variables" from LV 8.0 and have a copy of the writer VI on each of the control PCs edit the value on the host PC. But as soon as I post, someone is going to talk about multiple writers to shared resources being a bad idea.... so just be careful or you may try to edit a value that has already been changed.
    Matt Holt
    Certified LabVIEW Architect

  • Imovie downloading twice at the same time??

    I was prompted for an imovie download/update but didnt have the hard disc space initially.  I have now sorted that problem, but it looks like iMovie is downloading twice at the same time??  In the status bar under Launchpad it has two progress status alternating and when I open Launchpad, both progress details are listed under iMovie.  is it possible that it is double downloading?  Considering it is 1.94GB and I am pressed for hard disc space, I dont want it on here twice.  New to Macbook if that isnt already obvious!

    Hi cathygiliam,
    Thanks for visiting Apple Support Communities.
    If it seems like an iMovie update is downloading twice and you have concerns about available hard drive space, the best option may be to cancel the download(s) and start over.
    To cancel a download in App Store, in the toolbar, click Purchases, find the app in the list, hold down the Option key, and then click Cancel.
    To cancel a download in Launchpad, hold down the app icon until all the icons start to jiggle, and then click the app’s delete button (x).
    To cancel a download in the Finder, click the app's delete button (x).
    Mac App Store: Buy, download, and install apps
    http://support.apple.com/kb/PH11493
    Follow the steps in this article to download the update again:
    OS X: Updating OS X and Mac App Store apps
    http://support.apple.com/kb/ht1338
    Cheers,
    Jeremy

  • Event based scheduler job - 2 events at the same time only 1 run

    Hi,
    i converted our dbms_job - jobs to the newer package dbms_scheduler.
    It is a 10.2.0.4 patch 23(8609347) database on an windows server 2003 R2 Enterprise x64 Edition SP2.
    The Jobs(about 130) are nothing special ... only some statistics, matview-refreshes and so on.
    For the notification of failed jobs and jobs which run over the max_run_duration i downloaded and installed the job notification package.
    The jobs are assigned to different departments and the corresponding developer teams in our company.
    I created a notification job for each department and if a job fails we (the database administrators) and the corresponding deverlopers will be informed.
    Now i ascertained that only 1 email will be send if 2 jobs of the same department fails at the same time.
    The emailer-jobs are auto-generated by the job notification package. I only modified them to look after all jobs of special department and not only after one job. (--> event_condition ... object_name LIKE 'XXX%')
    example for dba-jobs(copy of the script output of TOAD):
    SYS.DBMS_SCHEDULER.CREATE_JOB
           job_name        => 'DBA_JOBS_EMAILER'
          ,start_date      => NULL
          ,event_condition => tab.user_data.object_name LIKE ''DBA%'' AND tab.user_data.event_type in (''JOB_FAILED'',''JOB_OVER_MAX_DUR'')'
          ,queue_spec      => 'SYS.SCHEDULER$_EVENT_QUEUE, JOB_FAILED_AGENT'
          ,end_date        => NULL
          ,program_name    => 'SYS.EMAIL_NOTIFICATION_PROGRAM'
          ,comments        => 'Auto-generated job to send email alerts for jobs "DBA%"'
        );I thought that a queue is used to manage all events from the scheduler jobs. So i made a test with 2 dba jobs and simulated a failure at the same time but i received only one mail.
    So what is happend with the second event? I looked for the events in the qtab(SCHEDULER$_EVENT_QTAB) which belongs to the event queue(SYS.SCHEDULER$_EVENT_QUEUE) and no event was missing.
    So i think the emailer job has to run 2 times.
    Is anyone able to explain or to find my mistake?
    I know that the easiest way is to create one emailer job for each normal job but i think this is a little bit costly because all the arguments are the same for one department.
    Thanks & Regards

    Thanks for your fast answer.
    You are right with the "enabled => TRUE;" part and i only forgot to post it.
    So the Job is enabled (otherwise it would not send any mail). Because it is sending one mail i think it is also not necessary to hand over a job_type.
    Additionally the job starts a program ... so it is right to set the job_type='STORED_PROCEDURE' isn't it?
    And also right ... i already added the agent as subscriber to the queue.
    Anyway i think the whole thing do what it have to do. So in my oppinion there are no big mistakes in creating the job or at adding the subscriber.
    There are also no problem in raising the events by itself and enqueue them in the scheduler event queue.
    There is only a problem when 2 jobs fails (or run out ouf max duration) at exactly the same time.
    If i understand it right:
    The agent/subscriber will find the "JOB_FAILED"-event for the first Job in the queue and starts the emailer Job.
    The agent will also find the "JOB_FAILED"-event for the second Job and wants to start the emailer Job again.
    I don't know if this is really the problem but perhaps the emailer-job can not be started in consequence of the second event because ist is already running.
    I also don't know if this is a mistake of the agent or of the emailer-job by itself.
    I only want that it runs two times (one run for each event). I my case it also doesn't matter which email is send at first.

  • Run one VI twice at the same time.

    I use two eqivalent measurement sets each with individual devices (GPIB). I want to use them from one computer at the same time with the same LabView program, each with independent panel (two instances).
    As far as I know it's only possible with "VI-Setup/reentrant execution", but in this case the panel is disabled and programs are strongly limited.
    Copy to another name is another possibility, but under development conditions not useful.
    Has anybody a more suitable solution.
    Thanks in Advance
    Sven.

    As long as you rename one of the two VI's there should not be a problem running them simultaneously. (I'm not sure why copying to another name should be a problem in your case) I've done this for years successfully with two SR830 Lockin-amps using the gpib bus at reasonably low speeds. If you're pressing the limits, speed wise, you may need to use a semaphore arrangement, to prevent GPIB errors. I'd suggest just trying the dual vi first....it certainly is simpler!
    eric
    Eric P. Nichols
    P.O. Box 56235
    North Pole, AK 99705

  • Flash files are opening twice at the same time!

    When I click a flash link on my page, two swf files open and play at the same time. I've worked on this over and over. Can anyone help?
    Matthew
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Adobe Dreamweaver CS6">
    <title>Van Mark Video</title>
    <link href="../../favicon.ico" rel="shortcut icon">
    <style type="text/css">
    a img {
    border: 0;
    .tablecells {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        position: absolute;
        left: 170px;
        top: 95px;
        width: 818px;
        height: 628px;
        z-index: 5;
    Flash {
        font-family: Arial, Helvetica, sans-serif, Verdana;
    .disclaimer {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
    .hdr {
        position: absolute;
        z-index: 1;
        left: 0px;
        top: 0px;
        width: 232px;
    .linx {
        position: absolute;
        z-index: 2;
        left: 450px;
        top: 33px;
        width: 1px;
        color: #FFFFFF;
    a:hover {
        text-decoration: none;
        color: #FF0000;
    a:link {
        text-decoration: none;
        color: #0033ff;
    a:visited {
        text-decoration: none;
        color: #ff33cc;
    a:active {
        text-decoration: none;
        color: #0000ff;
    .vmlogo {
        position: absolute;
        left: 5px;
        top: 600px;
        z-index: 6;
    </style>
    <link href="../../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
        background-color: #FFFFFF;
    body,td,th {
        font-family: Arial, Helvetica, sans-serif, Verdana;
        color: #FFFFFF;
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    </script>
    <script src="../../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body text="#FF0000" link="#0033ff" vlink="#ff33cc" alink="#0000ff">
    <div class="vmlogo"><img src="../../images/random/Check_Mark.png" alt="vm logo" width="152" height="36"></div>
    <div class="tablecells" id="template">
      <table width="803" height="572" border="1" cellpadding="2" cellspacing="2">
        <tr>
          <td colspan="5" align="right" valign="middle" bgcolor="#FFFFFF" scope="row"><font color="red"><strong>Click video links below to view that feature-Click Icons to visit that page</strong><b><br>
    <a href="https://www.youtube.com/user/VanMarkProducts/videos?shelf_id=1&view=0&sort=dduser/VanMarkP roducts/featured?view_as=public" title="Van Mark Online Video Library" target="_blank">https://www.youtube.com/user/VanMarkProducts/videos?<br>
    shelf_id=1&view=0&sort=dduser/VanMarkProducts/videos?view_as=public</a></b></font></td>
          <td height="15" colspan="2" align="center" valign="middle" bgcolor="#FFFFFF" scope="row"><font color="red"><b><img src="../../images/random/youtube.jpg" alt="YouTube" width="110" height="43" onClick="MM_openBrWindow('https://www.youtube.com/user/VanMarkProducts/videos?shelf_id=1&view=0&sort=ddplaylist?list =UU-q0BeeUtFV6cBQglQPlM_A','YouTube','scrollbars=yes,width=740,height=490')"></b></font></td>
        </tr>
        <tr>
          <th width="117" height="21" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Brakes</th>
          <th width="106" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Accessories</th>
          <th width="121" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Saw Tables</th>
          <th width="101" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Slitters</th>
          <th width="100" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Trim-A-Gutter</th>
          <th width="101" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">How to's</th>
          <th width="101" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Misc.</th>
        </tr>
        <tr>
          <th width="117" height="73" align="center" valign="top" nowrap bgcolor="#FFFFFF" scope="row"><a href="../../Brakes/VanMarkBrakes.html"><img src="../../images/Archives/Video/Brakes_Collage.png" width="100" height="65" alt="Brakes Icon" border="1"></a></th>
          <th width="106" align="center" valign="top" nowrap scope="row"><a href="../../accessories/accessories.htm"><img src="../../images/Archives/Video/Acc.png" width="100" height="65" alt="Accs Icon" border="1"></a></th>
          <th width="121" align="center" valign="top" nowrap bgcolor="#FFFFFF" scope="row"><a href="../../SawTables/saw_tables.htm"><img src="../../images/Archives/Video/SawTable_icon.png" width="100" height="65" alt="Saw Table Icon" border="1"></a></th>
          <th width="101" align="center" valign="top" nowrap scope="row"><a href="../../Slitters/Slitters.htm"><img src="../../images/Archives/Video/Trim-A-Slitter.png" width="100" height="65" alt="tas24" border="1"></a></th>
          <th width="100" align="center" valign="middle" nowrap bgcolor="#FFFFFF" scope="row"><a href="../../Roofing/TrimAGutt/tag_1.htm"><img src="../../images/Archives/Video/TAG_Vid_icon.png" width="100" height="65" alt="TAG50 Icon" border="1"><br>
          </a></th>
          <th width="101" align="center" valign="top" nowrap scope="row"><a href="../Instructional/instruct.htm"><img src="../../images/Archives/Video/How_To.png" width="100" height="65" alt="Howto" border="1"></a></th>
          <th width="101" align="center" valign="top" nowrap bgcolor="#FFFFFF" scope="row"><a href="../../index.html"><img src="../../images/Archives/Video/Misc-Icon.png" width="100" height="65" alt="Misc Icon" border="1"></a></th>
        </tr>
        <tr>
          <td width="117" height="21" align="center" valign="middle" scope="row"><a href="../../VideoClips/Metal_Master.wmv" title="Metal Master® 20 Clip" target="_blank" onClick="MM_openBrWindow('../../VideoClips/Metal_Master.wmv','mm','scrollbars=yes,width=7 20,height=480')">Metal Master®</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../VideoClips/TrimCutter.wmv" title="Using TrimCutter" target="_blank" class="vid">TrimCutter™</a></td>
          <td width="121" align="center" valign="middle" nowrap><a href="../../flash_content/TAT60_Video/TAT60.mp4" title="Trim-A-Table TAT60Clip" target="_blank"><NOBR>Trim-A-Table™ TAT60</NOBR></a></td>
          <td width="101" align="center" valign="middle"><a href="../../VideoClips/TAS.wmv" title="Trim-A-Slitter™" target="_blank">S24C Slitter</a></td>
          <td width="100" align="center" valign="middle"><a href="../../VideoClips/TAGprimer.wmv" title="Trim-A-Gutter Clip" target="blank">TAG50 Primer</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/drip_edge.swf" title="Drip Edge" target="_blank" onClick="MM_openBrWindow('../../flash_content/drip_edge.swf','DripEdge','width=740,height =490')">Drip Edge</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/Main Feature/Main_Feature.swf" title="Main Feature" target="_blank" onClick="MM_openBrWindow('../../VideoClips/MainFeature.wmv','main','scrollbars=yes,width= 512,height=385')">Main Feature</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" nowrap scope="row"><a href="../../VideoClips/IM1055.wmv" title="Industrial Metal Master® 20 EZ" target="_blank">Ind Metal Master®</a></td>
          <td width="106" align="center" valign="middle" nowrap scope="row"><a href="../../flash_content/Ezgo/ezgo.swf" title="UniStand EZ-Go™" target="_blank">UniStand EZ-Go™</a></td>
          <td width="121" align="center" valign="middle" nowrap><a href="../../VideoClips/TAT50demo.mp4" title="Trim-A-Table TAT60Clip" target="_blank">Trim-A-Table™</a> <a href="../../VideoClips/TAT50demo.mp4" title="Trim-A-Table™ TAT50 Clip" target="_blank">TAT50</a></td>
          <td width="101" align="center" valign="middle" nowrap><a href="../../flash_content/SCIvideo/scisetup.swf" title="Industrial Slitter Setup" target="_blank" onClick="MM_openBrWindow('../../flash_content/SCIvideo/scisetup.swf','scisetup','width=72 0,height=480')">Ind Slitter Setup</a></td>
          <td width="100" align="center" valign="middle"><a href="../../flash_content/Tag.swf" title="How It Works" target="_blank">Tag.swf</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/hem.swf" title="Hemming" target="_blank" onClick="MM_openBrWindow('../../flash_content/hem.swf','Hem','width=740,height=490')">Bas ic Hem</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/TALouver/TALouver.swf" target="_blank" onClick="MM_openBrWindow('../../VideoClips/louver.wmv','tal','width=360,height=240')">Tri m-A-Louver™</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" nowrap scope="row"><a href="../../VideoClips/TrimMaster.wmv" title="Mark II TrimMaster® Clip" target="_blank">Mark II TrimMaster® </a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../VideoClips/CoilCradle.wmv" title="Coil Cradle™" target="_blank" onClick="MM_openBrWindow('../../VideoClips/CoilCradle.wmv','coil','scrollbars=yes,width=5 12,height=385')">Coil Cradle™</a></td>
          <td width="121" align="center" valign="middle"><a href="../../flash_content/SureCut90.swf" title="SureCut™ 90" target="_blank">SureCut™ SCT90</a></td>
          <td width="101" align="center" valign="middle" nowrap><a href="../../flash_content/TAS24/TASCombo.swf" title="TAS Combo" target="_blank" onClick="MM_openBrWindow('../../flash_content/TAS24/TASCombo.swf','combo','scrollbars=yes ,width=512,height=385')">Slitter Combo</a></td>
          <td width="100" align="center" valign="middle" nowrap><a href="../../VideoClips/AsSeen.wmv" title="As seen on TV" target="_blank" onClick="MM_openBrWindow('../../VideoClips/AsSeen.wmv','','scrollbars=yes,width=320,heigh t=240')">As seen on TV</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/cornerpost.swf" title="Corner Post" target="_blank" onClick="MM_openBrWindow('../../flash_content/cornerpost.swf','cornerpost','width=740,hei ght=490')">Corner Post</a></td>
          <td width="101" align="center" valign="middle" nowrap><a href="../../flash_content/Looper/Looper.swf" title="Looping Video" target="_blank">Continuous Video</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" scope="row"><a href="../../VideoClips/TrimAbrakeII.wmv" title="Trim-A-Brake II Demo" target="_blank">Trim-A-Brake II™</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../flash_content/TF_Demo/TF_Demo.swf" title="TrimFormer™" target="_blank">TrimFormer™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../VideoClips/SCI48.wmv" title="SCI48 Slitter Action" target="_blank" onClick="MM_openBrWindow('../../VideoClips/SCI48.wmv','sciaction','scrollbars=yes,width=5 12,height=385')">SCI48 Action</a></td>
          <td width="100" align="center" valign="middle" scope="row"><a href="../../flash_content/RainTest/Rain_Test.swf" title="Rain Test" target="_blank" onClick="MM_openBrWindow('../../flash_content/RainTest/Rain_Test.swf','rain','scrollbars= yes,width=640,height=480')">Rain Test</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/WindowCasing.swf" title="Window Casing" target="_blank" onClick="MM_openBrWindow('../../flash_content/WindowCasing.swf','casing','width=740,heigh t=490')">Window Casing</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/Adjustments.swf" title="Adjusting Brakes" target="_blank">Adjust Brake</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" scope="row"><a href="../../VideoClips/TrimMaster.wmv" title="Cam-Lock Demo" target="_blank">Cam-Loc </a><a href="../../VideoClips/TrimMaster.wmv">System</a></td>
          <td align="center" valign="middle" scope="row" onfocus="MM_openBrWindow('../../flash_content/Multi_Gauge/MultiGauge.swf','MG','scrollbar s=yes,width=720,height=480')"><span id="multigauge"><a href="../../flash_content/Multi_Gauge/MultiGauge.swf" title="Multi Gauge™" target="_blank">Multi Gau</a></span><a href="../../flash_content/Multi_Gauge/MultiGauge.swf">ge™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" scope="row"><a href="../../flash_content/scuffy/Scuff_Test.swf" title="Scuff Tip" target="_blank" onClick="MM_openBrWindow('../../flash_content/scuffy/Scuff_Test.swf','scuffy','scrollbars =yes,width=640,height=480')">Scuff Tip</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/Gravel_Stop.swf" title="Gravel Stop" target="_blank" onClick="MM_openBrWindow('../../flash_content/Gravel_Stop.swf','gravel','width=740,height =490')">Gravel Stop</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/VMSlideshow.swf" title="Timeline" target="_blank" onClick="MM_openBrWindow('../../flash_content/VMSlideshow.swf','slider','menubar=yes,resi zable=yes,width=740,height=510')">VMPC Timeline</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" scope="row"><a href="../../flash_content/Adjustments.swf" title="Adjusting Van Mark Brakes" target="_blank">Adjusting Brake</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../VideoClips/NailHawg_02.avi" title="NailHawg™" target="_blank">NailHawg™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/J_Channel.swf" title="J Channel" target="_blank" onClick="MM_openBrWindow('../../flash_content/J_Channel.swf','jchannel','scrollbars=yes,w idth=720,height=510')">J Channel</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/Brakes/Brakes.swf" onClick="MM_openBrWindow('../../flash_content/Brakes/Brakes.swf','flash','scrollbars=yes, width=720,height=510')">Van Mark Brakes</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" scope="row"><a href="../../VideoClips/POWERslot.wmv" title="POWERslot™ Hinge" target="_blank">POWERslot™</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../VideoClips/QuickScore.wmv" title="QuickScore™" target="_blank">QuickScore™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row" onfocus="MM_openBrWindow('','coping','scrollbars=yes,width=720,height=480')"><a href="../../flash_content/CopingCover.swf" title="Coping Cover" target="_blank" onClick="MM_openBrWindow('../../flash_content/CopingCover.swf','coping','width=740,height =490')">Coping Cover</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" scope="row"><a href="../../VideoClips/ReplaceVinyl.wmv" title="Replacing the Vinyl Strip" target="_blank">Vinyl Strip</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../flash_content/UniLeg.swf" title="UniLeg™" target="_blank">UniLeg™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/brick_mold.swf" title="Brick Mold" target="_blank" onClick="MM_openBrWindow('../../flash_content/brick_mold.swf','brickmold','width=740,heig ht=490')">Brick Mold</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../flash_content/UniStand.swf" title="UniStand™ USA1" target="_blank">UniStand™ USA1</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/Z_Bend.swf" title="&quot;Z&quot; Bend" target="_blank" onClick="MM_openBrWindow('../../flash_content/Z_Bend.swf','zbend','width=740,height=490') ">Basic &quot;Z&quot; Bend</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="106" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/ValleyPan.swf" title="Valley Pan" target="_blank" onClick="MM_openBrWindow('../../flash_content/ValleyPan.swf','valleypan','width=740,heigh t=490')">Valley Pan</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="106" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row" onfocus="MM_openBrWindow('../../flash_content/Adjustments.swf','adjustments','width=740,h eight=490')"><a href="../../flash_content/Shed_Flash.swf">Shed Flashing</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" scope="row" onfocus="MM_openBrWindow('../../flash_content/Adjustments.swf','adjustments','width=740,h eight=490')"><a href="../../flash_content/Ridge_Cap.swf" title="Ridge Cap" target="_blank">Ridge Cap</a></td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="106" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td height="55" colspan="7" align="left" valign="top" bgcolor="#0099FF" scope="row">These videos, animations and slideshows are for demonstation purposes only and provided as a service for our customers and suppliers. Van Mark Products Corp. cannot be held liable for the correctness of installation of  videos, animations and slideshows, or other components made with the use of any Van Mark tool and product.</td>
        </tr>
        <tr>
          <td height="82" colspan="7" align="center" valign="bottom" bgcolor="#FFFFFF" scope="row"><h3><img src="../../images/random/newfooter.png" alt="Footer" width="538" height="73" usemap="#Map" border="0">
              <map name="Map">
                <area shape="rect" coords="100,50,160,72" href="https://www.facebook.com" target="_blank" alt="Facebook">
                <area shape="rect" coords="191,47,249,71" href="https://twitter.com" target="_blank" alt="Twitter">
                <area shape="rect" coords="277,49,348,73" href="https://www.youtube.com/user/VanMarkProducts/videos?shelf_id=1&view=0&sort=dd" target="_blank" alt="YouTube">
                <area shape="rect" coords="359,48,423,72" href="https://www.linkedin.com" target="_blank" alt="LinkedIn">
              </map>
          </h3></td>
        </tr>
      </table>
    </div>
    <div>
      <ul id="MenuBar1" class="MenuBarVertical">
        <li><a href="../../index.html" title="Home Page">Home Page</a></li>
        <li><a href="../../About_Us/about_us.htm" title="About Us">About Us</a></li>
        <li><a href="../../Brakes/VanMarkBrakes.html" title="Van Mark Brakes">Brakes</a></li>
        <li><a href="../../accessories/accessories.htm" title="Brake Accessories">Brake Accessories</a></li>
        <li><a href="../../SawTables/saw_tables.htm" title="Saw Tables">Saw Tables</a></li>
        <li><a href="../../Slitters/Slitters.htm" title="Slitters">Slitters</a></li>
        <li><a href="../../Roofing/TrimAGutt/tag_1.htm" title="Trim-A-Gutter">Trim-A-Gutter</a></li>
        <li><a href="../../Roofing/Roofing_Products.htm" title="Roofing Products">Roofing Products</a></li>
        <li><a href="../../Tools/tools.htm" title="Misc/Parts/Buy">Misc/Parts/Buy</a></li>
        <li><a href="../../Archives/Archives.htm" title="Archives">Lit/Video/Images</a></li>
        <li><a style="background: yellow; color: #666;" href="../../Offers/promos.htm" title="Promotions">Promotions</a></li>
        <li><a href="../../PartsList/parts_page.htm" title="Parts List">Parts List</a></li>
        <li><a href="../../ssl/cusserv.html" title="Sales/Customer Service" target="_blank">Sales/Cus Service</a></li>
        <li><a href="../../ssl/ideas.html" title="Submit Ideas" target="_blank">Submit Ideas</a></li>
        <li><a href="../../ssl/vanmarkjobs.html" title="Careers/Jobs" target="_blank">Careers/Jobs</a></li>
        <li><a href="mailto:[email protected]" title="Contact Us">Contact Us</a></li>
      </ul>
    </div>
    <div class="hdr"><img src="../../background/blankhdr.png" alt="hdr" width="1600" height="94"></div>
    <div class="picker1"></div>
    <div class="linx">
      <table width="250" border="0" align="center" cellpadding="4" cellspacing="4">
        <tr>
          <td align="center" valign="middle" bgcolor="#FFFFFF"><a href="../ImageArchive/imagearchive.htm">Images<strong></strong></a></td>
          <td align="center" valign="middle" bgcolor="yellow"><a href="vm_video.htm">Video</a></td>
          <td align="center" valign="middle" bgcolor="#FFFFFF"><a href="../Literature/literature.htm">Lit/Manuals</a></td>
          <td align="center" valign="middle" bgcolor="#FFFFFF"><a href="../Instructional/instruct.htm">Instructional</a></td>
        </tr>
      </table>
    </div>
    </body>
    </html>

    memaat wrote:
    Jon, did Adobe anticipate swf problems on mobile devices? What do you recommend so I can keep my swf’s working ? I am grateful for all your help.
    Steve Jobs did, and summed it up nicely a few years back...
    Thoughts on Flash
    There's nothing you can do but switch away from Flash and move on to CSS and Javascript for animation and HTML5 for the <video> tag, if you want the broadest audience to see your content.

  • Maximum number of client that possible to running OSD at the same time?

    How maximum number of client that possible to perform OS deployment from SCCM 2012 R2 at the same time?
    Regards, Bar Waelah

    It depends on your infrastructure and design. 
    My DP servers got mirrored mechanical disks and a Gbit nic. We like to run about 10 clients every 2 hours from them. That is enough time to apply our custom image, apply any extra appps and patches. 
    Since we got one of those servers on about 100 locations it means that in the best case I can deploy about 1000 systems every two hours. 
    That's my technical limit BUT that's not the real limit.
    More important is how many users with newly installed systems can your organization handle. There will always be some machines that fails and needs to be fixed (how many non productive users can you have at the same time?). Some users will call hellpdesk
    regardless of instructions, onscreen information, user training and so on. How many calls can your helpdesk handle? There will be requests for extra apps, changed screen resolution, left handed mice settings and so on, maybe printer configs? Same thing here
    - how many of these cases can your support handle?
    Those are the "soft" limiting factors and so far (been doing this for about 15 years now) the "soft" limits have always been lower than the technical limit

  • Multiple running queries at the same time

    Hi!
    I looked around (and RTM) for this but didn't find anything, so I'm asking here.
    I have quite a few long running queries (data loading and such things, warehousing stuff), and I need to be able to run multiple queries/statements at the same time. In TOAD I can do this, start a procedure and while it is running I can do SQL statements in another session tab (it supports threaded sessions - it starts queries in their own background thread/session).
    When I start a long running procedure or query in SQL Developer I can not do anything until the procedure execution finishes. Is there any way (setting/preference) to enable SQL Developer to be able to run multiple queries at the same time?
    I really would like to move away from TOAD, but this is a major showstopper for me.
    Thanx for any tips.
    Alex

    Hi!
    This post is going to be a little longer, but I have to clarify things out.
    I did not mean to throw any wild accusations, because I did my fair share of RTFM and searching the help. I can tell you that if you put any of these in the help search box:
    session
    non shared
    non-shared
    connection
    concurrent <- I guess this one should yeld something
    multiple
    spawn
    you won't find anything usefull, the article that comes closest, is this:
    "Sharing of Connections
    By default, each connection in SQL Developer is shared when possible. For example, if you open a table in the Connections navigator and two SQL Worksheets using the same connection, all three panes use one shared connection to the database. In this example, a commit operation in one SQL Worksheet commits across all three panes. If you want a dedicated session, you must duplicate your connection and give it another name. Sessions are shared by name, not connection information, so this new connection will be kept separate from the original."
    It does not mention any spawning of non-shared connections from the current one, nor it does mention using a accelerator key combo. But since there could be written something about it, I guess you could call it a documentation bug, because it does not provide any clue to this functionality. The help is definitely of no help in this case. As you can see, I do not throw accusations without trying to find out something first. I guess if someone is not as deep into SQL Developer as you are, there is no way for him/her to know this.
    OK, I tried your suggestion, and (sadly) it does not work as I suppose it should.
    Here's what I did:
    - start a new connection, and enter the following code in SQL Worksheet:
    declare
    j number;
    begin
    for i in 1..1000000
    LOOP
    j := sin(i);
    end LOOP;
    end;
    As you can see, it doesn't do much besides holding the connection busy for a while when executed.
    - start a new non-shared connection from the first one using CTRL-SHIFT-N (as you suggested) and put the following statement in the new SQL Worksheet (with "__1" appended to connection name)
    select sysdate from dual;
    - go to the first SQL Worksheet and execute the procedure
    - while the procedure is executing, go to the second SQL Worksheet and hit F9.
    The sysdate is returned as soon as the first SQL Worksheet finishes and not any sooner. It may run in separate session, but the result is not returned before the other session is finished doing what it is doing. I guess the correct behaviour would be to return the sysdate immediately.
    I verified this behaviour repeating it 3 times starting with a new instance of SQL Developer, each time connecting to another schema and spawning the new non-shared session. The database used was Oracle 10.2.0.3 EE on RHEL 4 UPD3.
    The concurrent execution lacks concurrency. The statements might be executed concurently on the database (i did not went the extra mile to verfiy this), but the returning of results is just not independent of other sessions. To the end user this is as much concurrent as it is serial execution.
    I hope developers get this issue straightened out soon, as I said, I'd love to move away from Toad, but I'll have to wait until they fix this out.
    Is there anything else that can be done to make it behave correctly?
    Kind regards
    Alex

  • Use a capture device twice at the same time?

    I have write a application using JMF. But I have a big question that how can I use a capture device several times at the same time????
    For example:
    I create a player to play video from my webcam on my PC ,and then I want to send the video stream from my webcam to another PC at the same time. But I failed--only one task can work.
    For example:
    1, I write a class Player and another class RTPTransmit. Then I send the same medialocator to two of them. Then there will be a exception said that capture device is in use. And only one task can work.
    2, I write a class Player and another class RTPTransmit. Then I use :
    dataSource1 = Manager.createDataSource( locator );
    dataSource2 = Manager.createCloneableDataSource( dataSource1 );
    then I send dataSource1 to Player object to play video on local PC and send dataSource2 to RTPTransmit to send video to another PC. But only one task will work too.
    My question is that how can I use a capture device several times at the same time???
    I have tried several ways and sill can not find a method. If anyone know how to do,could you tell me please? Thank you very much.

    Yes ,I use Manager.createCloneableDataSource() method to create the clone of the datasource ,but it can not work too. The java doc illustration is :
    Creates a cloneable DataSource. The returned DataSource implements the SourceCloneable interface and enables the creation of clones by the createClone method.
    If the input DataSource implements SourceCloneable, it will be returned right away as the result. Otherwise, a "proxy" DataSource is created. It implements the SourceCloneable interface and can be used to generate other clones.
    When createCloneableDataSource is called on a DataSource, the returned DataSource should be used in place of the original DataSource. Any attempt to use the original DataSource may generate unpredictable results.
    It means that if I clone a datasoure from original datasource, then the createCloneableDataSource() method will return a datasuouce implements interface SourceCloneable, right ? I see that the intereface SourceCloneable has a abstract method createClone() , but when I use createCloneableDataSource() to get a source clone, I find that I can not use method createClone(), why??? For example: data1 is the
    orginal datasource. Then:
    DataSource data1 = Manager.createDateSource( locator );
    DataSource data2 = Manager.createCloneableDataSource( data1 );
    now data2 is the "proxy" datasource which implemnets the interface, right? But I can not use data2.cloneClone() ,why? Then I write the fllowing code:
    DataSource data3 = Mangaer.createCloneableDataSource( data2 );
    DataSource data4 = Manager.createCloneableDataSource( data2 );
    playOnLocalPc = new PlayOnLocalPc( data3 );
    playOnLocalPc.start();
    rtpTransmit = new RTPTransmit( data4 );
    rtpTransmit.start();
    PlayOnLocalPc and RTPTransmit is my own class to play or transmit video stream. But they can not work at the same time. If I play video from webcam on local PC and then start to transmit stream to other PC , the play window will become black. Why?????It is too strange. Dose anyone know the reason ,please tell me, thank you very much. Giving some example code will be better:) Thank you again!

  • Make 2 methods run at exactly the same time

    Hi,
    How can I make 2 mothds be executed at exactly the same time? Is it anything to do with the synchronized keywor?
    Thanks.

    You can't really.
    Even in the case of two computers, you probably don't have control over how the OS will give Java CPU cycles, so even though you thing you're clicking at the same time, the methods may start at slightly different times.
    Similarly , on a multi-CPU machine, you don't generally control how threads are apportioned among the CPUs, or when they get time.
    How exact does "exactly" need to be? +/- 1 &mu;s? +/- 1 ms? 100 ms?
    Why do you need this?
    Why do you think you need this? There may be another ay to acommplish your ultimate goal without needing two methods to start simultaneously, or close to it.

  • Movie downloaded twice at the same time

    I purchased one movie and it is downloading two at the same time, the same movie...how can this happen? I thought iTunes store ask you if you want to purchase the movie, specially if you are downloading the same???????

    Was it an HD movie?
    If so, all Hd movies come with the sd version so you can watch on an iphone/ipod.

  • Two macs running garageband at the same time

    Hi. I am using GarageBand on two Mac's at the same time and would like to know how I can record both parts of the tracks, I guess I'll have to use an external recording device of some sort but I do not know which or how I would set this up. Basically, I am playing a part of the song on one Mac and the other part on the other Mac and would like the two Mac's to be liked up to a seperate recording system so I can record the mix, hopw someone can help, thanks.

    The biggest problem you are going to have is sync. There is no way to keep these two computers in sync unless you hook up some kind of KVM USB splitter for your keyboard. Both machines would need to be identical in setup or this will not work. Playback and record buttons need to be pressed at the exact same time. The mouse can be used to trigger events (such as record enable) to each computer. It is not a very elegant or pragmatic way of gaining more tracks.
    The better way is to use a dual G5 with a big monitor.

  • Black and unresponsive iPhone screen (vibrates twice at the same time)

    Hi, I dropped my iphone on the ground and after I had picked it up the screen turned black and it started to vibrate when I plugged it in the charger. The phone was hot and would not cool down.
    I have tried to hold the home button and the on/off button at the same time but it does not work. Please if anyone can help me and tell me what to do, I would appreciate it.

    You physically damaged the phone when it was dropped.  The only solution is relpacement or repair.  Take it to Appel or an Apple authorized service provider.

  • How to make a job run hourly at the same interval?

    We have a requirement to launch a job at 10 minutes past every hour.
    The job averages anywhere from a few seconds to 55 minutes.
    On every other job scheduler that I've used, this would be a no-brainer...I would simply select the option to "reschedule from the last time the job started", and move on.
    Tidal, however, does not offer that option....one can only "reschedule from the last time the job finished".
    Does anyone else have a similar requirement?
    If so, how do you handle this?

    When you select the "Rerun same occurrence" option on the Schedule tab you get the behavior you indicated.  If you select the "Run new occurrence" option you will get the behavior you seek.
    The question I always ask when setting up a repeating job is does the job need to always repeat at a specific interval or not.
    I admit this solution means you have multiple instances of the job in the schedule, which I don't care for because it adds to the items displayed.  I never allow a job or group with "Run new occurrence" to be at the top level for this reason.
    Thanks.
    Tracy

Maybe you are looking for

  • Adobe reader x and xi

    I am currently running Adobe Reader XI on windows 7.  For some reason my developers want to change the default setting of edit/prefences/documents/PDF/a View Mode/View documents in PDF/a mode: from "only for PDF/A documents" to "Never".  Can this be

  • Screen flickering in KDE 4.2 after pacman -Syu

    Hi there, yesterday I did a "pacman -Syu" and since then my screen keeps flickering every now and then when I move my mouse over the screen or when a new dialog pops up. Sometimes it even flickers when the plasma widget RSSNow slides in new articles.

  • What's with iOS8.02? Lousy.

    What's with iOS8.02? I avoided 8.0 because of the outcry. But foolishly installed 8.0.2, and ever since my iPhone 5 signal is sketchy at best, Wi-Fi is always weak, calls drop off, text messages do not go through, the "send" freezes occasionally  and

  • HT2506 How to set outlook as the default mail client for Preview

    When I try to us Preview to email PDFs the Apple Mail client is the default mail client that opens. I use Lion and would like to set Outlook as my default. Does anyone know how to do this? It has been suggested that you click command-P, select PDF an

  • Firefox crash when open an oracle e-business suite form

    after install j initiator run oracle application add user name & password selcect any form , then the firefox crash and quit == User Agent == Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET