[OzMOSS] How to Retrieve Lookup Fields

2007-07-22 Thread Prior, David
I am using MOSS 2007 WSS 3 and am trying to access the string
representation of a lookup column in a list item.



I want to retrieve the string value but it's a Lookup column and all I
can show up is "1;#Canberra" which is the lookup id and the string.



How do I just display the string value of Canberra? Do I have to go back
to the originating list that the lookup column is using?



Cheers,



David




This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] RE: How to Retrieve Lookup Fields

2007-07-22 Thread Prior, David
Aaron,



I can write some CAML query to lookup the values in the lookup list but
I still need to be able to compare those values with the one stored in
the field of the SPListItem. How do I compare them?



Ultimately, I just want to retrieve the string part (not the id part)
value from the lookup Field stored on the SPListItem.



Cheers,



David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Aaron Saikovski
Sent: Monday, 23 July 2007 2:05 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: How to Retrieve Lookup Fields



Hi David,

The easiest way i have found in the past is to use CAML.

Try the CAML builder:

http://www.u2u.info/Blogs/Patrick/Lists/Posts/Post.aspx?ID=1315



Cheers,

Aaron



Regards,

Aaron Saikovski
Readify - Senior Consultant

M:

+61 410 480 971

C: 

[EMAIL PROTECTED] 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Monday, 23 July 2007 1:29 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] How to Retrieve Lookup Fields



I am using MOSS 2007 WSS 3 and am trying to access the string
representation of a lookup column in a list item.



I want to retrieve the string value but it's a Lookup column and all I
can show up is "1;#Canberra" which is the lookup id and the string.



How do I just display the string value of Canberra? Do I have to go back
to the originating list that the lookup column is using?



Cheers,



David



This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] RE: How to Retrieve Lookup Fields - Solution

2007-07-22 Thread Prior, David
All,



I have found out how to do this. You need to use the SPFieldLookupValue
class.



The following code retrieves the Field from the SPListItem and puts it
into an SPFieldLookupValue object. You can then use the LookupValue
property to retrieve the string value or the LookupId to retrieve the ID
value.



SPFieldLookupValue myLookupValue = new
SPFieldLookupValue(myItem["mylookupvaluefield"].ToString());

string theStringValue = myLookupValue.LookupValue;



Cheers,



David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Monday, 23 July 2007 2:25 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: How to Retrieve Lookup Fields



Aaron,



I can write some CAML query to lookup the values in the lookup list but
I still need to be able to compare those values with the one stored in
the field of the SPListItem. How do I compare them?



Ultimately, I just want to retrieve the string part (not the id part)
value from the lookup Field stored on the SPListItem.



Cheers,



David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Aaron Saikovski
Sent: Monday, 23 July 2007 2:05 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: How to Retrieve Lookup Fields



Hi David,

The easiest way i have found in the past is to use CAML.

Try the CAML builder:

http://www.u2u.info/Blogs/Patrick/Lists/Posts/Post.aspx?ID=1315



Cheers,

Aaron



Regards,

Aaron Saikovski
Readify - Senior Consultant

M:

+61 410 480 971

C: 

[EMAIL PROTECTED] 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Monday, 23 July 2007 1:29 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] How to Retrieve Lookup Fields



I am using MOSS 2007 WSS 3 and am trying to access the string
representation of a lookup column in a list item.



I want to retrieve the string value but it's a Lookup column and all I
can show up is "1;#Canberra" which is the lookup id and the string.



How do I just display the string value of Canberra? Do I have to go back
to the originating list that the lookup column is using?



Cheers,



David



This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzMOSS] Development of WSS 3.0 on dev box

2007-07-24 Thread Prior, David
Hi all,



Can someone tell me what I need to install on an XP dev machine to allow
me to write WSS apps (workflows, webparts, etc)?



I have SQL 2005, VS 2005, .Net 3, various VS extensions for Workflows
and project templates, but I don't have MOSS installed and I don't want
to install it on my dev machine (its running XP). I have it installed on
a dev server that I want to deploy to. I have already been developing on
the server using VS, but its remote access and hosted in a VM so very
slow, so I'd prefer to use my dev box to do the dev work.



Can I just install WSS 3.0? or is there some redistributable that I
should install?



In my projects I want to be able to reference libraries like
Microsoft.Sharepoint, microsoft.sharepoint.WorkflowActions,
microsoft.office.workflow.tasks, etc



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] RE: Development of WSS 3.0 on dev box

2007-07-24 Thread Prior, David
Matthew,



Thanks for the info. My VM (using VMWare) is hosted on a Windows 2003
Server, P4 CPU, 3.2GHz with 2.87GB Ram.



The VM has 1552MB RAM assigned, leaving over a gig for the host. I've
been trying to work out a good mix of RAM to the VM and to the Host, but
the performance just doesn't seem to change. The host has 40gb free
space left on it.



The VM is running SQL Server 2005, MOSS 2007 and Visual Studio 2005.



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Matthew Cosier
Sent: Wednesday, 25 July 2007 1:04 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: Development of WSS 3.0 on dev box



Hi David,



You cannot host WSS v3.0 on an XP machine.

I generally do all MOSS development on a virtual machine which is
running on an external harddrive, with at least 1gig allocated to it,
and 1gig allocated to the host.  It runs very nicely, and performance is
not an issue.  What type of machine are you developing on?



Your other option is to install windows server 2003 on your development
machine, and run everything locally - the same way as you would if you
were to do it within a VM.



You can do development on an XP machine, but it gets rather tedious.
You need to copy the sharepoint assemblies from your windows server
machine hosting WSS v3.0, and reference them in your projects.  You can
then set up post-build steps to copy the output into a mapped network
drive or something similar, which goes directly into your moss box.  But
then you need to do a lot of switching between sessions to test your
result.



You also lose the ability to work with the WSS templates for visual
studio, which will only function correctly on a windows server 2003
machine hosting WSS v3.0 locally.



Check these links out too:

http://msdn2.microsoft.com/en-us/library/bb330848.aspx

http://weblogs.asp.net/bsimser/archive/2006/02/09/437788.aspx

http://jopx.blogspot.com/2007/03/my-favourite-sharepoint-2007-tools.html



Regards,

Matthew Cosier
Readify | Senior Developer

M: +61 401 932 250| C: Office Communicator




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Wednesday, 25 July 2007 12:18 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Development of WSS 3.0 on dev box



Hi all,



Can someone tell me what I need to install on an XP dev machine to allow
me to write WSS apps (workflows, webparts, etc)?



I have SQL 2005, VS 2005, .Net 3, various VS extensions for Workflows
and project templates, but I don't have MOSS installed and I don't want
to install it on my dev machine (its running XP). I have it installed on
a dev server that I want to deploy to. I have already been developing on
the server using VS, but its remote access and hosted in a VM so very
slow, so I'd prefer to use my dev box to do the dev work.



Can I just install WSS 3.0? or is there some redistributable that I
should install?



In my projects I want to be able to reference libraries like
Microsoft.Sharepoint, microsoft.sharepoint.WorkflowActions,
microsoft.office.workflow.tasks, etc



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then dele

RE: [OzMOSS] RE: Development of WSS 3.0 on dev box

2007-07-24 Thread Prior, David
I've now just changed the Virtual Memory on the VM from 384MB to
2048MB...that should help!!



Cheers,




-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Wednesday, 25 July 2007 1:18 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: Development of WSS 3.0 on dev box



Matthew,



Thanks for the info. My VM (using VMWare) is hosted on a Windows 2003
Server, P4 CPU, 3.2GHz with 2.87GB Ram.



The VM has 1552MB RAM assigned, leaving over a gig for the host. I've
been trying to work out a good mix of RAM to the VM and to the Host, but
the performance just doesn't seem to change. The host has 40gb free
space left on it.



The VM is running SQL Server 2005, MOSS 2007 and Visual Studio 2005.



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Matthew Cosier
Sent: Wednesday, 25 July 2007 1:04 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: Development of WSS 3.0 on dev box



Hi David,



You cannot host WSS v3.0 on an XP machine.

I generally do all MOSS development on a virtual machine which is
running on an external harddrive, with at least 1gig allocated to it,
and 1gig allocated to the host.  It runs very nicely, and performance is
not an issue.  What type of machine are you developing on?



Your other option is to install windows server 2003 on your development
machine, and run everything locally - the same way as you would if you
were to do it within a VM.



You can do development on an XP machine, but it gets rather tedious.
You need to copy the sharepoint assemblies from your windows server
machine hosting WSS v3.0, and reference them in your projects.  You can
then set up post-build steps to copy the output into a mapped network
drive or something similar, which goes directly into your moss box.  But
then you need to do a lot of switching between sessions to test your
result.



You also lose the ability to work with the WSS templates for visual
studio, which will only function correctly on a windows server 2003
machine hosting WSS v3.0 locally.



Check these links out too:

http://msdn2.microsoft.com/en-us/library/bb330848.aspx

http://weblogs.asp.net/bsimser/archive/2006/02/09/437788.aspx

http://jopx.blogspot.com/2007/03/my-favourite-sharepoint-2007-tools.html



Regards,

Matthew Cosier
Readify | Senior Developer

M: +61 401 932 250| C: Office Communicator




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Wednesday, 25 July 2007 12:18 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Development of WSS 3.0 on dev box



Hi all,



Can someone tell me what I need to install on an XP dev machine to allow
me to write WSS apps (workflows, webparts, etc)?



I have SQL 2005, VS 2005, .Net 3, various VS extensions for Workflows
and project templates, but I don't have MOSS installed and I don't want
to install it on my dev machine (its running XP). I have it installed on
a dev server that I want to deploy to. I have already been developing on
the server using VS, but its remote access and hosted in a VM so very
slow, so I'd prefer to use my dev box to do the dev work.



Can I just install WSS 3.0? or is there some redistributable that I
should install?



In my projects I want to be able to reference libraries like
Microsoft.Sharepoint, microsoft.sharepoint.WorkflowActions,
microsoft.office.workflow.tasks, etc



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 

RE: [OzMOSS] RE: Development of WSS 3.0 on dev box

2007-07-25 Thread Prior, David
Thanks mate. The url is not working for me at the moment...mind you I am
having some internet connection dramas at the moment.



I've converted my VM and am now running it on our ESX Server..runs
like a dream :-)



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Aaron Saikovski
Sent: Thursday, 26 July 2007 10:52 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: Development of WSS 3.0 on dev box



Hi David,

You can also use the following guide to help you setup a development
environment.



