RE: Problem with Webparts [SEC=UNCLASSIFIED]

2009-02-05 Thread Paul Noone
Have you got a screenshot Fadi?

Does this error replace the entire page or just one or more web parts?


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Noja, Fadi
Sent: Thursday, 5 February 2009 5:36 PM
To: ozmoss@ozmoss.com
Subject: RE: Problem with Webparts [SEC=UNCLASSIFIED]

There is no absolute URL's set in the webparts.  There's no event log errors 
either.


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Thursday, 5 February 2009 4:34 PM
To: ozmoss@ozmoss.com
Subject: RE: Problem with Webparts [SEC=UNCLASSIFIED]

Check there are no absolute URLs set within the web part itself.

Could be that the web part is loading but the content is not.

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of ken zheng
Sent: Thursday, 5 February 2009 4:35 PM
To: ozmoss@ozmoss.com
Subject: RE: Problem with Webparts [SEC=UNCLASSIFIED]

Have you modified ItemStyle.xslt?

Date: Thu, 5 Feb 2009 16:14:31 +1100
From: fadi.n...@fahcsia.gov.au
Subject: Problem with Webparts [SEC=UNCLASSIFIED]
To: ozmoss@ozmoss.com

Hi,



Not sure if anyone has had this problem before, but we have developed a SP site 
and when you hit the site, the webparts work fine, however if you hit them 
through another URL (set up through alternate access mapping) we get the 
following:



"Unable to display this Web Part. To troubleshoot the problem, open this Web 
page in a Windows SharePoint Services-compatible HTML editor such as Microsoft 
Office SharePoint Designer. If the problem persists, contact your Web server 
administrator."



Has anyone else come across this?


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



Setting a page's Approval Status

2009-02-05 Thread Zelda Leung
Hi all,

My apologies if this has been asked before, but is there a way to set
all the "Approval Status" columns of all pages in a site collection to
"Pending" via stsadm or something similar?  The pages are all using the
out of the box publishing workflows if that affects the solution?

Cheers,
Zelda

Zelda Leung
Principal Developer
Legal Aid QLD |  IT Services
Ph: 3238 3626 | 44 Herschel St, Brisbane 4000


DISCLAIMER: The contents of this email (including any attachments) are 
confidential and privileged and are intended only for the addressee. Any 
confidentiality or privilege is not waived or lost because this email has been 
sent to you by mistake. Any unauthorised use of the contents  of this email is 
expressly prohibited.

If you receive this email in error, please contact us, then delete the email.

Emails may be interfered with, may contain computer viruses or other defects 
and may not be successfully replicated on other systems. We give no warranties 
in relation to these matters. If you have any doubts about the authenticity of 
an email purportedly sent by us, please contact us immediately.


Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Setting a page's Approval Status

