Sharepoint 2007: retrieving sharepoint files to a file system - Sharepoint

This is a discussion on Sharepoint 2007: retrieving sharepoint files to a file system - Sharepoint ; Excuse the cross post: I originally posted this question in the wrong group. I am brand new to this tool and have a question about how to retireve Sharepoint date to a file system. Supposing that the data I am ...

+ Reply to Thread
Results 1 to 7 of 7

Sharepoint 2007: retrieving sharepoint files to a file system

  1. Default Sharepoint 2007: retrieving sharepoint files to a file system

    Excuse the cross post: I originally posted this question in the wrong
    group.

    I am brand new to this tool and have a question about how to
    retireve Sharepoint date to a file system. Supposing that the data
    I am interested in is something like Word docs stored in the
    SQLServer
    2005 backend as BLOBs: what means should I investigate to get the
    items
    from the database into the file system? Is there a web service to
    look at? An API?


  2. Default Re: Sharepoint 2007: retrieving sharepoint files to a file system

    On Jun 28, 2:19 pm, bjjnova <bjjn...@gmail.com> wrote:
    > Excuse the cross post: I originally posted this question in the wrong
    > group.
    >
    > I am brand new to this tool and have a question about how to
    > retireve Sharepoint date to a file system. Supposing that the data
    > I am interested in is something like Word docs stored in the
    > SQLServer
    > 2005 backend as BLOBs: what means should I investigate to get the
    > items
    > from the database into the file system? Is there a web service to
    > look at? An API?


    should be "retrieve Sharepoint data" (not date)


  3. Default Re: Sharepoint 2007: retrieving sharepoint files to a file system

    I'm also interesting in that

    "bjjnova" <bjjnova@gmail.com> wrote in message
    news:1183054745.315255.184780@u2g2000hsc.googlegroups.com...
    > Excuse the cross post: I originally posted this question in the wrong
    > group.
    >
    > I am brand new to this tool and have a question about how to
    > retireve Sharepoint date to a file system. Supposing that the data
    > I am interested in is something like Word docs stored in the
    > SQLServer
    > 2005 backend as BLOBs: what means should I investigate to get the
    > items
    > from the database into the file system? Is there a web service to
    > look at? An API?
    >
    >


  4. Default Re: Sharepoint 2007: retrieving sharepoint files to a file system

    For Sharepoint 2003 there is an example in the utility suite
    http://blogs.msdn.com/krichie/archiv...15/439453.aspx that
    shows you how to do this.

    I'm sure the method can't be too disimilar in 2007, at least it mght
    give you a place to start in the SDK.

    Richard


  5. Default Re: Sharepoint 2007: retrieving sharepoint files to a file system

    On 30 Jun, 18:30, "Guzun, Alex" <alex> wrote:
    > I'm also interesting in that
    >
    > "bjjnova" <bjjn...@gmail.com> wrote in message
    >
    > news:1183054745.315255.184780@u2g2000hsc.googlegroups.com...
    >
    >
    >
    > > Excuse the cross post: I originally posted this question in the wrong
    > > group.

    >
    > > I am brand new to this tool and have a question about how to
    > > retireve Sharepoint date to a file system. Supposing that the data
    > > I am interested in is something like Word docs stored in the
    > > SQLServer
    > > 2005 backend as BLOBs: what means should I investigate to get the
    > > items
    > > from the database into the file system? Is there a web service to
    > > look at? An API?- Hide quoted text -

    >
    > - Show quoted text -


    By the way - you should use the API for this, as even reading from the
    DBs directly can be dangerous


  6. Default Re: Sharepoint 2007: retrieving sharepoint files to a file system

    On Jul 1, 10:55 am, "richard.markiewicz"
    <richard.markiew...@eshareuk.com> wrote:
    > On 30 Jun, 18:30, "Guzun, Alex" <alex> wrote:
    >
    >
    >
    >
    >
    > > I'm also interesting in that

    >
    > > "bjjnova" <bjjn...@gmail.com> wrote in message

    >
    > >news:1183054745.315255.184780@u2g2000hsc.googlegroups.com...

    >
    > > > Excuse the cross post: I originally posted this question in the wrong
    > > > group.

    >
    > > > I am brand new to this tool and have a question about how to
    > > > retireve Sharepoint date to a file system. Supposing that the data
    > > > I am interested in is something like Word docs stored in the
    > > > SQLServer
    > > > 2005 backend as BLOBs: what means should I investigate to get the
    > > > items
    > > > from the database into the file system? Is there a web service to
    > > > look at? An API?- Hide quoted text -

    >
    > > - Show quoted text -

    >
    > By the way - you should use the API for this, as even reading from the
    > DBs directly can be dangerous- Hide quoted text -
    >
    > - Show quoted text -


    For those interested in this issue, I am in contact with Microsoft on
    the issue. We are looking at two methods to accomplish my goals:
    1) Automating the process of moving documents into a file system from
    Sharepoint via the "activities" associated with Sharepoint workflows;
    and
    2) Where the above proves insufficient to the need, using the STSADMIN
    tool to script the same.

    I'll keep you posted regarding what I learn further.


  7. Default Re: Sharepoint 2007: retrieving sharepoint files to a file system

    Cool
    I'll be waiting

    "bjjnova" <bjjnova@gmail.com> wrote in message
    news:1183385968.398257.23890@c77g2000hse.googlegroups.com...
    > On Jul 1, 10:55 am, "richard.markiewicz"
    > <richard.markiew...@eshareuk.com> wrote:
    >> On 30 Jun, 18:30, "Guzun, Alex" <alex> wrote:
    >>
    >>
    >>
    >>
    >>
    >> > I'm also interesting in that

    >>
    >> > "bjjnova" <bjjn...@gmail.com> wrote in message

    >>
    >> >news:1183054745.315255.184780@u2g2000hsc.googlegroups.com...

    >>
    >> > > Excuse the cross post: I originally posted this question in the wrong
    >> > > group.

    >>
    >> > > I am brand new to this tool and have a question about how to
    >> > > retireve Sharepoint date to a file system. Supposing that the data
    >> > > I am interested in is something like Word docs stored in the
    >> > > SQLServer
    >> > > 2005 backend as BLOBs: what means should I investigate to get the
    >> > > items
    >> > > from the database into the file system? Is there a web service to
    >> > > look at? An API?- Hide quoted text -

    >>
    >> > - Show quoted text -

    >>
    >> By the way - you should use the API for this, as even reading from the
    >> DBs directly can be dangerous- Hide quoted text -
    >>
    >> - Show quoted text -

    >
    > For those interested in this issue, I am in contact with Microsoft on
    > the issue. We are looking at two methods to accomplish my goals:
    > 1) Automating the process of moving documents into a file system from
    > Sharepoint via the "activities" associated with Sharepoint workflows;
    > and
    > 2) Where the above proves insufficient to the need, using the STSADMIN
    > tool to script the same.
    >
    > I'll keep you posted regarding what I learn further.
    >


+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 10-31-2007, 01:50 PM
  2. Upgrading Sharepoint Portal 2003 to Sharepoint 2007
    By Application Development in forum Sharepoint
    Replies: 1
    Last Post: 09-27-2007, 09:55 AM
  3. Error Access Denied for sharepoint sites sharepoint server 2007
    By Application Development in forum Sharepoint
    Replies: 1
    Last Post: 07-27-2007, 03:43 AM
  4. Sharepoint 2007 - System Account - Change
    By Application Development in forum Sharepoint
    Replies: 5
    Last Post: 05-28-2007, 03:44 AM
  5. Re: sharepoint 2007 help files
    By Application Development in forum Sharepoint
    Replies: 0
    Last Post: 01-17-2007, 06:12 AM