Run script in endless loop

This seems to be asked from time to time and I haven't seen a viable solution (so it probably doesnt exist)
I have a script I want to run forever on a dedicated box.  I basically want ae to read through a directory every minute or so looking for a certain file.
If I just keep looping the function AE quickly crashes.  I tried putting $.sleep(10000) at the end, which didn't crash as quickly, but eventually it did too.
Is there any way to run a script in an endless loop (and why doesnt setInterval work as it is part of the javacsript language)
Mike Cardeiro
Editor/Animator/Compositor                
D4 Creative Group - Philadelphia, PA   
http://www.michaelcardeiro.com/resume/
http://www.youtube.com/user/mcardeiro

got it to work using app.scheduleTask("main()", 20000, true);
seems to work perfectly (much better than $.sleep...I thought I had read that scheduleTask() doesnt work in ae.  It seems like exactly what I needed.
Mike Cardeiro
Editor/Animator/Compositor                
D4 Creative Group - Philadelphia, PA   
http://www.michaelcardeiro.com/resume/
http://www.youtube.com/user/mcardeiro

Similar Messages

  • Run script in a loop inside sqlplus

    Hello all,
    Is there a way to run a script that we can run from windows command prompt inside sqlplus to run in a loop???
    for example on unix i can do something like
    for i in 1..10
    do
    ls -ltr
    ps -ef|grep pmon
    sleep 5
    done
    so can i do something similar inside of sqlplus ??
    lets say have a script called @active_session
    and now i am inside of sqlplus, but cant i run it in a loop ?? like sleep 5 sec and run @active_session and then sleep 5 sec and run @active_session ??
    i hope i have asked the question clearly....

    Hi,
    user8363520 wrote:
    Hello all,
    Is there a way to run a script that we can run from windows command prompt inside sqlplus to run in a loop???
    for example on unix i can do something like
    for i in 1..10
    do
    ls -ltr
    ps -ef|grep pmon
    sleep 5
    done
    so can i do something similar inside of sqlplus ??Your best bet might be to do it at the OS level, the way you're familiar with.
    For example:
    for i in 1..10
    do
    sqlplus  username/password@database @active_session
    sleep 5
    doneI'm not sure about the unix syntax.
    Make sure active_session.sql ends with a QUIT or EXIT statement.
    lets say have a script called @active_session
    and now i am inside of sqlplus, but cant i run it in a loop ?? like sleep 5 sec and run @active_session and then sleep 5 sec and run @active_session ??SQL*Plus wan't designed for this kind of thing. In particular, there is no reall loop mechanism built into SQL*Plus. You can do loops in SQL*Plus, but it's not pretty. See {message:id=4367027}
    Depending on what's in your script, you may want to do the whole job in PL/SQL, whcih does have loops.

  • Run SQL Agent Job in endless loop(When it's done, start over again)

    Hi All,
    There is an SQL Agent Job containing a complex Integration Services Package performing some ETL Jobs. It takes between 1 and 4 hours to run, depending on our data sources. The Job currently runs daily, without problems. What I would like to do now is to
    let it run in an endless loop, which means: When it's done, start over again.
    The scheduler doesn't seem to provide this option. I found that it would be possible to use the steps interface to go to step one after the last step is finished, but there's a problem using that method: If I need to stop the job, I would need to do that in
    a forceful way. However I would like to be able to let the job stop after the next iteration. How can I do that?
    Thanks in Advance...

    Seriously I cant think of a reason for continuosly running a step like this
    Do you mean you need to keep on polling db for something continuosly ?
    If thats the requirement there's no need of continuosly calling the step
    Instead of that you can include a loop with wait logic to keep on checking for your condition until it satisfies. You can WAITFOR clause for that
    see an example here where I've implemented similar logic in SSIS
    http://visakhm.blogspot.in/2011/12/simulating-file-watcher-task-in-ssis.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • WinRM endless loop script/package sccm 2012

    I'm trying to enable winrm in task sequence for sccm 2012 during installation of Windows 7 clients.
    winrm quickconfig -quiet -force
    or
    cmd /c winrm quickconfig -quiet -force
    I have tried variations of this but I always get an endless loop, doesn't matter if I do command line or a package with a bat file.
    Anyone else having this issue?

    What I mean with loop, is that it keeps rerunning the same command over and over again. In task manager I see multiple cmd processes running. If I manually run the command in cmd it configures it correctly.
    Here is the essential part of execmgr.log:
    <![LOG[Successfully prepared command line "C:\WINDOWS\system32\cmd.exe" /c winrm quickconfig -quiet -force]LOG]!><time="14:26:03.416-60" date="12-04-2014" component="execmgr" context="" type="1"
    thread="2572" file="scriptexecution.cpp:650">
    <![LOG[Command line = "C:\WINDOWS\system32\cmd.exe" /c winrm quickconfig -quiet -force, Working Directory = C:\Windows\ccmcache\13\]LOG]!><time="14:26:03.416-60" date="12-04-2014" component="execmgr" context=""
    type="1" thread="2572" file="scriptexecution.cpp:352">
    <![LOG[Created Process for the passed command line]LOG]!><time="14:26:03.427-60" date="12-04-2014" component="execmgr" context="" type="1" thread="2572" file="scriptexecution.cpp:513">
    <![LOG[Raising event:
    [SMS_CodePage(850), SMS_LocaleID(1053)]
    instance of SoftDistProgramStartedEvent
     AdvertisementId = "S012000E";
     ClientID = "GUID:5b5d231d-116e-47f0-81d0-c93839a752e2";
     CommandLine = "\"C:\\WINDOWS\\system32\\cmd.exe\" /c winrm quickconfig -quiet -force";
     DateTime = "20141204132603.431000+000";
     MachineName = "SCCMTESTVMSTHLM";
     PackageName = "S010005C";
     ProcessID = 1344;
     ProgramName = "WinRM";
     SiteCode = "S01";
     ThreadID = 2572;
     UserContext = "NT instans\\SYSTEM";
     WorkingDirectory = "C:\\Windows\\ccmcache\\13\\";
    ]LOG]!><time="14:26:03.435-60" date="12-04-2014" component="execmgr" context="" type="1" thread="2572" file="event.cpp:715">
    <![LOG[Raised Program Started Event for Ad:S012000E, Package:S010005C, Program: WinRM]LOG]!><time="14:26:03.437-60" date="12-04-2014" component="execmgr" context="" type="1" thread="2572"
    file="executioncontext.cpp:459">
    <![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="S010005C",ProgramID="WinRM", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="14:26:03.439-60"
    date="12-04-2014" component="execmgr" context="" type="1" thread="2572" file="event.cpp:405">
    <![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="S010005C",ProgramID="WinRM", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="14:26:03.478-60"
    date="12-04-2014" component="execmgr" context="" type="1" thread="2572" file="event.cpp:405">
    <![LOG[MTC task with id {4BC725EF-6456-4C9E-AEEA-F3639600D829}, changed state from 4 to 5]LOG]!><time="14:26:03.511-60" date="12-04-2014" component="execmgr" context="" type="1" thread="2912"
    file="execreqmgr.cpp:6288">
    <![LOG[Program exit code 1]LOG]!><time="14:28:40.165-60" date="12-04-2014" component="execmgr" context="" type="1" thread="296" file="scriptexecution.cpp:676">
    <![LOG[Looking for MIF file to get program status]LOG]!><time="14:28:40.177-60" date="12-04-2014" component="execmgr" context="" type="1" thread="296" file="executionstatus.cpp:282">
    <![LOG[Script for Package:S010005C, Program: WinRM failed with exit code 1]LOG]!><time="14:28:40.178-60" date="12-04-2014" component="execmgr" context="" type="3" thread="296" file="executionstatus.cpp:252">

  • Running script

    Well here is another problem I need help with. When I am on the webpage www.geocaching.com, and click on a
    geocache link, my BB will request, load, running script, loading, requesting, running script all in a endless cycle.
    The page will never load, just cycles as described. What do I need to change on my BB Tour?
    You all have been very helpfull with my questions. Once again, thanks in advance for your help.

    Do you have an example of a geocache link?
    Okay, I tried the Hide & Seek A Cache link, and with JavaScript enabled, I ran in the continous loop problem you were experiencing. I turned off JavaScript and was able to access the Hide & Seek A Cache page.
    Interestingly enough, though I have "Prompt to enable JavaScript" enabled, I never did receive a request to enable JavaScript. I checked the source for the Hide & Seek A Cache page with Firefox on my desktop computer and it definitely has references to JavaScript. So JavaScript handling by the BB Browser is sketchy at best. I wish there was a way to set JavaScrip on a per page or per website basis.
    Message Edited by mousky on 09-13-2009 09:54 PM

  • Accidental Endless loop on button

    After much ado, I have finally gotten the customized submit by email button to work on several forms.  I added to a new form and now I have somehow created an endless loop and I cannot figure out why.  What I did: 
    I added a regular button (not the submit by email button).  Under Object/Field I selected Submit.  Under Object/Submit, I selected submit as pdf.  I need to capture signatures on a form that will be audited down the road.
    Then I added scripts.  I used java script, run at the client.
    Then I added under PreSubmit* the following language:
    var strToAddress, strCCAddress, strSubject
    //Capture the values from the form fields.
    strToAddress = txtToAddress.rawValue;
    strCCAddress = txtCCAddress.rawValue;
    strSubject = txtSubject.rawValue;
    event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject,cSubmitAs:"PDF",cCharset:"utf-8"});
    I checked this with the other forms which are not creating endless submissions and I cannot see that I did anything differently.  Can anyone help????
    Sarah

    Wow. Would never have believed that was possible (that's why I didnt consider it...). It appears that indeed the software update itself fried the mouse. The same mouse whose last click was to click the "Restart" button on the software update dialog. A different iMac won't recognise it either, and the mouse from that Mac breaks the endless loop from the Bluetooth Setup Assistant. Looks like I need to find a new mouse, I wonder if I can still find one with a wire...
    Any thoughts on whether this was pure blind coincidental failure, or is there some way a restart itself could damage a mouse somehow??? Hard to imagine the software did it per se, so perhaps it was one final reboot that broke the camel's mouse's back?
    Thanks, Linc.

  • Windows Update in Endless Loop of 'Installing updates" and "Undoing changes" on New Windows 8.1 Pro Install

    I am setting new Windows 8.1 Pro computers, and am installing Windows 8.1 Pro to bare drives.  Everything goes fine until Windows Update starts installing updates, and then the computer goes for hours installing updates, and then "We
    could not complete the updates Undoing changes".   It's an endless loop. It seems to be the same 38 updates.  This is a recent phenomenon.  I have not run into this until the last week or two on several new computer installs.
    Again these are brand new installs, so something is clearly wrong with the Windows updates.
    If anyone can please tell me how to avoid this, it would be much appreciated.
    Michael

    Hi Michael,
    "  This is a recent phenomenon"
    Have you made any modifications to the machines ?
    To resolve this issue ,running the built-in troubleshoot tool is a very good beginning .It will automatically diagnostic the windows update components and check the configurations for us .
     Control Panel\All Control Panel Items\Troubleshooting\Fix problems with Windows Update
    If there are antivirus software installed in these machines, please turn off them temporarily to have a check.
    The command line included in the link as S.Sengupta posted is very useful and convenient to repair the windows corrupted files .We can have a try .
    "sfc /scannow" ,"DISM.EXE /online /cleanup-image /restorehealth "
    We also can check the windowsupdate.log for more information to troubleshoot this issue .
     Run "windowsupdate.log"
    If you have trouble in analyzing the log ,please upload them to the OneDrive and paste the link here .
    Best regards

  • Is there a phone number to call Adobe.  I go around an endless loop pressing their contact info tabs?  Maybe someone at this sight can help. I am new to digital photo - I have been a B&W film photographer for many years. I have a problem with a Macbook Ai

    Is there a phone number to call Adobe.  I go around an endless loop pressing their contact info tabs?  Maybe someone at this sight can help. I am new to digital photo - I have been a B&W film photographer for many years. I have a problem with a Macbook Air.  It was working fine - I was using LR and a message came on the screen that said something like the memory was dangerously low.  I stopped and tried to delete LR files.  I couldn't do it.  I closed the program and tried reopening and got the message that there is not enough memory available to open LR.  I contacted Apple.  They spent a half hour on the phone with me and eventually told me they didn't know how to help. The tech said that LR had gobbled up all the memory and said I should contact Adobe and ask where and how my photo files are stored and to delete them.  I have several back-ups.  Thanks - Arthur

    This sort of error message only comes up for Lightroom when your hard disk is full. Indeed this has nothing to do with internal memory as that will be intelligently be dealt with. If you have a mac Book Air that is not so surprising as the cheapest versions come with very small hard disks and if you shoot raw with any recent camera, you'll fill up your hard disk very quickly and you can probably only store a few months of pictures if you are a typical photographer. So the bottom line is that you need to create some room on your hard disk. You should move some of your originals to an external hard disk. You can also delete some of your backup copies of your catalog file that Lightroom automatically generates every few days and that quickly gobble up hard disk space. So first figure out how full your hard disk is. To see that, go to the apple menu, hit -> About this Mac -> More info->Storage. You should see your internal hard disk on top and you'll find that it is almost entirely full with photos. Now find your Lightroom catalog file using Finder. It is usually in a folder in the Pictures folder in your home directory. You should see a Lightroom 5 Catalog.lrcat file, a previews file and a folder called backups. Inside the backups folder, you'll find a lot of subfolders. They have names that show the dates the backups were created. If you have backups of your entire hard disk, you can delete these backups when they are older than a few months. I usually only keep the last 4 around. Just drag the folders into the trash can on the dock on the bottom of your screen and empty the trash. This will probably free up enough space that Lightroom will already run again. Now start thinking about where you will want to store older images. If you have a good USB3 or Thunderbolt hard disk that is probably the best option. There is a video here by Adobe that has some instructions on how to do this: Is Your Hard Drive Full? Here’s How to Move Images to Another Drive in Lightroom. « Julieanne Kost's Blog If that doesn't work because you don't have enough hard drive space to run Lightroom yet, here is another set of instructions to move your files using the finder to the other hard disk: How do I move only my photos to another hard drive, leaving the catalog where it is? - The Lightroom Queen. If you follow that, as soon as you confirm all your images are on the new hard disk, you can delete them from your internal one. She is not so clear about that part but if you don't delete the originals that you moved off you don't free up space. You should move the folder structure over to the new hard disk and then reconnect the folders in Lightroom. That should make it refind all your images.
    That said, if you are uncomfortable with the computer in itself, your best bet is to find a local photography club. There is invariably a Lightroom savvy person in there that could help you move your files. That might be your best bet if you are uncomfortable moving these yourself. A general mac savvy person like you would find at an Apple store or so generally will not be able to help you with this except when they are photographers themselves and know Lightroom. You might get lucky with that.

  • I have a macbook pro 13" 2011, When my computer boots I get code on my boot up screen and then my computer shuts off and then restarts. Its an endless loop, as my computer tries to boot up.

    I have a Macbook Pro 13", that was purchased in 2010-2011. So randomly yesterday, when I boot up my computer I got to the boot screen, then code popped up on my screen. ** I have attached an image of the code below.** But after the code pops up, my computer shuts down, and tries to boot up again. This is an endless loop and doesn't get passed the boot screen. The code shows up everytime.
    I personally believe this might be a software issue and not a hardware. Please feel free to shoot out any ideas or a translation of what the code is referring to.
    THINGS I HAVE ALREADY DONE:
    - Reset the PRAM by holding CMD+Option+P+R
    - Gone into Safemode and tired to verify the Harddrive.
    - Please don't comment saying, "take out the battery." , "hold the power button for.." , None of that sh#* works.
    Below is three different links for the same image. (just in case, **** breaks).
    [IMG]http://i57.tinypic.com/2z82stl.jpg[/IMG]
    <a href="http://tinypic.com?ref=2z82stl" target="_blank"><img src="http://i57.tinypic.com/2z82stl.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
    http://tinypic.com/view.php?pic=2z82stl&s=8#.U0LJidy4nFI

    What happens if you boot holding the command S keys down?
    If it stays running in single user mode
    try the command
    fsck -fy
    You could try holding the option key on bootup, to see if presents you with a startup disk however
    It looks as if you need to reistall the OS.

  • Endless loop condition

    Hi there,
    Working on a client/server chat application. On the client side app, everytime I want to send a message I create a new Thread called "SendingThread". See below.
    import java.io.*;
    import java.net.*;
    public class SendingThread extends Thread
      private Socket clientSocket;
      private String messageToSend;
      public SendingThread(Socket socket, String userName, String message)
           super("SendingThread: " + socket);
           clientSocket = socket;
           messageToSend = userName + Constants.MESSAGE_SEPERATOR + message;
      public void run()
           try
                PrintWriter writer = new PrintWriter(clientSocket.getOutputStream());
                writer.println(messageToSend);
                writer.flush();
                writer.close();
           catch(IOException ioe)
                System.out.println("Server must have closed connection");
                ioe.printStackTrace();
    }As you can see the line writer.close() is important in regard to a Thread that is running on the server app called "ReceivingThread" (see below). In the ReceivingThread there is a line:
    if((temp = input.readLine()) != null)
    It blocks until I actually send a message to read in. This is expected. However, now I have a catch 22 situation. On the client side app, since I called writer.close(), this was necessary in order to get a null value during the readLine() call on the ReceivingThread on the server. The one line gets processed as expected. The stream is now closed and on the server side app, since this is true, the next iteration of the while loop attempts to read in another line but now it is alway null and thus I wind up with an endless loop condition. I introduced a "count" variable and a condition only so that the loop wouldn't get away too far. I was hoping it would block again, but it isn't. I believe the ReceivingThread is written correctly, but I need to somehow obtain a null value on the stream for message completion and also have the ReceivingThread block for the next message coming in.
    Please advise,
    Alan
    public class ReceivingThread extends Thread
      private BufferedReader input;
      private MessageListener messageListener;
      private boolean keepListening = true;
      public ReceivingThread(MessageListener listener, Socket clientSocket)
           super("ReceivingThread: " + clientSocket);
           messageListener = listener;
           try
                clientSocket.setSoTimeout(50000);
                input = new BufferedReader(new InputStreamReader(clientSocket.getInputStream()));
           catch(IOException ioe){ioe.printStackTrace();}
      public void run()
           StringBuffer messageBuffer = new StringBuffer();
           String temp = "";
           int messageCount = 0;
           int count = 0;
             //START:
             while(keepListening)
               while(true)
                  try
                    //In order to receive a null, the client app
                    //has to close the stream!  Otherwise, this
                    //will block indefinitely.
                    System.out.println("blocking...");
                    if((temp = input.readLine()) != null)
                       if(messageCount == 0)
                            messageBuffer.append(temp);
                            messageCount++;
                            System.out.println("temp: " + temp);
                       else
                         //When we use the readLine method, it strips
                         //off the newline character, so we need to
                         //put it back.
                         messageBuffer.append("\n" + temp);
                         System.out.println("temp: " + temp);
                    else
                         break;
                  catch(IOException ioe)
                       System.out.println("IOException...");
                       ioe.printStackTrace();
                       //break;
               }//end while
                //System.out.println("out of inner while loop...message:\n" + messageBuffer.toString());
                String message = messageBuffer.toString();
                System.out.println("message: " + message);
                StringTokenizer tokenizer = new StringTokenizer(message, Constants.MESSAGE_SEPERATOR);
                if(tokenizer.countTokens() == 2)
                     System.out.println("message received");
                     messageListener.messageReceived(tokenizer.nextToken(), tokenizer.nextToken());
                     //reset string variables
                     messageCount = 0;
                     temp = "";
                     messageBuffer.delete(0, messageBuffer.length());
                     message = "";
                else
                    //System.out.println("checking disconnect string: " + message);
                   if(message.equalsIgnoreCase(Constants.MESSAGE_SEPERATOR + Constants.DISCONNECT_STRING))
                          stopListening();
                count++;
                if(count > 3)break;
             }//end while
             try
               //System.out.println("closing ReceivingThread");
               input.close();        
             catch(IOException ioe){ioe.printStackTrace();}
      public void stopListening()
           keepListening = false;
    }Edited by: ashiers on Nov 21, 2007 7:33 AM
    Edited by: ashiers on Nov 21, 2007 7:34 AM

    I'm not quite sure what you want to happen here. Here is what I would expect from the code you posted:
    *1.* The client connects and sends its message to the server.
    *2.* The server iterates through the line-reading loop until it exhausts the input (input.readLine() == null) and breaks out of the while (true) loop. The "temp: foo" messages are written to standard output accordingly.
    *3.* The server reaches the message portion of the loop and writes the "message: foo" to standard output.
    *4.* The server hits the end of the "while (keepListening)" loop and (assuming that you didn't receive a disconnect message) keepListening is still true. So it loops back around.
    *5.* The first time through the while (true) loop, the input is still empty (of course). So you get a null.
    *6.* Next, you get a "message: foo" output.
    *7.* Repeat *4* through *6* until your computer hardware fails or you abort the program. (Except that you added that count thing, so it'll loop three times and then break.)
    What are you trying to make the "keepListening" loop do? It doesn't seem like it should be there at all. At no point does this reading thread get the opportunity to read from any other socket. It almost seems like you want to spawn one ReceivingThread for each Socket you receive from the ServerSocket; if that's the case, the main thread (or whichever thread you have running that code and spawning the ReceivingThreads should be inside of the while (keepListening) loop.
    Any help?

  • Support Package uprade in endless loop

    Hello experts,
    we have a SP upgrade (from ECC level 10 to SP-level 16) running in a queue that is getting imported via SPAM (version 36). The import has been running for more than 24 hours, is this normal or did I hit an endless loop?
    I noticed it has been running (and still is) in one phase only
    for ages:
    "INFORM SAP-SYSTEM OF TP TERMINATION"
    In the log files I can see this warning:
    Background job RDDIMPDP could not be started or terminated abnormally
    Looking around in this forum I think I've found the solution, I have to reschedule the background job RDDIMPDP.
    But my problem is that am running in downtime-minimized mode in SPAM and I cannot logon to sap system anymore, it gives me a syntax error if I try to. How can I cancel this SPAM import, can I somewhere kill processes, or should I just restart the SAP application server??
    Can you please, please advise? Your help is really appreciated!
    Manfred

    Hi,
    If you are getting Syntax error for every Txn. then u can't do anything expect Restore.
    I faced same problem some days before & resolved by restoring the backup.
    Also in my case  the exact problem is the wrong value of parameter rdisp/msvsrv_internal & I reset it to default value 0 & next time my patch is upgrade successfully.
    BR,
    Darshan

  • Reinstallating elements 10... Licence screen goes in endless loop - solution?

    Reinstalling Elements 10 after the price went up for CC-full and I downgraded to just CC-LR and PS. But can't get past accept licence screen. Click OK to accept that and it just goes round in an endless loop where the licence screen reappears each time you click the OK button.
    Have a valid licence key and tried both DVD reinstall and download reinstall (This also happened with the original installation after I'd downgraded CC, hadn't used the software while had CC-Premiere Pro, but wasn't using that enough to justify cost of full CC).
    Any ideas what the solution is?

    Peak Images
    Is Premiere Pro CC still installed? For now I will assume that you are trying to run Premiere Elements 10 on Windows 7, 8, or 8.1 64 bit. What is the video card/graphics card that the computer uses? If the card in not NVIDIA GeForce, then.....
    Uninstall all traces of Premiere Elements 10 from your computer.
    a. Uninstall the usual Control Panel way.
    b. Do a free ccleaner run through to get rid of any leftovers from incomplete install reinstalls.
    http://www.piriform.com/ccleaner/download
    c. Reinstall Premiere Elements 10 with the antivirus and firewall(s) disabled.
    Let us start here and then decide what next based on your reported results. If the above uninstall/ccleaner/reinstall scheme does not work, we
    may yet try to delete the Adobe Premiere Elements Prefs file and, if necessary, the whole 10.0 Folder in which the Adobe Premiere Elements Prefs
    file exists. It is also assumed that you have the latest version of Quicktime installed on your computer with Premiere Elements 10 and that you are
    running the program from a User Account with Administrative Privileges. Yes? Have you looked at the situation with and without the antivirus and firewall(s) disabled?
    Thank you.
    ATR

  • I woke up this morning and google and gmail no longer work in firefox. I get the endless loop error

    I woke up this morning and google and gmail no longer work in firefox. I get the endless loop error.
    I have the latest version of firefox and it is running under win 7 pro.
    it was working great since I installed it 3 weeks ago and I use it every day.
    the error reads:
    The page isn't redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    This problem can sometimes be caused by disabling or refusing to accept cookies.
    However my cookies are still enabled and and i have never changed my settings

    See also:
    *http://kb.mozillazine.org/The_page_is_not_redirecting_properly
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    If clearing cookies doesn't work then it is possible that the <i>cookies.sqlite</i> file that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookie files like <b>cookies.sqlite-journal</b> in the Firefox Profile Folder in case the file cookies.sqlite got corrupted.
    *https://support.mozilla.org/kb/Cookies

  • Running scripts in Aperture

    Aperture appears to have the facility to run scripts during the import stage (it's called 'Action' in the import pop up menu), but I'm having problems with it.
    I have successfully run the script below, and have exported the subsequent metadata to the master, which is my aim.
    But I cannot get the script run via this 'Actions' facility during import, even importing into a second library after the 'Object Name' field (called 'Title' by Aperture) has been created in the file and contains a 'space'.
    Can anyone show me what I am doing wrong?
    I found the script at: How can I set the Object Name to the file name on import?
    The post reads:
    AppleScript to the rescue!
    1. Copy the following text into Script Editor:
    tell application "Aperture"
    set selectedImages to the selection
    set tName to name of item 1 of selectedImages
    repeat with i from 1 to number of items in selectedImages
    set this_item to item i of selectedImages
    set tName to name of this_item
    set value of IPTC tag "ObjectName" of this_item to tName
    end repeat
    end tell
    2. Save the script in a sensible place, such as ~/Library/Scripts/Aperture Scripts so that it will turn up in the Script Menu (if it's enabled).
    3. Select a bunch of images in Aperture.
    4. IMPORTANT! You must use Batch Change to put a value into the Object Name tag (such as " "), until you do so the tag doesn't exist for those images and therefore cannot be altered.
    5. Run the AppleScript, it should loop through all the selected versions and put the version name into the Object Name tag.
    Note - the Master File Name isn't accessible via AppleScript, only the Version Name.
    Ian
    P.S. As with all such scripts, test it on a small number of 'spare' versions before doing anything drastic...
    Help!

    I haven't. Have you tried making a droplet to run at the end of the LR export?

  • Data load results in Endless loop

    hi guys
    i have a infopackage in a process chain it was working fine, until i retransported the process chain without the info package, now when i run the process chain or the info package(without process chain) it goes into an endless loop. i get a short dump "MESSAGE_TYPE_X" after hours, it just keeps on loading 2000 rec's in every data packet. any ideas what happeend and what went wrong.
    i have tried re trasporting the same infopackage from DEV again i get the same error, please suggest any thing else i can try to check whats going on why is the load not ending.
    thanks

    Hi,
    this error may occure when there is shortage of resource, work processor.
    may be the IDOC are stocked in Source system needs to passed to BW.
    use the BD87 and process manually or may be you can check in the Sm58 also for the stocked LUWs and process manually.
    Regards,
    Vishwa

Maybe you are looking for

  • Visio TechNet Guru Announced for June 2014

    The Results are in! And the winners of the TechNet Guru Competition June 2014 have been posted on the Wiki Ninjas Blog. Below is a summary, heavily trimmed to fit the size restrictions of forum posting.  BizTalk Technical Guru - June 2014   Steef-Jan

  • How do I keep track of data usage on the iPhone 5C?

    I just purchased an iPhone 5C (my first smartphone), and I'm confused as to what exactly the GB information in the "Usage" menu under Settings-->General-->Usage means. Are those gigs that are listed how much I have used and available for storage ONLY

  • How do I organise a photo show in file order?

    I'm trying to import a load of photos into a movie I'm making. I've named them all so they stack in the correct order, but Premier 8 seems insistant on putting them in date order, which is no good for my purposes. How do I get it to put them into the

  • Jdbc connection to oracle

    Hi, I'm using jdeveloper 3.2 and connect with no problem using the connection wizard with the following parameters: Connection name - santanatst1 connection type - JDBC user - castle1 password - 12345 role - normal select a jdbc driver - Oracle JDBC

  • Web service serialization question

    Hi, Sorry if this is the wrong place to post this... if so, can you pls. point me to the right place. I'm a newbie to this ng (and weblogic in general). I am developing a web services client using Weblogic 8.1 sp2. I have run clientgen on the WSDL an