To find total number of files inside folder

Hai,
   In knowledge management is there any option to find total number of files inside folder...
    I also want to see the recently uploaded and modified documents in a seperate iview...
    Iam using NW2004s SP8..
    Very urgent..
    Waiting for a positive reply..
    Thanks&regards,
     Kiruthika.S

Hi Kiruthika,
1. You only need the configarchive if you don't want create all the KM configuration objects mentioned in the guide manually. So, just create the objects mentioned there and you don't need the configarchive
Also, the scenario works also on 2004s.
2. Please check this thread on how to show the total number of files inside a folder:
https://forums.sdn.sap.com/thread.jspa?threadID=19610
3. It would be nice if you would consider rewarding the time people like Saravanan spend to investigate and answer your question by assigning points via the colored stars.
Best regards,
Robert

Similar Messages

  • Total Number of Files/Folders?

    Ok I would like to count the number of files/folders within a large folder directory i.e. iTunes Library, but I can't seem to find a way to do this on my iMac?? Usually with Windows systems, you would just right click and Properties and it would tell you the total number of files and folders within that directory. How do you do this on an iMac because I usually like to keep a track of the total number of files/folders within a directory???
    Sounds like a very basic thing but I can't seem to figure it out on the iMac, please help people!!!

    aznblaze wrote:
    Niel wrote:
    2. Try using:
    on open this_item
    tell application "Finder"
    set theText to "File count: "& count files of entire contents of this_item & return & "Folder count: "& count folders of entire contents of this_item
    display dialog theText buttons "OK" default button "OK"
    end tell
    end open
    saved as an application.
    (56030)
    I copied and pasted the above and saved it as an application but it doesn't run when I click on it after saving it??
    When I do save it as an application through AppleScript Editor to the desktop, do I need to tick any of the option boxes when saving which are as follows;
    1. Run Only
    2. Startup Screen
    3. Stay Open

  • Need to Find Total number of InfoPart form in our Web application

    Hello,
    We have to find total number of Infopath forms in our web application. IS there any Power sheell Scripts or anuthing which can output the Infopath Forms location and file count .
    Thanks
    Kundan

    How about something like:
    Get-SPWebApplication http://yourWebAppUrl |
    Get-SPSite -Limit All |
    Get-SPWeb -Limit All |
    Select -ExpandProperty Lists |
    Where { $_.GetType().Name -eq "SPDocumentLibrary" -AND -NOT $_.Hidden } |
    Select -ExpandProperty Items |
    Where { $_.Name -LIKE "*.xsn" }
    Select {$_.Web.Url}, Url
    The above will list all of the files. Do you need counts by library, by site or other?
    Mike Smith TechTrainingNotes.blogspot.com

  • How can i find total no of files in a directory ..using fileconnection

    how can i find total no of files in a directory.
    currently iam using
    Enumeration enum = fileconn.list(); and by iterating iam getting count.
    but the application is getting stuckup when the number of files in the directory is large.
    Is there any alternative. please help.
    thanks in advance.

    HI,
    this is a simple example with a cursor over user_tables view:
    set serveroutput on
    DECLARE
       CURSOR c_test IS
          SELECT table_name FROM user_tables;
       type t_reg is table of varchar2(30);
       l_reg t_reg;
    BEGIN
       OPEN c_test;
       fetch c_test bulk collect into l_reg;
       dbms_output.put_line(c_test%ROWCOUNT);
    END;
    /Output:
    SQL>
    SQL> set serveroutput on
    SQL> DECLARE
      2     CURSOR c_test IS
      3        SELECT table_name FROM user_tables;
      4     type t_reg is table of varchar2(30);
      5     l_reg t_reg;
      6  BEGIN
      7     OPEN c_test;
      8 
      9     fetch c_test bulk collect into l_reg;
    10 
    11     dbms_output.put_line(c_test%ROWCOUNT);
    12  END;
    13  /
    42
    PL/SQL procedure successfully completed
    SQL> Regards,
    Edited by: Walter Fernández on Nov 29, 2008 8:59 AM - Adding output...

  • Hw to find total number of records

    Hi All,
    Can anyone help from these
    1. how to find total number of reports for a particular cube/ods... need step - step solution
    2. how to find total number of records for a particular Cube and ODS and Aggr's to till date.
    3.what is sandbox,mirror sys,instance of a sys..?
    4.what r TWS(Tivoli Workload Scheduler) jobs? how these r different to standard schedulers?
    Thanks in ADv
    Linda

    Hello Linda,
    As you have lots of answers on first 2 so i'll start from 3rd onward.
    3. Sandbox is mostly practice system where you can do all kind of R&D, mirror sys can be mirror image of any system depends on the organization and instance of system is again mirror image of one system.
    4. TWS is third party tool for scheduling which doesn't come along with SAP like standard scheduler as TWS has been prepared specially for this purpose so it has some more features than standard.
    Hope it helps.
    San.

  • Find Total Number of Rows in Database

    I am trying to find total number of rows in Database? Thanks in advance

    I'd come back to a question of "why". What possible reason could you have to want to know the number of rows in every table in the database?
    This seems like it is a request from someone non-technical where they're not sure exactly what they need to ask to get the information they want. I'm forseeing something along the lines of
    User: How many rows are in the database
    DBA: Ummm.... <<goes off and spends a lot of resources to count>>> ... 1 billion.
    User: Wow, that's a lot... How big are those rows...
    DBA: Hmmm... <<goes off and spends more time trying to find an average row size>>... 100 bytes
    User: <<Plugs numbers into Excel>>... OK, our database is 93 GB, so we need to order 100 GB of disk for our new environment.
    DBA: <<Months later, after 100 GB of disk has been budgeted, purchased, and delivered>> User, you didn't order enough disk for our disaster recovery environment.
    User: You said our database was only 93 GB!!
    DBA: 93 GB of data. Plus 100 GB of indexes, TEMP, UNDO, space for archived logs, ...
    When "odd" requests come down, it's generally the case that the person asking the question doesn't know what question they really want to ask because they don't have the domain knowledge to know how to ask the question. Walking over and asking them what they're hoping to accomplish/ what they're using the data for generally leads to a case where
    - The user gets exactly the information they need, not the information they think they want
    - The DBA does a lot less work, since the right question is almost always easier to answer
    - The user thinks of the DBA as a really helpful sort of guy and remembers how helpful you were in the past when you have to push back on other things later
    - No one ends up playing the blame game when the user gets just what they asked for and not what they want.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Getting the total number of pages inside a report

    Post Author: jportelas
    CA Forum: .NET
    Good afternoon:
    How can I get the total number of pages inside a reportdocument object???
    I'm currently using VS.NET 2005.
    Thanks for the help.

    There's no public API to get this info directly from RAS.
    Option is to either walk through pages in the CrystalReportViewer till you get to the end, or use the non-public not-for-public use API:
    int lastPageNumber = ((com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource) reportClientDocument.getReportSource()).getLastPageNumber(new com.crystaldecisions.sdk.occa.report.reportsource.RequestContext());
    Sincerely,
    Ted Ueda

  • FTP: how to get total number of files in directory

    Hello Folks,
    I prefer to use FTP from the command line but cannot figure out how--after having connected to a remote directory via ftp--to list the total number of files in that directory.
    In Unix, I would do this:
    % ls | wc -l
    But hopefully there is also some way in FTP to do the same--but darned if I know how! I do see that FTP clients such as Transmit have this listing, but maybe that's a feature of the software and not ftp.
    Thanks in advance for any suggestions/tips.
    Doug

    I've done a lot of ftp scripts 10 years ago, mostly because I could not guarantee my scripted telnet would be available everywhere. The best answer today though is listed throughout this thread and that is to use the ssh family of commands that include ssh for secure remote shell, scp for secure remote copy and sftp which is the ftp interface to scp.
    My point is neither telnet or ftp are considered safe or secure anymore because listening to communications is popular, it is referenced in most "wizard" magazines, and usernames and passwords are not encrypted.
    Set up your environment first with ssh-keygen. Version 2 is more secure than version 1 if both are still offered. Then use "ssh user@hostname ls | wc -l" to get your number of files. It is simple execution with one command and returns a status.
    If you are really looking for a solution using what you are familar with and want to ignore advice concerning security, here is a sample batch script (untested). You can change the filenames, usernames, and hostnames as desired.
    rm dir.out 2> /dev/null
    echo "user sampleuser samplepw" > script.ftp
    echo "dir sampledirectory dir.out" >> script.ftp
    echo "quit" >> script.ftp
    ftp -n sample.hostname < script.ftp
    if [ ! -r dir.out ] # file not created
    then
    echo login failed
    elif [ ! -s dir.out ] # file created but empty
    then
    echo directory is empty
    else
    nf=`wc -l dir.out | cut -f1`
    echo "There are $nf files in the directory"
    fi

  • Where to find the number of files in a folder (in Finder)?

    I just upgraded from Snow Leopard.
    In the past I could look at the bottom of the finder window and see how many files where in a particular folder.  And how much megawattage they respresented in total.
    Is there some kind of preference I can set in Mountain Lion to be able to see the 'number' of files in a given folder?
    All ears,
    Ben

    Thank you Kurt,
    You're an ace.
    Much appreciated.
    Ben

  • How to find total number of records in a BDoc?

    Dear all,
    I have replicated about BP 1088 records from ISU into CRM system with block size 100. Technically on SMW01, for each successfully processed BDoc, there will be 100 records (corresponds to 100 block size). But due to some failed BDocs, not all "successfully" BDocs will have 100 records each, some may have only 1 record inside...or 30...or 88 for example. So, may i know how to find or is there a report i can look into to find the total number of records clearly shown for each of the successfully processed green status BDocs???
    Please help and points will be rewards!!
    Thank You
    Best Regards,
    CK

    I am just showing this to show how to get the rowcount along with the cursor, if the program has so much gap of between verifying the count(*) and opening the cursor.
    Justin actually covered this, he said, oracle has to spend some resources to build this functionality. As it is not most often required, it does not makes much sence to see it as a built-in feature. However, if we must see the rowcount when we open the cursor, here is a way, but it is little bit expensive.
    SQL> create table emp_crap as select * from emp where 1 = 2;
    Table created.
    SQL> declare
      2   v_cnt     number := 0;
      3   zero_rows         exception;
      4  begin
      5    for rec in (select * from (select rownum rn, e.ename from emp_crap e) order by 1 desc)
      6     loop
      7        if v_cnt = 0 then
      8           v_cnt := rec.rn;
      9        end if;
    10     end loop;
    11     if v_cnt = 0 then
    12        raise zero_rows;
    13     end if;
    14   exception
    15    when zero_rows then
    16      dbms_output.put_line('No rows');
    17   end;
    18  /
    No rows
    PL/SQL procedure successfully completed.
    -- Now, let us use the table, which has the data
    SQL> declare
      2   v_cnt     number := 0;
      3   zero_rows         exception;
      4  begin
      5    for rec in (select * from
      6          (select rownum rn, e.ename from emp e)
      7          order by 1 desc)
      8     loop
      9        if v_cnt = 0 then
    10           v_cnt := rec.rn;
    11           dbms_output.put_line(v_cnt);
    12        end if;
    13     end loop;
    14     if v_cnt = 0 then
    15        raise zero_rows;
    16     end if;
    17   exception
    18    when zero_rows then
    19      dbms_output.put_line('No rows');
    20   end;
    21  /
    14
    PL/SQL procedure successfully completed.Thx,
    Sri

  • Looking for app: show # of files inside folder

    Does anyone know of an app that will show the number of files contained inside a folder on the desktop? I'm looking for something along the lines of the new-mail indicator for the Mail dock icon.
    Thanks!

    Click on the Desktop and open View Options (Command + J). Then check 'Show item info'.
    All the folders on the desktop will then have "xx items" in tiny writing under them, images will have their dimensions, drives their capacities etc etc.
    Useful
    Matt

  • Bex Query to find total number

    Dear Friends,
    I have data like below in my Infocube for different years. its flat file loading  DS->DSO->Infocube.
    EmpId
    Dept
    section
    Year
    Smoking
    101
    HR
    A
    Jan-10
    No
    102
    HR
    A
    Jan-10
    Yes
    103
    HR
    B
    Jan-10
    Yes
    104
    FI
    A
    Jan-10
    No
    105
    FI
    B
    Jan-10
    No
    102
    HR
    A
    Aug-10
    No
    My requirement is like below to find out total number of employees who are Smokers and non smokers.
    Dept
    Year
    Tot no of Emp
    Tot Emp Smoking
    Tot Emp non-smoking
    HR
    2010
    3
    2
    1
    FI
    2010
    2
    0
    2
    Result
    5
    2
                                        3
    Please give me your valuable input
    Thanks
    Vijay

    Hi,
    Do like Anshu said.
    Remember to set "Calculate result as" "summation"
    otherwise you don't get proper values in result rows.
    Regards, Leszek

  • Maximum number displayed files in Folder in Dock?

    One of our users has over 800 files saved directly in her Documents folder. We keep this folder in the usual location, and also have it displayed in the Dock as a "list". When she clicks on the folder, about the first half of the files show up - if displayed alphabetically for example, she gets A - M.
    Does anyone know if this is fixable? I'm assuming here that there is some maximum number of displayed files which maybe I can fix by editing a .plist or something. It drives her nuts to have to do the "open in Finder" thing half the time, but not the other half of the time (obviously, when she opens this folder as a Finder window everything is there, it is only the display in the Dock which refuses to show all items).
    Thanks!

    Thanks for the info. There is indeed a maximum number of files that the dock will show in the contextual menu. Yeah, it would be best if the user wouldn't keep everything organized like that, but it isn't possible to lean over someone's shoulder all the time...

  • Number of files in folder

    Hi
    Is it possible by use of standard functionality to add number of files in a folder?
    I was thinking of a solution like this: [icon] [foldername] (number of files) --> "My work (23)”
    Another question to the folder part – I have 4 separate folder that contains folders inside; I need to create an alphabetic list of all the content from the four folders. Is this possible by use of standard portal functionality?
    Kind regards
    John Stubbe

    Hello John,
    Yes, this is possible. The standard provides the property rnd:childcount (see Property Metadata Service -> Properties). In order to make it visible in a navigation iview add this property to the parameter Displayed Properties where you would like to see it. A new column will be shown if you use "...,rnd:childcount,...". if you use "...+rnd:childcount,..." the value is added directly to the previous displayed property.
    Moreover you need to specify design of the child count property in the Resource Renderer. The parameter Mode For Child Count allows you to choose what exactly is counted, e.g. only folders, only files, etc.
    Kind regards,
    Roland

  • Max number of files in folder

    I'm setting up a web server running under OS 8.6. What's the limit as to number of files in a folder? Some of my image folders will have upwards of a thousand files. Do I need to break them up?
    Thanks for any insights.

    Hi, Thomas -
    This Apple KBase article states the limits for the HFS+ drive format; if your hard drive is not formatted as HFS+ (= Mac OS Extended), it should be.
    Article #24601 - HFS+ Format: Volume and File Limits
    Although the format allows for over 30,000 items (files and folders) in a folder, having such a large number 'loose' (not segregated into smaller bunches in their own folders) will slow down the display of Finder windows and Navigation Services windows.

Maybe you are looking for

  • New Mac Mini with Lion Video Problem With Dell E228WFP monitor

    Just purchased a new mini Mac 2.3 with Lion pre installed.  I connected to my old Dell E228WFPI monitor via the Mini Display to VGA adapter.  The mini mac worked fine for an hour until I put it to sleep.  It would not rewake.  After rebute the gray s

  • Error message while trying to sync photos

    While trying to sync my photos to my new iPod Classic (80G), I get an error message that says "Some of your photos were not copied to the iPod because they can not be displayed on your iPod." In reality, NONE of my photos were copied. They're JPEG (a

  • JMF linux performance pack

    Does somebody knows how to install linux performance pack because me i didn't suceed and i think that maby archive is broken (i downloaded it many many times as it is always the same ) here i put what was in my console or maby if there is another sit

  • How to hide/unhide the Develop panels

    all my sliders disappeared on the develop how do i restore them like temp, tint, ect stupid i cant do this solo Message title was edited by: Brett N

  • HT6058 unlock code after download

    My phone locked after the download.  What is the unlock code?