MySite Customisation :)

2012-04-03 Thread Uzma Naz

I have copied one of the files that appears in MySites (organisation browser) 
and have renamed this to test.aspx. This test.aspx is then linked using the 
quick launch in site settings. 

In this test.aspx i have added a data form web part linked to my data source. I 
would like to filter this data form web part on the profile you are viewing, so 
I need to draw in via paramters or filters in the data form web part but not 
sure what the best approach is. 

The profile you are viewing has the preferred name and I guess I can draw in 
the domain/username too.. but do I use a control source? Has anyone done this 
sort of dev before (pure SP Designer mind you)

Uzma
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


SharePoint Designer Gurus - Change Background Colour based on @Value...

2012-03-02 Thread Uzma Naz

Hi

Looking at a way of changing the background colour of a data form web part 
based on column data. 

I can't use conditional formatting as the colours are defined in the database 
columns (presented in HEX format)

I have looked around and it looks like i need to customise my XSL. 

So I thought of adding: 

 xsl:variable name=color select=$@BgColour/ within the dvt_1.body 
template then call background colour.. but have no joy

Has anyone worked on something like this before? Should I just create a new 
stylesheet?? Not sure and scratching my head!!! 

Thanks. 
  attachment: image003.jpgattachment: image004.png___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Very strange SP Designer 2007 issue!

2011-10-24 Thread Uzma Naz

I have a simple SharePoint list, column called headshot which is a hyperlink.
This is filled with the URL of a photo on the Intranet.
This hyperlink appears fine as a picture in a view created and placed in a 
sharepoint page. 

So I have had to use designer to carry out some fancy work. 

So I have created a data view web part and connect to the SP list in the data 
sources. When I drag the headshot column into a data view web part using 
Designer, the URL comes up with an extra comma which is ',' so when changing 
the formatting of the URL to a picture, the image does not appear.

I have double checked the list and the URL is correct and does not have any 
extra spaces.. happens to all list items..

I have managed to create a new forumla which strips out the extra , in the 
headshot column, but this cannot be formatted as a pciture as HTML and XSL 
cannot be mixed..

Has anyone come across this before? What's the fix?

Any advice will help! 

Uzma

  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Dev Server Slow Down after Windows Update!

2011-09-30 Thread Uzma Naz

Hi Matthew, 

Thanks for the tip. I have run the log viewer and have seen that evertime there 
an inital request, the logs indicate that an upgrade is checked prior to 
returning the site? I do need to look into these logs more, but here's a 
sample: 

09/30/2011 09:52:48.51w3wp.exe (0x0904)0x17F8SharePoint Foundation  
  Upgradefbv7Medium[w3wp] [SPDelegateManager] [DEBUG] [30/09/2011 
09:52:48]: Waiting for mutex to initialize type dictionary
09/30/2011 09:52:48.51w3wp.exe (0x0904)0x17F8SharePoint Foundation  
  Upgradefbv7Medium[w3wp] [SPDelegateManager] [DEBUG] [30/09/2011 
09:52:48]: Obtained mutex
09/30/2011 09:52:48.51w3wp.exe (0x0904)0x17F8SharePoint Foundation  
  Upgradefbv7Medium[w3wp] [SPDelegateManager] [DEBUG] [30/09/2011 
09:52:48]: Registering assemlies and sequences
09/30/2011 09:52:48.51w3wp.exe (0x0904)0x17F8SharePoint Foundation  
  Upgradefbv7Medium[w3wp] [SPDelegateManager] [DEBUG] [30/09/2011 
09:52:48]: Begin registering Microsoft.SharePoint, Version=14.0.0.0, 
Culture=neutral, PublicKeyToken=71e9bce111e9429c.
09/30/2011 09:52:48.51w3wp.exe (0x0904)0x17F8SharePoint Foundation  
  Upgradefbv7Medium[w3wp] [SPDelegateManager] [DEBUG] [30/09/2011 
09:52:48]: Using assembly manifest 
Microsoft.SharePoint.UpgradeAssemblyManifest.
09/30/2011 09:52:48.51w3wp.exe (0x0904)0x17F8SharePoint Foundation  
  Upgradefbv7Medium[w3wp] [SPDelegateManager] [DEBUG] [30/09/2011 
09:52:48]: Registering 
[Microsoft.SharePoint.Upgrade.SPConfigurationDatabaseSequence] for 
[Microsoft.SharePoint.Administration.SPConfigurationDatabase], Phase: 0, Order: 
0.
09/30/2011 09:52:48.52w3wp.exe (0x0904)0x17F8SharePoint Foundation  
  Upgradefbv7Medium[w3wp] [SPDelegateManager] [DEBUG] [30/09/2011 
09:52:48]: Registering 
[Microsoft.SharePoint.Upgrade.SPConfigurationDatabaseSequence2] for 
[Microsoft.SharePoint.Administration.SPConfigurationDatabase], Phase: 1, Order: 
0.
09/30/2011 09:52:48.52w3wp.exe (0x0904)0x17F8SharePoint Foundation  
  Upgradefbv7Medium[w3wp] [SPDelegateManager] [DEBUG] [30/09/2011 
09:52:48]: Registering [Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence] 
for [Microsoft.SharePoint.Administration.SPContentDatabase], Phase: 0, Order: 
0.
09/30/2011 09:52:48.52w3wp.exe (0x0904)0x17F8SharePoint Foundation  
  Upgradefbv7Medium[w3wp] [SPDelegateManager] [DEBUG] [30/09/2011 
09:52:48]: Registering 
[Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence2] for 
[Microsoft.SharePoint.Administration.SPContentDatabase], Phase: 1, Order: 0.


What's worrying is taht it's a SharePoint Foundation log, my server was 
installed with SP 2010 and the build is the RTM one at the moment.. I have no 
idea what to do with this!!






From: cos...@gmail.com
To: ozmoss@ozmoss.com
Subject: RE: Dev Server Slow Down after Windows Update!
Date: Thu, 29 Sep 2011 11:46:15 +1000



Have you  checked the diagnostic logs?  Set them to medium, download the 
sharepoint log viewer (http://sharepointlogviewer.codeplex.com/) and point it 
to your 14 directory and set it into live mode, hit the site and see if 
anything interesting comes up.  You should see your requests coming through as 
you ping the site.  You might also have some luck installing fiddler on the 
client, and check where your requests are going, and ensure that it’s a server 
issue by looking at the response times of the requests. You might find that 
it’s a client issue?  Have you tried using a different browser?  Ensured no 
proxies have been installed via GP or anything? Cheers, Matthew Cosier
CTO / Director
Hazaa Pty Ltd 
m: +61 428322904 
e: m...@hazaa.com.au | w: http://www.hazaa.com.au From: 
ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Uzma 
Naz
Sent: Thursday, 29 September 2011 8:32 AM
To: ozmoss@ozmoss.com
Subject: Dev Server Slow Down after Windows Update! I was working on my SP 2010 
dev server nicely to upgrade our internal systems when I noticed an extreme 
slowdown. I thought it was a broken workflow and after many days and hours of 
troubleshooting, it looks liek someone ran Windows Update and well the Sept 
security update for SharePoint 2010 was installed. Since then, all page 
requests take forever to load. 

my current build is  14.0.4763.1000, I've tried re-running the config wizard 
with no joy.. what are my options? Upgrade to Sp1 and install the latest CU and 
hope for the best or get a restored version of the VM that should be backed up? 

Thanks!!! 
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss   
  attachment: image001.pngattachment: image002

RE: Dev Server Slow Down after Windows Update!

2011-09-30 Thread Uzma Naz

Wes - I think that is related to the issue. I'll install SP1 and the Aug 2011 
CU update and see how we get on! 

From: wmacdon...@like10.com
To: ozmoss@ozmoss.com
Subject: RE: Dev Server Slow Down after Windows Update!
Date: Thu, 29 Sep 2011 16:51:06 +











Is it possible this is related to your problem?
 
http://blogs.technet.com/b/stefan_gossner/archive/2011/09/19/update-on-september-security-bulletin-ms11-074-and-sharepoint-2010-issues.aspx
 
 

 
Wes MacDonald

LIKE 10 INC.
1150 - 45 O'Connor Street
Ottawa, ON K1P 1A4
 
Microsoft MVP: Visual Studio ALM
 | Blog | Mobile: +1.613.219.7841 | Office: +1.613.755.4055 |
MSN
 | Email |
about.me |
Twitter

Risk comes from not knowing what you're doing.  -- Warren Buffet

 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com]
On Behalf Of Uzma Naz

Sent: September-28-11 6:32 PM

To: ozmoss@ozmoss.com

Subject: Dev Server Slow Down after Windows Update!


 

I was working on my SP 2010 dev server nicely to upgrade our internal systems 
when I noticed an extreme slowdown. I thought it was a broken workflow and 
after many days and
 hours of troubleshooting, it looks liek someone ran Windows Update and well 
the Sept security update for SharePoint 2010 was installed. Since then, all 
page requests take forever to load.




my current build is  14.0.4763.1000, I've tried re-running the config wizard 
with no joy.. what are my options? Upgrade to Sp1 and install the latest CU and 
hope for the best or get a restored version of the VM that should be backed up?




Thanks!!! 





___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss   
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Dev Server Slow Down after Windows Update!

2011-09-28 Thread Uzma Naz

I was working on my SP 2010 dev server nicely to upgrade our internal systems 
when I noticed an extreme slowdown. I thought it was a broken workflow and 
after many days and hours of troubleshooting, it looks liek someone ran Windows 
Update and well the Sept security update for SharePoint 2010 was installed. 
Since then, all page requests take forever to load. 

my current build is  14.0.4763.1000, I've tried re-running the config wizard 
with no joy.. what are my options? Upgrade to Sp1 and install the latest CU and 
hope for the best or get a restored version of the VM that should be backed up? 

Thanks!!! 
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Re: SharePoint Designer 2010 with Office 2010

2011-09-06 Thread Uzma Naz
I've come across this issue. It's related to a registry setting on the client. 
I will get the fix for you tomorrow at work

Uzma

Sent from my iPod

On 6 Sep 2011, at 11:43, Chris Howell cjhow...@gmail.com wrote:

 Hi,
 
 Have you tried a repair of MS Office after installing Designer?
 
 Is your install of Office 2010 fresh or an update from 2007?
 
 Cheers,
 
 Chris
 
 On 6 September 2011 19:02, Trent Allday trent.all...@sope.com.au wrote:
 Hi,
 
  
 
 I’m hoping someone can help me, I’m sure someone else out there must be 
 suffering from the same issue.
 
  
 
 Whenever I try and open a word document directly from any SharePoint 2010 
 site (could be 2007 as well) MS Word 2010 will attempt to open the file and 
 then immediately crash. I have had this problem for a long time but only 
 today did I got so frustrated that I looked further into the issue.
 
  
 
 image001.png
 
  
 
 I have been successfully able to reproduce this error on what was a correctly 
 functioning pc. Basically as soon as I install SharePoint Designer 2010 
 (32bit my case) on Windows 7 64bit with Office Professional Plus (32bit) I 
 get this problem. Uninstalling designer does not resolve this issue. Only way 
 I have found to resolve this issue is revert back to restore point prior to 
 install of designer. This doesn’t help for me as I installed designer a long 
 time back plus I need it to do my job J.
 
  
 
 Has anyone else run into this issue. Surely Microsoft knows about this 
 bug…???!!
 
  
 
 Any help is appreciated.
 
  
 
 Regards,
 
  
 
 Trent Allday
 
 
 
 
  
 
 
 ___
 ozmoss mailing list
 ozmoss@ozmoss.com
 http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
 
 
 ___
 ozmoss mailing list
 ozmoss@ozmoss.com
 http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Problem adding users in Site Collection

2011-07-13 Thread Uzma Naz

Hi Paul, 

I haven't tried deleting olddatabases, I'll check out what that entails - this 
is SharePoint Foundation 2010 so I'm not sure if this applies?

There is only one site collection that is created from one web app. 

Uzma

From: paul.no...@ceosyd.catholic.edu.au
To: ozmoss@ozmoss.com
Date: Wed, 13 Jul 2011 08:30:05 +1000
Subject: RE: Problem adding users in Site Collection



It sounds like the usual 2007 synching issue. Have you tried deleting 
olddatabases and forcing a synch? Is it just the one site collection or all of 
them that are affected? Regards,

Paul --Online Developer/SharePoint Administrator,
ICT Infrastructure Team
CEO Sydney From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] 
On Behalf Of Uzma Naz
Sent: Tuesday, 12 July 2011 7:53 PM
To: ozmoss@ozmoss.com
Subject: Problem adding users in Site Collection Hi there, 

I wonder if someone has come across the same issue as I have had over the past 
few days with adding users to a site collection - it's mind boggling so bare 
with me!

I have a hosted server out in the cloud running SharePoint Foundation 2010. 
Users are added to the local user group on the server and they authenticate 
using their credentials once they have been added to the site collection. 

For some reason, I cannot locate newly created accounts in SharePoint via 
people group pick list. 

The only way I could see users in the site collection is by logging in as the 
user which worked fine since I added nt authority\authenticated users to the 
site collection read group. Only then would the user appear in the people/group 
pick list and added them to a all users SP group that I created. 

I have not come across this problem before as I've always been able to find 
users once I created a local user account via the server or the http address. 

No settings have been changed recently and not sure what is going on. 

U


___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss   
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Problem adding users in Site Collection

2011-07-12 Thread Uzma Naz

Hi there, 

I wonder if someone has come across the same issue as I have had over the past 
few days with adding users to a site collection - it's mind boggling so bare 
with me!

I have a hosted server out in the cloud running SharePoint Foundation 2010. 
Users are added to the local user group on the server and they authenticate 
using their credentials once they have been added to the site collection. 

For some reason, I cannot locate newly created accounts in SharePoint via 
people group pick list. 

The only way I could see users in the site collection is by logging in as the 
user which worked fine since I added nt authority\authenticated users to the 
site collection read group. Only then would the user appear in the people/group 
pick list and added them to a all users SP group that I created. 

I have not come across this problem before as I've always been able to find 
users once I created a local user account via the server or the http address. 

No settings have been changed recently and not sure what is going on. 

U


  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


SharePoint List Reporting/Query

2011-06-17 Thread Uzma Naz

Hi there, 



I was wondering if someone could assist me with a solution I want to create 
without heavy coding. 



I have multiple lists over multiple subsites. These lists are all the same and 
in essence, have subtotals and costings. 



I need to create a general report or a page which will summarise totals of ALL 
lists. 



I can either move all lists to one site so that I can re-use columns and
 calculate totals that way but have seen that I can use XML, SOAP, CAML 
and a variety of other methods to leverage a SharePoint list. 



I am not sure what method I should use to re-use SharePoint lists for 
reporting purposes. I may even look at 3rd party add ons if someone has 
already catered for this!



Your help will be much appreciated - brainstorming in numbers always helps! 



Uzma

  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Is it possible to change the from feild in an infopath form?

2011-05-12 Thread Uzma Naz

Great, thanks - my client will give me his template so will need to see how he 
creatd it. I believe that the form is sent when the submit button is pressed. 
Will check it out! 

Uzma

 Subject: Re: Is it possible to change the from feild in an infopath form?
 From: chr...@loftusit.com.au
 Date: Thu, 12 May 2011 19:34:19 +0930
 To: ozmoss@ozmoss.com
 
 use created by user in your workflow
 
 Sent from my iPhone
 
 On 12/05/2011, at 7:32 PM, Uzma Naz uz_my_...@hotmail.com wrote:
 
  hi there,
  When an infopath form is submitted, it always defaults to the outgoing 
  email as defined in Central Administration, e.g por...@acme.com
  
  Is it possible change this so when a user submits the form, the form takes 
  the value of their email address as defined in AD? Also, is this possible 
  via InfoPath 2007 or will I need to code?
   
  I have a feeling I would need to code, but your thoughts appreciated. 
  
  
  
  Uzma
  
  ___
  ozmoss mailing list
  ozmoss@ozmoss.com
  http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
 ___
 ozmoss mailing list
 ozmoss@ozmoss.com
 http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


PDF Indexing

2011-04-18 Thread Uzma Naz

Hi, 
 
So I've managed to get hold of a dev server so I can play around with Search 
Server Express 2010 integration with SPF 2010. 
 
Install went fine and search results, result type and the icons are appearing 
for PDF files. However, PDF content is still not being indexed so if I search 
for a term that I KNOW is in a PDF, nothing comes up. 
 
I had to add: 
 

Start, Run… regedit
Navigate to the following location: 

\\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office 
Server\14.0\Search\Setup\ContentIndexCommon\Filters\Extension

Right-click Extension, a menu will appear.
Click New– Key to create a new key for .pdf (enter “.pdf” and Save, be sure to 
enter the dot)
Click your new .pdf key, then right-click and Modify the Default (Name 
(Default) Type REG_SZ)
Add {E8978DA6-047F-4E3D-9C78-CDBE46041603} as the Default Value, click OK
You may also have to restart the SharePoint Server Search 14 service (I did)
Start a Full Crawl to ensure your content is indexed now that the iFilter is 
configured
 
as the reg key was missing, rebooted server, recrawled and.. still no content 
is indexed. Lil help anyone? 
 
Uzma  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Indexing PDFs for new farm

2011-04-04 Thread Uzma Naz

Adobe 9 iFilter does not work for SharePoint Foundation deployments. 
 
I'm not sure if you guys have come across this KB, aparently you can get 
iFilters for SharePoint Foundation 2010. 
http://support.microsoft.com/kb/2518465 
 
I've given it a go, I do get PDF search results, but don't think content can be 
crawled. 

I will need to go down Search Server Express route if it doesn't take ages to 
implement.. 
 


Date: Sat, 2 Apr 2011 10:10:39 +0530
Subject: Re: Indexing PDFs for new farm
From: vijaykumar@gmail.com
To: ozmoss@ozmoss.com

adobe 9 IFilter is the best


On Sat, Apr 2, 2011 at 9:31 AM, Joshua Haebets jos...@beyondurban.com wrote:




Use Search Server Express, give you Server search (less people) but no cost J
 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Uzma Naz
