Saturday, May 5, 2012

[sharepointdiscussions] Digest Number 4438

Messages In This Digest (10 Messages)

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.com" <sharepointdiscussions@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.com, jason white <jasonwhitestl@...> 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=RBSFilestreamProvider FILESTREAMSTORENAME=FilestreamProvider
>
>
> 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 : DotNetMethodException
>
>
> 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.com, Patrick Reeves <patrickwreeves@...> 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/aspnet4/breaking-changes, you cannot run a
> > .net 4 web application under sharepoint.
> >
> >
> > --- In sharepointdiscussions@yahoogroups.com, "brother.gabriel"
> > <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.com, "eeeeeeeee9000" <eric.cavanaugh@...> 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
>

Recent Activity
Visit Your Group
Yahoo! Groups

Mental Health Zone

Learn about issues

Find support

Yahoo! Groups

Small Business Group

Share experiences

with owners like you

New web site?

Drive traffic now.

Get your business

on Yahoo! search.

Need to Reply?

Click one of the "Reply" links to respond to a specific message in the Daily Digest.

Create New Topic | Visit Your Group on the Web

No comments: