Messages In This Digest (10 Messages)
- 1a.
- Re: View raw content of a SharePoint list From: Peter Brunone
- 1b.
- Re: View raw content of a SharePoint list From: Peter Brunone
- 1c.
- Re: View raw content of a SharePoint list From: James McGinley
- 2a.
- Re: Add users to a group when they click on alert me From: Dzifa Amenya
- 2b.
- Re: Add users to a group when they click on alert me From: Peter Brunone
- 2c.
- Re: Add users to a group when they click on alert me From: Dzifa Amenya
- 3a.
- Re: Help with enabling RBS in SharePoint 2010 From: ajrockwell
- 4a.
- Re: How to run a .net 4 application under sp 2010? From: brother.gabriel
- 5a.
- How to get the Announcements List to view like it does by default? From: eeeeeeeee9000
- 5b.
- Re: How to get the Announcements List to view like it does by defaul From: eeeeeeeee9000
Messages
- 1a.
-
Re: View raw content of a SharePoint list
Posted by: "Peter Brunone" peter.brunone@gmail.com peter_brunone
Thu May 3, 2012 12:32 pm (PDT)
Hi Deanna,
Thank you for the response. This would give me exactly what I need
(assumedly more than I would get from owssvr.dll); however I keep getting
stopped with a rather inscrutable error, namely "An error occurred while
processing this request."
I know the list name is right; I double-checked the casing, and when I
change one letter, I get a more useful error ('Resource not found for the
segment "MyListWithTheWrongCase"').
Even weirder, this doesn't happen when I specify a regular custom list
with folders; I only get the error when trying to retrieve a discussion
board. Bizarre.
On Thu, May 3, 2012 at 12:04 PM, Deanna Schneider <
deanna.schneider@gmail.com > wrote:
> If you want to deal with XML, you can use the REST api stuff to get the
> data. Just hit your site with a URL like so:
> http://yoursite.org/_vti_ ()bin/listdata. svc/YourList
>
> (Note - capitalization of the list name matters.)
>
>
> On Thu, May 3, 2012 at 10:24 AM, Peter Brunone <peter.brunone@gmail.com
> >wrote:
>
> > **
> >
> >
> > Does anyone have a good tool recommendation for this? I just want to see
> > every field of every item, and of course the browser UI tends to obscure
> a
> > lot of the data that users don't want to see.
> >
> > Google hasn't given me anything helpful; I probably just don't have the
> > right terms.
> >
> > Anyone?
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
>
>
> --------------------- --------- ------
>
> Yahoo! Groups Links
>
>
>
>
[Non-text portions of this message have been removed]
- 1b.
-
Re: View raw content of a SharePoint list
Posted by: "Peter Brunone" peter.brunone@gmail.com peter_brunone
Thu May 3, 2012 12:32 pm (PDT)
I was not aware of this tool; thanks for the link.
On Thu, May 3, 2012 at 1:31 PM, Venkatesh H <venkat82.h@gmail.com > wrote:
> Did u try Share Point Manager 2010? Try the Grid View of a Custom List in
> that. It will show u the columns.
>
> Regards,
> Venkatesh
>
> On Thu, May 3, 2012 at 11:24 AM, Peter Brunone <peter.brunone@gmail.com
> >wrote:
>
> > **
> >
> >
> > Does anyone have a good tool recommendation for this? I just want to see
> > every field of every item, and of course the browser UI tends to obscure
> a
> > lot of the data that users don't want to see.
> >
> > Google hasn't given me anything helpful; I probably just don't have the
> > right terms.
> >
> > Anyone?
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
>
>
> --------------------- --------- ------
>
> Yahoo! Groups Links
>
>
>
>
[Non-text portions of this message have been removed]
- 1c.
-
Re: View raw content of a SharePoint list
Posted by: "James McGinley" james.mcginley@vitares.com james.mcginley71
Fri May 4, 2012 6:36 am (PDT)
Use SharePoint Designer
-> Lists and libraries -> Specific list -> Any view
Have a look at Data source pane
- initially it will not show the field/column details
In the ribbon
- click on Editing - Advanced mode
- you then see every field
- including those hidden / used internally by SharePoint system
[Non-text portions of this message have been removed]
- 2a.
-
Re: Add users to a group when they click on alert me
Posted by: "Dzifa Amenya" giffaa@yahoo.co.uk giffaa
Thu May 3, 2012 1:06 pm (PDT)
2007
_____________________ _________ __
From: Peter Brunone <peter.brunone@gmail.com >
To: "sharepointdiscussions@yahoogroups. " <sharepointdiscussiocom ns@yahoogroups. >com
Sent: Friday, 23 March 2012, 2:58
Subject: Re: [sharepointdiscussions] Add users to a group when they click on alert me
Which version of SharePoint?
Sent from space.
On Mar 22, 2012, at 11:12 AM, Dzifa Amenya <giffaa@yahoo.co.uk > wrote:
> Dear all Jquery & Sharepoint Experts,
>
> I need to help.
>
> I want ideas on how I can use jquery to add users who click on alert me in a SharePoint blog to a Sharepoint Group.
>
> Thanks
> Dzifa
>
> [Non-text portions of this message have been removed]
>
>
>
> --------------------- --------- ------
>
> Yahoo! Groups Links
>
>
>
[Non-text portions of this message have been removed]
- 2b.
-
Re: Add users to a group when they click on alert me
Posted by: "Peter Brunone" peter.brunone@gmail.com peter_brunone
Thu May 3, 2012 2:35 pm (PDT)
Have you tried the SPServices library?
http://spservices.codeplex. com/
The AddUserToGroup method is listed on this page in the documentation:
http://spservices.codeplex. com/wikipage? title=Users% 20and%20Groups& referringTitle= %24%28%29. SPServices
You'll need to hook up an event to the alert button, but you should be able
to do that with jQuery.
On Thu, May 3, 2012 at 3:00 PM, Dzifa Amenya <giffaa@yahoo.co.uk > wrote:
> 2007
>
>
> _____________________ _________ __
> From: Peter Brunone <peter.brunone@gmail.com >
> Subject: Re: [sharepointdiscussions] Add users to a group when they click
> on alert me
>
> Which version of SharePoint?
>
> Sent from space.
>
> On Mar 22, 2012, at 11:12 AM, Dzifa Amenya <giffaa@yahoo.co.uk > wrote:
>
> > Dear all Jquery & Sharepoint Experts,
> >
> > I need to help.
> >
> > I want ideas on how I can use jquery to add users who click on alert me
> in a SharePoint blog to a Sharepoint Group.
> >
> > Thanks
> > Dzifa
[Non-text portions of this message have been removed]
- 2c.
-
Re: Add users to a group when they click on alert me
Posted by: "Dzifa Amenya" giffaa@yahoo.co.uk giffaa
Fri May 4, 2012 7:37 am (PDT)
Thank you
_____________________ _________ __
From: Peter Brunone <peter.brunone@gmail.com >
To: sharepointdiscussions@yahoogroups. com
Sent: Thursday, 3 May 2012, 22:35
Subject: Re: [sharepointdiscussions] Add users to a group when they click on alert me
Have you tried the SPServices library?
http://spservices.codeplex. com/
The AddUserToGroup method is listed on this page in the documentation:
http://spservices.codeplex. com/wikipage? title=Users% 20and%20Groups& referringTitle= %24%28%29. SPServices
You'll need to hook up an event to the alert button, but you should be able
to do that with jQuery.
On Thu, May 3, 2012 at 3:00 PM, Dzifa Amenya <giffaa@yahoo.co.uk > wrote:
> 2007
>
>
> _____________________ _________ __
> From: Peter Brunone <peter.brunone@gmail.com >
> Subject: Re: [sharepointdiscussions] Add users to a group when they click
> on alert me
>
> Which version of SharePoint?
>
> Sent from space.
>
> On Mar 22, 2012, at 11:12 AM, Dzifa Amenya <giffaa@yahoo.co.uk > wrote:
>
> > Dear all Jquery & Sharepoint Experts,
> >
> > I need to help.
> >
> > I want ideas on how I can use jquery to add users who click on alert me
> in a SharePoint blog to a Sharepoint Group.
> >
> > Thanks
> > Dzifa
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
- 3a.
-
Re: Help with enabling RBS in SharePoint 2010
Posted by: "ajrockwell" trock06@gmail.com ajrockwell
Thu May 3, 2012 1:12 pm (PDT)
What server is giving you this error when you try to enable?
That error usually pops up when you try to enable on the SQL Server prior to installing on the SP WFE(s).
--- In sharepointdiscussions@yahoogroups. , jason white <jasonwhitestl@com ...> wrote:
>
> My DBA has configured our SharePoint SQL instance for file streaming, and
> verified all of the settings are correct. I have been following Todd
> Klindts post on configuring RBS, and everything seems fine until i get to
> enabling RBS.
>
> http://www.toddklindt.com/blog/ Lists/Posts/ Post.aspx? ID=174
>
>
> The RBS client was downloaded from the Microsoft SQL Server 2008R2 feature
> pack site http://www.microsoft.com/en- us/download/ details.aspx? id=16978
>
>
> The install command for the RBS client
>
>
> msiexec /qn /lvx* rbs_install_log.txt /i RBS.msi
> TRUSTSERVERCERTIFICATE=true
> FILEGROUP=PRIMARY DBNAME="WSS_Content_Blob" DBINSTANCE=" 9904\sharepoint"
> FILESTREAMFILEGROUP=RBSFilestreamPr ovider FILESTREAMSTORENAME =FilestreamProvi der
>
>
> The command to enable RBS
>
> PS C:\Users\white2> $cdb = Get-SPContentDatabase wss_content_ blob
> PS C:\Users\white2> $rbss = $cdb.RemoteBlobStorageSettings
> PS C:\Users\white2> $rbss.Installed()
> False
> PS C:\Users\white2> $rbss.Enable()
> Exception calling "Enable" with "0" argument(s): "SQL remote blob storage must
> be installed on each web front end server and on the content database before it
> may be used."
> At line:1 char:13
> + $rbss.Enable <<<< ()
> + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
> + FullyQualifiedErrorId : DotNetMethodExcepti on
>
>
> Any help would be great
>
> thanks,
>
> Jason
>
>
> [Non-text portions of this message have been removed]
>
- 4a.
-
Re: How to run a .net 4 application under sp 2010?
Posted by: "brother.gabriel" brgabriel@sspx.org brother.gabriel
Thu May 3, 2012 7:22 pm (PDT)
Thank you for the confirmation.
--- In sharepointdiscussions@yahoogroups. , Patrick Reeves <patrickwreeves@com ...> wrote:
>
> Correct. Both Sharepoint 2007 & 2010 only support up to .Net 3.5
>
>
>
> On Wed, May 2, 2012 at 1:56 PM, brother.gabriel <brgabriel@...> wrote:
>
> > **
> >
> >
> > I see that on this page,
> > http://www.asp.net/whitepapers/ you cannot run aaspnet4/breaking -changes,
> > .net 4 web application under sharepoint.
> >
> >
> > --- In sharepointdiscussions@yahoogroups. , "brother.gabriel"com
> > <brgabriel@> wrote:
> > >
> > > Salvete! I have an aspx page that needs to run under .net 4. How can I
> > use this in my sharepoint site and run it under sharepoint in iis7? I know
> > I could put it in an external site and use a page-viewer web part, but I
> > want the page to be accessible *only* through the sharepoint site.
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
- 5a.
-
How to get the Announcements List to view like it does by default?
Posted by: "eeeeeeeee9000" eric.cavanaugh@mecklenburgcountync.gov doombilly
Fri May 4, 2012 7:16 am (PDT)
There doesn't seem to be a named view for the Announcements list. When you first create it it shows styling that has the title at the top in Bold, the date to the right and the body underneath it. But if you "Edit Current View" there is no way to get back to it.
I've messed mine up and need to get back to the original look. MOSS2007.
Eric
- 5b.
-
Re: How to get the Announcements List to view like it does by defaul
Posted by: "eeeeeeeee9000" eric.cavanaugh@mecklenburgcountync.gov doombilly
Fri May 4, 2012 7:24 am (PDT)
Heh, never mind. I missed the "Summary View."
--- In sharepointdiscussions@yahoogroups. , "eeeeeeeee9000" <eric.cavanaugh@com ...> wrote:
>
> There doesn't seem to be a named view for the Announcements list. When you first create it it shows styling that has the title at the top in Bold, the date to the right and the body underneath it. But if you "Edit Current View" there is no way to get back to it.
> I've messed mine up and need to get back to the original look. MOSS2007.
> Eric
>
Need to Reply?
Click one of the "Reply" links to respond to a specific message in the Daily Digest.
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Individual | Switch format to Traditional
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
No comments:
Post a Comment