http://msdn2.microsoft.com/en-us/library/bb330848.aspx



hth,

Aaron

Regards,

Aaron Saikovski
Readify - Senior Consultant

M:

+61 410 480 971

C: 

[EMAIL PROTECTED] 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Wednesday, 25 July 2007 12:18 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Development of WSS 3.0 on dev box



Hi all,



Can someone tell me what I need to install on an XP dev machine to allow
me to write WSS apps (workflows, webparts, etc)?



I have SQL 2005, VS 2005, .Net 3, various VS extensions for Workflows
and project templates, but I don't have MOSS installed and I don't want
to install it on my dev machine (its running XP). I have it installed on
a dev server that I want to deploy to. I have already been developing on
the server using VS, but its remote access and hosted in a VM so very
slow, so I'd prefer to use my dev box to do the dev work.



Can I just install WSS 3.0? or is there some redistributable that I
should install?



In my projects I want to be able to reference libraries like
Microsoft.Sharepoint, microsoft.sharepoint.WorkflowActions,
microsoft.office.workflow.tasks, etc



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd

RE: [OzMOSS] installation

2007-07-25 Thread Prior, David
Peter,



Are you building the server as a development server or as a production
server? It's a very different configuration depending on you needs.



The setup of your disks will also be determined by your backup strategy.
The separation of the database files and backups onto a separate
partition (yes you can with SQL Server) is a good idea. This allows your
backups (to tape or some other device not on the machine) to just point
to that partition without having to worry about getting operational
software. These would be part of some other backup strategy
(presumably).



Even though you only have one server I would still install MOSS as a
Farm configuration, for when you outgrow the server and need to add in
more machines.



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Peter Milliner
Sent: Thursday, 26 July 2007 11:26 AM
To: listserver@ozmoss.com
Subject: [OzMOSS] installation



I am currently in the  process of preparing and installing MOSS 2007.  I
am at the stage of preparing a server for installation.



I have only been give one server



DELL 2950 4GB RAM

2 X Quad-Core Intel Xeon 5300 sequence processors
2  X 3.5-inch SAS (15k rpm): 73GB (Raid 1 configuration)
3  X 3.5-inch SAS (15k rpm):146GB (Raid 5)



I am wondering if anyone can give me advice or direction on best
practice for disk setup.  This is my plan -


C Drive -1st Drive partition -  System and Program Files - Program Files
- MOSS 2007, MSSQL 2005

D drive -2nd Drive partition -  3rd Drive partition -  MOSS databases.



I am not that familiar with MSSQL 2005 - Can I have databases stored on
D drive or does it default to drive it is installed on.



What do I need to plan for backup and log files.  Any assistance would
be appreciated.



Peter Milliner

Intranet administrator

Information Technology and Communications Unit

Bendigo Regional Institute of TAFE



This email is intended for the recipient only. It may contain
confidential or sensitive information which should not be passed on to
unauthorised persons. Views expressed in this email are the author's own
and form no basis for any contractual obligation by Bendigo Regional
Institute of TAFE, nor do they imply a formal endorsement by the
Institute of those views.



---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzMOSS] Problem with the ECM Starter Kit Sample Approval Workflow

2007-07-30 Thread Prior, David
Hi again,



Has anyone tried using the ECM Starter Kit's Sample Approval Workflow?



It looks like the same as the OOTB Approval workflow, except there seems
to be some bugs in it...or I just can't get it working like the OOTB
version. When you action the task that gets created, if you click the
"Request a Change" link, nothing happens. It should create a new task
assigned to the user selected, well at least that's what the OOTB
version does.



All I want to do is add a small amount of code in the
OnWorkflowActivated event. Does anyone know of a way to trap this event
from the OOTB version? Or has anyone had success with the Sample
Approval workflow?



Cheers,



David




-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] Just Published: Major Update to the MOSS and WSS Downloadable SDKs

2007-08-22 Thread Prior, David
I'll be keen to see if they have got the Approval Sample Workflow
working with the "Request a Change" function. Last time I tried, it
didn't work :-(.



No doubt something I did wrong but I couldn't get it going?



Cheers,



David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Aaron Saikovski
Sent: Thursday, 23 August 2007 12:47 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Just Published: Major Update to the MOSS and WSS
Downloadable SDKs



All,

They have been busy in the MOSS team.

Here are "major" updates to the MOSS & WSS SDKS.



WSS SDK is here:

http://www.microsoft.com/downloads/details.aspx?familyid=05E0DD12-8394-4
02B-8936-A07FE8AFAFFD&displaylang=en



MOSS SDK is here:

http://www.microsoft.com/downloads/details.aspx?FamilyId=6D94E307-67D9-4
1AC-B2D6-0074D6286FA9&displaylang=en





More details here on the team blog:

http://blogs.msdn.com/sharepoint/archive/2007/08/22/just-published-major
-update-to-the-moss-and-wss-downloadable-sdks-8-22-2007.aspx



Key features:



* Business Data Catalog Samples and Utilities

o   Microsoft Business Data Catalog Definition Editor

o   Sample Pluggable SSO Provider

o   WSHelloWorld Web Service

o   WSOrders Web Service

o   Excel Services User Defined Function Sample

o   WSOrders Custom Proxy Sample

o   Amazon Web Service Sample

o   AdventureWorks Metadata Samples

o   SAP Sample

* Document Management and Content Processing Samples

o   Comment Scrub Document Converter

o   Term Replacement Document Inspector

* Search Samples

o   Sample Protocol Handler

o   Custom Content Source

* Records Management and Policy Samples

o   De-Duplication Router

o   Document Integrity Verifier

o   Records Center Web Service Console Application

o   Search, Collect, and Hold Tool

o   Sample Custom Barcode Generator

o   IRM Document Protector

* Workflow Samples

o   Custom Workflow Report Query Generator

o   Custom Workflow Report XLSX Injector

o   Visual Studio Workflow Templates

o   Enterprise Content Management Workflow Activities

o   List Item Activities

o   Hello World Sequential Workflow

o   State Based Approval Workflow

o   Modification Workflow

o   Replication and Contact Selector Workflow

o   Intersystem Purchase Order

o   Confidential Approval Workflow

o   Group Approval Workflow

o   Approval Workflow Sample

o   Multi-Stage Workflow

o   Server-side Collect Signatures Workflow



Regards,

Aaron Saikovski
Readify - Senior Consultant

Suite 206 Nolan Tower
29 Rakaia Way
Docklands, VIC 3008
Australia

M:

+61 410 480 971

E:

[EMAIL PROTECTED] 

C: 

[EMAIL PROTECTED] 

W:

www.readify.net 



The content of this e-mail, including any attachments is a confidential
communication between Readify Pty Ltd and the intended addressee and is
for the sole use of that intended addressee. If you are not the intended
addressee, any use, interference with, disclosure or copying of this
material is unauthorized and prohibited. If you have received this
e-mail in error please contact the sender immediately and then delete
the message and any attachment(s).

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzMOSS] MOSS compatible Anti-Virus software

2007-08-28 Thread Prior, David
HI all,



Can anyone recommend a good anti-virus package to be used in conjunction
with MOSS and uploading/downloading documents?



I want to use the Anti-Virus settings in MOSS to scan uploaded documents
and the doco's say that you should use a MOSS compatible AV tool, but I
can't find any that say they are compatible.



Any suggestions?



Cheers,



David




This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] MOSS compatible Anti-Virus software

2007-08-28 Thread Prior, David
Jag,



Thanks for the reply, I am currently doing just thatits not too bad.



Cheers,



David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of srk Jag
Sent: Wednesday, 29 August 2007 10:24 AM
To: listserver@ozmoss.com
Subject: Re: [OzMOSS] MOSS compatible Anti-Virus software



Hi David,



I recommened to have a look at MIcrosoft Forefront Security for
SharePoint. It gives a nice mix of AV software gaurding your sharepoint
document libraries. Have a look at it in MSDN and try eval.



Cheers

Jag



On 8/29/07, Prior, David <[EMAIL PROTECTED]> wrote:

HI all,



Can anyone recommend a good anti-virus package to be used in conjunction
with MOSS and uploading/downloading documents?



I want to use the Anti-Virus settings in MOSS to scan uploaded documents
and the doco's say that you should use a MOSS compatible AV tool, but I
can't find any that say they are compatible.



Any suggestions?



Cheers,



David



This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com <http://mailenable.com/>  - List managed by
www.readify.net <http://www.readify.net/>




--
Jag Sri Raja Kakarlapudi
SharePoint Solution Specialist,
Strategic Data Management,
Adelaide, South Australia

Blog: http://itfootprint.wordpress.com
LinkedIn: http://www.linkedin.com/in/sriraja
Mobile: (W) 0439995660  (P) 0433564760
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.




--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] MOSS compatible Anti-Virus software

2007-08-28 Thread Prior, David
I have just downloaded ForeFront Security for SharePoint and installed
it on my MOSS box.nice and simple.



I am also now installing Trend Micro PortalProtect to do a comparison of
the two.



I'll post an update once I have finished.



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Aaron Saikovski
Sent: Wednesday, 29 August 2007 10:50 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] MOSS compatible Anti-Virus software



Hi David,

I would be interested in how you go with Forefront as i haven't used it
and would be keen to hear how you get on.

Cheers,

Aaron





From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Wednesday, 29 August 2007 10:27 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] MOSS compatible Anti-Virus software



Jag,



Thanks for the reply, I am currently doing just thatits not too bad.



Cheers,



David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of srk Jag
Sent: Wednesday, 29 August 2007 10:24 AM
To: listserver@ozmoss.com
Subject: Re: [OzMOSS] MOSS compatible Anti-Virus software



Hi David,



I recommened to have a look at MIcrosoft Forefront Security for
SharePoint. It gives a nice mix of AV software gaurding your sharepoint
document libraries. Have a look at it in MSDN and try eval.



Cheers

Jag



On 8/29/07, Prior, David <[EMAIL PROTECTED]> wrote:

HI all,



Can anyone recommend a good anti-virus package to be used in conjunction
with MOSS and uploading/downloading documents?



I want to use the Anti-Virus settings in MOSS to scan uploaded documents
and the doco's say that you should use a MOSS compatible AV tool, but I
can't find any that say they are compatible.



Any suggestions?



Cheers,



David



This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com <http://mailenable.com/>  - List managed by
www.readify.net <http://www.readify.net/>




--
Jag Sri Raja Kakarlapudi
SharePoint Solution Specialist,
Strategic Data Management,
Adelaide, South Australia

Blog: http://itfootprint.wordpress.com
LinkedIn: http://www.linkedin.com/in/sriraja
Mobile: (W) 0439995660  (P) 0433564760
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

---
OzMOSS.com - to unsubscribe from this list, send a

RE: [OzMOSS] MOSS compatible Anti-Virus software - The Verdict

2007-08-30 Thread Prior, David
OK, after some testing of both the ForeFront Security for SharePoint and
Trend Micro PortalProtect anti virus tools for MOSS I have decided to go
with Trend Micro PortalProtect. Not for any real reason other than we
are already using Trend Micro OfficeScan on the network and it seemed
like a good idea to keep with the same technology product since it
worked rather well.



The ForeFront product has a winforms UI and the Trend product has a Web
UI.



I had a small issue with the install of Trend, the default URL used the
127.0.0.1 IP and not the DNS name of my machine, which meant that the
web site would fall over. Once I fixed the shortcut up to use my DNS
entry, all was fine.



Both are very nice and easy to navigate your way around, and both
reported the same information in MOSS when a virus is detected.



I'd be keen to hear of anyone elses exploits into AV with MOSS.



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Wednesday, 29 August 2007 11:19 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] MOSS compatible Anti-Virus software



I have just downloaded ForeFront Security for SharePoint and installed
it on my MOSS box.nice and simple.



I am also now installing Trend Micro PortalProtect to do a comparison of
the two.



I'll post an update once I have finished.



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Aaron Saikovski
Sent: Wednesday, 29 August 2007 10:50 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] MOSS compatible Anti-Virus software



Hi David,

I would be interested in how you go with Forefront as i haven't used it
and would be keen to hear how you get on.

Cheers,

Aaron





From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Wednesday, 29 August 2007 10:27 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] MOSS compatible Anti-Virus software



Jag,



Thanks for the reply, I am currently doing just thatits not too bad.



Cheers,



David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of srk Jag
Sent: Wednesday, 29 August 2007 10:24 AM
To: listserver@ozmoss.com
Subject: Re: [OzMOSS] MOSS compatible Anti-Virus software



Hi David,



I recommened to have a look at MIcrosoft Forefront Security for
SharePoint. It gives a nice mix of AV software gaurding your sharepoint
document libraries. Have a look at it in MSDN and try eval.



Cheers

Jag



On 8/29/07, Prior, David <[EMAIL PROTECTED]> wrote:

HI all,



Can anyone recommend a good anti-virus package to be used in conjunction
with MOSS and uploading/downloading documents?



I want to use the Anti-Virus settings in MOSS to scan uploaded documents
and the doco's say that you should use a MOSS compatible AV tool, but I
can't find any that say they are compatible.



Any suggestions?



Cheers,



David



This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, 

RE: [OzMOSS] Failed to configure propagation share

2007-09-10 Thread Prior, David
Chris,



When you installed MOSS on the WFE servers, did you select the Web Front
End setup or Complete Install??



If you selected Web Front End, then you will have dramas when trying to
use the Query role on a WFE server. It's recommended that don't use the
WFE install unless you are only going to use the WFE to serve content,
and not query. You would use another application server to perform the
query/index roles.



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Chris Hewitt
Sent: Tuesday, 11 September 2007 12:28 PM
To: listserver@ozmoss.com
Subject: [OzMOSS] Failed to configure propagation share



I am getting "Failed to configure propagation share" when trying to set
up the Search Query Services on the Front-end Web Services on our
farm...no help from Google...anyone seen this? The Index Server is
running fine on a backend server.



-  Chris :-)



---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] RE: Errors creating a new farm using the SharePoint Products and Technologies Configuration Wizard

2007-09-11 Thread Prior, David
John,

I am allowing Remote Connections using both TCP/IP and named pipes.

Cheers,
 
David Prior
Senior Developer
KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd
19 – 25 Moore Street  |  Turner ACT 2612
(02) 6219 0880  |  0411 449 496
[EMAIL PROTECTED]  |  www.kaz-group.com
Have you checked out the new portal? 
https://practiceportal.cbr.kaz-group.com/index.htm
-
This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hodgson, John
Sent: Wednesday, 12 September 2007 10:53 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: Errors creating a new farm using the SharePoint Products 
and Technologies Configuration Wizard

I expect its SQL Surface area configuration...


John Hodgson | Hewlett-Packard Australia

Solution Architect | HP & Microsoft Solutions for the People Ready Business
Mobile: 0411 242 880







From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prior, David
Sent: Wednesday, 12 September 2007 10:38 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Errors creating a new farm using the SharePoint Products and 
Technologies Configuration Wizard

Hi,

I am having issues trying to create a new farm using the SharePoint Products 
and Technologies Configuration Wizard.

My farm topology is as follows:
2 WFE servers with MOSS complete install
1 Application Server with MOSS complete install
1 Database Server with SQL Server 2005

I am logged onto the 1st WFE server as my MOSSService domain account which has 
local admin privs on all farm machines, and in the database server it has 
dbcreator and securityadmin roles. When I use the below settings I get the 
error shown. My database domain account MOSSDatabase has dbcreator, 
securityadmin and sysadmin roles for the database server and is also in the 
local admin group.





This should be the minimal permissions required for these accounts. 
(http://claytonj.wordpress.com/2007/04/23/moss-2007-setup-accounts/ )

I can ping the database server from my WFE machine and I can log in locally to 
my database server as these accounts and can quite happily create databases.

Does anyone have any ideas on what I am missing? I’ve done this before using 
domain accounts that have greater permissions but I need to be able to do this 
with minimal permissions for a client.

Cheers,

David
-
This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.


This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate. It may also be the subject of legal professional privilege. If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited. 
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.
;Imzrmr>ʕnui
̃Iʦ欲y蚘bXǧuƠyڭ颲ܢ欲y-뮮7O
yֲzv稘fj
o,0·v'
;3
I'(.˛mkab֦zrKhpn˛m欶ruj)^y&.+-ځ[
0杉

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.
;3I'(��.�˛���m���ka��b���֦z����rKh����p��n�˛���m欶r�u��j)^���y�&.+-��ځ�[�
0�杉

RE: [OzMOSS] RE: Errors creating a new farm using the SharePoint Products and Technologies Configuration Wizard

2007-09-11 Thread Prior, David
Ok,

I turned off my Windows Firewall on my database server and I can get 
throughproblem is I don't want to turn off the firewall.

Does anyone know what PORT should be opened in the firwall to allow the 
SharePoint Products and Technologies Configuration Wizard to do it's thing?

Cheers,
 
David
-
This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prior, David 
Sent: Wednesday, 12 September 2007 11:00 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: Errors creating a new farm using the SharePoint 
Products and Technologies Configuration Wizard

John,

I am allowing Remote Connections using both TCP/IP and named pipes.

Cheers,
 
David Prior
Senior Developer
KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd
19 – 25 Moore Street  |  Turner ACT 2612
(02) 6219 0880  |  0411 449 496
[EMAIL PROTECTED]  |  www.kaz-group.com
Have you checked out the new portal? 
https://practiceportal.cbr.kaz-group.com/index.htm
-
This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hodgson, John
Sent: Wednesday, 12 September 2007 10:53 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: Errors creating a new farm using the SharePoint Products 
and Technologies Configuration Wizard

I expect its SQL Surface area configuration...


John Hodgson | Hewlett-Packard Australia

Solution Architect | HP & Microsoft Solutions for the People Ready Business
Mobile: 0411 242 880







From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prior, David
Sent: Wednesday, 12 September 2007 10:38 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Errors creating a new farm using the SharePoint Products and 
Technologies Configuration Wizard

Hi,

I am having issues trying to create a new farm using the SharePoint Products 
and Technologies Configuration Wizard.

My farm topology is as follows:
2 WFE servers with MOSS complete install
1 Application Server with MOSS complete install
1 Database Server with SQL Server 2005

I am logged onto the 1st WFE server as my MOSSService domain account which has 
local admin privs on all farm machines, and in the database server it has 
dbcreator and securityadmin roles. When I use the below settings I get the 
error shown. My database domain account MOSSDatabase has dbcreator, 
securityadmin and sysadmin roles for the database server and is also in the 
local admin group.





This should be the minimal permissions required for these accounts. 
(http://claytonj.wordpress.com/2007/04/23/moss-2007-setup-accounts/ )

I can ping the database server from my WFE machine and I can log in locally to 
my database server as these accounts and can quite happily create databases.

Does anyone have any ideas on what I am missing? I’ve done this before using 
domain accounts that have greater permissions but I need to be able to do this 
with minimal permissions for a client.

Cheers,

David
-
This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.


This communication may contain confidential information and/or copyright 
material of

RE: [OzMOSS] SOLVED - Errors creating a new farm using the SharePoint Products and Technologies Configuration Wizard

2007-09-11 Thread Prior, David
All,

Just to let you know that I have solved my problem.

I did a NetMon on the webserver to see what PORT it was trying to talk to on 
the database server. I discovered that TCP port 1433 needed to be allowed in my 
firewall. So I opened this port in my Firewall on the DB server and it allowed 
the connection.

If anyone has any issues with this I'd love to hear about them. I am not a 
firewall guy so if this is a problem then please let me know.

Cheers,
 
David 

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prior, David 
Sent: Wednesday, 12 September 2007 11:39 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: Errors creating a new farm using the SharePoint 
Products and Technologies Configuration Wizard

Ok,

I turned off my Windows Firewall on my database server and I can get 
throughproblem is I don't want to turn off the firewall.

Does anyone know what PORT should be opened in the firwall to allow the 
SharePoint Products and Technologies Configuration Wizard to do it's thing?

Cheers,
 
David
-
This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prior, David 
Sent: Wednesday, 12 September 2007 11:00 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: Errors creating a new farm using the SharePoint 
Products and Technologies Configuration Wizard

John,

I am allowing Remote Connections using both TCP/IP and named pipes.

Cheers,
 
David Prior
Senior Developer
KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd
19 – 25 Moore Street  |  Turner ACT 2612
(02) 6219 0880  |  0411 449 496
[EMAIL PROTECTED]  |  www.kaz-group.com
Have you checked out the new portal? 
https://practiceportal.cbr.kaz-group.com/index.htm
-
This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hodgson, John
Sent: Wednesday, 12 September 2007 10:53 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: Errors creating a new farm using the SharePoint Products 
and Technologies Configuration Wizard

I expect its SQL Surface area configuration...


John Hodgson | Hewlett-Packard Australia

Solution Architect | HP & Microsoft Solutions for the People Ready Business
Mobile: 0411 242 880







From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prior, David
Sent: Wednesday, 12 September 2007 10:38 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Errors creating a new farm using the SharePoint Products and 
Technologies Configuration Wizard

Hi,

I am having issues trying to create a new farm using the SharePoint Products 
and Technologies Configuration Wizard.

My farm topology is as follows:
2 WFE servers with MOSS complete install
1 Application Server with MOSS complete install
1 Database Server with SQL Server 2005

I am logged onto the 1st WFE server as my MOSSService domain account which has 
local admin privs on all farm machines, and in the database server it has 
dbcreator and securityadmin roles. When I use the below settings I get the 
error shown. My database domain accou

[OzMOSS] Which Services to start

2007-09-16 Thread Prior, David
Hi,



I am configuring a 4 server farm topology (2 WFE, 1 Index, 1 database)
and am getting confused as to which services I need to configure/start
for each server using the Services on Server page in the central
administration site.



I currently have the following but don't think its right.



Should the APPSVR have the Windows SharePoint Services Web Application
running on it? I am wanting to make the APPSVR only be used for the
Indexer and Calculation services, and to house the central admin site.



The two WFE's are the Query Servers.



Any thoughts?



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.




This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net

<>

[OzMOSS] InfoPath and MOSS

2007-09-26 Thread Prior, David
Hi,

Has anyone had the experience of using InfoPath with MOSS. I am looking at 
using InfoPath forms to capture information from users in the internet (who 
will not have InfoPath installed locally). The kinds of forms would represent 
your usual government forms, application for payments, registration, that kind 
of stuff...where the form is prepopulated with existing info etc.

The last time I looked at InfoPath, you had to have the client installed to be 
able to use the form to capture information and submit it. I am now looking at 
the latest version but though I'd check the list at the same time for some "non 
sales talk" real world experience.

Cheers,

David

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net

<>

RE: [OzMOSS] RE: InfoPath and MOSS

2007-09-26 Thread Prior, David
Thanks Mick, I'm definitely finding lots of stories on the web around this 
stuff so I feel a lot happier with Info Path 2007 and the forms server. The 
integration with MOSS is also nice and neat so I'll be putting together a proof 
of concept in the near future.

Cheers,

David


From: [EMAIL PROTECTED] on behalf of Mick Badran
Sent: Thu 27/09/2007 12:24 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: InfoPath and MOSS


Hi David,

Fortunately for you with MOSS over a year old - there's great stories out there 
in the market around this exact thing.

There's a range of options that you've got - things like repeatability versus 
functionality etc.

Place where you want to start is at least looking at forms services - the forms 
need to be developed in Infopath 2007, but you don't need Infopath to interact 
with the form.

Happy to chat off the air for more detailed info.

Mick Badran (MVP - BizTalk) | mb: +61 404842833 | im:[EMAIL PROTECTED]
Breeze Training | Training + Integration Specialist | Microsoft Readiness 
Instructor
blogs:http://blogs.breezetraining.com.au/mickb 
<http://blogs.breezetraining.com.au/mickb>



From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Prior, David [EMAIL 
PROTECTED]
Sent: Thursday, 27 September 2007 12:12 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] InfoPath and MOSS


Hi,

Has anyone had the experience of using InfoPath with MOSS. I am looking at 
using InfoPath forms to capture information from users in the internet (who 
will not have InfoPath installed locally). The kinds of forms would represent 
your usual government forms, application for payments, registration, that kind 
of stuff...where the form is prepopulated with existing info etc.

The last time I looked at InfoPath, you had to have the client installed to be 
able to use the form to capture information and submit it. I am now looking at 
the latest version but though I'd check the list at the same time for some "non 
sales talk" real world experience.

Cheers,

David
--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net

<>

RE: [OzMOSS] Quick Groove survey

2007-10-16 Thread Prior, David
Aaron,

1) yes I use it personally and some in the company use it on and off as well.
2) Yes and Yes
3) Sure, why not. I'm always keen for a little more knowledge. We did a proof 
of  concept for an internal thing and found it a little short of enterprise 
requirements, but that may just be due to my knowledge of the product.

