Skip Menu |

This queue is for tickets about the SharePoint-SOAPHandler CPAN distribution.

Report information
The Basics
Id: 87714
Status: open
Priority: 0/
Queue: SharePoint-SOAPHandler

People
Owner: Nobody in particular
Requestors: shane.burgess [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: destination type unclear [0] when cp new file to dir created by cust_mkdir in SP 2013
Date: Thu, 8 Aug 2013 12:07:18 -0400
To: bug-SharePoint-SOAPHandler [...] rt.cpan.org
From: Shane Burgess <shane.burgess [...] gmail.com>
Hello, Thank you for this great module but I am having a problem with SharePoint 2013 If I create a directory using cust_mkdir $args->{'dirName'} = "bar"; $sharepointobj->cust_mkdir('FOO/'.$args->{'dirName'}); The folder is created in SP but when I go to cp a file over, I get destination type unclear [0]. This is where it get's interesting... If I then go to sharepoint and then inside the new folder and manually add the file the type changes from 0 to pd and I can copy files to it all day. Any ideas? Thank You -- -Shane
Subject: Re: [rt.cpan.org #87714] destination type unclear [0] when cp new file to dir created by cust_mkdir in SP 2013
Date: Wed, 18 Sep 2013 17:15:45 -0600
To: bug-SharePoint-SOAPHandler [...] rt.cpan.org
From: y s <dbmolester [...] gmail.com>
Hi Shane, I'm really glad that you are actually using my module. Thanks! You know the sharepoint service that I tested my module on would be 2011/2012ish (I don't event know which version it was), and I'm sad to say that I won't even have a copy of SP2013 to test on. You are welcome to take over the project and modify it if you wish, as I've been pretty busy and can't really look into this until next year, or until I get fired at my current job. I also apologize that you have to deal with SP at the moment. Yimin On 8/8/13, Shane Burgess via RT <bug-SharePoint-SOAPHandler@rt.cpan.org> wrote: Show quoted text
> Thu Aug 08 12:07:32 2013: Request 87714 was acted upon. > Transaction: Ticket created by shane.burgess@gmail.com > Queue: SharePoint-SOAPHandler > Subject: destination type unclear [0] when cp new file to dir created > by cust_mkdir in SP 2013 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: shane.burgess@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87714 > > > > Hello, > > Thank you for this great module but I am having a problem with SharePoint > 2013 > > If I create a directory using cust_mkdir > $args->{'dirName'} = "bar"; > $sharepointobj->cust_mkdir('FOO/'.$args->{'dirName'}); > > The folder is created in SP but when I go to cp a file over, I > get destination type unclear [0]. > > This is where it get's interesting... > > If I then go to sharepoint and then inside the new folder and manually add > the file the type changes from 0 to pd and I can copy files to it all day. > > Any ideas? > > Thank You > -- > -Shane > >
Subject: Re: [rt.cpan.org #87714] destination type unclear [0] when cp new file to dir created by cust_mkdir in SP 2013
Date: Wed, 18 Sep 2013 17:25:30 -0600
To: bug-SharePoint-SOAPHandler [...] rt.cpan.org
From: y s <dbmolester [...] gmail.com>
Hey Shane, Just sitting here thinking about your question more carefully, you said that the destination type changed from 0 to pd. This is the perl code, not the SP error code right? pd in my code means "something with a parent directory" or the sort. I can't confirm unless I dig into the code. I guess when you added the dir, the module couldn't decide if that dir has a parent directory. This _might_ happen if you were trying to add a dir in the SP top level shared folder. If that's the case, the workaround may be to manually create a subfolder under that toplevel one, and then use the perl module to automate moves to the subfolder. I hope that helps a little, Yimin On 8/8/13, Shane Burgess via RT <bug-SharePoint-SOAPHandler@rt.cpan.org> wrote: Show quoted text
> Thu Aug 08 12:07:32 2013: Request 87714 was acted upon. > Transaction: Ticket created by shane.burgess@gmail.com > Queue: SharePoint-SOAPHandler > Subject: destination type unclear [0] when cp new file to dir created > by cust_mkdir in SP 2013 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: shane.burgess@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87714 > > > > Hello, > > Thank you for this great module but I am having a problem with SharePoint > 2013 > > If I create a directory using cust_mkdir > $args->{'dirName'} = "bar"; > $sharepointobj->cust_mkdir('FOO/'.$args->{'dirName'}); > > The folder is created in SP but when I go to cp a file over, I > get destination type unclear [0]. > > This is where it get's interesting... > > If I then go to sharepoint and then inside the new folder and manually add > the file the type changes from 0 to pd and I can copy files to it all day. > > Any ideas? > > Thank You > -- > -Shane > >
Subject: Re: [rt.cpan.org #87714] destination type unclear [0] when cp new file to dir created by cust_mkdir in SP 2013
Date: Wed, 18 Sep 2013 20:07:04 -0400
To: bug-SharePoint-SOAPHandler [...] rt.cpan.org
From: Shane Burgess <shane.burgess [...] gmail.com>
I appreciate your feedback. I have written a new module that uses REST. I have much more work to do on it before I consider sending it to CPAN but your code helped me understand SharePoint from an API perspective so I thank you for that. Thanks Again -Shane On Wed, Sep 18, 2013 at 7:25 PM, y s via RT < bug-SharePoint-SOAPHandler@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=87714 > > > Hey Shane, > > Just sitting here thinking about your question more carefully, you > said that the destination type changed from 0 to pd. This is the perl > code, not the SP error code right? > > pd in my code means "something with a parent directory" or the sort. > I can't confirm unless I dig into the code. > > I guess when you added the dir, the module couldn't decide if that dir > has a parent directory. This _might_ happen if you were trying to > add a dir in the SP top level shared folder. If that's the case, the > workaround may be to manually create a subfolder under that toplevel > one, and then use the perl module to automate moves to the subfolder. > > I hope that helps a little, > > Yimin > > > On 8/8/13, Shane Burgess via RT <bug-SharePoint-SOAPHandler@rt.cpan.org> > wrote:
> > Thu Aug 08 12:07:32 2013: Request 87714 was acted upon. > > Transaction: Ticket created by shane.burgess@gmail.com > > Queue: SharePoint-SOAPHandler > > Subject: destination type unclear [0] when cp new file to dir
> created
> > by cust_mkdir in SP 2013 > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: shane.burgess@gmail.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87714 > > > > > > > Hello, > > > > Thank you for this great module but I am having a problem with SharePoint > > 2013 > > > > If I create a directory using cust_mkdir > > $args->{'dirName'} = "bar"; > > $sharepointobj->cust_mkdir('FOO/'.$args->{'dirName'}); > > > > The folder is created in SP but when I go to cp a file over, I > > get destination type unclear [0]. > > > > This is where it get's interesting... > > > > If I then go to sharepoint and then inside the new folder and manually
> add
> > the file the type changes from 0 to pd and I can copy files to it all
> day.
> > > > Any ideas? > > > > Thank You > > -- > > -Shane > > > >
> >
-- -Shane