Unable to view all documents that have no checked in version due to exceeding the library threshold limit

 due to exceeding the library threshold limit , unable to view all documents that have no checked in version

Hi niles, Here is a page that details how to retrieve all the files and take ownership of them via powershell to check them in:
http://www.demantprasad.com/2013/05/manage-files-which-have-no-checked-in.html
Mathieu Desmarais http://www.matdesmarais.com/

Similar Messages

  • Anyone know if there's a place on macbooks that store all documents that have been printed?

    anyone know if there's a place on macbooks that store all documents that have been printed?

    http://osxdaily.com/2011/01/20/show-print-history-mac/
    Hope this helps.

  • Unable to add books - "the document that you are attempting to add already exists in the library" - there is NOTHING in the liabrary. Any suggestions??

    I  just downloaded Digital Editions so I can read proceedings from a conference. I followed the instructions but cannot add the
    proceedings to ADE. The error message reads "Unable to add document xxx.epub. The document that you are attempting to
    add already exists in the library" There is nothing in the library, can't add the "Getting started" . e-book - same message. I did
    delete ADE and re-downloaded it. Is there anything else I can do? Any help would be appreciated. Thanks

    Get a new SIM from AT&T. They will replace it for free.

  • I have awks documents that have a dark icon which says 'exec' in the info panel. I get 'I/O error' when I open. They were created in Awks 6 but in 96-98 so they have transversed  many OSs. Tried the Apple recovery technique, no luck.

    I have awks documents that have a dark icon which says 'exec' in the info panel. I get 'I/O error' when I try to open. They were created in Awks 6 but in 96-98 so they have transversed many OSs. Tried the Apple recovery technique no luck. Running 10.5.8. on MBPro Intel.

    Adding to the "any stunt you can think of" list.  If you're not concerned with formatting and the documents are primarily text, open them in TextEdit.  After a page or two of indecipherable code, you'll see the textual meat of the file, followed by more code.  The text portion itself is often fairly readable, even if the file is damaged.

  • Query: to view all users that have been created for access to a database

    Hi,
    Is there a command syntax that we could give to see all the users who have been created for access to a particular database. I want to view all the users that have been created using sql* plus.
    can anyone help or is it impossible?
    Thanks

    This is for begging:
    [email protected]> select grantee, privilege from dba_sys_privs where privilege like '%CREATE%SESSION%
    2 /
    GRANTEE PRIVILEGE
    A CREATE SESSION
    AA CREATE SESSION
    U1 CREATE SESSION
    U2 CREATE SESSION
    BD1 CREATE SESSION
    DBA CREATE SESSION
    EMI CREATE SESSION
    MOB CREATE SESSION
    ODM CREATE SESSION
    OHP CREATE SESSION
    SEC CREATE SESSION
    SYS CREATE SESSION
    TU1 CREATE SESSION
    TU2 CREATE SESSION
    U01 CREATE SESSION
    XDB CREATE SESSION
    MOBI CREATE SESSION
    OHP4 CREATE SESSION
    PFAY CREATE SESSION
    UD01 CREATE SESSION
    UR01 CREATE SESSION
    ADHOC CREATE SESSION
    BATCH CREATE SESSION
    DEBUG CREATE SESSION
    DEV01 CREATE SESSION
    HRAPP CREATE SESSION
    MDSYS CREATE SESSION
    MOBI2 CREATE SESSION
    SKING CREATE SESSION
    SPACE CREATE SESSION
    UPASS CREATE SESSION
    WKSYS CREATE SESSION
    CTXSYS CREATE SESSION
    ORDSYS CREATE SESSION
    PRAC01 CREATE SESSION
    RTABLE CREATE SESSION
    CONNECT CREATE SESSION
    Than you have to select also all the users that have granted roles with this privilege
    this will give you the full set of users who can connect
    Best Regards
    Krystian Zieja / mob

  • View all files that have not been opened for a while?

    I'm trying to clean up my computer and make some space
    Problem is I just have too many files folders and subfolders so going in and out of each folder will take way too long
    So my question is
    Is there a search method that will show me all the files that I haven't used or opened in a while so that I could just browse through those?

    omsaj wrote:
    Is there a search method that will show me all the files that I haven't used or opened in a while so that I could just browse through those?
    Yep, sure is.
    Download the free Easy Find (direct download)
    https://s3.amazonaws.com/DTWebsiteSupport/download/freeware/easyfind/4.9/EasyFin d.app.zip
    Now what your going to do is select your Home folder or a folder inside say Documents
    Then your going to adjust your search settings on the left and use the letter "a" as the search term and click the search and let it rip, it will take some time.
    Next click sort by the "Modified" date and you can then go about it
    Repeat for the letter "e" "i" "o" "u"
    Be careful, Easy Find also finds invisible and hidden files, and you dont' want to delete the iPhoto Libray or anything in the hidden Users/Library folder.
    Perhaps you should create a backup first, then later on if you made a mistake you can recover
    Most commonly used backup methods

  • Unable to compare PDFs docs that have had security

    Unable to compare PDFs docs that have had security.
    Even when I own the documents and remove the security manually - this is a serious bug for CS5 - has anyone found a way around this?

    Did you get any error message?

  • When I open a pdf document from my dropbox to view it, the document shows up blank, even though it is filled out. This also happened with pdf documents that have been e-mailed to me.

    When I open a pdf document from my dropbox to view it, the document appears blank, even though I know the information is actually there. This also has happened with pdf documents that have been e-mailed to me, then opened to view and they are blank?? Why are they showing up blank?

    When I open emails with PDFs I click on the attachment (doing this all on my iPad) it gives me the option to "open in iBooks", I accept then after that the document is sucked into my iPad but I can't do anything with the PDF after that.  Where is the actual file on my iPad? Why can't I email or send these PDFs to my cloud (Dropbox)?
    It's like once they go into iBooks they're stuck forever.

  • How to get View All Categories That I can Use? - Urgent !!!

    Dear All I have the following Scenario:
    I viewd documents General Properties and its Category.
    Now am trying with no success to View all Categories That I can Add it to document.
    for more details here is my code:
    public DocumentEntity getCatList(long documentrId) {
    DocumentEntity bean = new DocumentEntity();
    AttributeRequest[] CATEGORY_CLASS_ATTRIBUTES ={
    new AttributeRequest(null,Attributes.CLASS_NAME),
    new AttributeRequest(null,Attributes.DISPLAY_NAME)
    try {
    CommonManager cm = Managers.getCommonManager( this.fdksession );
    FileManager fm = Managers.getFileManager ( this.fdksession );
    documentrId=49007;
    Item documentItem = cm.getItem(documentrId,CATEGORY_CLASS_ATTRIBUTES);
    NamedValue[] nvcommon = documentItem.getRequestedAttributes();
    System.out.println("XZXZXZXZXZXZXZXZXZXZXZXZX " + nvcommon.getClass().toString());
    Map commonMap = ClientUtils.namedValuesToMap(nvcommon);
    Item cats =(Item)commonMap.get(Attributes.CATEGORY_CONFIGURATION);
    NamedValue[] nvcats = cats.getRequestedAttributes();
    Map catsMap = ClientUtils.namedValuesToMap(nvcats);
    System.out.println("VMVMVMVMVMVMVMVMVMVMVMVMVM" + catsMap.get(Attributes.ALLOWED_CATEGORIES).toString());
    //despues de meterme en la estructura/after getting into the structur
    //separo lso Items de las categorias/the category Items separated
    Item[] cat =(Item[])catsMap.get(Attributes.ALLOWED_CATEGORIES);
    System.out.println("categorias " + cat.length);
    Map tempMap = null;
    for (int ii = 0; ii < cat.length; ii++)
    System.out.println("Categoria " + (ii + 1) + cat);
    NamedValue[] tempNV = cat[ii].getRequestedAttributes();
    tempMap = ClientUtils.namedValuesToMap(tempNV);
    System.out.println("Display Name " + tempMap.get(Attributes.DISPLAY_NAME));
    }catch(Exception e){      
    e.printStackTrace();
    DataException.exceptMessage(e.getMessage());
    return bean;
    Thanks all in advance...
    Rami,

    I think you need Content DB Forum:
    Content Database
    But, it should be similar. You get a list of allowed categories from a folder, not file. Under Attributes.CATEGORY_CONFIGURATION request Attributes.ALLOWED_CATEGORIES, something like:
                  AttributeRequest[] requestedAttributes = new AttributeRequest[] {
                                new AttributeRequest(Attributes.CATEGORY_CONFIGURATION, new AttributeRequest[] {
                     new AttributeRequest(Attributes.REQUIRED_CATEGORIES, categoryClassAttributes),
                     new AttributeRequest(Attributes.ALLOWED_CATEGORIES, categoryClassAttributes),
                     new AttributeRequest(Attributes.ATTRIBUTE_OVERRIDES, new AttributeRequest[]{
                        new AttributeRequest(Attributes.ATTRIBUTE_OVERRIDE_ATTRIBUTE, null),
                        new AttributeRequest(Attributes.ATTRIBUTE_OVERRIDE_DEFAULT, null)
    Item result= commonManager.getItem(folder.getId(), requestedAttributes);just adapt it to ContentDB API syntax.
    Pedja

  • Auto adjustment of page orientation causes printing issues with documents that have a page width greater than its page height.

    Hi,
    Since an upgrade from Word 2003 to Word 2010, we are experiencing printing issues with certain
    documents that have a page width greater than its page height.
    In Word 2003, it was no problem to set the page width greater than the page height while setting the page orientation to "portrait".
    In Word 2010, this seems impossible: despite leaving the page orientation to "portrait", if one changes the page width/height as stated,
    Word 2010 automatically adjusts the orientation to "landscape". Resetting the orientation to "portrait" will flip the page's width/heigth settings.
    This behaviour causes printing problems: the page prints out 90° rotated.
    I do not believe this is a printer driver issue: I tried several different printer drivers, and all give the same (bad) result. Setting the printer driver's page orientation settings (before printing) makes no difference, as
    Word 2010 seems to force the page orientation settings.
    Inserting the documents 90° rotated is not an option, since it causes problems with the printing margins.
    This is very annoying, since we have to print official documents of a municipality (driver's licences).
    Is there a workaround for this issue?
    Regards,
    Laurent Grandgaignage
    Sysadmin Gemeentebestuur Stabroek, Belgium

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, we can follow these steps to test this issue
    Step 1: Repair Office 2010
    1.      
    Click
    Start, and then click Control Panel.
    2.      
    Click
    Programs and Features.
    3.      
    Click the
    Office 2010 program that you want to repair, and then click
    Change.
    4.      
    Click
    Repair, and then click Continue. You might need to restart your computer after the repair is complete.
    Step 2:
    Rename the global template (Normal.dotm)Follow the steps for the operating system that you are using:
    Windows Vista and Windows 7
    a)      
    Exit Word 2010
    b)      
    Click
    Start.
    c)       
    In the
    Start Search box, type the following text, and then press
    ENTER:
    1.      
    %userprofile%\appdata\roaming\microsoft\templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    Microsoft Windows XP
    a)      
    Exit Word 2010
    b)      
    Click
    Start, and then click Run.
    c)       
    In the
    Open box, type the following text, and then press ENTER:
    %userprofile%\Application Data\Microsoft\Templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    f)       
    Close Windows Explorer.
    How to troubleshoot print failures in Word 2010, Word 2007, and Word 2003
    http://support.microsoft.com/kb/826845
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHNPlease remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Is there a way I can view all apps I have ever downloaded?

    Is there a way I can view all apps I have ever downloaded? Like some sort of historical list associated to my account?
    It would help a great deal- I restored my phone from a backup after my iphone crashed- but I had downloaded many apps since then, so now I have to re-download all the missing apps. Thing is I cant remember all of them?
    Anone else have the same problem?

    Have you never synced your phone? Syncing puts copies of each app into iTunes for you to manage and have available to sync over when you want.
    Other than that, in iTunes, from top menus (forget which one, think under help) you can access your account and then view purchase history.

  • How do you set the default magnification for Acrobat.  All documents that I open enlarge to 174% and are too big.

    How do you set the default magnification for Acrobat.  All documents that I open enlarge to 174% and are too big.  I see how to change the size after the document is open by going to File/properties/initial view and saving this setting.  I want all documents to open at 100% when they are first opened.  Can I set this as a default view?

    Hey Kris,
    You might go to Edit> Preferences> Zoom
    Do this without opening any particular PDF so that it applies to the program itself and not just one document.
    Try this and then let me know.
    Regards,
    Anubha

  • Unable to view all photos in version 8.1.2. Can only see last 18 month.

    Unable to view ALL photos in V 8.1.2  Only able to view past 18 months.

    Wild guess:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • FI-how to exclude accounting document that have reversed?

    Dear gurus,
    I want to develop a report for list all available FI accounting document from BKPF and BSEG. It must exclude accounting document that have reversed. How to write the 'where condition' statement for SQL language to exclude accouting document that have reversed?
    Thanks a lot!

    Hi,
    When you reverse a document another document is created for reverrsing the original document
    the field to check is BKPF-XREVERSAL . This Specifies whether doc. is reversal doc. or reversed doc.
    and
    value         Action
    2     Reversal Document
    1     Reversed Document
    therefore If this field has a value 1 or 2 you should exclude both these documents from your selection.
    Thus in where clause you will mention BKFP-XREVERSAL NOT IN ('1', '2')
    regards,
    Advait

  • View all what I have done from a specific start point or time frame ?

    While I am Creating A Controlling Area,  and Defining a Cost Center Standard Hierarchy
    get a phone call or meeting.   Need to get back to keep going,  is there a way or a T-Code to view all what I have done from a specific start point or time frame ?

    Greatly appreciate every single reply from all of you.
    I did access T-Code SE10, and attached a screen.
    The most confusing thing i have ever seen   
    I was hoping for some type of report that looks like an Excel sheet where it can give better details.

Maybe you are looking for