Cheers,

David Prior
Senior Developer
KAZ ACT | Professional Services | KAZ Group Pty Ltd
19 - 25 Moore Street | Turner 2612
(02) 6219 0880 | 0411 449 496
[EMAIL PROTECTED]   | www.kaz-group.com 


-

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ACN 002 124 405 or its related bodies corporate. 
It may also be the subject of legal professional privilege. If you are not an 
intended recipient, you must not keep, forward, copy, use, save or rely on this 
communication and any such action is unauthorised and prohibited. If you have 
received this communication in error, please reply to this e-mail to notify the 
sender of its incorrect delivery, and then delete both it and your reply. Thank 
you.



From: [EMAIL PROTECTED] on behalf of Aaron Saikovski
Sent: Tue 16/10/2007 4:25 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Quick Groove survey



Dear All,

A quick survey around Groove.



1)  Who uses it? If not why?



2)  Do you know what it does? Know what it is?



3)  Would you like to more?



Cheers,

Aaron



Regards,

Aaron Saikovski
Readify - Senior Consultant

Suite 206 Nolan Tower
29 Rakaia Way
Docklands, VIC 3008
Australia

M:

+61 410 480 971

E:

[EMAIL PROTECTED] 

C:

[EMAIL PROTECTED]

W:

www.readify.net 



The content of this e-mail, including any attachments is a confidential 
communication between Readify Pty Ltd and the intended addressee and is for the 
sole use of that intended addressee. If you are not the intended addressee, any 
use, interference with, disclosure or copying of this material is unauthorized 
and prohibited. If you have received this e-mail in error please contact the 
sender immediately and then delete the message and any attachment(s).

--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net

<>

RE: [OzMOSS] RE: Groove?

2007-10-17 Thread Prior, David
Aaron,



Now that you've stirred up the interest and people are thinking about
Groove, you really should put on a presentation or demomaybe the
same one your doing in a couple of weeks, especially for those unlucky
people that can't make it due to other commitments :-) (yep, that would
be me)



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Aaron Saikovski
Sent: Thursday, 18 October 2007 1:28 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: Groove?



No..actually that had nothing to do with it.

I was more curious to see who was using it and how.



Regards,

Aaron Saikovski
Readify - Senior Consultant

M:

+61 410 480 971

C: 

[EMAIL PROTECTED] 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Stephen Muller
Sent: Thursday, 18 October 2007 11:36 AM
To: listserver@ozmoss.com
Subject: Re: [OzMOSS] RE: Groove?




or this



http://www.block.net.au/devcon/programme.htm






On 10/18/07, Aaron Saikovski <[EMAIL PROTECTED]> wrote:

Hi Mick,

Just wanted to gauge the interest/uptake/usage of Groove. It wasn't for
anything subversive.



Regards,

Aaron Saikovski
Readify - Senior Consultant

M:

+61 410 480 971

C:

[EMAIL PROTECTED]



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Mick Badran
Sent: Wednesday, 17 October 2007 12:25 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: Groove?



Hi Aaron,



What was the Groove survey for?





---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com   - List managed by
www.readify.net 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com   - List managed by
www.readify.net 


---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] SharePoint Tools!!!

2007-10-24 Thread Prior, David
Agreed. 

 

I saw these guys at TechEd this year and was very impressed with the lower 
level of backup/restore that they have been able to do. I have recommended 
their product to a couple of clients for additional Backup/Restore over what 
comes OOTB with MOSS.

 

Cheers,

 

David Prior

-

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Reddy, Anand
Sent: Thursday, 25 October 2007 10:07 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] SharePoint Tools!!!

 

Hi All

 

I have been using DocAve for item/site/sub-site level backups for the last 2 
years. I personally prefer DocAve over the  native SPS backup tool. They also 
have other SharePoint related products.

Check their site: http://www.avepoint.com/

 

Regards

 

Anand Reddy

 

From: AvePoint Beta Programs [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 25 October 2007 6:30 AM
To: Reddy, Anand
Subject: Beta for DocAve 4.5 SharePoint Administrator now available

 

Dear AvePoint Customer,

Beta for new SharePoint Administrator now available! 

In 2 weeks AvePoint will be announcing details of the release of a new 
SharePoint administration product as part of our DocAve 4.5 Software release 
for complete SharePoint back-end management. We would like to invite you to 
participate in our Beta program for our new SharePoint Administrator module 
(see overview below). You will be able to test-drive the application in your 
SharePoint environment and provide your comments and recommendations. You will 
also automatically qualify for the pre-release discount should you choose to 
add this module to your DocAve solution suite.
 
TO PARTICIPATE IN THE BETA PROGRAM: 
Please reply to this email or write to [EMAIL PROTECTED]  , making sure to provide accurate contact information, including 
your company name. One of our representatives will contact you to receive 
additional information about your SharePoint environment and pre-qualify you 
for the program (participation in the beta program is limited).
 
TO PREVIEW THE SHAREPOINT ADMINISTRATOR MODULE:
Since this module will not be officially announced for another 2 weeks and 
participation in the beta program is limited, we would like to offer you a 
chance to preview it if you are interested:

*   Contact your sales representative or e-mail [EMAIL PROTECTED] 
  to arrange for an overview and an online Webex 
demo. 
*   View the beta release in person at the DevConnections Show in Las Vegas 
(Nov 5-8), or at the TechEd IT Forum in Barcelona (Nov 12-16)

ABOUT DOCAVE SHAREPOINT ADMINISTRATOR MODULE:
This new SharePoint Administrator module will provide complete global control 
of enterprise-wide SharePoint environments, from a single farm to hundreds of 
farms, all from a single interface.  A few main features worth mentioning:

*   DocAve’s unique distributed architecture offers a central control for 
administrators to easily view, search, manage, report, and replicate 
configuration, security and/or content of SharePoint farms, site collections, 
sites, web applications and folders. 
*   Administrators can apply rule based searches across all SharePoint 
deployments from site, web application, down to folders and list level, and 
deploy configurations and security permissions to the saved search result set.  
*   Securities can be applied at the item level across all SharePoint 
deployments.

Please e-mail us at [EMAIL PROTECTED]   if you would 
like to participate in the beta program or would like to preview SharePoint 
Administrator module. 
 
Thank you for your continued support of AvePoint!
 
AvePoint Team
 
 

  


**
This message is intended for the addressee named and may contain 
privileged information or confidential information or both. If you 
are not the intended recipient please delete it and notify the sender.
** 

;3I'(.˛mkab֦zrKhpn˛m欶rQ>[fnWbٚu i؟w

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the

[OzMOSS] MOSS Bible on PDF

2007-10-31 Thread Prior, David
Hi all,



Rumour has it that there is a nice big SharePoint Bible PDF document out
there for download from Microsoft, problem is I can't find it.



Has anyone heard of this document and can point me in the right
direction?



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] RE: MOSS Bible on PDF