Sent: Saturday, 2 April 2011 2:39 AM



To: ozmoss@ozmoss.com
Subject: RE: Indexing PDFs for new farm




 
Learning curve for me (sorry for hijacking this post) - Adobe iFilters do no 
work for SharePoint Foundation 2010 deployments. 

has anyone configured PDF indexing/searching for SPF 2010? I'm getting mixed 
information on how to deal with this!

Uzma



From: uz_my_...@hotmail.com
To: ozmoss@ozmoss.com
Subject: RE: Indexing PDFs for new farm
Date: Thu, 31 Mar 2011 15:13:54 +0100

I was going to follow this guidance for my SP2010 deployment that I have just 
finished.. 

http://nickgrattan.wordpress.com/2010/06/14/adobe-pdf-ifilter-indexing-with-sharepoint%C2%A02010/

Uzma



From: rina...@connectedsystems.com
To: ozmoss@ozmoss.com
Date: Thu, 31 Mar 2011 16:52:33 +0800
Subject: RE: Indexing PDFs for new farm

I have configured and used the adobe iFilter for several clients, all on SP2010 
with no issues to date (touch wood)..
 

 
Rinaldo De Paolis
*/IM rina...@connectedsystems.com
( +61 8 9227 0416
( +61 4 5107 6211


 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Maxine Harwood
Sent: Thursday, 31 March 2011 11:47 AM
To: 'ozMOSS'
Subject: RE: Indexing PDFs for new farm
 
+1 here too.
 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Daniel Brown
Sent: Thursday, 31 March 2011 1:07 PM
To: 'ozMOSS'
Subject: RE: Indexing PDFs for new farm
 
+1 to the adobe 9 ifilter, has been great for us, no issues with it at all.
 
-DB
 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nathan Rhodes
Sent: Thursday, 31 March 2011 1:14 PM
To: ozMOSS
Subject: RE: Indexing PDFs for new farm
 
We have been using the Adobe Ifilter 9 for a fair while now in our MOSS 2007 
environment.
 
It had been pretty rock solid however we had an issue a couple of weeks ago 
were it looked to have stopped indexing, but after resetting all the crawled 
content and running a full crawl it started indexing again. 
 
We have a number of PDF’s in Japanese characters and English it handles this 
quite well also.   
 

Regards,
Nathan
 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Thursday, 31 March 2011 12:15 PM
To: ozMOSS
Subject: RE: Indexing PDFs for new farm
 
Thanks Nigel. Will give it a look. I think Paul T mentioned this one before.
 
Anyone else using this over Adobe’s?
 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 31 March 2011 1:01 PM
To: ozMOSS
Subject: RE: Indexing PDFs for new farm
 
The Foxit iFilter seems to have much better performance from what I’ve seen.
 

 
 
*Please ensure that you log all issues or requests with the IT Service Centre. 
When logging calls, please include a detailed description of the problem.*
 

 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Thursday, 31 March 2011 11:56 AM
To: ozMOSS
Subject: Indexing PDFs for new farm
 
Hi all,
 
What is the latest practice for indexing PDFs? Are people still using the Adobe 
iFilter or is there a better approach?
 
Kind regards,

Paul Noone
 
---
Online Developer/SharePoint Administrator
Infrastructure Team, ICT
Catholic Education Office, Sydney
p: (02) 9568 8461
f: (02) 9568 8483
e: paul.no...@ceosyd.catholic.edu.au
w: http://www.ceosyd.catholic.edu.au/
 



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

___ ozmoss mailing list 
ozmoss@ozmoss.com http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss 
___ ozmoss mailing list 
ozmoss@ozmoss.com http://prdlxvm0001.codify.net/mailman/listinfo

RE: Indexing PDFs for new farm

2011-04-01 Thread Uzma Naz

Learning curve for me (sorry for hijacking this post) - Adobe iFilters do no 
work for SharePoint Foundation 2010 deployments. 

has anyone configured PDF indexing/searching for SPF 2010? I'm getting mixed 
information on how to deal with this!

Uzma

From: uz_my_...@hotmail.com
To: ozmoss@ozmoss.com
Subject: RE: Indexing PDFs for new farm
Date: Thu, 31 Mar 2011 15:13:54 +0100








I was going to follow this guidance for my SP2010 deployment that I have just 
finished.. 

http://nickgrattan.wordpress.com/2010/06/14/adobe-pdf-ifilter-indexing-with-sharepoint%C2%A02010/

Uzma

From: rina...@connectedsystems.com
To: ozmoss@ozmoss.com
Date: Thu, 31 Mar 2011 16:52:33 +0800
Subject: RE: Indexing PDFs for new farm



I have configured and used the adobe iFilter for several clients, all on SP2010 
with no issues to date (touch wood)..  Rinaldo De Paolis*/IM 
rina...@connectedsystems.com( +61 8 9227 0416( +61 4 5107 6211 From: 
ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Maxine Harwood
Sent: Thursday, 31 March 2011 11:47 AM
To: 'ozMOSS'
Subject: RE: Indexing PDFs for new farm +1 here too. From: 
ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Daniel Brown
Sent: Thursday, 31 March 2011 1:07 PM
To: 'ozMOSS'
Subject: RE: Indexing PDFs for new farm +1 to the adobe 9 ifilter, has been 
great for us, no issues with it at all. -DB From: ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nathan Rhodes
Sent: Thursday, 31 March 2011 1:14 PM
To: ozMOSS
Subject: RE: Indexing PDFs for new farm We have been using the Adobe Ifilter 9 
for a fair while now in our MOSS 2007 environment. It had been pretty rock 
solid however we had an issue a couple of weeks ago were it looked to have 
stopped indexing, but after resetting all the crawled content and running a 
full crawl it started indexing again.  We have a number of PDF’s in Japanese 
characters and English it handles this quite well also.Regards,Nathan From: 
ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul 
Noone
Sent: Thursday, 31 March 2011 12:15 PM
To: ozMOSS
Subject: RE: Indexing PDFs for new farm Thanks Nigel. Will give it a look. I 
think Paul T mentioned this one before. Anyone else using this over Adobe’s? 
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 31 March 2011 1:01 PM
To: ozMOSS
Subject: RE: Indexing PDFs for new farm The Foxit iFilter seems to have much 
better performance from what I’ve seen.   *Please ensure that you log all 
issues or requests with the IT Service Centre. When logging calls, please 
include a detailed description of the problem.* 
 From: 
ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul 
Noone
Sent: Thursday, 31 March 2011 11:56 AM
To: ozMOSS
Subject: Indexing PDFs for new farm Hi all, What is the latest practice for 
indexing PDFs? Are people still using the Adobe iFilter or is there a better 
approach? Kind regards,

Paul Noone ---
Online Developer/SharePoint AdministratorInfrastructure Team, ICT
Catholic Education Office, Sydney
p: (02) 9568 8461f: (02) 9568 8483
e: paul.no...@ceosyd.catholic.edu.au
w: http://www.ceosyd.catholic.edu.au/ Stockland Notice: If this communication 
has been sent to you by mistake, please delete and notify us.  If it has been 
sent to you by mistake, legal privilege is not waived or lost and you are not 
entitled to use it in any way. Stockland and its subsidiaries reserve the right 
to monitor e-mail communication through its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss   
  

___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss   
  attachment: image001.jpgattachment: image002.jpg___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Indexing PDFs for new farm

2011-03-31 Thread Uzma Naz

I was going to follow this guidance for my SP2010 deployment that I have just 
finished.. 

http://nickgrattan.wordpress.com/2010/06/14/adobe-pdf-ifilter-indexing-with-sharepoint%C2%A02010/

Uzma

From: rina...@connectedsystems.com
To: ozmoss@ozmoss.com
Date: Thu, 31 Mar 2011 16:52:33 +0800
Subject: RE: Indexing PDFs for new farm



I have configured and used the adobe iFilter for several clients, all on SP2010 
with no issues to date (touch wood)..  Rinaldo De Paolis*/IM 
rina...@connectedsystems.com( +61 8 9227 0416( +61 4 5107 6211 From: 
ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Maxine Harwood
Sent: Thursday, 31 March 2011 11:47 AM
To: 'ozMOSS'
Subject: RE: Indexing PDFs for new farm +1 here too. From: 
ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Daniel Brown
Sent: Thursday, 31 March 2011 1:07 PM
To: 'ozMOSS'
Subject: RE: Indexing PDFs for new farm +1 to the adobe 9 ifilter, has been 
great for us, no issues with it at all. -DB From: ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nathan Rhodes
Sent: Thursday, 31 March 2011 1:14 PM
To: ozMOSS
Subject: RE: Indexing PDFs for new farm We have been using the Adobe Ifilter 9 
for a fair while now in our MOSS 2007 environment. It had been pretty rock 
solid however we had an issue a couple of weeks ago were it looked to have 
stopped indexing, but after resetting all the crawled content and running a 
full crawl it started indexing again.  We have a number of PDF’s in Japanese 
characters and English it handles this quite well also.Regards,Nathan From: 
ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul 
Noone
Sent: Thursday, 31 March 2011 12:15 PM
To: ozMOSS
Subject: RE: Indexing PDFs for new farm Thanks Nigel. Will give it a look. I 
think Paul T mentioned this one before. Anyone else using this over Adobe’s? 
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 31 March 2011 1:01 PM
To: ozMOSS
Subject: RE: Indexing PDFs for new farm The Foxit iFilter seems to have much 
better performance from what I’ve seen.   *Please ensure that you log all 
issues or requests with the IT Service Centre. When logging calls, please 
include a detailed description of the problem.* 
 From: 
ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul 
Noone
Sent: Thursday, 31 March 2011 11:56 AM
To: ozMOSS
Subject: Indexing PDFs for new farm Hi all, What is the latest practice for 
indexing PDFs? Are people still using the Adobe iFilter or is there a better 
approach? Kind regards,

Paul Noone ---
Online Developer/SharePoint AdministratorInfrastructure Team, ICT
Catholic Education Office, Sydney
p: (02) 9568 8461f: (02) 9568 8483
e: paul.no...@ceosyd.catholic.edu.au
w: http://www.ceosyd.catholic.edu.au/ Stockland Notice: If this communication 
has been sent to you by mistake, please delete and notify us.  If it has been 
sent to you by mistake, legal privilege is not waived or lost and you are not 
entitled to use it in any way. Stockland and its subsidiaries reserve the right 
to monitor e-mail communication through its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss   
  attachment: image001.jpgattachment: image002.jpg___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Workflows, Stats and ... Videos!

2011-03-08 Thread Uzma Naz

Hiya, 
 
I have a client who is looking at using WebEx to host videos and track number 
of hits (like youtube) and who viewed them. 

I'm looking at using SharePoint to host videos instead. I've been looking into 
how we can meet requirements, such as show how many times a video has been 
viewed and information on who viewed it and when. 
 
How can I best achieve this as I can't see a solution that I can recommend 
online? 
 
I was thinking maybe if I had a SharePoint list which is populated via a 
workflow once a video has been viewed fully and record information such as 
time, user name and video URL? 
 
Thanks, 
 
Uzma  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Headache with SharePoint 2010 themes!

2011-03-03 Thread Uzma Naz

Hi, 

After significant research on my problem, I am utterly stuck! 

I have created a theme in PowerPoint and have upload this in my theme gallery 
in my SharePoint Foundation portal. 

I have a custom master page which I applied to all sites using the master page 
picker, which works a treat. 

I see that some of my headings are not what I want, so I amend the core4 CSS 
file within the theme that is applied in the site by going into SP designer, 
all files, themes and create the headings and customisations that I want... 
however, none of the subsites are inheriting my changes. No matter how many 
times I re-apply the theme. 

Am I doing this wrong? How does one apply a custom css file to a theme you have 
created to ALL subsites? (what a 'mare!)

Hope someone can help. 

Uzma
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Headache with SharePoint 2010 themes!

2011-03-03 Thread Uzma Naz

Sod's law, I've dealt with this. I copied all the custom theme pictures and 
code to style library and added a stylesheet link.. phew.. 

From: uz_my_...@hotmail.com
To: ozmoss@ozmoss.com
Subject: Headache with SharePoint 2010 themes!
Date: Thu, 3 Mar 2011 15:26:45 +








Hi, 

After significant research on my problem, I am utterly stuck! 

I have created a theme in PowerPoint and have upload this in my theme gallery 
in my SharePoint Foundation portal. 

I have a custom master page which I applied to all sites using the master page 
picker, which works a treat. 

I see that some of my headings are not what I want, so I amend the core4 CSS 
file within the theme that is applied in the site by going into SP designer, 
all files, themes and create the headings and customisations that I want... 
however, none of the subsites are inheriting my changes. No matter how many 
times I re-apply the theme. 

Am I doing this wrong? How does one apply a custom css file to a theme you have 
created to ALL subsites? (what a 'mare!)

Hope someone can help. 

Uzma
  

___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss   
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: WSS 3.0 SQL Express 4GB limit

2011-02-08 Thread Uzma Naz

Hi Tom, 
 
I don't think the Client wants to go down the path of a new server/build. I 
will need to set up a testing envrionment to ensure that SQL 2005 Express can 
be upgraded to SQL 2008 Express seamlessly! (If you guys have any links/tips, 
let me know!)
 
Uzma
 


From: tom...@macroview.com.au
To: ozmoss@ozmoss.com
Subject: RE: WSS 3.0 SQL Express 4GB limit
Date: Mon, 7 Feb 2011 22:35:45 +






Uzma,
 
Why not upgrade to SharePoint Foundation and use remote blob storage?
 
Then your database will not be so big etc.
 

Regards,
Tom Bizannes
SharePoint and SQL Specialist
 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Uzma Naz
Sent: Monday, 7 February 2011 10:38 PM
To: ozmoss@ozmoss.com
Subject: WSS 3.0 SQL Express 4GB limit
 
Hi there, 
 
I was wondering.. is it possible to create a new content database to generate a 
further 4GB of space within a stand alone, WSS 3.0 environment with SQL Express 
installed? 
 
Uzma
___ ozmoss mailing list 
ozmoss@ozmoss.com http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss 
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


WSS 3.0 SQL Express 4GB limit

2011-02-07 Thread Uzma Naz

Hi there, 
 
I was wondering.. is it possible to create a new content database to generate a 
further 4GB of space within a stand alone, WSS 3.0 environment with SQL Express 
installed? 
 
Uzma  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: DataView WebPart Issue

2009-09-04 Thread Uzma Naz

Got this just the other day, what I did to fix it was to change the format to 
Rich Text and I got user details with a presence icon too. 

 

Uzma
 


Date: Fri, 4 Sep 2009 16:00:56 +1000
From: bkingsley.m...@gmail.com
Subject: DataView WebPart Issue
To: ozmoss@ozmoss.com

Hi all,

I have an issue with a column value in my dataview webpart. The web part is 
displaying a user value (ModifiedBy field) and is automatically formatting the 
value as a hyperlink (rich text). Is there any way of configuring this to just 
show the text value? 

e.g.

Current output:

nobrspanA href=_layouts/userdisp.aspx?ID=1Mickey Mouse/Aimg 
border=0 height=1 width=1.

Desired output:

Mickey Mouse


Thanks,

Ben



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
_
Use Hotmail to send and receive mail from your different email accounts.
http://clk.atdmt.com/UKM/go/167688463/direct/01/
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: Welcome System Account when loading SharePoint

2009-03-11 Thread Uzma Naz



Hi there, 
 
Sorry for not being clear on this. 
 
I'm logged in as usual on my laptop on the domain with my own log in 
(domain\unaz)
When I go to the SharePoint site, instead of the top right hand corner saying, 
Welcome Uzma Naz, it says Welcome System Account. 
The only way I can get my name shown is by by using the log in as a different 
user function using the browser. 
 
Q: Is there a “System Account” alias tied to your user name?
A: Do you mean within Central Administration under Operations - Policies? No, 
my name is not listed here. Is there anywhere else I should check out? 

Q: are you saying that if you login through the UI as a different user, and 
supply your personal credentials, the result is “Welcome System Account”?
A: When I click on Welcome System Account and log in as myself, my name is 
shown. But have to change this every time I log in. 
 
Wilson, I'm on Vista and a dedicated SharePoint admin account was used to 
install SharePoint, there is a dedicated application pool account too... 
 
I'm attending the Unified Communications event in London tomorrow so will ask 
the MVPs there to see if they have seen this before.
 
Thanks for all the replies!
 
Uzma

 


From: paul.no...@ceosyd.catholic.edu.au
To: uz_my_...@hotmail.com
Date: Wed, 11 Mar 2009 09:26:00 +1100
Subject: RE: Welcome System Account when loading SharePoint








Hi Uzma,
 
Sorry if I’m off mark but a few questions below may help clarify what’s 
happening.
 
When you say login credentials, are you referring to logging into the PC, or 
logging into SharePoint through the browser?
 
Are you logging in as yourself, a generic account, or using an alias?
 
When you say “turned you into System Account” do you mean that this was evident 
in the SPTools welcome link?
 
Is there a “System Account” alias tied to your user name?
 
Where in CA are you finding “System Accounts”? Do you mean Service Accounts or 
Farm Administrators?
 
Cheers,
 
Paul
 


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Uzma Naz
Sent: Wednesday, 11 March 2009 3:57 AM
To: ozmoss@ozmoss.com
Subject: Welcome System Account when loading SharePoint
 
It's one of those brick wall moments for me right now. 
 
For some reason, my log in credientials on a client machine has turned me into 
System Account. I have checked that my account is not listed as a system 
account in Central Administration, the SharePoint admin account is not an 
application pool account. 
 
When I log into CA, my name is listed nicely, but not on the Intranet page. 
 
Any tips or advice? Have roamed the net of course, no fix yet, there are blogs 
saying that updatefarmcredentials fixes this problems but for me it doesn't. 
 
Many thanks, 
 
Uzma
 
(Hoping this isn't another can of worms, maybe we should have a definitive 
SharePoint can of worms here! :))



Beyond Hotmail — see what else you can do with Windows Live. Find out more!




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


Beyond Hotmail — see what else you can do with Windows Live. Find out more!
_
All your Twitter and other social updates in one place 
http://clk.atdmt.com/UKM/go/137984870/direct/01/
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



Content types ...

2009-03-04 Thread Uzma Naz

Hey guys, 

 

Having a blonde moment... I'm having troubles with Content Types on my 
Intranet. 

 

I have a document based content type which has 3 fields, let's call it Letters. 

 

About 50 sites have content type management enabled and I have added Letters 
content type to the site A. 

 

I've always thought that when you update the content type from the site home, 
inheritance kicks in and all sites are updated. So I've added a new custom 
column to the content type Letters from the site root, hit OK ensuring all 
sites with this content type is enabled. 

 

I check the content type on a site A and the field has not been updated. 

 

However if I remove the content type and add it again, the new fields are 
added. 

 

Have I set something up incorrectly on the Intranet or is this simply just 
SharePoint. 

 

I understand the importance of locking down metadata before mass creating 
sites, but when a situation occurs when you need to update a content type that 
*should* aggregate across the collection and it doesn't... what does one 
do? 

 

Maybe I'm missing a vital point in this?? 

 

Uzma

_
All your Twitter and other social updates in one place 
http://clk.atdmt.com/UKM/go/137984870/direct/01/
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: Storing documents in a Pages library

2009-02-11 Thread Uzma Naz

I don't think it's a good idea to use the pages library as your sole library. 
It would be important to encourage people to see the differences between a page 
and document and how the Intranet/Internet is changing for the better. 


Would it not be appropriate to use the page library as it's supposed to be and 
create a page view on your main site page? That way people do not have to 
browse two different places, but one which will have views from any library you 
wish on the site. 

 

But heh-ho, if it minimises problems then you *could* give it a try... let us 
know if you do encounter problems down the road. 

 

Uzma

 


 
 Date: Wed, 11 Feb 2009 09:54:42 +0900
 From: michael.stringfel...@bankwest.com.au
 Subject: RE: Storing documents in a Pages library
 To: ozmoss@ozmoss.com
 
 Fundamentally I'm with you, and your users, on this Ivan - it's just
 another type of content.
 
 Unfortunately I'm an idealist, so in practical terms you probably shouldn't
 do it!
 
 The main reason is the law of unintended consequences. Sometime you go down
 a path (especially with SharePoint's complexities) and then hit a show
 stopper, work around that just to create two more...
 
 So, even after a proof of concept, make sure you have a big red RISK item
 in your plan with the cost of abandoning the approach late in the project
 life and the possibility of impacting currently unknown requirements.
 
 Regards, Mike.
 
 
 
 
 
 
 Ivan Wilson To 
 iv...@sharepoint ozmoss@ozmoss.com 
 gurus.net ozmoss@ozmoss.com 
 Sent by: cc 
 ozmoss@ozmoss.com 
 Subject 
 RE: Storing documents in a Pages 
 library 
 
 11/02/2009 09:41 
 AM 
 
 
 Please respond to 
 ozmoss@ozmoss.com 
 
 
 
 
 
 
 
 
 Thanks for your feedback Paul (Noone and Culmsee)
 
 Yes, they consider HTML pages as just another type of reference document. I
 can understand their point of view.
 
 I realize that from a SharePoint perspective it sounds odd to use non-page
 content types in the Pages library. However, so far it is working fine. It
 is a proof-of-concept, so now is the time for us to identify issues, but so
 far so good.
 
 As Homer says, “What doesn’t kill you makes you stronger”
 
 Ivan
 
 From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
 Sent: Wednesday, 11 February 2009 8:47 AM
 To: ozmoss@ozmoss.com
 Subject: RE: Storing documents in a Pages library
 
 Are they expecting to treat HTML pages within the site’s Pages library as
 web pages, or as reference docs?
 
 What the heck is going to happen to the navigation I wonder? I’m still
 concerned about the base columns and functionality of a Pages library and
 what this will mean for document content types which inherit from a
 different base set.
 
 Again, I wish you every success. Please keep us posted with screenshots and
 updates (or me at least!).
 
 From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Ivan Wilson
 Sent: Tuesday, 10 February 2009 4:32 PM
 To: ozmoss@ozmoss.com
 Subject: RE: Storing documents in a Pages library
 
 Hi there Wilson
 
 Yes, I do like to live on the edge :)
 
 The volume of documents + pages for each section is not excessive. The
 largest section has a little over 600 entries today. I’m not expecting to
 have any performance problems.
 
 Paul T. – in reply to your post, the client wants their staff to have a
 similar experience in SharePoint to what they have today for finding
 content. They currently treat a HTML content page the same as document. It
 will be strange for them to have to browse two different libraries just
 because one item is a web page and another item is a PDF document.
 
 Ivan
 
 From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Wampers,
 Wilson [Talent International]
 Sent: Tuesday, 10 February 2009 3:01 PM
 To: ozmoss@ozmoss.com
 Subject: RE: Storing documents in a Pages library
 
 Hi Ivan,
 
 You daredevil J! Have you considered the volume and size of documents and
 potential performance hit?
 I think this might play a significant role!
 Cheers, Wilson
 From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
 Sent: Tuesday, 10 February 2009 12:36
 To: ozmoss@ozmoss.com
 Subject: RE: Storing documents in a Pages library
 
 “I will be using metadata and grouping to create hierarchical views of the
 content”
 
 I’d really like to see that.
 
 From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Ivan Wilson
 Sent: Tuesday, 10 February 2009 2:33 PM
 To: ozmoss@ozmoss.com
 Subject: RE: Storing documents in a Pages library
 
 Hi Sezi
 
 I think I may be lucky on this project. I do not want any of the Pages
 content to display in the navigation. I have turned off Show Pages in the
 Navigation settings page.
 
 I have been configuring this in my test environment today and all seems
 fine so far. I will be using metadata and grouping to create hierarchical
 views of the content for end users.
 
 I’ll report back after we have tested this with end users and let you know
 if we 

RE: SharePoint and CRM Dynamics 4.0

2009-01-27 Thread Uzma Naz

Thanks for the tip Brendan. I've been following that article step by step and 
still cannot get it to work. 
 
There are pros and cons with Kerberos too, so thought I'd give SSO a go... 
which hasn't worked out well as I've got a .NET Runtime error when I active 
it... I'm starting to loathe SharePoint administration! But once fixed it'll be 
my best friend again!
 
Thanks again. 
 
Uzma



Date: Tue, 27 Jan 2009 11:48:44 +1100From: b...@td.com.ausubject: RE: 
SharePoint and CRM Dynamics 4.0To: ozmoss@ozmoss.com





Hrmm, I was under the impression that you will need Kerberos authentication to 
get this to work...  You will need to set up Service Principal Names on the 
domain controller for you SharePoint service accounts and web sites (setspn 
info, don’t forget to do both the netbios name and the FQDN), and then trust 
your SharePoint server for delegation.
 
Just found a great article here: 
http://blogs.msdn.com/crm/archive/2009/01/14/trust-for-delegation-in-list-web-part-for-microsoft-dynamics-crm-4-0.aspx
 
 

- Brendan
 


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Uzma NazSent: 
Friday, 23 January 2009 11:43 PMTo: ozm...@ozmoss.comsubject: RE: SharePoint 
and CRM Dynamics 4.0
 
Thanks for the reply, will take note of the licencing issue.  I'm very happy 
that I've managed to get the BDC working well in SharePoint - BUT only on my 
MOSS machine! (doh!) I can connect sucessfully to the CRM data using my 
SharePoint admin account only on my MOSS server. When I log out of the server 
and go to the site which has CRM data, I get Unable to connec to CRM data.  
This is the ONLY account which can retrieve data, I've tested my own account on 
the box and despite being a farm administrator, I have the same above problem.  
In summary MOSS Admin account has been given CRM permissions to be members of 
teams and read data MOSS Server1) MOSS Admin account can log into List Web Part 
for CRM 4.0 and view information.2) MOSS Admin account can log view BDC Data 
List Webpart and account details given. 3) I cannot log in as myself and view 
any data, have unable to connect to CRM data Client PCMOSS Admin Account cannot 
log into List Web Part - Unable to connect to CRM data. Same thing with my own 
account.  Clearly there is a permission issue here. Have NTLM authentication 
only, when I enable Kerobos, I keep getting log in prompts. In my current set 
up CLEARLY it's working for a log in account, how can I fix it for all others 
but without elevating user permissions?  Advice will be very greatful!!Uzma



Date: Thu, 22 Jan 2009 21:25:13 +1030From: paul.tur...@dws.com.ausubject: RE: 
SharePoint and CRM Dynamics 4.0To: ozmoss@ozmoss.com

The user account used in the pool needs to be a CRM user i.e. it needs to be 
setup in CRM and given permissions inside CRM.  If your using CRM, each 
user/machine will need a ‘named’ CRM licence.  There are VERY strict licensing 
requirements around accessing CRM via the API’s.  I have all the details if 
required and can put you in contact with the right MS people if needed.
 
Paul T.
 


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Uzma NazSent: 
Thursday, 22 January 2009 7:51 PMTo: ozm...@ozmoss.comsubject: SharePoint and 
CRM Dynamics 4.0
 
Hey guys,  Wondering if anyone has had experience in using the BDC feature in 
SharePoint with CRM Dynamics 4.0.  I've imported the application with no 
problems, there were a few permission issues which are fiixed but have one more 
hurdle to jump - According to this blog, there is an answer: 
https://www.blogger.com/comment.g?blogID=1332postID=3055115975797504188page=1
  I've left a comment on the bloggers site to ask the same question, not sure 
if he'll reply or not, so the question is that the blogger states that you must 
Make sure that application pool account in IIS for the MOSS site has access to 
CRM data, how is this done? As a reader in CRM? Anything to do with 
permissions in Central Administration? Your help will be appreciated.  Uzma



Choose the perfect PC or mobile phone for you. Click here




Support procedure: https://www.codify.com/lists/supportList 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/supportList 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
 



Windows Live Hotmail just got better. Find out more!




Support procedure: https://www.codify.com/lists/supportList 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: 

SharePoint and CRM Dynamics 4.0

2009-01-22 Thread Uzma Naz

Hey guys, 
 
Wondering if anyone has had experience in using the BDC feature in SharePoint 
with CRM Dynamics 4.0. 
 
I've imported the application with no problems, there were a few permission 
issues which are fiixed but have one more hurdle to jump - According to this 
blog, there is an answer: 
https://www.blogger.com/comment.g?blogID=1332postID=3055115975797504188page=1
 
 
I've left a comment on the bloggers site to ask the same question, not sure if 
he'll reply or not, so the question is that the blogger states that you must 
Make sure that application pool account in IIS for the MOSS site has access to 
CRM data, how is this done? As a reader in CRM? Anything to do with 
permissions in Central Administration?
 
Your help will be appreciated. 
 
Uzma
_
Imagine a life without walls.  See the possibilities
http://clk.atdmt.com/UKM/go/122465943/direct/01/
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: Deleting Minor Versions of Documents in Library

2008-12-15 Thread Uzma Naz

I was digging around for some answers on this and it looks like it's a manual 
process - not good at all with at least 4GB worth of word documents to go 
through. 
http://www.sharepointblogs.com/agoodwin/archive/2008/04/01/how-to-delete-historical-document-versions-in-wss-3-moss-not-entirely-simple.aspx
 
 
Has anyone come across a tool or how best to tackle this or should I advise 
that it will take a very long time to get the minors out of the system?
 
Uzma



Date: Mon, 15 Dec 2008 16:13:55 +From: uz_my_...@hotmail.comsubject: 
Deleting Minor Versions of Documents in LibraryTo: ozmoss@ozmoss.com

Hi guys,  Is there a way to bulk delete minor versions of documents in a 
document library? I know you can do it item by item, but looking for a faster 
way to do this. Is it possible to use the STSADM tool? Many thanks 
UzmaSharePoint Consultant UK



Read amazing stories to your kids on Messenger. Try it Now! 


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
_
Get Windows Live Messenger on your Mobile
http://clk.atdmt.com/UKM/go/msnnkmgl001001ukm/direct/01/
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