Several process preventing new opening Documents

We have two users who know this problem. Sometimes throughout the day, they will try to open a new PDF document, but it will never open. What seems to have happened is Adobe Reader for some reason any began about 20 to 30 process, and all these processes are prevents new processes start. I am able to solve the problem by putting an end to all processes, but it is only a temporary solution that must be done whenever it happens (about twice per day). We need a fix that will prevent this.

Thought that the problem is with the tab setting. Have set it up to use tabs prevents the process to close completely, causing problems when a user closed Adobe Reader then try to open another document later. If you have disabled tabs the problem disappears completely. As a programmer myself, I don't know how this type of error has passed quality assurance tests.

Tags: Acrobat

Similar Questions

  • I opened a document, selected, copied. When I try to paste it into a new blank document I get a message indicating low memory

    Original title: out of memory

    I opened a document, selected, copied.  When I try to paste it into a new blank document I get a message indicating low memory and I can't makeit work.  What should I do?

    Hmmm, Word document?  What is this document?

    As a side note, you might just go into Windows Explorer and make a copy of the entire file, rename and then edit according to your needs.

  • How to prevent the appearance of "Failed to open Document" "Please check if you have read permissions for the file above.  This problem occurs when I try to convert a word in a PDF doc.

    How to prevent the appearance of "Failed to open Document" "Please check if you have read permissions for the file above? This problem occurs when I try to convert a word in a PDF doc.

    Hi [email protected] ,

    Please try to follow the steps mentioned in this thread with a similar problem: Impossible to open the document. Please check if you have read permissions for the above file.

    Also, let us know the acrobat version you have and the version of the OS on your system.

    Let us know if that helps.

    Concerning
    Sarojini

  • Mac OS 10.10.2 is installed and can open documents on my new Mac Air but an error message occurs, with, I try to attach a PDF file to emails.  Any thoughts?  Apple could not help.

    Mac OS 10.10.2 is installed and can open documents on my new Mac Air but an error message occurs when you try to attach a PDF file to emails.  Apple was not able to solve.  Any thoughts?

    It is not broken, just confused. The recipient must save the file and open it in Adobe Reader. Your e-mail application is not using Adobe Reader.

  • Cannot open documents with .cwk on the new imac

    I just upgraded my mini in an imac. I transferred via MIGRATION Asst. I discovered that I had a lot of documents with file extension .cwk. Since Appleworks 6 is no longer viable, I can't open documents. I would like to convert the docs. in PDF format, but can not find a way to do it. For any help or suggestion will be greatly appreciated.

    Try a .cwk file right-click and select "open with...". "Pages. If it works, you can do a right-click on the .cwk file, choose 'Get Info', in virtue to open it with, select Pages in the menu drop-down and check "use this application to open all documents like this.

  • Lack of this option: "open documents as new tabs in the same window.

    I have Adobe Acrobat DC (Classic) Version 2015.006.30119.

    I saw that there is a feature in Edit > Preferences > General called "Open Documents as tabs in the same window," however, Miss me this option.

    It is not available in the Classic way?

    Acrobat Prefences.png

    (Image taken from another post.)

    Are you sure, sukritd15, it appears in the traditional way? I heard that he said that tabs are certainly not in the classic version and will be unavailable to people with permanent license until the payment of the next update, subscription only. And according to Adobe - Acrobat: for Windows is the latest version.

  • With a password to open document - is possible not to ask only once per session?

    Here is my scenario: user reads a "password to open" document that contains links to other web pages, etc.  The user clicks on a link, go to the new page, and then uses the back button/back key to return to the password protected document, where they must enter the password to open again and do every time they click on a link and then later attempt to return to the document.

    Is there a way to bypass the retype repeated / home / re-enter the password?  (I think not, but I'll ask anyway).  The user did enter his password, most of the time just a minute or two earlier, before they clicked on the link in the document password protected.

    P.S. I have a few other questions, (by-products) indirectly related to this general theme.  I'll post those in their appropriate forum, then edit this post with links to these posts.  FYI, the other positions are / will be:

    • Is there a better way to manually adjust each link in a document to use javascript and repeat process whenever the document is updated, to make the links to open in a new window (when you see a pdf in a browser window).  [Edit: here is the link: http://forums.adobe.com/message/5055202#5055202 ]
    • Is it possible to an html page or an element in a PDF document (at the discretion of the author of the document) to open a pdf file in the acrobat reader window instead of in the browser, without asking each user to change their player settings?  [Edit: I ended up asking that question in the same post listed above]

    Once the instance of Acrobat or Reader that contains a PDF file protected by password has been closed, you can avoid having to retype the password. If the links do not target a window or a new tab, then the browser will unload the plugin - and apart from all of the link targets change, you cannot prevent this.

  • open documents (or files) in the subfolders of the folder of my target

    Hi guys,.

    I'm new to javascript and I need help to open documents in subfolders of the folder of my target. There are several subfolders (subfolder 1 to 10 for example) contained in a folder ("Folder" in the script below). I want to open all the documents in a subfolder at a time and do something for these documents. Then close and open documents in a different subfolder (loop).

    I find a way to open documents that are directly under a folder. The problem is that I don't know how to open a document in the subfolder of a folder

    I need code that could do something like "getfolders" (but there is no such thing as 'getfolders') to the subfolder of 1 to 10 the number and loop through them to open documents.

    Could some please help me with the problem?

    This is where I am so far:

    #target photoshop

    Var folder = Folder.selectDialog ("select folder");

    If {(Folder)

    Uses of the var = theFolder.getFiles (/ \.) (jpg) | TIF | EPS | (psd) / $i);

    for (var m = 0; m < theFiles.length; m ++)

    {

    Open all documents in the folder

    var idOpn = charIDToTypeID ('Opn');

    var desc52 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    desc52.putPath (idnull, theFiles [m]);

    var ADI is charIDToTypeID ("As");.

    var idTIFF = charIDToTypeID ("TIFF");

    desc52.putClass (Adis, idTIFF);

    executeAction (idOpn, desc52, DialogModes.NO);

    ... do something for documents

    ... Save and close

    }

    }

    I finally get the correct script by combining small pieces from here and elsewhere

    After selecting the top folder, this script will go through each subfolder, one to a tim.e to open two files tif - that contain respectively the cy5 and texas. Then the script will superimpose the cy5 texas file file in a new RBG file and save it with a similar name that the file of texas except the overlay file will replace Texasred with overlay:

    #target photoshop

    app.bringToFront ();

    main(); call the main function

    main() {} function

    records of var = [];

    var topLevel = Folder.selectDialog("");  Select the superior folder

    if(topLevel == null) return; If you cancel to quit smoking

    records = FindAllFolders (topLevel, records);  call the FindAllFolders function

    Folders.unshift (topLevel);  Add new items at the beginning of an array

    for (var z = 0; z)< folders.length;="" z++){//="" loop="" through="" all="">

    List of files of the var = folders [z] .getFiles ("*.tif"); a list of all the hair in this subfolder

    for (var a = 0;< filelist.length;="" a+="">

    {//loop through all the files in the folder; 2 at a time

    If (fileList[a].name.match(/cy5/i)) {/ / the file must contain cy5}

    DocRef var = app.open (fileList [a])}; Open file

    If (fileList[a+1].name.match(/texas/i)) {/ / the file must contain Texas}

    var docref1 = app.open (fileList [a + 1]);} Open file

    * insert ' final script any overlay ", recorded by scriptistener

    Marker - Sep 17, 2016, 18:21:49

    // start=======================================================

    create a new custom RGB

    var idMk = charIDToTypeID ("Mk");

    var desc136 = new ActionDescriptor();

    var idNw = charIDToTypeID ('Nw');

    var desc137 = new ActionDescriptor();

    TSM var = charIDToTypeID ("Md");

    var idRGBM = charIDToTypeID ("RGBM");

    desc137.putClass (TSM, idRGBM);

    var idWdth = charIDToTypeID ("Wdth");

    var idRlt = charIDToTypeID ("#Rlt");

    desc137.putUnitDouble (idWdth, idRlt, 665.760000);

    var idHght = charIDToTypeID ("Hght");

    var idRlt = charIDToTypeID ("#Rlt");

    desc137.putUnitDouble (idHght, idRlt, 498.720000);

    var idRslt = charIDToTypeID ("Rslt");

    var idRsl = charIDToTypeID ("#Rsl");

    desc137.putUnitDouble (idRslt, idRsl, 150.000000);

    var idpixelScaleFactor = stringIDToTypeID ("pixelScaleFactor");

    desc137.putDouble (idpixelScaleFactor, 1.000000);

    idFl var = charIDToTypeID ("Fl");

    idFl var = charIDToTypeID ("Fl");

    var idBckC = charIDToTypeID ("BckC");

    desc137.putEnumerated (idFl, idFl, idBckC);

    var idDpth = charIDToTypeID ("Dpth");

    desc137.putInteger (idDpth, 16);

    var idprofile = stringIDToTypeID ('profile');

    desc137.putString (idprofile, "sRGB IEC61966 - 2.1");

    var idDcmn = charIDToTypeID ("Dcmn");

    desc136.putObject (idNw, idDcmn, desc137);

    executeAction (idMk, desc136, DialogModes.NO);

    end of the new creation of file marker - Sep 17, 2016, 18:22:19

    // start=======================================================

    perform the action for recovery

    var idPly = charIDToTypeID ('folds');

    var desc138 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    var ref90 = new ActionReference();

    var idActn = charIDToTypeID ('Actn');

    ref90.putName (idActn, "Overlay");

    var idASet = charIDToTypeID ("ASet");

    ref90.putName (idASet, "Default Actions");

    desc138.putReference (idnull, ref90);

    executeAction (idPly, desc138, DialogModes.NO);

    end overlay action marker - Sep 17, 2016, 18:24:08

    // start=======================================================

    Save the overlay file

    var idsave is charIDToTypeID ('save');.

    var desc139 = new ActionDescriptor();

    var ADI is charIDToTypeID ("As");.

    var desc140 = new ActionDescriptor();

    var idBytO = charIDToTypeID ("selonPour");

    var idPltf = charIDToTypeID ("Pltf");

    var idMcnt = charIDToTypeID ("Mcnt");

    desc140.putEnumerated (idBytO, idPltf, idMcnt);

    var idTIFF = charIDToTypeID ("TIFF");

    desc139.putObject (Adis, idTIFF, desc140);

    Marie Salomé var is charIDToTypeID ('In');.

    var name = list of files [a + 1].name.replace ("Texasred", "Overlay"); Rename the new file to overlay RGB

    desc139.putPath (Marie-Salomé, new file (files [z] + ' / ' + name));

    var idLwCs = charIDToTypeID ("LGD");

    desc139.putBoolean (idLwCs, true);

    executeAction (idsave, desc139, DialogModes.NO);

    end of file save marker - Sep 17, 2016, 18:26:43

    // start =======================================================

    Close all files

    var idCls = charIDToTypeID ("Cls");

    executeAction (idCls, undefined, DialogModes.NO);

    // =======================================================

    var idCls = charIDToTypeID ("Cls");

    executeAction (idCls, undefined, DialogModes.NO);

    // =======================================================

    var idCls = charIDToTypeID ("Cls");

    executeAction (idCls, undefined, DialogModes.NO);

    end of file closing marker - Sep 17, 2016, 18:27:43

    * end of the insertion of the script of any final overlay

    } //end filelist loop

    } //end loop of subfolders

    } //end main function

    function FindAllFolders (srcFolderStr, destArray) {}

    var fileFolderArray =. getFiles() folder (srcFolderStr);

    for (var i = 0; i)< filefolderarray.length;="" i++="" )="">

    var fileFoldObj = fileFolderArray [i];

    If (fileFoldObj instanceof File) {}

    } else {}

    destArray.push (Folder (fileFoldObj));  Add new items at the end of a table

    FindAllFolders (fileFoldObj.toString (), destArray);

    }

    }

    Return destArray;

    }

  • Creating a new Bootstrap document does not create required dependent files.

    I work on a Mac under OS X Yosemite (10.10.4) and Dreamweaver CC 2015. I followed all the items available on how to implement a new startup as well as verified document for issues known in Dreamweaver and looked through the Dreamweaver forum.

    I need some advice regarding the creation of a new Bootstrap document in Dreamweaver CC 2015. I followed using Dreamweaver's article "Working with the Bootstrap Files" (https://helpx.adobe.com/dreamweaver/using/bootstrap.html). I followed the instructions precisely to create a new Bootstrap document without any pre-built model extra. I used the "create a new" option in the Startup dialog box tab new document, does not make use an available pre-built, made a minor change to the width in pixels of the screen of medium size under the Customize menu and click on the create"" button. Dreamweaver then prompted me to save the associated CSS file that I saved as "styles.css" in the "css" folder file root of my newly defined site. Dreamweaver has not created a new CSS file called 'styles.css' in the location I've just specified, has not added any dependent Bootstrap files in the folder root of the site except "bootstrap.css" (added in the "css" folder) and left me confused as to how to get started with this feature. Please let know us if there are additional configuration steps or things to watch during the creation of a new "bootstrap" page/site. It's frustrating because I'm eager to try this new potentially important feature. I thank you in advance for any help, you can give me.

    Hi Nancy,.

    Thanks for your comments. Everything you said is true, but it does not directly concern the question I had.

    It was a conflict more profound by which I had a wrong folder in my hard drive that had the same name as the hard drive itself. This prevents any local dependent files open in Dreamweaver: https://forums.adobe.com/message/5633342#5633342#5633342 I assume that the file was somehow created when I updated my OS before installing the latest version of Dreamweaver.

    In addition, this can cause problems when you set up a new boot environment and have prevented the necessary being created dependent files as I said originally. The files are added to your local disk with a status of 'read only' applied to the primary Bootstrap CSS file to prevent replacement.

    Thank you for your help and have a great day!

  • Oracle EPM 11.1.2.3: Only R &amp; a Director can open Documents of the IR

    Windows 2008 R2, SQL Server 2008 R2

    I try to use a test user to test problems in a new maintenance release of 11.1.2.1 to 11.1.2.3. My test user has been configured not individually, just using the WORLD for roles. WORLD is in these roles:

    Analyst

    Dynamic Viewer

    Explorer

    IR HTML Viewer

    WebClient IR Viewer

    Interactive report viewer

    The test user could not open the IR documents, so I started to change the configuration of the user. If I put the user in the role of Reporting and analysis administrator, I can open the IR documents. If I remove the role of Reporting and analysis administrator and add the content manager role and Planning Manager of the commissioning of the user, I can't open the IR documents.

    I remember the 11.1.2.1 documentation had a good word (in the thousands of pages of documents) on how security changes had made that prevent users from opening documents of the IR (and how to fix it). I've haven't found documentation thereon to 11.1.2.3. If you know how to make it work properly, please share.

    11.1.2.3 apparently has the same problem 11.1.2.1.  Support said (and it worked):

    1. stop the EMP services.

    2. save the table V8_CSS_ROLE

    3. run the following SQL queries against relational database reports & analysis:

    Update V8_CSS_ROLE set ROLE_ID = "0000011ed1cf2e7a-0000-4dc0-0a8f1415' where CSS_IDENTITY ='native://DN=cn=HAVA:0000011ed1cf2e7a - 0000-4dc0-0a8f1415, HAVA OU =, OU = roles, dc = dc = hyperion, dc = com, css? ROLE ";

    Update V8_CSS_ROLE set ROLE_ID = "0000011ed1cd5c8f-0000-4dc0-0a8f1415' where CSS_IDENTITY ='native://DN=cn=HAVA:0000011ed1cd5c8f - 0000-4dc0-0a8f1415, HAVA OU =, OU = roles, dc = dc = hyperion, dc = com, css? ROLE ";

    4. start the EMP services.

  • Script to copy layer in another open Document/group?

    Hi, I know that this topic has been covered several times before. But to clarify, here's what I asked:

    Copy the active layer/group into another document opened in Photoshop. The easiest way is to go to the «layer/double layer...» ». But it is very tedious. To begin with, when you choose this method and then select the document you want to copy in the menu drop-down, successfully, copy the layer/group for this document, but it is not auto-switch (unlock) in the document, he just copied in. You have to hit 'Ok', and then manually search through the open documents list via (window / * choose your document *) to get there. It is a nightmare when you try to do several times.

    Here's what I asked:

    It is possible to:

    (a) copy the active layer/group in the Clipboard/memory

    (b) switch to another document in Photoshop * via a personalized menu * which shows all existing documents

    (c) one time positioned on the new document, paste this layer/group from the Clipboard into this document

    .. is this possible?

    At the very least, is there scripts that anyone knows of that allows the user to switch between existing documents via a custom instead of going to the window menu / * choose your document *?

    Hi @boo radley 2013.

    do you mean something like this?

    // LayerPaste2anotherDoc.jsx
    // https://forums.adobe.com/thread/1496531
    
    // regards pixxxelschubser
    
    var aDoc = app.activeDocument;
    var AllDocs = app.documents;
    var actLay = aDoc.activeLayer;
    
    if (AllDocs.length > 1) {
    var itemDoc = null;
    actLay.copy ();
    
    var win = new Window("dialog","Copy the active layer");
    this.windowRef = win;
    win.Txt1 = win.add ("statictext", undefined, "Paste in which open document?");
    win.NewList=win.add ("dropdownlist", undefined, AllDocs);
    
    win.NewList.selection = 0;
    itemDoc = win.NewList.selection.index;
    
    win.cancelBtn = win.add("button", undefined, "Abbruch");
    win.quitBtn = win.add("button", undefined, "Ok");
    win.defaultElement = win.quitBtn;
    win.cancelElement = win.cancelBtn;
    win.quitBtn.onClick = function() {
    win.close();
    }
    
    win.NewList.onChange= function () {
        itemDoc = win.NewList.selection.index;
        return itemDoc;
        }
    
    win.show();
    
    app.activeDocument = app.documents[itemDoc];
    app.activeDocument.paste();
    app.refresh();
    } else {
        alert ("No other documents open")
        }
    

    Have fun

  • I can't open documents sent to my email address

    I have Adobe reader and can open documents with the exception of any document sent to my email address at
    att.NET my email provider has tried repeatedly to find problems with the email account ect.
    with no will. My search engine is Mozilla firefox

    If you are in the AT & T Yahoo! platform?

    If so, you can run on a question that has plagued other Yahoo mail users, who has not been able to download attachments. This is especially a problem if you use an old favorite to access your e-mail, because Yahoo is not always correctly redirect on the currently preferred server.

    To find the best current address, try to access your mail through one of them:

    If you get to a working server, change your old bookmark for the new address.

    Some users have reported a different approach, which was to change to their Yahoo email settings basic messaging interface. I hope that won't be necessary.

  • How to restore the information bar that shows the prevention of opening a pop-up window?

    After Firefox open the InfoBar telling me they have blocked a pop-up window I inadvertently clicked on the link option and delete the new coming information bar.
    How to restore the information bar that shows the prevention of opening a pop-up window?

    This has happened

    Just once or twice

    == I clicked on the link to the option and select the option "do not show this again."

    I put browser.popups.showPopupBlocker false, and always appears in the information bar.

    When I also set privacy.popups.showBrowserMessage to false, it does not appear.

    I use to check, if the info bar is displayed,
    http://www.PopupTest.com/popuptest3.html

    So, the value of the real preferences

    privacy.popups.showBrowserMessage

    and

    browser.popups.showPopupBlocker

    Two of them!

    This help you?

  • I got a new open word doc and is logged when Windows Vista did an update automatically and restart, now I seem to have lost

    original title: lost document

    I got a new open word doc and is logged when Windows Vista did an update automatically and restart, now I seem to have lost! Any suggestions? A system restore wouldn't work?

    If you have not saved the document before the reboot - and Windows always give a lot of warning before restarting automatically - while the file disappeared.  There is no way to recover; System Restore does apply to system files, not data.

  • I've created a new Word document & tried to send it as an attachment, I just couldn't do

    I created a new Word document.  I went to the file and send to and clicked on Mail to the recipient with an attachment. It's as much as I could get.  He went to a sign in the window that cannot be opened.  I couldn't understand it.  any body out there who knows how to solve this problem

    What do you use for email?

    You are using Outlook, Outlook Express, Thunderbird or another application that you have installed on your computer or you are using a web interface to access your email (gMail, Yahoo mail, Windows Live Hotmail)?

    If you use a program installed and at least for some of the web interfaces, go to control panel > Internet Options, then click on the "Programs" tab  Click on the drop down arrow for "Email" and select your e-mail application.  OK your way out.

    Now what happens when you use "send" to send mail?  Note that if your e-mail application is not already open, it may take some time before the opening of the window 'compose email'.