2007-10-31 Thread Prior, David
Yes this is the one I am looking for. It's about 500 pages, but like you, I 
can't find it either. Was it Denise Holehouse?

Cheers,
 
David Prior
Senior Developer
KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd
19 – 25 Moore Street  |  Turner ACT 2612
(02) 6219 0880  |  0411 449 496
[EMAIL PROTECTED]  |  www.kaz-group.com
-
This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Williamson
Sent: Thursday, 1 November 2007 11:51 AM
To: listserver@ozmoss.com
Subject: Re: [OzMOSS] RE: MOSS Bible on PDF

At a breakfast yesterday Denise from Microsoft specifically mentioned
that there was a several hundred page "Sharepoint Bible" on technet.

I have thus far been unable to find it.

On 11/1/07, Sezai KOMUR <[EMAIL PROTECTED]> wrote:
>
>
>
> David,
>
>
>
> You may actually be referring to a book
> http://www.wiley.com/WileyCDA/WileyTitle/productCd-047000861X.html
> US $44.99
>
>
>
> There are SharePoint Bible PDFs online, but you need to visit a Torrent site
> to get a torrent for it and then download the PDF illegally, which maybe
> explains why it isn't an easy download ;o)
>
>
>
> Your best (legal) option is to purchase the hard copy and support the
> authors.
>
>
>
> One of my colleagues here purchased this book, I am flicking through it at
> the moment. It's great and contains a ton of detail, not only does it
> provide a high-level conceptual overview, it also has detailed step-by-step
> instructions on HOW to do things, it's a massive book and a good read, I
> recommend it to anyone.
>
>
>
> Regards,
>
>
> Sezai Kömür
> Senior Developer  -  Microsoft Certified Technology Specialist
>
>
>
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Prior, David
> Sent: Thursday, 1 November 2007 8:35 AM
> To: listserver@ozMOSS.com
> Subject: [OzMOSS] MOSS Bible on PDF
>
>
>
> Hi all,
>
>
>
> Rumour has it that there is a nice big SharePoint Bible PDF document out
> there for download from Microsoft, problem is I can't find it.
>
>
>
> Has anyone heard of this document and can point me in the right direction?
>
>
>
>
> Cheers,
>
>
>
> David
>
>
> -
>
> This communication may contain confidential information and/or copyright
> material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
> corporate.  It may also be the subject of legal professional privilege.  If
> you are not an intended recipient, you must not keep, forward, copy, use,
> save or rely on this communication and any such action is unauthorised and
> prohibited.  If you have received this communication in error, please reply
> to this e-mail to notify the sender of its incorrect delivery, and then
> delete both it and your reply.
>
> This communication may contain confidential information and/or copyright
> material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
> corporate. It may also be the subject of legal professional privilege. If
> you are not an intended recipient, you must not keep, forward, copy, use,
> save or rely on this communication and any such action is unauthorised and
> prohibited. If you have received this communication in error, please reply
> to this e-mail to notify the sender of its incorrect delivery, and then
> delete both it and your reply.
>
> ---
> OzMOSS.com - to unsubscribe from this list, send a message back to the list
> with 'unsubscribe' as the subject.
> Powered by mailenable.com - List managed by www.readify.net
> ---
> OzMOSS.com - to unsubscribe from this list, send a message back to the list
> with 'unsubscribe' as the subject.
> Powered by mailenable.com - List managed by www.readify.net
> ---
> OzMOSS.com - to unsubscribe from this list, send a message b

[OzMOSS] Sample MOSS Sites

2007-11-08 Thread Prior, David
HI all,



I have been asked to demonstrate the customisation capabilities of MOSS
to a client who wants a site that looks different to the OOTB install,
but doesn't exactly know what they want it to look like...soI though
if I could point them to some public sites that are using MOSS then they
can see what the possibilities are, and yes, the possibilities are only
limited by the imagination, but imagination is also limited by my
non-design like abilities for pretty colours and pictures :-)



I currently have two URLs but I have seen a list of sites somewhere but
can no longer find it. I though it was on this list, but a search
through the archives have not found anything.



http://www.plymouthhospitals.nhs.uk/Pages/Home.aspx

http://sharepoint.microsoft.com/pedia/Pages/Home.aspx



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.





---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] Sample MOSS Sites

2007-11-08 Thread Prior, David
All,



Andrew Lavinsky has supplied this great sample site with over 80 sites
listedgreat find!!



http://www.wssdemo.com/Pages/websites.aspx



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Friday, 9 November 2007 8:58 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Sample MOSS Sites



HI all,



I have been asked to demonstrate the customisation capabilities of MOSS
to a client who wants a site that looks different to the OOTB install,
but doesn't exactly know what they want it to look like...soI though
if I could point them to some public sites that are using MOSS then they
can see what the possibilities are, and yes, the possibilities are only
limited by the imagination, but imagination is also limited by my
non-design like abilities for pretty colours and pictures :-)



I currently have two URLs but I have seen a list of sites somewhere but
can no longer find it. I though it was on this list, but a search
through the archives have not found anything.



http://www.plymouthhospitals.nhs.uk/Pages/Home.aspx

http://sharepoint.microsoft.com/pedia/Pages/Home.aspx



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.





This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] MOSS Alerts stopped working

2007-11-13 Thread Prior, David
Aaahhh yes. I have had this problem before. Check out this blog for the
answers. It worked like a treat for me.



http://glorix.blogspot.com/2007/10/alerts-not-working-all-time.html



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Aaron Saikovski
Sent: Wednesday, 14 November 2007 7:41 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] MOSS Alerts stopped working



Hi Karl,
That's a weird one.
Have you tried the obvious ones like rebooting, stop/start services?
Timer service?
Also have a look at the list of available hotfixes to see if there is a
fix for your specific problem.
Failing that give PSS a call and log a helpdesk call.
Hth,
Aaron

-Original Message-
From: "Power, Karl" <[EMAIL PROTECTED]>
To: "listserver@ozMOSS.com" 
Sent: 14/11/07 3:41 AM
Subject: [OzMOSS] MOSS Alerts stopped working


Hi Folks,



Just wondering if any of you have had issues with alerts being sent out
from lists, doc libraries etc?  Ours have stopped completely.  Our
messaging admin assures me that nothing has changed on exchange & I have
verified that the outbound email settings & SMTP server are all OK.
This has us stumped currently and any suggestions or straws to clutch at
would be appreciated,



Regards,



KP



Karl Power

Glanbia Business Systems

Glanbia Plc

Tel:  +353 (0) 56 8836404

Email:  [EMAIL PROTECTED]

Live Meeting:  https://www.livemeeting.com/cc/btconferencing3




__
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.
Any views and opinions expressed are those of the individual
author/sender and are not necessarily shared or endorsed by Glanbia plc
or any associated or related company.
This message has been scanned for all known viruses.
If you received this in error, please contact the sender and delete the
material from any computer.

Glanbia plc is registered in Ireland as a public limited company.
Registered Office: Glanbia House, Kilkenny.
Company Number: 129933
==
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] MOSS Alerts stopped working

2007-11-13 Thread Prior, David
Oh, also beware that once you run this command, any Alerts that have
been backed up will be sent out all at once. I had heaps of alerts sent
out and it got kind of annoying, but at least I know the alerts are
working again :-)



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Aaron Saikovski
Sent: Wednesday, 14 November 2007 7:41 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] MOSS Alerts stopped working



Hi Karl,
That's a weird one.
Have you tried the obvious ones like rebooting, stop/start services?
Timer service?
Also have a look at the list of available hotfixes to see if there is a
fix for your specific problem.
Failing that give PSS a call and log a helpdesk call.
Hth,
Aaron

-Original Message-
From: "Power, Karl" <[EMAIL PROTECTED]>
To: "listserver@ozMOSS.com" 
Sent: 14/11/07 3:41 AM
Subject: [OzMOSS] MOSS Alerts stopped working


Hi Folks,



Just wondering if any of you have had issues with alerts being sent out
from lists, doc libraries etc?  Ours have stopped completely.  Our
messaging admin assures me that nothing has changed on exchange & I have
verified that the outbound email settings & SMTP server are all OK.
This has us stumped currently and any suggestions or straws to clutch at
would be appreciated,



Regards,



KP



Karl Power

Glanbia Business Systems

Glanbia Plc

Tel:  +353 (0) 56 8836404

Email:  [EMAIL PROTECTED]

Live Meeting:  https://www.livemeeting.com/cc/btconferencing3




__
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.
Any views and opinions expressed are those of the individual
author/sender and are not necessarily shared or endorsed by Glanbia plc
or any associated or related company.
This message has been scanned for all known viruses.
If you received this in error, please contact the sender and delete the
material from any computer.

Glanbia plc is registered in Ireland as a public limited company.
Registered Office: Glanbia House, Kilkenny.
Company Number: 129933
==
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] Emailing a Summary of Changes

2007-11-14 Thread Prior, David
Clayton,



In the advanced search I presume that I would do a search where property
Created Date is Later than the value today - 7 days. But how do I
express today - 7days?



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Clayton James
Sent: Thursday, 15 November 2007 10:36 AM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] Emailing a Summary of Changes



Hi Dave,



A simple solution is to create a search query that returns the results
you need, then subscribe to the search result via RSS/Alerts. One of the
Alerts settings is send a Weekly summary.



Cheers

Clayton James

Trainer/Consultant

Data Cogs Information Technology| Mob 0402 463 276

http://claytonj.wordpress.com





From: [EMAIL PROTECTED] on behalf of Prior, David
Sent: Thu 15/11/2007 10:26 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Emailing a Summary of Changes

Hi all,



Does anyone have a good way of capturing and emailing a weekly email of
all the changes to a site in MOSS?



I have the Alerts setup and working to send various emails for specific
lists, but I also want to now send an email at the end of each week that
summarises what docs have been added, announcements, etc.



Any assistance would be appreciated.



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED]  |  www.kaz-group.com
<http://www.kaz-group.com/>


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net


This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzMOSS] Emailing a Summary of Changes

2007-11-14 Thread Prior, David
Hi all,



Does anyone have a good way of capturing and emailing a weekly email of
all the changes to a site in MOSS?