2009-02-05 Thread Jeremy Thake
I believe you'd have to use the SharePoint Object Model (C#/VB.NET code) to 
modify the status of a workflow associated with a Page (which is basically a 
List Item (SPListItem) in a SharePoint List (SPList).

I would advise against changing the List Item status column metadata directly 
as this is done by the Workflow as it progresses through its states, and 
therefore you really do need to trigger the workflow to make it change the 
status so it stays in sync.

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Zelda Leung
Sent: Friday, February 06, 2009 10:49 AM
To: ozmoss@ozmoss.com
Subject: Setting a page's Approval Status


Hi all,

My apologies if this has been asked before, but is there a way to set all the 
"Approval Status" columns of all pages in a site collection to "Pending" via 
stsadm or something similar?  The pages are all using the out of the box 
publishing workflows if that affects the solution?

Cheers,

Zelda

Zelda Leung

Principal Developer

Legal Aid QLD |  IT Services

Ph: 3238 3626 | 44 Herschel St, Brisbane 4000

DISCLAIMER: The contents of this email (including any attachments) are 
confidential and privileged and are intended only for the addressee. Any 
confidentiality or privilege is not waived or lost because this email has been 
sent to you by mistake. Any unauthorised use of the contents of this email is 
expressly prohibited.



If you receive this email in error, please contact us, then delete the email.



Emails may be interfered with, may contain computer viruses or other defects 
and may not be successfully replicated on other systems. We give no warranties 
in relation to these matters. If you have any doubts about the authenticity of 
an email purportedly sent by us, please contact us immediately.




Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Setting a page's Approval Status

2009-02-05 Thread Zelda Leung
Under normal circumstances I would completely agree.  The problem in
this scenario is that the group who are in charge of checking pages went
through all the pages, checked them, and now wish to have our approvers
approve them, but they didn't set the pages they checked to "Submit for
approval"!

 

Approvers are only interested in that little "Approve" button at the top
of the page, and the people who checked them have no desire to go
through the thousands of pages on the site again to set them to be
pending approval.  Hence I'm left trying to work out how to make
everything set to pending approval :-(

 

I'll have a crack at coding something to change the workflow status :-)

 

Thanks,

Zelda

 

Zelda Leung | Principal Developer | Legal Aid QLD | Ph: 3238 3626

 



From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Jeremy
Thake
Sent: Friday, February 06, 2009 11:52 AM
To: ozmoss@ozmoss.com
Subject: RE: Setting a page's Approval Status

 

I believe you'd have to use the SharePoint Object Model (C#/VB.NET code)
to modify the status of a workflow associated with a Page (which is
basically a List Item (SPListItem) in a SharePoint List (SPList). 

 

I would advise against changing the List Item status column metadata
directly as this is done by the Workflow as it progresses through its
states, and therefore you really do need to trigger the workflow to make
it change the status so it stays in sync.

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Zelda
Leung
Sent: Friday, February 06, 2009 10:49 AM
To: ozmoss@ozmoss.com
Subject: Setting a page's Approval Status

 

Hi all,

My apologies if this has been asked before, but is there a way to set
all the "Approval Status" columns of all pages in a site collection to
"Pending" via stsadm or something similar?  The pages are all using the
out of the box publishing workflows if that affects the solution?

Cheers,

Zelda

Zelda Leung

Principal Developer

Legal Aid QLD |  IT Services

Ph: 3238 3626 | 44 Herschel St, Brisbane 4000

DISCLAIMER: The contents of this email (including any attachments) are
confidential and privileged and are intended only for the addressee. Any
confidentiality or privilege is not waived or lost because this email
has been sent to you by mistake. Any unauthorised use of the contents of
this email is expressly prohibited.

 

If you receive this email in error, please contact us, then delete the
email.

 

Emails may be interfered with, may contain computer viruses or other
defects and may not be successfully replicated on other systems. We give
no warranties in relation to these matters. If you have any doubts about
the authenticity of an email purportedly sent by us, please contact us
immediately.

 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com

Subscribe: ozmoss-subscr...@ozmoss.com

Unsubscribe: ozmoss-unsubscr...@ozmoss.com

List FAQ: http://www.codify.com/lists/ozmoss
 

Other lists you might want to join: http://www.codify.com/lists
 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
 
Other lists you might want to join: http://www.codify.com/lists
 

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Setting a page's Approval Status

2009-02-05 Thread Jeremy Thake
If you are using MOSS you can use the 'Manage Content and Structure' and view 
pages with a particular status and maybe be able to bulk 'submit for approval', 
I know you can bulk 'Publish' never tried submit for approval.

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Zelda Leung
Sent: Friday, February 06, 2009 11:19 AM
To: ozmoss@ozmoss.com
Subject: RE: Setting a page's Approval Status

Under normal circumstances I would completely agree.  The problem in this 
scenario is that the group who are in charge of checking pages went through all 
the pages, checked them, and now wish to have our approvers approve them, but 
they didn't set the pages they checked to "Submit for approval"!

Approvers are only interested in that little "Approve" button at the top of the 
page, and the people who checked them have no desire to go through the 
thousands of pages on the site again to set them to be pending approval.  Hence 
I'm left trying to work out how to make everything set to pending approval :(

I'll have a crack at coding something to change the workflow status :)

Thanks,
Zelda

Zelda Leung | Principal Developer | Legal Aid QLD | Ph: 3238 3626


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Jeremy Thake
Sent: Friday, February 06, 2009 11:52 AM
To: ozmoss@ozmoss.com
Subject: RE: Setting a page's Approval Status

I believe you'd have to use the SharePoint Object Model (C#/VB.NET code) to 
modify the status of a workflow associated with a Page (which is basically a 
List Item (SPListItem) in a SharePoint List (SPList).

I would advise against changing the List Item status column metadata directly 
as this is done by the Workflow as it progresses through its states, and 
therefore you really do need to trigger the workflow to make it change the 
status so it stays in sync.

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Zelda Leung
Sent: Friday, February 06, 2009 10:49 AM
To: ozmoss@ozmoss.com
Subject: Setting a page's Approval Status


Hi all,

My apologies if this has been asked before, but is there a way to set all the 
"Approval Status" columns of all pages in a site collection to "Pending" via 
stsadm or something similar?  The pages are all using the out of the box 
publishing workflows if that affects the solution?

Cheers,

Zelda

Zelda Leung

Principal Developer

Legal Aid QLD |  IT Services

Ph: 3238 3626 | 44 Herschel St, Brisbane 4000

DISCLAIMER: The contents of this email (including any attachments) are 
confidential and privileged and are intended only for the addressee. Any 
confidentiality or privilege is not waived or lost because this email has been 
sent to you by mistake. Any unauthorised use of the contents of this email is 
expressly prohibited.



If you receive this email in error, please contact us, then delete the email.



Emails may be interfered with, may contain computer viruses or other defects 
and may not be successfully replicated on other systems. We give no warranties 
in relation to these matters. If you have any doubts about the authenticity of 
an email purportedly sent by us, please contact us immediately.




Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



Permission issues

2009-02-05 Thread Paul Noone
Hi guys,

We're getting permission and authentication issues (again) which I'm hoping 
someone else has experienced and found a resolution to. Everything was working 
just fine until very recently. No one knows of (or is willing to admit) any 
network related changes.

Scenario: I grant a user contribute  access to a folder in a team site shared 
library using Mange Permissions. I provide the URL to the folder and when 
navigating to it they receive an Access Denied screen. If they click "request 
access" and access is again granted, they continue to get the Access Denied 
screen.

I have checked and rechecked the permissions on the folder and also at the 
library level (where they have Limited Access). The user exists in all the 
appropriate AD groups and can happily access all the top-level sites.

Does anyone have any idea what could be causing this? It's driving me nuts. 
Could the mysterious ViewFormPagesLockDown feature be in any way responsible? 
[Just clutching at straws.]

Kind regards,

Paul


Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Permission issues

2009-02-05 Thread Jeremy Thake
I have seen this before intermittently and it was an issue with the Domain 
Controller and Kerberos configuration at server level.

But also, are you patched up to the latest patches for SharePoint (December 
2008 Cumulative Update)?

It could possibly be a:

* Server caching issue?

* Client browser caching issue?

* Are you in a farm environment and propagation isn't work properly to 
web front end servers?

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Friday, February 06, 2009 11:57 AM
To: ozmoss@ozmoss.com
Subject: Permission issues

Hi guys,

We're getting permission and authentication issues (again) which I'm hoping 
someone else has experienced and found a resolution to. Everything was working 
just fine until very recently. No one knows of (or is willing to admit) any 
network related changes.

Scenario: I grant a user contribute  access to a folder in a team site shared 
library using Mange Permissions. I provide the URL to the folder and when 
navigating to it they receive an Access Denied screen. If they click "request 
access" and access is again granted, they continue to get the Access Denied 
screen.

I have checked and rechecked the permissions on the folder and also at the 
library level (where they have Limited Access). The user exists in all the 
appropriate AD groups and can happily access all the top-level sites.

Does anyone have any idea what could be causing this? It's driving me nuts. 
Could the mysterious ViewFormPagesLockDown feature be in any way responsible? 
[Just clutching at straws.]

Kind regards,

Paul


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Permission issues [SEC=UNCLASSIFIED]

2009-02-05 Thread Noja, Fadi
Are they also load balanced?  It could be a server caching issue.

 

Fadi

 

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul
Noone
Sent: Friday, February 06, 2009 11:57 AM
To: ozmoss@ozmoss.com
Subject: Permission issues

 

Hi guys,

 

We're getting permission and authentication issues (again) which I'm
hoping someone else has experienced and found a resolution to.
Everything was working just fine until very recently. No one knows of
(or is willing to admit) any network related changes.

 

Scenario: I grant a user contribute  access to a folder in a team site
shared library using Mange Permissions. I provide the URL to the folder
and when navigating to it they receive an Access Denied screen. If they
click "request access" and access is again granted, they continue to get
the Access Denied screen.

 

I have checked and rechecked the permissions on the folder and also at
the library level (where they have Limited Access). The user exists in
all the appropriate AD groups and can happily access all the top-level
sites.

 

Does anyone have any idea what could be causing this? It's driving me
nuts. Could the mysterious ViewFormPagesLockDown feature be in any way
responsible? [Just clutching at straws.]

 

Kind regards,

Paul 

 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com

Subscribe: ozmoss-subscr...@ozmoss.com

Unsubscribe: ozmoss-unsubscr...@ozmoss.com

List FAQ: http://www.codify.com/lists/ozmoss
 

Other lists you might want to join: http://www.codify.com/lists
 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
 
Other lists you might want to join: http://www.codify.com/lists
 

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Permission issues

2009-02-05 Thread Brian Farnhill
I don't think the ViewFormPagesLockDown feature is to blame here, that is only 
going to affect anonymous users from what I know of it, so if your user is 
authenticated and logged in then there won't be any dramas at all. The easy way 
to verify that though would be to see if they can create a list item somewhere 
in the same site, if they can then there is definately nothing going on with 
that feature.

Is there anything in the 12 log to indicate what else could be going wrong 
there?

Brian Farnhill
Consultant
Technical Consulting

Direct:   02 6225 4307
Main: 02 6225 4333
Mobile:   0408 289 303
Fax:  02 6225 4334
Email:brian.farnh...@uniqueworld.net
Web: www.uniqueworld.net
Blog: pointstoshare.spaces.live.com

Microsoft Certified Application Developer

From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Paul Noone 
[paul.no...@ceosyd.catholic.edu.au]
Sent: Friday, 6 February 2009 1:57 PM
To: ozmoss@ozmoss.com
Subject: Permission issues

Hi guys,

We’re getting permission and authentication issues (again) which I’m hoping 
someone else has experienced and found a resolution to. Everything was working 
just fine until very recently. No one knows of (or is willing to admit) any 
network related changes.

Scenario: I grant a user contribute  access to a folder in a team site shared 
library using Mange Permissions. I provide the URL to the folder and when 
navigating to it they receive an Access Denied screen. If they click “request 
access” and access is again granted, they continue to get the Access Denied 
screen.

I have checked and rechecked the permissions on the folder and also at the 
library level (where they have Limited Access). The user exists in all the 
appropriate AD groups and can happily access all the top-level sites.

Does anyone have any idea what could be causing this? It’s driving me nuts. 
Could the mysterious ViewFormPagesLockDown feature be in any way responsible? 
[Just clutching at straws.]

Kind regards,

Paul


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Permission issues [SEC=UNCLASSIFIED]

2009-02-05 Thread Noja, Fadi
I also had that issue, but mine was cause by IE8 beta.  What browser are
they using?

 



From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Brian
Farnhill
Sent: Friday, 6 February 2009 2:05 PM
To: ozmoss@ozmoss.com
Subject: RE: Permission issues

 

I don't think the ViewFormPagesLockDown feature is to blame here, that
is only going to affect anonymous users from what I know of it, so if
your user is authenticated and logged in then there won't be any dramas
at all. The easy way to verify that though would be to see if they can
create a list item somewhere in the same site, if they can then there is
definately nothing going on with that feature.

 

Is there anything in the 12 log to indicate what else could be going
wrong there?

 

Brian Farnhill 
Consultant
Technical Consulting 

Direct:   02 6225 4307
Main: 02 6225 4333
Mobile:   0408 289 303
Fax:  02 6225 4334
Email:brian.farnh...@uniqueworld.net
 
Web: www.uniqueworld.net  
Blog: pointstoshare.spaces.live.com
 

Microsoft Certified Application Developer



From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Paul Noone
[paul.no...@ceosyd.catholic.edu.au]
Sent: Friday, 6 February 2009 1:57 PM
To: ozmoss@ozmoss.com
Subject: Permission issues

Hi guys,

 

We're getting permission and authentication issues (again) which I'm
hoping someone else has experienced and found a resolution to.
Everything was working just fine until very recently. No one knows of
(or is willing to admit) any network related changes.

 

Scenario: I grant a user contribute  access to a folder in a team site
shared library using Mange Permissions. I provide the URL to the folder
and when navigating to it they receive an Access Denied screen. If they
click "request access" and access is again granted, they continue to get
the Access Denied screen.

 

I have checked and rechecked the permissions on the folder and also at
the library level (where they have Limited Access). The user exists in
all the appropriate AD groups and can happily access all the top-level
sites.

 

Does anyone have any idea what could be causing this? It's driving me
nuts. Could the mysterious ViewFormPagesLockDown feature be in any way
responsible? [Just clutching at straws.]

 

Kind regards,

Paul 

 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com

Subscribe: ozmoss-subscr...@ozmoss.com

Unsubscribe: ozmoss-unsubscr...@ozmoss.com

List FAQ: http://www.codify.com/lists/ozmoss
 

Other lists you might want to join: http://www.codify.com/lists
 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
 
Other lists you might want to join: http://www.codify.com/lists
 

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Permission issues

2009-02-05 Thread Paul Noone
Thanks guys, I'll check out all those avenues first.

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Jeremy Thake
Sent: Friday, 6 February 2009 2:03 PM
To: ozmoss@ozmoss.com
Subject: RE: Permission issues

I have seen this before intermittently and it was an issue with the Domain 
Controller and Kerberos configuration at server level.

But also, are you patched up to the latest patches for SharePoint (December 
2008 Cumulative Update)?

It could possibly be a:

* Server caching issue?

* Client browser caching issue?

* Are you in a farm environment and propagation isn't work properly to 
web front end servers?

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Friday, February 06, 2009 11:57 AM
To: ozmoss@ozmoss.com
Subject: Permission issues

Hi guys,

We're getting permission and authentication issues (again) which I'm hoping 
someone else has experienced and found a resolution to. Everything was working 
just fine until very recently. No one knows of (or is willing to admit) any 
network related changes.

Scenario: I grant a user contribute  access to a folder in a team site shared 
library using Mange Permissions. I provide the URL to the folder and when 
navigating to it they receive an Access Denied screen. If they click "request 
access" and access is again granted, they continue to get the Access Denied 
screen.

I have checked and rechecked the permissions on the folder and also at the 
library level (where they have Limited Access). The user exists in all the 
appropriate AD groups and can happily access all the top-level sites.

Does anyone have any idea what could be causing this? It's driving me nuts. 
Could the mysterious ViewFormPagesLockDown feature be in any way responsible? 
[Just clutching at straws.]

Kind regards,

Paul


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Permission issues

2009-02-05 Thread Paul Noone
A bit more digging around seems to point to the Profile Import.

Firstly, the scheduled imports aren't running. Neither is the compilation 
schedule for Audiences.

They are set. And there are no errors. They're just not running.

The timer service is running but the Timer Job status window is showing very 
large and consistent gaps.

Don't know whether any of this is related but it should probably be seen to.

Otherwise the boxes are pretty well up-to-date. Users are running IE6 or IE7.

I'll just keep digging. No doubt the problem will resolve itself before I find 
the cause...

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Friday, 6 February 2009 2:06 PM
To: ozmoss@ozmoss.com
Subject: RE: Permission issues

Thanks guys, I'll check out all those avenues first.

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Jeremy Thake
Sent: Friday, 6 February 2009 2:03 PM
To: ozmoss@ozmoss.com
Subject: RE: Permission issues

I have seen this before intermittently and it was an issue with the Domain 
Controller and Kerberos configuration at server level.

But also, are you patched up to the latest patches for SharePoint (December 
2008 Cumulative Update)?

It could possibly be a:

* Server caching issue?

* Client browser caching issue?

* Are you in a farm environment and propagation isn't work properly to 
web front end servers?

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Friday, February 06, 2009 11:57 AM
To: ozmoss@ozmoss.com
Subject: Permission issues

Hi guys,

We're getting permission and authentication issues (again) which I'm hoping 
someone else has experienced and found a resolution to. Everything was working 
just fine until very recently. No one knows of (or is willing to admit) any 
network related changes.

Scenario: I grant a user contribute  access to a folder in a team site shared 
library using Mange Permissions. I provide the URL to the folder and when 
navigating to it they receive an Access Denied screen. If they click "request 
access" and access is again granted, they continue to get the Access Denied 
screen.

I have checked and rechecked the permissions on the folder and also at the 
library level (where they have Limited Access). The user exists in all the 
appropriate AD groups and can happily access all the top-level sites.

Does anyone have any idea what could be causing this? It's driving me nuts. 
Could the mysterious ViewFormPagesLockDown feature be in any way responsible? 
[Just clutching at straws.]

Kind regards,

Paul


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Permission issues

2009-02-05 Thread Wampers, Wilson [Talent International]
Hi Paul,

 

I've encountered similar issues when using AD Groups combined with
SharePoint Groups. (in a Kerberos environment).

This appears to cause functionality loss in particular, Presence,
Save-As functionality, Site Membership, and My SharePoint Sites and
perhaps elsewhere to?

When resorting to Individual AD Accounts assigned to SharePoint Groups
there doesn't seem to be any functionality loss.

Hope this helps.

Kind Regards, Wilson 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul
Noone
Sent: Friday, 6 February 2009 14:01
To: ozmoss@ozmoss.com
Subject: RE: Permission issues

 

A bit more digging around seems to point to the Profile Import.

 

Firstly, the scheduled imports aren't running. Neither is the
compilation schedule for Audiences.

 

They are set. And there are no errors. They're just not running.

 

The timer service is running but the Timer Job status window is showing
very large and consistent gaps.

 

Don't know whether any of this is related but it should probably be seen
to.

 

Otherwise the boxes are pretty well up-to-date. Users are running IE6 or
IE7.

 

I'll just keep digging. No doubt the problem will resolve itself before
I find the cause...

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul
Noone
Sent: Friday, 6 February 2009 2:06 PM
To: ozmoss@ozmoss.com
Subject: RE: Permission issues

 

Thanks guys, I'll check out all those avenues first.

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Jeremy
Thake
Sent: Friday, 6 February 2009 2:03 PM
To: ozmoss@ozmoss.com
Subject: RE: Permission issues

 

I have seen this before intermittently and it was an issue with the
Domain Controller and Kerberos configuration at server level.

 

But also, are you patched up to the latest patches for SharePoint
(December 2008 Cumulative Update)?

 

It could possibly be a:

* Server caching issue?

* Client browser caching issue?

* Are you in a farm environment and propagation isn't work
properly to web front end servers?

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul
Noone
Sent: Friday, February 06, 2009 11:57 AM
To: ozmoss@ozmoss.com
Subject: Permission issues

 

Hi guys,

 

We're getting permission and authentication issues (again) which I'm
hoping someone else has experienced and found a resolution to.
Everything was working just fine until very recently. No one knows of
(or is willing to admit) any network related changes.

 

Scenario: I grant a user contribute  access to a folder in a team site
shared library using Mange Permissions. I provide the URL to the folder
and when navigating to it they receive an Access Denied screen. If they
click "request access" and access is again granted, they continue to get
the Access Denied screen.

 

I have checked and rechecked the permissions on the folder and also at
the library level (where they have Limited Access). The user exists in
all the appropriate AD groups and can happily access all the top-level
sites.

 

Does anyone have any idea what could be causing this? It's driving me
nuts. Could the mysterious ViewFormPagesLockDown feature be in any way
responsible? [Just clutching at straws.]

 

Kind regards,

Paul 

 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com

Subscribe: ozmoss-subscr...@ozmoss.com

Unsubscribe: ozmoss-unsubscr...@ozmoss.com

List FAQ: http://www.codify.com/lists/ozmoss
 

Other lists you might want to join: http://www.codify.com/lists
 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com

Subscribe: ozmoss-subscr...@ozmoss.com

Unsubscribe: ozmoss-unsubscr...@ozmoss.com

List FAQ: http://www.codify.com/lists/ozmoss
 

Other lists you might want to join: http://www.codify.com/lists
 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com

Subscribe: ozmoss-subscr...@ozmoss.com

Unsubscribe: ozmoss-unsubscr...@ozmoss.com

List FAQ: http://www.codify.com/lists/ozmoss
 

Other lists you might want to join: http://www.codify.com/lists
 



Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com

Subscribe: ozmoss-subscr...@ozmoss.com

Unsubscribe: ozmoss-unsubscr...@ozmoss.com

List FAQ: http://www.codify.com/lists/ozmoss
 

Other lists you might want to join: http://www.codify.com/lists
 


Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subsc