Stopping a thread after a time

Hi,
I'd like to be able to run a thread for a certain time and, based on it's state, then either run it for a longer time or suspend it. It'd be a bit awkward to do this in the thread itself, so I was thinking it'd be best to have another timer thread that interrupted it after n seconds. Unfortunately I'm not sure how to do this, despite a lot of searching.
Cheers,

You could try something like this ...
public class ThreadToThread {
  public static void main(String[] argv) {
    ThreadToThread ttt = new ThreadToThread();
    TempThread tt = ttt.new TempThread();
    tt.start();
    for (int i = 1; i < 11; i++) {
      try {
        Thread.sleep(5000);
        System.out.println("loop #"+i);
        if (tt.isDone())
          break;
      catch(InterruptedException ie) {
        System.out.println("In main: "+ie);
    if (!tt.isDone())
      tt.setDone();
    System.out.println("Done");
  class TempThread  extends Thread {
    boolean done;
    long    l;
    public void run() {
      while ( !done ) {
        doSomething();
    private void doSomething() {
      long   i = 0;
      double j = 0;
      System.out.println("In doSomething ... starting calculations ... ");
      for (; i < 50000000L; i++) {
        j = ((((j / 2.005) * .0075) % 10000.25) * Math.random()*10 * Math.sqrt(i));
      done = true;
      System.out.println("In TempThread ... done!");
    private boolean isDone() {
      return( done );
    private void setDone() {
      System.out.println("Setting done to true");
      done = true;
}

Similar Messages

  • How to get Mail to stop checking certificates after first time

    I have a bunch of email accouts, and every time I first open Mail, I have to Verfiy the Certificate for each and every one of them. Is there a way to stop this?

    nm. Got the answer.
    First click Show Certificate. Then check the Always Trust Checkbox.

  • Pb to Stop my application after long time of use!

    Hello,
    I use LABVIEW 5.01 and I have a problem with the application I made.
    This application use a lot of sub VI (Logical I/O, RS232, sequential...).
    When this application is running during many hours (More than 1 Day),
    it's very long to quit the appication. A white screen appears and the CPU
    time
    is used at 100% during 2 or 3 minutes.
    This problem does not appear if the application is run during a short time.
    Did somebody already have this problem?
    How to resolve it?
    D.BOISSET

    Craig Graham wrote in message
    news:8d4es9$cr6$[email protected]..
    >
    > > Another possibility is that there are lots of open I/O sessions that are
    > not
    > > being closed. Again, on exit, LV will release them back to the OS.
    These
    > > are a bit harder to find/detect, but they can either be closed when you
    > are
    > > finished with them, or you can open them outside the loop so that fewer
    of
    > > them are allocated.
    >
    > Another possibility, if it's Win95/98, is that the memory pool is becoming
    > fragmented by frequent allocation/deallocation of large arrays, causing a
    > gradual degradation in machine performance over time. If you use large
    > arrays in there, it may be better to allocate them beforehand and use
    > "replace
    array element" rather than allocating on the fly by using "build
    > array" or having arrays built at the output of a loop.
    >
    In system.ini or autoexec.bat you set the the disk cache size to maximum
    value. If you dont do this win95 will increase the disk cache size below the
    RAM amount.... I had similar problems when trying to collect 200 ksamples/S
    on P133 notebook for 20 sec, then it took ten minutes before writing to disk
    stopped. You can check the mem useage by runing sysmon.exe.
    Anders Björk
    Analytical Chemistry
    Royal Inst. of Technology
    Stockholm
    Sweden

  • Thunderbird stops deleteing messages after a time

    Having problems getting this to work so I'll post the short version until I can log in!
    Seamonkey has been locking up and stops deleting messages such as 'Junk' which remains in the in box. Loaded a clean copy of Thunderbird and imported the email archive from SM but only 8 hours in I got the same locked delete that I had with SM ...

    I'll add some more info now ...
    I have an email archive going back to 1997 which has been maintained in netscape and then moved to seamonkey. It has a large folder tree, with larger folders broken down into year folders.
    Having got fed up with seamonkey freezing nowadays once or twice a day, I loaded thunderbird, and was pleasantly surprised that all of history imported, and presumably created new index files?
    8 hours later - Junk messages in the in box and unable to delete. Exactly what was happening in seamonkey. So as I expected it is the core software which has a problem!
    Running on SUSE12.3 - plenty of memory and disk space.

  • How to stop a thread without the deprecated Thread.stop() method?

    Hi,
    I am writting a server application that launches threads, but the run() implementation of these threads are not written by me (i.e. i have no control over them): they are third-party programs. That's why i could not use the well known Java tutorial way to stop a thread (i.e. with a global variable that indicates the thread state).
    I would like my server to be able to stop these threads at any time, but without using the deprecated Thread.stop() method.
    Any ideas ?
    Thanks in advance,
    Fabien

    Thanks Pandava!
    I was arrived at the same conclusion... As to me, it is a very bad issue, because it means for example that a servlet server can not stop any servlet it launches (especially for preventing infinite loops).
    If i want to be strictly JDK 1.4 compliant, i should not use Thread.stop(). But if i don't use it, i don't have any ideas of how stop a thread that i don't control...

  • OS 5.0, Storm: URLs in SMS messages stop being clickable after the thread is opened the first time

    I'm running 5.0.0.328 on a VZW Storm 9530.
    After upgrading, I noticed that URLs in SMS messages and e-mails stop being clickable after a certain time.  I'm not sure that this is so much a time issue as it is one with just getting X number of messages then breaking, but it works like this:
    Battery Pull occurs
    Storm reboots
    Look at SMS messages, URLs can be clicked, opening them in the Browser
    go on about my day
    Get more SMS/eMail messages
    Look at SMS messages, URLs can NOT be clicked.  Have to be copied/pasted into browser to view.
    Battery Pull occurs
    Storm Reboots
    I can again click on URLs and open them in browser
    And that's how it goes.  Initially, after a battery pull, the URLs in various SMS are underlined.  Clicking them opens them in the browser.  OR, I can touch them and hit the BB button, and select Open Link in Browser from the menu.
    After some more testing, the problem appears to be related to the threading of SMS messages.
    My test case is twitter.  ALL my twitter messages are thrown into a single thread (I do NOT want this, by the way, I want individual SMS messages, NOT threads of them).  SO let's say, for example, I have 25 SMS messages in the twitter thread.  Immediately after the battery pull, I can open the thread, and after a moment, all URLs are underlined, clickable, and if I touch/hold for a second, highlighted and can be opened via the BB menu.
    After exiting that thread to do other things, and then coming back to that thread, I have found that OLD SMS messages in the thread (the original 25 that were there when I did the battery pull) are still underlined, clickable, and so forth.  However, any NEW messages added to the thread after I opened it the first time, are NOT clickable, NOT underlined.
    My theory at this point is that the code that parses the SMS messages in a thread and then underlines the URLs making them usable, only runs that first time, and either does not run, or fails to run, on subsequent openings of that SMS thread.
    Thus, if the messages were NOT threaded, then the code would run when each individual SMS was opened, eliminating this problem.  OR, having that code run EVERY TIME a thread is viewed, to ensure it does the underlining/grabbing of URLs for new SMS messages.

    You're in a user-to-user community support forum.
    Do you have a question?
    If so, let 'er rip.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Stop threads after a certain time

    I want to create a program that wants to do some work simultaneously, but each thread will return back after some time, however I do not want to wait forever so I want to stop all active threads after say 1 minute. Below is what I am doing but I am unable to stop the executing threads:
    ThreadPoolExecutor tpe = new ThreadPoolExecutor(
    tpSize, tpSize, 5, TimeUnit.MILLISECONDS,
    new LinkedBlockingQueue<Runnable>());
    Task[] tasks = new Task[nTasks];
    for (int i = 0; i < nTasks; i++) {
    tasks[i] = new Task(n, "Task " + i);
    tpe.execute(tasks[i]);
    tpe.shutdown();
    System.out.println("Done!");
    try {
    tpe.awaitTermination(5, TimeUnit.MILLISECONDS);
    catch (Exception e) {e.printStackTrace();}
    class Task implements Runnable {
    long n;
    String id;
    private long fib(long n) {
    if (n == 0)
    return 0L;
    if (n == 1)
    return 1L;
    return fib(n - 1) + fib(n - 2);
    public Task(long n, String id) {
    this.n = n;
    this.id = id;
    public void run() {
    Date d = new Date();
    DateFormat df = new SimpleDateFormat("HH:mm:ss:SSS");
    long startTime = System.currentTimeMillis();
    d.setTime(startTime);
    System.out.println("Starting task " + id + " at " + df.format(d));
    System.out.print("Fib: " + fib(n));
    long endTime = System.currentTimeMillis();
    d.setTime(endTime);
    System.out.println(" Ending task " + id + " at " + df.format(d) + " after " + (endTime - startTime) + " milliseconds");
    How come the threads do not stop especially when I have set a 5 Millisecond timeout?
    How do I go about stopping active threads?
    Message was edited by:
    dawuad

    I want to create a program that wants to do some work simultaneously, but each thread will return back after some time, however I do not want to wait forever so I want to stop all active threads after say 1 minute. Below is what I am doing but I am unable to stop the executing threads:
    ThreadPoolExecutor tpe = new ThreadPoolExecutor(
    tpSize, tpSize, 5, TimeUnit.MILLISECONDS,
    new LinkedBlockingQueue<Runnable>());
    Task[] tasks = new Task[nTasks];
    for (int i = 0; i < nTasks; i++) {
    tasks = new Task(n, "Task " + i);
    tpe.execute(tasks);
    tpe.shutdown();
    System.out.println("Done!");
    try {
    tpe.awaitTermination(5, TimeUnit.MILLISECONDS);
    catch (Exception e) {e.printStackTrace();}
    class Task implements Runnable {
    long n;
    String id;
    private long fib(long n) {
    if (n == 0)
    return 0L;
    if (n == 1)
    return 1L;
    return fib(n - 1) + fib(n - 2);
    public Task(long n, String id) {
    this.n = n;
    this.id = id;
    public void run() {
    Date d = new Date();
    DateFormat df = new SimpleDateFormat("HH:mm:ss:SSS");
    long startTime = System.currentTimeMillis();
    d.setTime(startTime);
    System.out.println("Starting task " + id + " at " + df.format(d));
    System.out.print("Fib: " + fib(n));
    long endTime = System.currentTimeMillis();
    d.setTime(endTime);
    System.out.println(" Ending task " + id + " at " + df.format(d) + " after " + (endTime - startTime) + " milliseconds");
    How come the threads do not stop especially when I have set a 5 Millisecond timeout?
    How do I go about stopping active threads?
    Is ThreadPoolExecutor right for me?

  • How to stop a thread in java 5 for a real-time system??

    Hi,
    In Java 5, thread.stop is deprecated. We need to modify some variable to indicate that the target thread should stop running. "The target thread should check this variable regularly........"
    We are currently developing a simple real-time operating system using the basic features of java. It is running on top of SunSPOT (JAVA5). My question is I need to stop a thread in a scheduler loop of a real-time operating system. We cannot check it regularly. Otherwise it is not a real-time operating system.Is there anyway else to do this?
    Thanks,
    Qing

    That's rather hard to answer. You say you are writing in Java, but you're writing an OS. BUt what's executing the Java - you need a VM of some form. Is that a real-time or non-real-time VM? How it does things ultimately controls how effectively you can do what you are trying to do.
    The simple answer is that Thread.stop() is deprecated and that it will not stop a thread in all situations anyway - eg trying to acquire a monitor lock. But all Thread.stop does is make an exception pending on the thread, and as the thread executes it polls to see if there is an exception pending. When this happens depends on the VM: it might be after every bytecode; it might be when the thread transitions states (eg thread-in-java, thread-in-vm, thread-in-native) - it all depends. But it is polling - just the same as checking that variable - it's just implicit in the VM rather than explicitly in your code.**
    The RTSJ adds a new form of asynchronous termination requests through the AsynchronouslyInterruptedException (AIE). But it only affects code that explicitly declares that it expects AIE to occur, and there are also deferred sections where the AIE will remain pending. Writing code that can handle AIE is very difficult because the normal Java rules are "bent" and finally blocks do not get executed inside AIE-enabled code.
    So as I said this is very hard to answer, it really depends what exactly you are running on and what you are trying to achieve.
    ** Note: some people used bytecode rewriting tools to add this kind of polling as a post-processing step. Perhaps that is something you might be able to do too.
    David Holmes

  • Call export with java function stop after a time

    Hi
    we make a function java for call exp.exe.
    We pass at java's function a string
    we use this code
    /* * ExecuteCmd.java * This is a sample application that uses the Runtime Object * to execute a program. * */
    /* Import the classes needed for Runtime, Process, and Exceptions */
    import java.lang.*;
    //import java.lang.Process;
    import java.io.*;
    //import java.lang.InterruptedException;
    class ExecuteCmd {
    public static int Cmd(String args) {
    try {
    /* Execute the command using the Runtime object and get the
    Process which controls this command */
    Process p = Runtime.getRuntime().exec(args);
    /* Use the following code to wait for the process to finish
    and check the return code from the process */
    try {
    p.waitFor();
    /* Handle exceptions for waitFor() */
    } catch (InterruptedException intexc) {
    //System.out.println("Interrupted Exception on waitFor: " + intexc.getMessage());
         return -1;
    return p.exitValue();
    /* Handle the exceptions for exec() */
    } catch (IOException e) {
    // System.out.println("IO Exception from exec : " + e.getMessage());
    // e.printStackTrace();
         return 1;
    after a time the export begin but stop after some time.
    If the schema is little like not table but some sequence the export gone normally but if the schema is big the export stop after a time but we dont have a trace with log.
    Can you help

    I think you need to gobble up the output from the command you are exec'ing. If the exec'd command fills up your command space buffer it will stop when the buffer is full.
    Try adding the lines
    String s = new String();
    while ((s = p.readLine())!=null)
    after the try block to gobble up the output from your command call.

  • On launching firfox v3.6.15 on windows vista this error message 'Script: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsBlocklistService.js:648' is shown, after some time FF stops responding.

    I've noticed that it is taking longer for Firefox to start. On launching the apps I get this message ' I've noticed that it is taking longer and longer for Firefox (always the most up-to-date version) to start. After some time FF stops responding

    Create a new profile exclusively for the 4.0 beta version and create a desktop shortcut with -P "profile" appended to the target to launch that profile.
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • Urgent : MDB stops listening to the queues after some time  !!!

    Hi,
    I am using OJMS with OC4J 10.1.2 and db 9.2.0.5. I have a web application which send messages into the queue very frequently.
    But the problem is the MDBs stop listening to the queues after some time (1-2 days) and no more messages will be dequeued from that point.
    All these messages will move to the exception queue after their expiry.
    But the dequeing agains resumes after restarting the OC4J !.
    I guess, at some point mdbs are either becoming busy (locked ) or some exception occured while dequeing, hence they stop listening to the queues.
    Please throw some light on this issue as it is very crucial in my project.
    Regards
    Prashanth

    I've noticed this lately as well, with my iPhone 4. I couldn't confidently pin it directly on any particular iOS update, but my iPhone used to automatically connect up via Bluetooth with my Prius's handsfree feature, and now it doesn't. I work with a CE-based device at my job, with Bluetooth capability, and I used to test out that feature by having it discover my iPhone. This no longer works either.
    What I have found (not really a solution, but it does work and may be a clue for Apple) is that if I simply go to the Settings app then the General -> Bluetooth screen and let it sit there, it will pair right up with my car within a few seconds. Bluetooth is always on, and always says "Now Discoverable" at the bottom of the settings screen.

  • Mail stops receiving messages after a period of time

    Every since installing Mavericks my Mail app stops receiving messages after a period of time. I know because I get the email on my phone, but I try to grab them in Mail and nothing. If I restart Mail then they come through.
    I'm using Gmail as my email provider. Is anyone else suffering with this? Is there a work around?

    Workaround or not, this is an annoyance, and that's a nice way of putting it. Coming from Mountain Lion, when Mail was working flawlessly, having to deal with this issue is just plain ridiculous. What happened to the Mail application? I don't understand how Apple could screw this up to badly.
    Every time I restart or reset the connection to the servers, the Mail app is downloading thousands of messages (I can see the display on the bottom-left). I have no idea what it's doing or why, for that matter. If Apple doesn't fix this soon, I will seriously be forced to look for an alternative, which saddens me greatly. I really like Mail, but if it cannot reliably get my mail simply because I've left it open too long, or hidden it behind another window, I will stop using it.
    What's worse is that I've had similar issues with other applications like iPhoto and iTunes. Whatever is happening to Mail is probably not just application-specific. It's probably OS-specific. I hope Apple is working on it and that we will see a major update to Mavericks soon. All I know is that, right now, I'm seriously regretting upgrading to Mavericks.

  • How to stop a while loop after certain time using Elapsed time vi

    how to stop a while loop after certain time using Elapsed time vi.

    Hi Frankie,
    Just place the Elapsed Time VI inside the WHILE loop, and wire the 'Time Has Elapsed' output to the conditional terminal in the lower right corner (which should be set to 'stop if true' by default).
    In the future, please post your LabVIEW questions to the LabVIEW Forum.  You have a much better chance of getting your questions answered sooner, and those answers can then help others who are searching the LabVIEW forums.  Thanks!
    Justin M
    National Instruments

  • WL 10.3 - Quartz's jobs stops after some time of correct executing

    Hi,
    I have a webapp (backend only) that is deployed on WebLogic 10.3 AS. In this webapp 5 quartz's job are executed (cron trigger). Two of them run 3 times a day, the next two of them execute every 5 seconds and the last one starts every 20 seconds.
    The problem is that after some time of correct execution (about 20 min.) one on the jobs hangs on, then after some time (about 10 min.) the second one hangs on and finally only one of job (it's always the "20" second job) executes correct for a long time, then also stops. Above, concerns the only the "5" and "20" seconds jobs. All of the jobs are stateful and Oracle DB is used for synchronisation.
    In DB I see that "TRIGGER_STATE" in "TRIGGERS" tables has value of "BLOCKED" for the jobs that hang on. Whenever the job crashes I see the following entry in the WL's log:
    ####<2011-05-30 08:50:11 CEST> <Info> <RJVM> <server_name> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1306738211453> <BEA-000513> <Failure in heartbeat trigger for RJVM: -6468277378824263512S:127.0.1.1:[7001,7001,-1,-1,-1,-1,-1]:test_domain:test-server
    java.io.IOException: The connection manager to ConnectionManager for: 'weblogic.rjvm.RJVMImpl@559e - id: '-6468277378824263512S:127.0.1.1:[7001,7001,-1,-1,-1,-1,-1]:test_domain:test-server' connect time: 'Mon May 30 08:45:11 CEST 2011'' has already been shut down.
    java.io.IOException: The connection manager to ConnectionManager for: 'weblogic.rjvm.RJVMImpl@559e - id: '-6468277378824263512S:127.0.1.1:[7001,7001,-1,-1,-1,-1,-1]:test_domain:test-server' connect time: 'Mon May 30 08:45:11 CEST 2011'' has already been shut down
         at weblogic.rjvm.ConnectionManager.getOutputStream(ConnectionManager.java:1719)
         at weblogic.rjvm.ConnectionManager.createHeartbeatMsg(ConnectionManager.java:1662)
         at weblogic.rjvm.ConnectionManager.sendHeartbeatMsg(ConnectionManager.java:599)
         at weblogic.rjvm.RJVMImpl$HeartbeatChecker.timerExpired(RJVMImpl.java:1584)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >The quartz version I use is 1.8.4.
    I use my own implementation of scheduler to start the jobs at the deploy time. Jobs are also always unscheduled when the app is undeployed. After undeploying all entries from quartz's tables are erased excepting the one in "SCHEDULER_STATE" table.
    The webapp is tested standalone but it will be in the production environment it will be clustered (two nodes).
    What can cause the problem? And how to solve it?
    Below is my quartz.properties file as it's deployed with webapp:
    #============================================================================
    # Configure Main Scheduler Properties
    #============================================================================
    org.quartz.scheduler.instanceName = SimulatorClusteredScheduler
    org.quartz.scheduler.instanceId = AUTO
    #============================================================================
    # Configure ThreadPool
    #============================================================================
    org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
    org.quartz.threadPool.threadCount = 10
    org.quartz.threadPool.threadPriority = 5
    #============================================================================
    # Configure JobStore
    #============================================================================
    org.quartz.jobStore.misfireThreshold = 60000
    #org.quartz.jobStore.isClustered = true
    #org.quartz.jobStore.clusterCheckinInterval = 20000
    #org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX
    org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreCMT
    #org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
    org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
    org.quartz.jobStore.useProperties = false
    org.quartz.jobStore.dataSource = myDS
    org.quartz.jobStore.nonManagedTXDataSource = myDS
    org.quartz.jobStore.tablePrefix = QRTZ_
    org.quartz.jobStore.isClustered = true
    org.quartz.jobStore.clusterCheckinInterval = 20000
    #============================================================================
    # Configure Datasources
    #============================================================================
    org.quartz.dataSource.myDS.jndiURL=${org.quartz.dataSource.myDS.jndiURL}
    org.quartz.dataSource.myDS.jndiAlwaysLookup=true
    org.quartz.dataSource.myDS.java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
    org.quartz.dataSource.myDS.java.naming.provider.url=${org.quartz.dataSource.myDS.java.naming.provider.url}
    org.quartz.dataSource.myDS.java.naming.security.principal=${org.quartz.dataSource.myDS.java.naming.security.principal}
    org.quartz.dataSource.myDS.java.naming.security.credentials=${org.quartz.dataSource.myDS.java.naming.security.credentials}
    #======================================================================
       # Configure Plugins
    #======================================================================
    #org.quartz.plugin.jobInitializer.overWriteExistingJobs = true
    #org.quartz.plugin.shutdownhook.cleanShutdown = true Any help would be greatly appreciated.

    Thanks for you response,
    I have a entry, in web.xml, because of this this working at startup time. (connecting the quarts scheduler)
    When server and application started every thing it's working but after some time(mostly after 30 minutes), without any change in server/application we are getting the above error.
    We have entry in web.xml file like this.
    <ejb-local-ref>
    <ejb-ref-name>ejb/DXTrackingSession</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local>com.sample.app.ejb.tracking.DXTrackingSession</local>
    </ejb-local-ref>

  • I purchased Fifa13 from the App Store, downloaded it in my pc..,but whrn i am trying to install it in my iad frpm the pc, i couldnt do it. The installation process stops after some time and the ipad shows some thing like "can sync..,failed to install fifa

    I purchased Fifa13 from the App Store, downloaded it in my pc..,but when i am trying to install it in my ipad frpm the pc, i couldnt do it. The installation process stops after some time and the ipad shows some thing like "can sync..,failed to install fifa13"
    What can i do?
    btw....,its happeniing only wth the fifa13,     installed other apps from pc previously.

    anybody answer me fast

Maybe you are looking for

  • Adobe Interactive Form send by mail?

    Hello all, did anyone try to use Adobe Interactive Form in following scenario: - form is automatically filled from the context, without any user interaction - user can preview document - user send document via e-mail, not using mail button in pdf vie

  • J1INCHLN - Not creating chalans

    Hi FI Gurus, I created a vendor incoice through MIRO with TDS. Now when I am creating a remittence challan through J1INCHLN.....the system does not show any output upto 30 mins and then there is a ABAP overflow error. I checked the entry...there is B

  • Cannot completely turn off time zone support in the iPhone calendar

    In iOS7 it was possible in settings to turn off time zone support in the calendar. (This is not the same as having the date and time of the phone automatically change to current time zone which is generally what one wants and is not affected by calen

  • Non-existent folders are listed under My Folders in PSE Organizer 11

    I've posted this question before in this forum, but I think it may not have been clear. Hopefully, with the inclusion of this screenshot, I'll make myself clearer with my problem. Now, as you can see, many folder names are listed under "My Folders."

  • How to Recreate the Business layer for Deleted Universe

    Hi , I have moved the universe from DEV to PROD insted of copy. after MOVE i have lost the universe from DEV folder then the reports pointing to the DEV are not working . Now my DEV universe is moved , there is no universe in DEV Folder then i have p