I have the Alerts setup and working to send various emails for specific
lists, but I also want to now send an email at the end of each week that
summarises what docs have been added, announcements, etc.



Any assistance would be appreciated.



Cheers,



David Prior

Senior Developer

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzMOSS] Tools for writing Reports against MOSS data

2007-11-29 Thread Prior, David
Does anyone have any suggestions of tools to use to create reports
against data stored in MOSS?



I then want to be able to generate and view those reports in MOSS as
well.



Cheers,



David




-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.




This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] Tools for writing Reports against MOSS data

2007-11-29 Thread Prior, David
Yes that would be correct, but surely there's some other options. A Live
Search doesn't seem to be returning much for me.



Cheers,



David


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Hodges, Kristen
Sent: Friday, 30 November 2007 3:08 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] Tools for writing Reports against MOSS data



I believe the Microsoft answer to that is Reporting Services.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David
Sent: Friday, 30 November 2007 3:06 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Tools for writing Reports against MOSS data



Does anyone have any suggestions of tools to use to create reports
against data stored in MOSS?



I then want to be able to generate and view those reports in MOSS as
well.



Cheers,



David




-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate. It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited. If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies 
corporate.  It may also be the subject of legal professional privilege.  If you 
are not an intended recipient, you must not keep, forward, copy, use, save or 
rely on this communication and any such action is unauthorised and prohibited.  
If you have received this communication in error, please reply to this e-mail 
to notify the sender of its incorrect delivery, and then delete both it and 
your reply.



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] Portal Page content

2008-01-30 Thread Prior, David
Bill,

 

It really depends on what information you think is most important to
most of your users.  The home page should summarise the most relevant
content, and then allow your users to navigate to their particular areas
of interest for more specific information.

 

Out portal is made up of multiple "Practices" or "Communities of
Interest" which allow staff to contribute information based upon their
roles within the organisation, as well as areas they have an interest
in.

 

Our home page shows a summary of the following:

- Useful internal/external links

- Top 5 news items

- Upcoming Social Events calender

- Most recent internal Blogs

- Employee Lookup

- Quick Search

- List of available "Practices" to join.

 

Don't overcrowd the home page, after all, it's more of a welcoming page
to allow the user to get a quick glance of what's around.

 

Cheers,

 

David 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Bill Doyle
Sent: Thursday, 31 January 2008 10:24 AM
To: listserver@ozmoss.com
Subject: [OzMOSS] Portal Page content

 

Hello
 
I am currently looking for some more idea's as to what content to put on
our portals home page (accessible only internally) as I've hit a wall.

So I thought I would send out this email and hope to get some replies to
what people have done with thier own portal and such

 
Thanks :)

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 




--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzMOSS] TFS 2008 and MOSS 2007

2008-02-06 Thread Prior, David
Hi all,

 

I'm testing out TFS 2008 on a new server just to see what we can do with
it and why we would upgrade from TFS 2005.  I've read up on the
improvements and agree that we should move to 2008, but I was just
trying to work out what the benefits of going from WSS 3.0 (installed
with TFS 2008) to full blown MOSS 2007.

 

Has anyone deployed MOSS 2007 with their TFS 2008 installation? If so,
what additional stuff in MOSS are you using?

 

Once thing I want to try to set up is a Project Tasks web part that
reads the current Work Items and displays them as a gaant chart within
the portal.  I've tried doing this with WSS 3.0 but I can't figure out
how to point it to the TFS database. I figured I could use MOSS 2007 BDC
to do it, but am open to ideas?

 

Cheers,

 

David 


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

 




--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] BCP for WSS 2007

2008-02-07 Thread Prior, David
I'd be curious to hear about how people have performed a disaster
recovery from two farms - Primary and Secondary farm, especially around
the following:

-  which databases do you replicate to the secondary farm - all
or only some (Content, Index, SPS, MySites, etc)

-  what database scripts do you run to activate the secondary
farm (reconfigure WFE's to use new database server, etc) if the primary
database server goes down.

 

I recall from various readings that you can't or shouldn't replicate all
databases as they contain Farm information which is not relevant on
different farms, but you can run some database scripts to reconfigure it
once the data is replicated.

 

Thoughts?

 

Cheers,

 

David 


-

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Dave Porter
Sent: Friday, 8 February 2008 5:14 AM
To: listserver@ozmoss.com
Subject: RE: [OzMOSS] BCP for WSS 2007

 

Sure,
 
http://blogs.msdn.com/joelo/archive/2007/03/09/sharepoint-backup-restore
-high-availability-and-disaster-recovery.aspx
 
http://searchexchange.techtarget.com/generic/0,295582,sid43_gci1275871,0
0.html
 
Joel's blog is a good resource or starting point for most MOSS stuff.
 
Dave P.







Subject: [OzMOSS] BCP for WSS 2007
Date: Thu, 7 Feb 2008 11:41:02 -0600
From: [EMAIL PROTECTED]
To: listserver@ozMOSS.com

Has anyone came across a detailed Business Continuation Plan for
Sharepoint 2007 or a Disaster Recovery system yet?  In all my searching
on the internet I can only find one posted on Technet for Sharepoint
2003.

 

Any insight resources would be appreciated.

 

Thank you,

 

Mike MacDonald

Securian Financial Group

Individual Business Technology

 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzMOSS] User Profiles and Property Types display

2008-02-18 Thread Prior, David
All,

 

Has anyone tried to mimic the functionality provided in the user
profiles page (http://myserver/ssp/admin/_layouts/ProfAdminEdit.aspx)?

 

We are developing a web part that displays part of the user profile
details that particular users can edit (who can't have access to the
real user profiles pages).  The problem we have at the moment is trying
to display the appropriate controls based on the profile property type
(string, Person, HTML, etc) and other information like "allow Multiple
values" and "choice list".  For example, if the data type is string,
then we should show a text box.  If it's multi-line rich text then show
the rich text editor control, if it's a list of values then show the
list validater controls, etc.

 

Has anyone had experience with this kind of thing before?

 

Cheers,

 

David

 




--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] User Profiles and Property Types display

2008-02-18 Thread Prior, David
Daniel,

 

The problem I have is knowing what user control to display based on the
property type. Yeah AJAX would be good to refresh it, I just need to
work out the first problem.

 

Ideally I like to re-use the controls that MOSS uses on the
http://myserver/ssp/admin/_layouts/ProfAdminEdit.aspx page as they
already contain the functionality based on the data type.

 

Cheers,

 

David 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Daniel Brown
Sent: Tuesday, 19 February 2008 12:38 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] User Profiles and Property Types display

 

Hi David,

 

A way of comes to mind of doing what your doing, is using a Placeholder
and have it load a User Control when various values are selected. This
could be done with AJAX so the page does not post back.

 

The other ways I can think of (dynamically redrawing the page with a
post back on each selection change) causes post back and requires a bit
of thinking to get your head around.

 

HTH

 

Daniel

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David 
Sent: Tuesday, 19 February 2008 11:04 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] User Profiles and Property Types display

 

All,

 

Has anyone tried to mimic the functionality provided in the user
profiles page (http://myserver/ssp/admin/_layouts/ProfAdminEdit.aspx)?

 

We are developing a web part that displays part of the user profile
details that particular users can edit (who can't have access to the
real user profiles pages).  The problem we have at the moment is trying
to display the appropriate controls based on the profile property type
(string, Person, HTML, etc) and other information like "allow Multiple
values" and "choice list".  For example, if the data type is string,
then we should show a text box.  If it's multi-line rich text then show
the rich text editor control, if it's a list of values then show the
list validater controls, etc.

 

Has anyone had experience with this kind of thing before?

 

Cheers,

 

David

 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] RE: User Profiles and Property Types display

2008-02-18 Thread Prior, David
Kind of.

 

We have an organisation that has a hierarchy of users. The "section
heads" want to be able to edit details of a user's profile that is
relevant to their section. Heads of other sections would not be able to
edit details not related to their section.

 

We don't want the section heads to have access to the user profiles
pages stored in the SSP site, so we want to create a web part that
allows them to edit appropriate bits of the users profile.

 

Does that make more sense?

 

Cheers,

 

David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Ishai Sagi
Sent: Tuesday, 19 February 2008 11:45 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: User Profiles and Property Types display

 

David,

I have experience, but I don't understand what you are trying to do? Let
people edit other people's profiles?

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David 
Sent: Tuesday, 19 February 2008 11:34 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] User Profiles and Property Types display

 

All,

 

Has anyone tried to mimic the functionality provided in the user
profiles page (http://myserver/ssp/admin/_layouts/ProfAdminEdit.aspx)?

 

We are developing a web part that displays part of the user profile
details that particular users can edit (who can't have access to the
real user profiles pages).  The problem we have at the moment is trying
to display the appropriate controls based on the profile property type
(string, Person, HTML, etc) and other information like "allow Multiple
values" and "choice list".  For example, if the data type is string,
then we should show a text box.  If it's multi-line rich text then show
the rich text editor control, if it's a list of values then show the
list validater controls, etc.

 

Has anyone had experience with this kind of thing before?

 

Cheers,

 

David

 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] RE: User Profiles and Property Types display

2008-02-18 Thread Prior, David
Ok, each "appropriate bit" is the particular custom user property that
we have defined, and is located under the Customer Properties section in
the user profile.

 

We are putting an additionally layer of security on top of these custom
properties that will control if the user can edit them. 

 

Cheers,

 

David 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Ishai Sagi
Sent: Tuesday, 19 February 2008 12:27 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: User Profiles and Property Types display

 

A lot more sense - but what do you mean "appropriate bits"?

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David 
Sent: Tuesday, 19 February 2008 12:19 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: User Profiles and Property Types display

 

Kind of.

 

We have an organisation that has a hierarchy of users. The "section
heads" want to be able to edit details of a user's profile that is
relevant to their section. Heads of other sections would not be able to
edit details not related to their section.

 

We don't want the section heads to have access to the user profiles
pages stored in the SSP site, so we want to create a web part that
allows them to edit appropriate bits of the users profile.

 

Does that make more sense?

 

Cheers,

 

David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Ishai Sagi
Sent: Tuesday, 19 February 2008 11:45 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: User Profiles and Property Types display

 

David,

I have experience, but I don't understand what you are trying to do? Let
people edit other people's profiles?

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David 
Sent: Tuesday, 19 February 2008 11:34 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] User Profiles and Property Types display

 

All,

 

