ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Sharepoint Pros?

    IT Discussion
    6
    30
    14.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      The really big thing moving to documents on SharePoint is to resist the urge to start making folders. Just don't do it. Yes they exist, many people demand them, but using them (with only rare exceptions for special cases) is a mistake and not how SharePoint is designed to work. This is a database driven system, not a file system driven one. Don't try to mimic old file system methodologies, think of it as a database. You can add all kinds of powerful metadata to the files including both ad hoc data and highly structured data being driven by SQL Server Lists that you make in SharePoint. This lets you organize and find files in powerful ways that filesystems can't do.

      1 Reply Last reply Reply Quote 1
      • H
        hubtechagain
        last edited by

        So when moving from a current folder file structure to share point, how should one behave?

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @hubtechagain
          last edited by

          @hubtechagain said:

          So when moving from a current folder file structure to share point, how should one behave?

          Ideally, to really leverage SharePoint, you move all of the files over to a flat document repository without the folder structure. But you have to plan ahead and add metadata to the files as you do so or you will lose the information about them that exists in the folder structure. There are a lot of different ways to approach this, one is to use "tags" in the metadata to tell you what the folders would have been, but taking the time to add more data than you had before is very useful.

          1 Reply Last reply Reply Quote 0
          • C
            Carnival Boy
            last edited by

            I need to do this to. What's the easiest way of adding metadata? I'd simply want to tag each file with the name of the directory it was copied from. Initially I have about 10,000 files in around 700 directories.

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @Carnival Boy
              last edited by

              @Carnival-Boy said:

              I need to do this to. What's the easiest way of adding metadata? I'd simply want to tag each file with the name of the directory it was copied from. Initially I have about 10,000 files in around 700 directories.

              With 10K files, easiest way is to hire an old fashioned data entry clerk to do it for you 🙂

              1 Reply Last reply Reply Quote 0
              • C
                Carnival Boy
                last edited by

                🙂 I was hoping for a slightly more hi-tech answer!

                scottalanmillerS 1 Reply Last reply Reply Quote 1
                • AmbarishrhA
                  Ambarishrh
                  last edited by Ambarishrh

                  There must be some level of manual work involved, but i would suggest you check Sharegate, its a very good tool that can do most of the heavy lifting, gives you an option to add Meta Data to an excel sheet during the migration process, you can add meta data and migrate.
                  http://en.share-gate.com/migrate-file-shares-to-sharepoint

                  Check Sharegate blog topics as well, as they are well written and covers most topics on Sharepoint whether its Online/on premise. One good page is http://en.share-gate.com/blog?category=sharepoint-migration
                  Good luck.

                  C 1 Reply Last reply Reply Quote 3
                  • scottalanmillerS
                    scottalanmiller @Carnival Boy
                    last edited by

                    @Carnival-Boy said:

                    🙂 I was hoping for a slightly more hi-tech answer!

                    It's a tough one because the data is presumed to not exist yet. In theory you can pull some data from file names, folder locations, permissions or something and then make a script to interpret that. But many companies would not have that data even in those ways. It's a tough one as the new system has so much more power than the old, but to leverage it data that didn't exist before has to be added to get the huge leap forward.

                    1 Reply Last reply Reply Quote 0
                    • C
                      Carnival Boy @Ambarishrh
                      last edited by

                      @Ambarishrh said:

                      check Sharegate

                      🙂 I was hoping for a slightly cheaper answer!

                      1 Reply Last reply Reply Quote 1
                      • C
                        Carnival Boy
                        last edited by

                        A quick Google suggests FCI is the way forward, but I need to look into it more.

                        1 Reply Last reply Reply Quote 2
                        • AmbarishrhA
                          Ambarishrh
                          last edited by

                          I would be interested to know the results. Just to avoid confusion, as it happened to me, FCI is File Classification Infrastructure. Got a guide on doing this, but not sure how meta data is handled on this.

                          http://blogs.technet.com/b/filecab/archive/2009/12/14/automatically-upload-files-from-file-server-to-sharepoint-using-the-file-classification-infrastructure-fci.aspx

                          1 Reply Last reply Reply Quote 0
                          • H
                            hubtechagain
                            last edited by

                            when you say add metadata to files, what are you talkign about?

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @hubtechagain
                              last edited by

                              @hubtechagain said:

                              when you say add metadata to files, what are you talkign about?

                              At the highest level: "Data about your files."

                              At a practical level it is like "tagging" your files. It is based on lists in Sharepoint. So you have some lists built in, such as the "owner and the editor" of files since the users list is part of Sharepoint. You could add a list of departments, topics, regions, offices, events, customers or similar to use to add data about a file. Pretty much anything you care to track.

                              1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller
                                last edited by

                                So I will give a practical example. NTG uses Sharepoint. NTG is an MSP and has customers. NTG's Sharepoint site has a "list" of our customers that is stored in SQL Server via Sharepoint. In the customer document repository we made it mandatory for someone saving a file there to record the associated customer to which a file is referencing when saving the document. Basic metadata like the author of the file and the date in was created are always there, just like on a normal filesystem.

                                Because every file in this document repo must have a customer associated with it, anyone looking for data on that customer "ABC Corp" can just do a filter on that customer and only that customer's files are displayed. It's better than folders because it is flexible and not tied to a single detail. Sure we could do this for one item, one time using a folder structure.

                                But what if we want a second piece of metadata associated with the file? What if we wanted to only see Word Docs or OneNote files? What if we we had metadata telling us that a file is about customer configuration data or their SLA guidelines or billing history or documents related to taxes? With metadata we could choose to filter on any one or any number of these in ways that folder structures cannot and make it faster and easier to navigate large amounts of files.

                                1 Reply Last reply Reply Quote 2
                                • C
                                  Carnival Boy
                                  last edited by

                                  Is metadata the same as Sharepoint columns? So, for example, I've created a new document library to store vendor invoices. I've added a column to that library called "Vendor".

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @Carnival Boy
                                    last edited by

                                    @Carnival-Boy said:

                                    Is metadata the same as Sharepoint columns? So, for example, I've created a new document library to store vendor invoices. I've added a column to that library called "Vendor".

                                    Metadata is stored in lists which are database tables which are made of columns, but I wouldn't call them the "same" as the database stores a lot of stuff, only some is used as metadata and used as that only some of the time. But if you have a library called Vendor and you have a list of vendors stored in a list in the database and you are applying that list as a reference to a file, when used there it is metadata.

                                    1 Reply Last reply Reply Quote 0
                                    • DashrenderD
                                      Dashrender
                                      last edited by

                                      This is a fundamental change to the creation of documentation.

                                      Like posting here on SW (or most forums these days) we can add tags. It's something I rarely do, and instead Scott follows me around like a kid with a cold and his parent wiping his nose.

                                      The need to add this additional information is obviously very helpful when you're searching, assuming you've added the correct tags/metadata, but now you've also added more time that it takes to create/save that document.

                                      I was trying to understand why my physicians (and medical staff) hated EHRs - it's because it truly required about 2-4 times the amount of documentation than paper charts did. There were two reasons for this. 1) things that we should be been recording were just being skipped - OK this is a win for EHR even though the non recorded data clearly didn't hurt us enough in the past to make us change to ensure we recorded it, 2) EHR added many new required pieces of documentation we didn't worry about/need in the past.
                                      We went from having 1 Provider to 1 medical assistant, to needing 2 medical assistants per provider while in clinic. So now not only are we paying for the software (and infrastructure) we're paying for a lot more employees.

                                      Which ties back into Scott's comment
                                      @scottalanmiller said:

                                      With 10K files, easiest way is to hire an old fashioned data entry clerk to do it for you 🙂

                                      scottalanmillerS 3 Replies Last reply Reply Quote 2
                                      • scottalanmillerS
                                        scottalanmiller @Dashrender
                                        last edited by

                                        @Dashrender said:

                                        This is a fundamental change to the creation of documentation.

                                        One of the important SP features is that you can make some of the metadata mandatory rather than optional. The user can't save the file until they fill in the metadata.

                                        DashrenderD 1 Reply Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender
                                          last edited by

                                          Now don't get me wrong - I love the idea of moving away from the old folder structure, I still loose things in there.

                                          Google is taking the same approach with photos. The idea is a single 'folder' of everything. Then they add the metadata for you (who's faces are in each picture, where was it taken, when, etc) then you search for what you're looking for.

                                          1 Reply Last reply Reply Quote 0
                                          • DashrenderD
                                            Dashrender @scottalanmiller
                                            last edited by

                                            @scottalanmiller said:

                                            @Dashrender said:

                                            This is a fundamental change to the creation of documentation.

                                            One of the important SP features is that you can make some of the metadata mandatory rather than optional. The user can't save the file until they fill in the metadata.

                                            How does that work with regards to locally installed Office apps?

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post