[OzMOSS] workflows

2008-06-25 Thread Chris Grist
Hi Guys,

I have perfect workflow in SPD2007 that works exactly correct, but i want to 
deploy to a content type.

Ive tried following guides, to move this workflow to Visual Studio, but im 
having some troubles, it deplys ok but fails to start.

this one seemed simple:
http://blogs.msdn.com/sharepointdesigner/archive/2007/07/06/porting-sharepoint-designer-workflows-to-visual-studio.aspx

But when it gets to step 4 it becomes unclear what else needs to be done, can 
anyone shed some light or have a better guide?

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. If you think you may not be the intended recipient, 
or if you have received this e-mail in error, please contact the sender 
immediately and delete all copies of this e-mail. If you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party. This email represents the views of the individual 
sender, which do not necessarily reflect those of education.au limited except 
where the sender expressly states otherwise. It is your responsibility to scan 
this email and any files transmitted with it for viruses or any other defects. 
education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.


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




[OzMOSS] Intermittent unauthorized access on web service

2008-06-25 Thread Roger Noble
Hi All,
I am hoping that someone might be able to help with an issue I am having with 
the Lists.asmx web service. I am seeing an intermittent unauthorized access 
exception that is thrown when I try to access the web service.

I am using the following code:

XmlDocument xmlDoc = new XmlDocument();
XmlNode queryXml = xmlDoc.CreateNode(XmlNodeType.Element, Query, );
queryXml.InnerXml = WhereAndNeqFieldRef Name='ContentType' /Value 
Type='Choice'PIIPFolder/Value/Neq +
EqFieldRef Name='Editor' /Value Type='User' + 
HttpUtility.HtmlEncode(thisWeb.CurrentUser.Name) + 
/Value/Eq/And/Where;

XmlNode fieldsXml = xmlDoc.CreateNode(XmlNodeType.Element, ViewFields, );

XmlNode optionsXml = xmlDoc.CreateNode(XmlNodeType.Element, QueryOptions, );
optionsXml.InnerXml = ViewAttributes Scope='Recursive' /;

mossListService queryService = new mossListService();
queryService.Url = thisWeb.Url + /_vti_bin/Lists.asmx;
queryService.UseDefaultCredentials = true;

string position = null;
line 157: XmlNode res = queryService.GetListItems(Pages, null, queryXml, 
fieldsXml, null, optionsXml, thisWeb.ID.ToString());

on the highlighted line 157 the following exceptions are observed in this order:

line 157: A first chance exception of type 'System.Net.Sockets.SocketException' 
occurred in System.dll
Additional information: No connection could be made because the target machine 
actively refused it

line 157: A first chance exception of type 'System.Net.WebException' occurred 
in System.dll
Additional information: Unable to connect to the remote server

line 157: A first chance exception of type 'System.Net.WebException' occurred 
in System.dll
Additional information: Unable to connect to the remote server

line 157: A first chance exception of type 'System.Net.WebException' occurred 
in System.dll
Additional information: The remote server returned an error: (401) Unauthorized.

This only occurs sometimes and refreshing the page will usually correct it.

Thanks again for your help
Roger


Roger Noble
Developer | Oconics Pty Ltd | w: 
http://www.oconics.comhttp://www.oconics.com/ | p: +61 8 8431 9347 | f: +61 8 
8364 0190 | m: 0447 444 407 | a: Suite 2, 154 Fullarton Rd, Rose Park, SA 5067, 
AUSTRALIA

[cid:image001.png@01C8D768.BE9278E0]   [cid:image002.gif@01C8D768.BE9278E0]


IMPORTANT NOTICE: This e-mail message is intended to be received only by 
persons entitled to receive the confidential information it may contain. E-mail 
messages to clients of Oconics Pty Ltd may contain information that is 
confidential and legally privileged. Please do not read, copy, forward or store 
this message unless you are an intended recipient of it. If you have received 
this message in error, please forward it back to the sender and delete it 
completely from your computer system.



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

Powered by mailenable.com

inline: image001.pnginline: image002.gif

[OzMOSS] Customise HTML output of default web parts

2008-06-25 Thread Paul Noone
Hi all,

 

As we're all aware MOSS doesn't exactly rank too highly on the
accessibility scale and I'd dearly love to clean up some of the output
from web parts.

 

I've looked at the AKS (Accessibility Kit for SharePoint) but it doesn't
do much more than add a summary attribute to the many nested table tags.

 

Is there a reusable process whereby I can locate, clean-up and redeploy
(as a feature?) the file responsible for this output? Specifically, I'd
like to start with the Advanced Search web part.

 

Kind regards,

Paul Noone



--

A rolling stone gathers no MOSS.

 




This e-mail is intended for the use of the addressed recipient(s) only and may 
contain confidential and privileged information. If you have received this 
message in error, please delete the message and any attachments and copies 
immediately; and notify the sender by return e-mail.

Any views expressed in this message or any attachments are those of the 
individual sender and do not necessarily represent the corporate opinion of the 
Catholic Education Office (CEO), Sydney.

The CEO Privacy Policy is located at http://www.ceo.syd.catholic.edu.au




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

Powered by mailenable.com



[OzMOSS] RE: Customise HTML output of default web parts

2008-06-25 Thread Matthew Cosier
This guy seems to have managed customisation of the advanced search web part:
http://www.tqcblog.com/archive/2007/10/26/creating-a-custom-advanced-search-box-in-moss-2007.aspx

Note how we mentions that copying the source into a content editor web part 
does the trick - perhaps you can do the same, then just alter it how you need.
Also, remember that you can alter the search result output by editing the XSL.
Matthew Cosier
Readify | Dev Centre Lead
M: +61 401 932 250 | E: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] Blog: 
http://cosier.wordpress.comhttp://cosier.wordpress.com/

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Noone
Sent: Thursday, 26 June 2008 12:41 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Customise HTML output of default web parts

Hi all,

As we're all aware MOSS doesn't exactly rank too highly on the accessibility 
scale and I'd dearly love to clean up some of the output from web parts.

I've looked at the AKS (Accessibility Kit for SharePoint) but it doesn't do 
much more than add a summary attribute to the many nested table tags.

Is there a reusable process whereby I can locate, clean-up and redeploy (as a 
feature?) the file responsible for this output? Specifically, I'd like to start 
with the Advanced Search web part.

Kind regards,

Paul Noone
--
A rolling stone gathers no MOSS.



This e-mail is intended for the use of the addressed recipient(s) only and may 
contain confidential and privileged information. If you have received this 
message in error, please delete the message and any attachments and copies 
immediately; and notify the sender by return e-mail.

Any views expressed in this message or any attachments are those of the 
individual sender and do not necessarily represent the corporate opinion of the 
Catholic Education Office (CEO), Sydney.

The CEO Privacy Policy is located at http://www.ceo.syd.catholic.edu.au

--- 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] Usage reporting

2008-06-25 Thread Nigel Hertz
Hey all

 

I'm curious as to what sort of usage reporting you make use of for MOSS.
Do you solely use the inbuilt usage reporting?

 

We will shortly be commencing trials for both Nintex
http://www.nintex.com/Nproducts/Reporting.aspx  and Urchin
http://www.google.com/urchin/index.html , however we're looking for a
temporary fix until that final decision is made. 

 

Nigel

 

 

 

-

Nigel Hertz
Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617

 


_

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



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

Powered by mailenable.com