Has anyone tried to mimic the functionality provided in the user
profiles page (http://myserver/ssp/admin/_layouts/ProfAdminEdit.aspx)?

 

We are developing a web part that displays part of the user profile
details that particular users can edit (who can't have access to the
real user profiles pages).  The problem we have at the moment is trying
to display the appropriate controls based on the profile property type
(string, Person, HTML, etc) and other information like "allow Multiple
values" and "choice list".  For example, if the data type is string,
then we should show a text box.  If it's multi-line rich text then show
the rich text editor control, if it's a list of values then show the
list validater controls, etc.

 

Has anyone had experience with this kind of thing before?

 

Cheers,

 

David

 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] RE: User Profiles and Property Types display

2008-02-18 Thread Prior, David
Ishai, that's the wrong answer, you're supposed to tell me that it can
be done :-)

 

Thanks for the info, it looks like we've got some more fun work ahead of
us.

 

Cheers,

 

David 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Ishai Sagi
Sent: Tuesday, 19 February 2008 12:48 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: User Profiles and Property Types display

 

Well, the built in Microsoft control cannot be configured to display
only specific properties, so you cant use that. You would have to make
your own control I am afraid, and it sounds like you know how, even if
it is hard work to add all the validation and the right controls.

 

I'd suggest that you change to allowing the managers to editing all
properties (that are not read only, and that the user can change based
on the built-in moss credentials, and then you will be able to use the
Microsoft control set to built the solution.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David 
Sent: Tuesday, 19 February 2008 12:41 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: User Profiles and Property Types display

 

Ok, each "appropriate bit" is the particular custom user property that
we have defined, and is located under the Customer Properties section in
the user profile.

 

We are putting an additionally layer of security on top of these custom
properties that will control if the user can edit them. 

 

Cheers,

 

David 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Ishai Sagi
Sent: Tuesday, 19 February 2008 12:27 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: User Profiles and Property Types display

 

A lot more sense - but what do you mean "appropriate bits"?

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David 
Sent: Tuesday, 19 February 2008 12:19 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: User Profiles and Property Types display

 

Kind of.

 

We have an organisation that has a hierarchy of users. The "section
heads" want to be able to edit details of a user's profile that is
relevant to their section. Heads of other sections would not be able to
edit details not related to their section.

 

We don't want the section heads to have access to the user profiles
pages stored in the SSP site, so we want to create a web part that
allows them to edit appropriate bits of the users profile.

 

Does that make more sense?

 

Cheers,

 

David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Ishai Sagi
Sent: Tuesday, 19 February 2008 11:45 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: User Profiles and Property Types display

 

David,

I have experience, but I don't understand what you are trying to do? Let
people edit other people's profiles?

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David 
Sent: Tuesday, 19 February 2008 11:34 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] User Profiles and Property Types display

 

All,

 

Has anyone tried to mimic the functionality provided in the user
profiles page (http://myserver/ssp/admin/_layouts/ProfAdminEdit.aspx)?

 

We are developing a web part that displays part of the user profile
details that particular users can edit (who can't have access to the
real user profiles pages).  The problem we have at the moment is trying
to display the appropriate controls based on the profile property type
(string, Person, HTML, etc) and other information like "allow Multiple
values" and "choice list".  For example, if the data type is string,
then we should show a text box.  If it's multi-line rich text then show
the rich text editor control, if it's a list of values then show the
list validater controls, etc.

 

Has anyone had experience with this kind of thing before?

 

Cheers,

 

David

 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject

RE: [OzMOSS] Form Library: View: Selecting Multiple Items and performing an Action

2008-02-18 Thread Prior, David
Jeremy,

 

I don't know of any third party web parts available and it's not
available OOTB, but it wouldn't take too much to create your own.  You
can use the API to loop through the list and match the item id's to
those selected by the checkbox's and perform the action.

 

I'd go with the custom web part and custom menu action.

 

Cheers,

 

David 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Jeremy Thake
Sent: Tuesday, 19 February 2008 3:18 PM
To: listserver@ozmoss.com
Subject: [OzMOSS] Form Library: View: Selecting Multiple Items and
performing an Action

 

We have a requirement for a user to be able to select multiple List
Items from a Custom List. The user then clicks the Action menu and it
will perform that action on all selected List Items. I've searched
around the web for this, is this possible out of the box or with a third
party component? Or is it best to write a web part that spins through
the List using the API and manage this separately?

 

Thanks

Jeremy Thake

wss.made4the.net  

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 




--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzMOSS] Loadbalanced WFE's

2008-03-06 Thread Prior, David
Hi,

 

I've had a brain freeze and just need some clarification.

 

I am configuring a MOSS farm that has the following topology:

 

1 x Application server (hosts Central Admin site) - Index service
(network load balanced)

2 x WFE servers - Query service

 

When I create my SSP and its associated Admin site, what do I put as the
Load Balanced URL? I know it defaults to the current server, but that
may not be the appropriate server to use since I have a load balancer in
place.  If memory serves me, I should be using the NLB's URL or should I
use the Application Server or one of the WFE servers as the URL?

 

Yes, it's been a long week and it's Friday!!

 

Cheers,

 

Dave

 




--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] Loadbalanced WFE's

2008-03-06 Thread Prior, David
Woopsthat should be the two WFE's are load balanced :-)

 

1 x Application server (hosts Central Admin site) - Index service 

2 x WFE servers - Query service - (network load balanced)

 

Should I use http://myLoadBlancer <http://myloadblancer/>  or
http://myWFEServer1:1234 <http://mywfeserver1:1234/>  or
http://myWFEServer2:1234 <http://mywfeserver2:1234/>  

 

Cheers,

 

Dave

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Prior, David 
Sent: Friday, 7 March 2008 2:02 PM
To: listserver@ozmoss.com
Subject: [OzMOSS] Loadbalanced WFE's

 

Hi,

 

I've had a brain freeze and just need some clarification.

 

I am configuring a MOSS farm that has the following topology:

 

1 x Application server (hosts Central Admin site) - Index service
(network load balanced)

2 x WFE servers - Query service

 

When I create my SSP and its associated Admin site, what do I put as the
Load Balanced URL? I know it defaults to the current server, but that
may not be the appropriate server to use since I have a load balancer in
place.  If memory serves me, I should be using the NLB's URL or should I
use the Application Server or one of the WFE servers as the URL?

 

Yes, it's been a long week and it's Friday!!

 

Cheers,

 

Dave

 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] Loadbalanced WFE's

2008-03-10 Thread Prior, David
Andy,
 
I'm not using software for the load balancing, it's using a device that only 
has an IP assigned to it.
 
Cheers,
 
David 
 
-
 
This communication may contain confidential information and/or copyright 
material of KAZ Group Pty Ltd ACN 002 124 405 or its related bodies corporate. 
It may also be the subject of legal professional privilege. If you are not an 
intended recipient, you must not keep, forward, copy, use, save or rely on this 
communication and any such action is unauthorised and prohibited. If you have 
received this communication in error, please reply to this e-mail to notify the 
sender of its incorrect delivery, and then delete both it and your reply. Thank 
you.



From: [EMAIL PROTECTED] on behalf of Reddy, Anand
Sent: Fri 7/03/2008 3:41 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] Loadbalanced WFE's



Hi Dave

 

I will suggest you to use the load balanced URL with a port number assigned.  
It will be easier for you to recover your web apps if something goes wrong with 
one of your WFE's (Strangely I also faced problems with one of my WFE's today). 
Your web app hosting the SSP should propagate to both front-ends. If one dies 
you will have all your web apps in the other WFE.  

 

Cheers

Anand Reddy

(WEB / DB Systems Administrator - TAFE - South Western Sydney)

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prior, David 
Sent: Friday, 7 March 2008 2:42 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] Loadbalanced WFE's

 

Woopsthat should be the two WFE's are load balanced J

 

1 x Application server (hosts Central Admin site) - Index service 

2 x WFE servers - Query service - (network load balanced)

 

Should I use http://myLoadBlancer <http://myloadblancer/>  or 
http://myWFEServer1:1234 <http://mywfeserver1:1234/>  or 
http://myWFEServer2:1234 <http://mywfeserver2:1234/>  

 

Cheers,

 

Dave

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prior, David 
Sent: Friday, 7 March 2008 2:02 PM
To: listserver@ozmoss.com
Subject: [OzMOSS] Loadbalanced WFE's

 

Hi,

 

I've had a brain freeze and just need some clarification.

 

I am configuring a MOSS farm that has the following topology:

 

1 x Application server (hosts Central Admin site) - Index service (network load 
balanced)

2 x WFE servers - Query service

 

When I create my SSP and its associated Admin site, what do I put as the Load 
Balanced URL? I know it defaults to the current server, but that may not be the 
appropriate server to use since I have a load balancer in place.  If memory 
serves me, I should be using the NLB's URL or should I use the Application 
Server or one of the WFE servers as the URL?

 

Yes, it's been a long week and it's Friday!!

 

Cheers,

 

Dave

 

--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 
--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 


**
This message is intended for the addressee named and may contain 
privileged information or confidential information or both. If you 
are not the intended recipient please delete it and notify the sender.
** 

--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net

<>

[OzMOSS] Domain name trap for young players

2008-03-11 Thread Prior, David
Hi all,

 

Just thought I'd share a little experience I just had with setting up a
medium sized MOSS farm.

 

The topology was 1xIndex server, 2xWFE (NLB'd), 2xSQL (Clustered).

 

The install went trouble free but then it came to configuring the farm
and adding the servers to the farm, creating the SSP, etc.  The domain I
was installing onto was named something like domain.zone1 (notice the
period) so I went ahead and created my various service accounts for the
farm.  Upon running the configuration wizard I went ahead and entered in
the various service account details as domain.zone1\username. All went
well. I added all the servers to the farm, tested the topology and it
was still sweet.  Then it came time to create the SSP.

 

I got through creating the SSP Admin and MySite web sites and when it
went to create the SharedServiceProvider I got the error "Windows NT or
User group 'domain.zone1\username' not found".aaarrgggh!!

 

After some google'ing (or live searching for us MS preferred folk) I
found out that if you have a domain that is not just one word, i.e you
have a period in it, then when you run the configuration wizard you MUST
NOT use the FQDN, it must be the NetBIOS name. So I blew away the farm
and started over again but this time entered the username as
zone1\username and all worked well.

 

Lost a good days effort but I'll know better for next time.

 

Now I just have to complete the install for domain.zone2 and get the two
zones talking :-)

 

Enjoy!!

 

Dave 




--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



[OzMOSS] Timer Tasks not running

2008-03-12 Thread Prior, David
Hi,
 