Maybe you are looking for

  • Satellite Pro L100 - DVD will not turn even upward

    My friend gave me an old Satellite Pro L100 PSLA4E 005009EN to look at. He acknowledges not or read the DVD. I tried using multimedia Nero, Cyberlink and VLC players, but they can't watch a DVD. A CD will play without a problem, but a DVD will not ye

  • problems with windows media pleyer and download adobe flash player

    I try to run the adobe flash player, but I can't show the computer a sign and said is a bit of problem the session of windows media... If any buddy can help me pls... Thank you

  • Photosmart 6510 will not work wireless

    I just got a new 6510 Photosmart e - all in one printer which works wireless. I have a macbook pro, which is update 10.7.2 (I think I'm in maybe 1 or 2). anyway I'm on Lion I noticed when I opened my printer it had a slip that says: if I lion, do not

  • audio book fast forward?

    I just bought my zip clip a few days ago and have been listening to audio books on what I have with my previous 2 sansa (first we got older and was last update time fell in the sink and fries) listen well to my book it skiped I went back to the previ

  • Inspiron N411z / 14z stuttering-hum

    A stuttering buzz that interrupts / audio breaks only started this week and that seems to happen every 60 seconds or more whenever I play audio or video w / audio. I have installed McAfee and clear improvements in the speaker/headphone setting nothin