I'm experiencing some very slow executions of Timer Tasks that are created by 
MOSS during the initial configuration of the farm and the starting of services. 
 These are not custom tasks.
 
On one farm they run within a minute, but on the other farm they seem to take 
anywhere from an hour to lots longer (I left it running overnight and the task 
still hasn't run). They are all scheduled as "One-time" tasks.  I can see in 
the Timer definitions that things are running, it's just not picking up the 
"one-time" tasks.
 
Is there a way to "kick off" the tasks. This is holding up my efforts for 
configuring the farm and getting everything running since I have to wait for 
the tasks to run before I can complete the next stage.
 
My topology is all 64bit hardware running Win 2003 server and SQL 2005.
 
1 x Index Server
2 x WFE (Query)
2 x SQL (clustered)
 
Any help would be appreciated.
 
Cheers,
 
David 



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] Timer Tasks not running

2008-03-12 Thread Prior, David
All,
 
Thanks for the help. 
 
My service account is running with the correct account settings.
 
I hadn't used the STSADM command with the execadmsvcjobs argument before so 
I'll give that a whirl.
 
Cheers,
 
David 


From: Gerald De Run [mailto:[EMAIL PROTECTED]
Sent: Thu 13/03/2008 11:39 AM
To: Prior, David 
Subject: RE: [OzMOSS] Timer Tasks not running


David,
You can force the timer jobs to run on an individual server in a MOSS farm 
using the STSADM command-line:
STSADM -o execadmsvcjobs
Gerald de Run


____

From: Prior, David <[EMAIL PROTECTED]>
Sent: Thursday, 13 March 2008 10:33 AM
To: listserver@ozMOSS.com 
Subject: [OzMOSS] Timer Tasks not running


Hi,
 
I'm experiencing some very slow executions of Timer Tasks that are created by 
MOSS during the initial configuration of the farm and the starting of services. 
 These are not custom tasks.
 
On one farm they run within a minute, but on the other farm they seem to take 
anywhere from an hour to lots longer (I left it running overnight and the task 
still hasn't run). They are all scheduled as "One-time" tasks.  I can see in 
the Timer definitions that things are running, it's just not picking up the 
"one-time" tasks.
 
Is there a way to "kick off" the tasks. This is holding up my efforts for 
configuring the farm and getting everything running since I have to wait for 
the tasks to run before I can complete the next stage.
 
My topology is all 64bit hardware running Win 2003 server and SQL 2005.
 
1 x Index Server
2 x WFE (Query)
2 x SQL (clustered)
 
Any help would be appreciated.
 
Cheers,
 
David 
--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net



RE: [OzMOSS] Timer Tasks not running

2008-03-12 Thread Prior, David
I just tried the STSADM command and it came up with:
 
Executing job.antivirus.
Executing .
Command completed successfully
 
The anti virus command is not the job I was expecting to see. If I rerun the 
command the exact same statements occurand my job still does not start.
 
I am now trying to do a MOSS Backup and it won't kick off either.
 
Cheers,
 
David 



From: [EMAIL PROTECTED] on behalf of Jeremy Thake
Sent: Thu 13/03/2008 2:44 PM
To: listserver@ozmoss.com
Subject: Re: [OzMOSS] Timer Tasks not running


We have a similar problem where we run execadmsvcjobs and it doesn't list any 
jobs as being run e.g. 
"Excuting .
Operation completed successfully."

But if I go into Central Administration | Operations | Solution Management, it 
states that there is a solution on status of 'Deploying(scheduled at 3/13/2008 
11:06 AM )'. Which is obviously in the past.

Going to Central Administration | Operations | Timer Job Definitions, there is 
a Job in there called 'Windows SharePoint Services Solution Deployment for 
'.wsp'' and viewing that job definition states that last run time 
was 'N/A'.

This may be different server farm jobs, but sounds like a similar issue. 
Overnight, these jobs seem to clear and the status of the Solution goes to 
deployed. Is there a way to kick start that?



On 3/13/08, Prior, David <[EMAIL PROTECTED]> wrote: 

All,
 
Thanks for the help. 
 
My service account is running with the correct account settings.
 
I hadn't used the STSADM command with the execadmsvcjobs argument 
before so I'll give that a whirl.
 
Cheers,
 
David 


From: Gerald De Run [mailto:[EMAIL PROTECTED]
Sent: Thu 13/03/2008 11:39 AM
To: Prior, David 
Subject: RE: [OzMOSS] Timer Tasks not running


David,
You can force the timer jobs to run on an individual server in a MOSS 
farm using the STSADM command-line:
STSADM -o execadmsvcjobs
Gerald de Run
    



From: Prior, David <[EMAIL PROTECTED]>
Sent: Thursday, 13 March 2008 10:33 AM
To: listserver@ozMOSS.com 
Subject: [OzMOSS] Timer Tasks not running


Hi,
 
I'm experiencing some very slow executions of Timer Tasks that are 
created by MOSS during the initial configuration of the farm and the starting 
of services.  These are not custom tasks.
 
On one farm they run within a minute, but on the other farm they seem 
to take anywhere from an hour to lots longer (I left it running overnight and 
the task still hasn't run). They are all scheduled as "One-time" tasks.  I can 
see in the Timer definitions that things are running, it's just not picking up 
the "one-time" tasks.
 
Is there a way to "kick off" the tasks. This is holding up my efforts 
for configuring the farm and getting everything running since I have to wait 
for the tasks to run before I can complete the next stage.
 
My topology is all 64bit hardware running Win 2003 server and SQL 2005.
 
1 x Index Server
2 x WFE (Query)
2 x SQL (clustered)
 
Any help would be appreciated.
 
Cheers,
 
David 
--- 
OzMOSS.com - to unsubscribe from this list, send a message back to the list 
with 'unsubscribe' as the subject.
Powered by mailenable.com <http://mailenable.com/>  - List managed by 
www.readify.net <http://www.readify.net/>  
--- 
OzMOSS.com - to unsubscribe from this list, send a message back to the list 
with 'unsubscribe' as the subject.
Powered by mailenable.com <http://mailenable.com/>  - List managed by 
www.readify.net <http://www.readify.net/>  


--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net 



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net

<>

RE: [OzMOSS] Daylight Savings

2008-03-30 Thread Prior, David
Steve,

 

Is the server patched for the extended daylight saving patch as per this
url:
http://www.microsoft.com/australia/athome/daylightsaving/default.aspx

 

There is currently a discussion on the .net side of things as well on
the aus-dotnet forum around this issue that may help you.
(http://groups.google.com/group/ausdotnetlist)

 

Cheers,

 

David 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Bozinovski, Steven
Sent: Monday, 31 March 2008 1:05 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Daylight Savings

 

Hi guys

 

I'm getting a wrong timestamp when I add an announcement.

The time shows 12:58 when the time is in fact 1:58

 

The server is patched and the time zone is correct.

I have restarted iis.

 

Any thoughts?

 

Regards,
Steven 

 

 





NOTICE - This message and any attached files may contain information
that is confidential and intended only for use by the intended
recipient. If you are not the intended recipient or the person
responsible for delivering the message to the intended recipient, be
advised that you have received this message in error and that any
dissemination, copying or use of this message or attachment is strictly
forbidden, as is the disclosure of the information therein. If you have
received this message in error please notify the sender immediately and
delete the message. 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com



[OzMOSS] [OT] SharePoint in Action Virtual Conference

2008-05-07 Thread Prior, David
All,

 

In case anyone is interested in this online conference I thought I'd
post the URL.

 

For those of us in Canberra, the conference starts at 12:30AM Wednesday
14th May and ends at 8am. I'll be up late that night with plenty of
coffee and pizza :-)

 

A quick brief of the conference is:

 

"During the day's presentations by technical experts Dan Holme, Andrew
Connell, and Melissa Fraser, you'll learn

*   How SharePoint search works, why enterprise search is different
than Internet search, and some of the features that you'll want to turn
on in order to make search as relevant as possible
*   How to build ASP.NET 2.0 Web Parts for use in the latest release
of SharePoint
*   How you can integrate Office applications and SharePoint to
maximize productivity"

http://events.unisfair.com/index.jsp?eid=268&seid=25&code=050708 

 

Cheers,

 

David Prior

Senior Consultant

KAZ ACT  |  Professional Services  |  KAZ Group Pty Ltd

19 - 25 Moore Street  |  Turner ACT 2612

(02) 6219 0880  |  0411 449 496

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
|  www.kaz-group.com

 


- 

This communication may contain confidential information and/or copyright
material of KAZ Group Pty Ltd ABN 25 002 124 405 and its related bodies
corporate.  It may also be the subject of legal professional privilege.
If you are not an intended recipient, you must not keep, forward, copy,
use, save or rely on this communication and any such action is
unauthorised and prohibited.  If you have received this communication in
error, please reply to this e-mail to notify the sender of its incorrect
delivery, and then delete both it and your reply.

 




--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com



[OzMOSS] MOSS and Exchange Public Folders

2008-06-30 Thread Prior, David
Hi all,

 

Has anyone had experience with setting up MOSS to be used for Exchange
Public Folders?

 

There are two parts to this question:

 

1)   When doing a migration of Exchange Public Folders are you
keeping the Exchange Public Folders in use and just synchronising them?

 

2)   When setting up a brand new MOSS and Exchange environment, with
no migration required, where would you setup the public folders - in
exchange or MOSS?

 

I have only just started researching this area but thought that someone
out there would have already done this by now and could point me in the
right directions.

 

I'm looking at Quest Software for the migration stuff, but also looking
to se what else is around.

 

Cheers,

 

David 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com



[OzMOSS] How to Print a Heirarchy of Pages

2008-07-10 Thread Prior, David
Hi,

 

I have a requirement where the users want to be able to print the
current sites home page plus the sub sites home page up to a specified
depth.  Has anyone had experience with this scenario before?  Ideally,
the user wants to be able to roll up all the home pages into a new
browser window with a printer friendly look to it, i.e. each home pages
HTML would be rendered as one long page.

 

I see several issues with this:

 

1)   The HTML hasn't been rendered on the child pages so I may need
to open hidden browser windows to get the rendered HTML.

2)   There are several security concerns that will need to be dealt
with if the user doesn't have access to the sub sites.

3)   Styles for each site may be completely different so I will no
doubt need to strip out any styles and apply a common printing style.

4)   ...

 

Any thoughts or words of wisdom?

 

Cheers,

 

David 

 

---
OzMOSS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject.
Powered by mailenable.com



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com