RE: OSSSearchResults hack

2009-04-02 Thread Paul Noone
Thanks guys.

I'm hoping there is a "supported" way to do this without directly modifying the 
system files.

I know it's only a small change but they tend to add up. :)

I'll take yet another look at delegate controls.

Regards,

Paul
Online Developer, ICT
CEO Sydney
From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of 
skrapesh...@silverchain.org.au
Sent: Friday, 3 April 2009 1:20 PM
To: ozmoss@ozmoss.com
Subject: RE: OSSSearchResults hack

Hi, Below is the contents of osssearchresults.aspx file i found that redirects 
to the search centre results page.


thanks





OSSearchResult.aspx Redirect

 function getURLParam(strParamName){
 var strReturn = "";
 var strHref=window.location.href;
 if ( strHref.indexOf("?") > -1 ){
  var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase();
  var aQueryString = strQueryString.split("&");
  for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){
   if (
aQueryString[iParam].indexOf(strParamName.toLowerCase() + "=") > -1 ){
var aParam = aQueryString[iParam].split("=");
strReturn = aParam[1];
break;
   }
  }
 }
 return unescape(strReturn);
}
var urlstring = '/search/Pages/Results.aspx?k=' + getURLParam('k') + '&cs=' + 
getURLParam('cs') + '&u=' + getURLParam('u')
location.replace(urlstring);





Regards
Steve

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Turner
Sent: Friday, 3 April 2009 9:37 AM
To: ozmoss@ozmoss.com
Subject: RE: OSSSearchResults hack

Yep, with a delegate control.


Regards

Paul Turner
Senior Solutions Specialist

M: 0412 748 168   P:  08 8238 0912  F:  08 8234 5966
A: 66 Henley Beach Rd, Mile End SA 5031
E: paul.tur...@dws.com.au W: 
www.dws.com.au
[cid:image001.png@01C9B463.E077CF40]
ADVANCED BUSINESS SOLUTIONS LTD
This email and any files transmitted with it are confidential and are only for 
the use of the person to whom they are addressed. If you are not the intended 
recipient you have received this email in error and are requested to delete it 
immediately. Any opinion expressed in this e-mail may not necessarily be that 
of DWS Pty Ltd.
Please consider the environment before printing this email.


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Friday, 3 April 2009 8:45 AM
To: ozmoss@ozmoss.com
Subject: OSSSearchResults hack

Has anyone developed a custom solution to force the "This Site" and "This List" 
scopes to use the Search Center results page?

Kind regards,

Paul Noone
Online Developer, ICT
CEO Sydney

ph: (02) 9568 8461
fax: (02) 9568 8483
email: 
paul.no...@ceosyd.catholic.edu.au
web: http://www.ceosyd.catholic.edu.au/


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

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

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists
CAUTION: This email message and any attachments may contain confidential and/or 
legally privileged information
and should only be read by the intended recipient. If you have received this 
message in error please delete it
and notify the sender by return email or by telephoning Silver Chain on +61 8 
9242 0242.
Confidentiality and legal privilege are not compromised by mistaken delivery to 
you. If you are not the intended
recipient all content is to be treated as confidential unless otherwise 
specified, and is not to be used, copied
or forwarded to third parties without the permission of the sender.

The views expressed in this email are those of the individual sender and are 
not necessarily the views of Silver Chain.

While every effort has been made to ensure the integrity of this communication, 
except as required by law,
Silver Chain does not guarantee its integrity and that it is free of errors, 
viruses or interception.

Silver Chain
www.silverchain.org.au



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

RE: OSSSearchResults hack

2009-04-02 Thread SKrapeshlis

Hi, Below is the contents of osssearchresults.aspx file i found that
redirects to the search centre results page.


thanks



 

 




OSSearchResult.aspx Redirect


 function getURLParam(strParamName){
 var strReturn = "";
 var strHref=window.location.href;
 if ( strHref.indexOf("?") > -1 ){
  var strQueryString =
strHref.substr(strHref.indexOf("?")).toLowerCase();
  var aQueryString = strQueryString.split("&");
  for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){
   if (
aQueryString[iParam].indexOf(strParamName.toLowerCase() + "=") > -1
){
var aParam = aQueryString[iParam].split("=");
strReturn = aParam[1];
break;
   }
  }
 }
 return unescape(strReturn);
}
var urlstring = '/search/Pages/Results.aspx?k=' + getURLParam('k') +
'&cs=' + getURLParam('cs') + '&u=' + getURLParam('u')

location.replace(urlstring);









Regards

Steve

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul
Turner
Sent: Friday, 3 April 2009 9:37 AM
To: ozmoss@ozmoss.com
Subject: RE: OSSSearchResults hack

 

Yep, with a delegate control.

 

 

Regards

 

Paul Turner
Senior Solutions Specialist

M: 0412 748 168   P:  08 8238 0912  F:  08 8234 5966
A: 66 Henley Beach Rd, Mile End SA 5031
E: paul.tur...@dws.com.au W: www.dws.com.au  

 

ADVANCED BUSINESS SOLUTIONS LTD

This email and any files transmitted with it are confidential and are
only for the use of the person to whom they are addressed. If you are
not the intended recipient you have received this email in error and are
requested to delete it immediately. Any opinion expressed in this e-mail
may not necessarily be that of DWS Pty Ltd.

Please consider the environment before printing this email.

 

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul
Noone
Sent: Friday, 3 April 2009 8:45 AM
To: ozmoss@ozmoss.com
Subject: OSSSearchResults hack

 

Has anyone developed a custom solution to force the "This Site" and
"This List" scopes to use the Search Center results page?

 

Kind regards,

Paul Noone
Online Developer, ICT
CEO Sydney

ph: (02) 9568 8461

fax: (02) 9568 8483
email: paul.no...@ceosyd.catholic.edu.au
web: http://www.ceosyd.catholic.edu.au/

 



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

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

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

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

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



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

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

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

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

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



CAUTION: This email message and any attachments may contain confidential and/or 
legally privileged information
and should only be read by the intended recipient.  If you have received this 
message in error please delete it
and notify the sender by return email or by telephoning Silver Chain on +61 8 
9242 0242.
Confidentiality and legal privilege are not compromised by mistaken delivery to 
you.  If you are not the intended
recipient all content is to be treated as confidential unless otherwise 
specified, and is not to be used, copied
or forwarded to third parties without the permission of the sender.

The views expressed in this email are those of the individual sender and are 
not necessarily the views of Silver Chain.

While every effort has been made to ensure the integrity of this communication, 
except as required by law,
Silver Chain does not guarantee its integrity and that it is free of errors, 
viruses or interception.

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

<>

RE: OSSSearchResults hack

2009-04-02 Thread Paul Turner
Yep, with a delegate control.


Regards

Paul Turner
Senior Solutions Specialist

M: 0412 748 168   P:  08 8238 0912  F:  08 8234 5966
A: 66 Henley Beach Rd, Mile End SA 5031
E: paul.tur...@dws.com.au W: 
www.dws.com.au
[cid:image001.png@01C9B454.BC97FE60]
ADVANCED BUSINESS SOLUTIONS LTD
This email and any files transmitted with it are confidential and are only for 
the use of the person to whom they are addressed. If you are not the intended 
recipient you have received this email in error and are requested to delete it 
immediately. Any opinion expressed in this e-mail may not necessarily be that 
of DWS Pty Ltd.
Please consider the environment before printing this email.


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Friday, 3 April 2009 8:45 AM
To: ozmoss@ozmoss.com
Subject: OSSSearchResults hack

Has anyone developed a custom solution to force the "This Site" and "This List" 
scopes to use the Search Center results page?

Kind regards,

Paul Noone
Online Developer, ICT
CEO Sydney

ph: (02) 9568 8461
fax: (02) 9568 8483
email: 
paul.no...@ceosyd.catholic.edu.au
web: http://www.ceosyd.catholic.edu.au/


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

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

<>

Re: Sharepoint and code behind InfoPath Forms

2009-04-02 Thread Sharepoint Consultant
Hi,

I have attached a pdf which explains the issue in a bit more detail. I would
greatly appreciate if you could take a look.

The error I seem to be getting is

04/03/2009 10:24:11.48  w3wp.exe (0x1538)
 0x0570 Forms Server   Forms Services Runtime -
Busine 82g6 Warning  Business logic failed due to an exception. (User:
domain\username, Form Name: [form name], IP: , Request: http://[url], Form
ID:
urn:schemas-microsoft-com:office:infopath:Hosted-Account-Request:-myXSD-2007-09-03T01-26-04,
Type: WebException, Exception Message: The underlying connection was closed:
An unexpected error occurred on a receive. Unable to read data from the
transport connection: An existing connection was forcibly closed by the
remote host.) 6c4be628-e89c-46c3-be31-cbfcbf3809b3
04/03/2009 10:24:11.48  w3wp.exe (0x1538)
 0x0570 Forms Server   Forms Services Object Model
 7tge Assert   Exception thrown from business logic event listener
StackTrace:   at
Microsoft.Office.InfoPath.Server.DocumentLifetime.OMExceptionManager.CallFormCodeWithExceptionHandling(UserMessages
userMessages, OMCall d) at
Microsoft.Office.InfoPath.Server.SolutionLifetime.FormEventsHost.FireLoadingEvent(Document
document, Dictionary`2 inputParameters) at
Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.PerformOnLoadEvent(Dictionary`2
intputParameters) at
Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.LoadSolutionAndDocument(HttpContext
context, Solution solution, DocumentMetaInformation documentMetaInformation,
OnInitializeCallback onInitializeCallback, OpenParameters
openParameters) at
Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.OpenDocumentWithSo...
6c4be628-e89c-46c3-be31-cbfcbf3809b3
04/03/2009 10:24:11.48* w3wp.exe (0x1538)
 0x0570 Forms Server   Forms Services Object Model
 7tge Assert   ...lution(HttpContext context, SPSite contextSite, Solution
solution, DocumentMetaInformation documentMetaInformation,
OnInitializeCallback onInitializeCallback, OpenParameters
openParameters) at
Microsoft.Office.InfoPath. 6c4be628-e89c-46c3-be31-cbfcbf3809b3


On Fri, Apr 3, 2009 at 6:56 AM, Daniel Brown
wrote:

>  “However, if I open the form in the browser (web-enabled), the form does
> not load”
>
>
>
> Is there a message saying why either in the screen, in the trace logs or in
> event viewer?
>
>
>
> *From:* ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] *On Behalf Of *Sharepoint
> Consultant
> *Sent:* Friday, 3 April 2009 12:59 AM
> *To:* ozmoss@ozmoss.com
> *Subject:* Re: Sharepoint and code behind InfoPath Forms
>
>
>
> Thanks heaps for your reply.
>
>
>
> I have generated my own code signing certicate for testing purposes
> http://thorprojects.com/blog/archive/2007/06/30/domain-certificate-authority-signing-infopath-2007-forms.aspx
>
> If I open the infopath form from a sharepoint list in the InfoPath client,
> the form loads successfully (I do get prompted with a dialog asking if I
> wish to trust the certificate).
>
>
>
> However, if I open the form in the browser (web-enabled), the form does not
> load. The form is web-enabled compatible. If I get a Thawte certificate,
> will this solve my problem?
>
>
>
> Thanks heaps.
>
> On Tue, Mar 31, 2009 at 8:01 AM, ken zheng  wrote:
>
> Yes, if you have code behind so you have to sign the form use certificate
> otherwise users will not be able to opne the form
>
> ken
>  --
>
> Date: Mon, 30 Mar 2009 22:25:08 +1000
> From: sharepointconsultant@gmail.com
> Subject: Sharepoint and code behind InfoPath Forms
> To: ozmoss@ozmoss.com
>
>
>
> I have an urgent issue I have to resolve so any help people can provide
> would be greatly appreciated.
>
> I have an InfoPath form with code behind which requires Full Trust.
>
> We are on a domain and utilise SSL.
>
> I have uploaded my Form Template via Central Administration and activated
> the form against my site collection.
>
> From what I have read, for the Template to work within Sharepoint it still
> needs to be signed using a Code Signing Certificate. Is this true?
>
> I found this site which explains the Signing process. Do I need to perform
> these steps?
> http://theonlychunk.spaces.live.com/blog/cns!ADA673A2C54A1883!116entry
>
> Thanks heaps.
>  --
>
> Support procedure: https://www.codify.com/lists/support
> List address: ozmoss@ozmoss.com
>
> Subscribe: ozmoss-subscr...@ozmoss.com
>
> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
>
> List FAQ: http://www.codify.com/lists/ozmoss
>
> Other lists you might want to join: http://www.codify.com/lists
>   --
>
> Support procedure: https://www.codify.com/lists/support
> List address: ozmoss@ozmoss.com
>
> Subscribe: ozmoss-subscr...@ozmoss.com
>
> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
>
> List FAQ: http://www.codify.com/lists/ozmoss
>
> Other lists you might wa

RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

2009-04-02 Thread Paul Noone
Same as the 2007 version but with a "ribbon" toolbar? ;)

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Noja, Fadi
Sent: Friday, 3 April 2009 10:40 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

It does.  I wonder what the 2010 version will be like


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Brian Farnhill
Sent: Friday, 3 April 2009 10:37 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Yea I'll give you that one - SPD still does a few too many things that drive me 
insane though, does plenty of good things too but still needs some work IMO


From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Noja, Fadi 
[fadi.n...@fahcsia.gov.au]
Sent: Friday, 3 April 2009 9:28 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]
It's still 1,000,000 times better than good old frontpage was.


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Brian Farnhill
Sent: Friday, 3 April 2009 9:26 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Free doesn't cut it - I want MS to pay me for the fact that I have had to use 
it at all over the past two years :-) lol

Brian Farnhill
Consultant
Technical Consulting

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

Microsoft Certified Application Developer

From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Paul Noone 
[paul.no...@ceosyd.catholic.edu.au]
Sent: Friday, 3 April 2009 9:19 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]
Why does that not come as a surprise? :D

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Noja, Fadi
Sent: Friday, 3 April 2009 9:18 AM
To: ozmoss@ozmoss.com
Subject: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Just thought I'd let everyone know that SharePoint Designer is now free of 
charge.

http://blogs.msdn.com/sharepointdesigner/archive/2009/04/02/download-spd-for-free-today.aspx

Fadi

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

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

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

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

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

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

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



RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

2009-04-02 Thread Noja, Fadi
It does.  I wonder what the 2010 version will be like

 



From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Brian
Farnhill
Sent: Friday, 3 April 2009 10:37 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

 

Yea I'll give you that one - SPD still does a few too many things that
drive me insane though, does plenty of good things too but still needs
some work IMO

 



From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Noja, Fadi
[fadi.n...@fahcsia.gov.au]
Sent: Friday, 3 April 2009 9:28 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

It's still 1,000,000 times better than good old frontpage was.

 



From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Brian
Farnhill
Sent: Friday, 3 April 2009 9:26 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

 

Free doesn't cut it - I want MS to pay me for the fact that I have had
to use it at all over the past two years :-) lol

 

Brian Farnhill 
Consultant
Technical Consulting 

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

Microsoft Certified Application Developer



From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Paul Noone
[paul.no...@ceosyd.catholic.edu.au]
Sent: Friday, 3 April 2009 9:19 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Why does that not come as a surprise? :D

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Noja,
Fadi
Sent: Friday, 3 April 2009 9:18 AM
To: ozmoss@ozmoss.com
Subject: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

 

Just thought I'd let everyone know that SharePoint Designer is now free
of charge.

 

http://blogs.msdn.com/sharepointdesigner/archive/2009/04/02/download-spd
-for-free-today.aspx

 

Fadi



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

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

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

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

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



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

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

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

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

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



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

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

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

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

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



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

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

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

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

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



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

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



RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

2009-04-02 Thread Brian Farnhill
Yea I'll give you that one - SPD still does a few too many things that drive me 
insane though, does plenty of good things too but still needs some work IMO


From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Noja, Fadi 
[fadi.n...@fahcsia.gov.au]
Sent: Friday, 3 April 2009 9:28 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

It’s still 1,000,000 times better than good old frontpage was.


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Brian Farnhill
Sent: Friday, 3 April 2009 9:26 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Free doesn't cut it - I want MS to pay me for the fact that I have had to use 
it at all over the past two years :-) lol

Brian Farnhill
Consultant
Technical Consulting

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

Microsoft Certified Application Developer

From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Paul Noone 
[paul.no...@ceosyd.catholic.edu.au]
Sent: Friday, 3 April 2009 9:19 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]
Why does that not come as a surprise? :D

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Noja, Fadi
Sent: Friday, 3 April 2009 9:18 AM
To: ozmoss@ozmoss.com
Subject: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Just thought I’d let everyone know that SharePoint Designer is now free of 
charge.

http://blogs.msdn.com/sharepointdesigner/archive/2009/04/02/download-spd-for-free-today.aspx

Fadi

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

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

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

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

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



RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

2009-04-02 Thread Noja, Fadi
It's still 1,000,000 times better than good old frontpage was.

 



From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Brian
Farnhill
Sent: Friday, 3 April 2009 9:26 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

 

Free doesn't cut it - I want MS to pay me for the fact that I have had
to use it at all over the past two years :-) lol

 

Brian Farnhill 
Consultant
Technical Consulting 

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

Microsoft Certified Application Developer



From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Paul Noone
[paul.no...@ceosyd.catholic.edu.au]
Sent: Friday, 3 April 2009 9:19 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Why does that not come as a surprise? :D

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Noja,
Fadi
Sent: Friday, 3 April 2009 9:18 AM
To: ozmoss@ozmoss.com
Subject: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

 

Just thought I'd let everyone know that SharePoint Designer is now free
of charge.

 

http://blogs.msdn.com/sharepointdesigner/archive/2009/04/02/download-spd
-for-free-today.aspx

 

Fadi



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

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

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

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

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



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

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

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

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

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



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

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



RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

2009-04-02 Thread Brian Farnhill
Free doesn't cut it - I want MS to pay me for the fact that I have had to use 
it at all over the past two years :-) lol

Brian Farnhill
Consultant
Technical Consulting

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

Microsoft Certified Application Developer

From: ozmoss@ozmoss.com [ozm...@ozmoss.com] On Behalf Of Paul Noone 
[paul.no...@ceosyd.catholic.edu.au]
Sent: Friday, 3 April 2009 9:19 AM
To: ozmoss@ozmoss.com
Subject: RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Why does that not come as a surprise? :D

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Noja, Fadi
Sent: Friday, 3 April 2009 9:18 AM
To: ozmoss@ozmoss.com
Subject: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Just thought I’d let everyone know that SharePoint Designer is now free of 
charge.

http://blogs.msdn.com/sharepointdesigner/archive/2009/04/02/download-spd-for-free-today.aspx

Fadi

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

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

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



RE: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

2009-04-02 Thread Paul Noone
Why does that not come as a surprise? :D

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Noja, Fadi
Sent: Friday, 3 April 2009 9:18 AM
To: ozmoss@ozmoss.com
Subject: SharePoint Designer is now free. [SEC=UNCLASSIFIED]

Just thought I'd let everyone know that SharePoint Designer is now free of 
charge.

http://blogs.msdn.com/sharepointdesigner/archive/2009/04/02/download-spd-for-free-today.aspx

Fadi

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

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



SharePoint Designer is now free. [SEC=UNCLASSIFIED]

2009-04-02 Thread Noja, Fadi
Just thought I'd let everyone know that SharePoint Designer is now free
of charge.

 

http://blogs.msdn.com/sharepointdesigner/archive/2009/04/02/download-spd
-for-free-today.aspx

 

Fadi


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



OSSSearchResults hack

2009-04-02 Thread Paul Noone
Has anyone developed a custom solution to force the "This Site" and "This List" 
scopes to use the Search Center results page?

Kind regards,

Paul Noone
Online Developer, ICT
CEO Sydney

ph: (02) 9568 8461
fax: (02) 9568 8483
email: 
paul.no...@ceosyd.catholic.edu.au
web: http://www.ceosyd.catholic.edu.au/


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



RE: Sharepoint and code behind InfoPath Forms

2009-04-02 Thread Daniel Brown
"However, if I open the form in the browser (web-enabled), the form does not
load"

 

Is there a message saying why either in the screen, in the trace logs or in
event viewer?

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Sharepoint
Consultant
Sent: Friday, 3 April 2009 12:59 AM
To: ozmoss@ozmoss.com
Subject: Re: Sharepoint and code behind InfoPath Forms

 

Thanks heaps for your reply.

 

I have generated my own code signing certicate for testing purposes
http://thorprojects.com/blog/archive/2007/06/30/domain-certificate-authority
-signing-infopath-2007-forms.aspx

If I open the infopath form from a sharepoint list in the InfoPath client,
the form loads successfully (I do get prompted with a dialog asking if I
wish to trust the certificate).

 

However, if I open the form in the browser (web-enabled), the form does not
load. The form is web-enabled compatible. If I get a Thawte certificate,
will this solve my problem?

 

Thanks heaps.

On Tue, Mar 31, 2009 at 8:01 AM, ken zheng  wrote:

Yes, if you have code behind so you have to sign the form use certificate
otherwise users will not be able to opne the form

ken

  _  

Date: Mon, 30 Mar 2009 22:25:08 +1000
From: sharepointconsultant@gmail.com
Subject: Sharepoint and code behind InfoPath Forms
To: ozmoss@ozmoss.com 



I have an urgent issue I have to resolve so any help people can provide
would be greatly appreciated.
 
I have an InfoPath form with code behind which requires Full Trust.
 
We are on a domain and utilise SSL.
 
I have uploaded my Form Template via Central Administration and activated
the form against my site collection.
 
>From what I have read, for the Template to work within Sharepoint it still
needs to be signed using a Code Signing Certificate. Is this true?
 
I found this site which explains the Signing process. Do I need to perform
these steps?
http://theonlychunk.spaces.live.com/blog/cns!ADA673A2C54A1883!116entry


 
Thanks heaps. 

  _  

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

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

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

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

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

  _  

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

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

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

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

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

 

  _  

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

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

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

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

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


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



Re: Sharepoint and code behind InfoPath Forms

2009-04-02 Thread Sharepoint Consultant
Yes if I remove my reference to User.LoginName it works fine. Have you
encountered this issue before?

http://msdn.microsoft.com/en-us/library/microsoft.office.infopath.user.loginname.aspx

On Fri, Apr 3, 2009 at 12:42 AM, jey srikantha  wrote:

> If you remove the code behind would the form loads fine in forms services?
> .\jEy
>
>
>
> 2009/4/3 Sharepoint Consultant 
>
>>  Thanks heaps for your reply.
>>  I have generated my own code signing certicate for testing purposes
>> http://thorprojects.com/blog/archive/2007/06/30/domain-certificate-authority-signing-infopath-2007-forms.aspx
>> If I open the infopath form from a sharepoint list in the InfoPath client,
>> the form loads successfully (I do get prompted with a dialog asking if I
>> wish to trust the certificate).
>>  However, if I open the form in the browser (web-enabled), the form does
>> not load. The form is web-enabled compatible. If I get a Thawte certificate,
>> will this solve my problem?
>>  Thanks heaps.
>>   On Tue, Mar 31, 2009 at 8:01 AM, ken zheng  wrote:
>>
>>> Yes, if you have code behind so you have to sign the form use certificate
>>> otherwise users will not be able to opne the form
>>>
>>> ken
>>>
>>> --
>>> Date: Mon, 30 Mar 2009 22:25:08 +1000
>>> From: sharepointconsultant@gmail.com
>>> Subject: Sharepoint and code behind InfoPath Forms
>>> To: ozmoss@ozmoss.com
>>>
>>>
>>> I have an urgent issue I have to resolve so any help people can provide
>>> would be greatly appreciated.
>>>
>>> I have an InfoPath form with code behind which requires Full Trust.
>>>
>>> We are on a domain and utilise SSL.
>>>
>>> I have uploaded my Form Template via Central Administration and activated
>>> the form against my site collection.
>>>
>>> From what I have read, for the Template to work within Sharepoint it
>>> still needs to be signed using a Code Signing Certificate. Is this true?
>>>
>>> I found this site which explains the Signing process. Do I need to
>>> perform these steps?
>>> http://theonlychunk.spaces.live.com/blog/cns!ADA673A2C54A1883!116entry
>>>
>>> Thanks heaps.
>>> --
>>> Support procedure: https://www.codify.com/lists/support
>>> List address: ozmoss@ozmoss.com
>>> Subscribe: ozmoss-subscr...@ozmoss.com
>>> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
>>> List FAQ: http://www.codify.com/lists/ozmoss
>>> Other lists you might want to join: http://www.codify.com/lists
>>>   --
>>> Support procedure: https://www.codify.com/lists/support
>>> List address: ozmoss@ozmoss.com
>>> Subscribe: ozmoss-subscr...@ozmoss.com
>>> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
>>> List FAQ: http://www.codify.com/lists/ozmoss
>>> Other lists you might want to join: http://www.codify.com/lists
>>>
>>
>>  --
>> Support procedure: https://www.codify.com/lists/support
>> List address: ozmoss@ozmoss.com
>> Subscribe: ozmoss-subscr...@ozmoss.com
>> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
>> List FAQ: http://www.codify.com/lists/ozmoss
>> Other lists you might want to join: http://www.codify.com/lists
>>
>
>  --
> Support procedure: https://www.codify.com/lists/support
> List address: ozmoss@ozmoss.com
> Subscribe: ozmoss-subscr...@ozmoss.com
> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
> List FAQ: http://www.codify.com/lists/ozmoss
> Other lists you might want to join: http://www.codify.com/lists
>

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



Re: Sharepoint and code behind InfoPath Forms

2009-04-02 Thread jey srikantha
If you remove the code behind would the form loads fine in forms services?
\jEy



2009/4/3 Sharepoint Consultant 

> Thanks heaps for your reply.
>
> I have generated my own code signing certicate for testing purposes
> http://thorprojects.com/blog/archive/2007/06/30/domain-certificate-authority-signing-infopath-2007-forms.aspx
>  If I open the infopath form from a sharepoint list in the InfoPath
> client, the form loads successfully (I do get prompted with a dialog asking
> if I wish to trust the certificate).
>
> However, if I open the form in the browser (web-enabled), the form does not
> load. The form is web-enabled compatible. If I get a Thawte certificate,
> will this solve my problem?
>
> Thanks heaps.
> On Tue, Mar 31, 2009 at 8:01 AM, ken zheng  wrote:
>
>> Yes, if you have code behind so you have to sign the form use certificate
>> otherwise users will not be able to opne the form
>>
>> ken
>>
>> --
>> Date: Mon, 30 Mar 2009 22:25:08 +1000
>> From: sharepointconsultant@gmail.com
>> Subject: Sharepoint and code behind InfoPath Forms
>> To: ozmoss@ozmoss.com
>>
>>
>> I have an urgent issue I have to resolve so any help people can provide
>> would be greatly appreciated.
>>
>> I have an InfoPath form with code behind which requires Full Trust.
>>
>> We are on a domain and utilise SSL.
>>
>> I have uploaded my Form Template via Central Administration and activated
>> the form against my site collection.
>>
>> From what I have read, for the Template to work within Sharepoint it still
>> needs to be signed using a Code Signing Certificate. Is this true?
>>
>> I found this site which explains the Signing process. Do I need to perform
>> these steps?
>> http://theonlychunk.spaces.live.com/blog/cns!ADA673A2C54A1883!116entry
>>
>> Thanks heaps.
>> --
>> Support procedure: https://www.codify.com/lists/support
>> List address: ozmoss@ozmoss.com
>> Subscribe: ozmoss-subscr...@ozmoss.com
>> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
>> List FAQ: http://www.codify.com/lists/ozmoss
>> Other lists you might want to join: http://www.codify.com/lists
>>   --
>> Support procedure: https://www.codify.com/lists/support
>> List address: ozmoss@ozmoss.com
>> Subscribe: ozmoss-subscr...@ozmoss.com
>> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
>> List FAQ: http://www.codify.com/lists/ozmoss
>> Other lists you might want to join: http://www.codify.com/lists
>>
>
>  --
> Support procedure: https://www.codify.com/lists/support
> List address: ozmoss@ozmoss.com
> Subscribe: ozmoss-subscr...@ozmoss.com
> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
> List FAQ: http://www.codify.com/lists/ozmoss
> Other lists you might want to join: http://www.codify.com/lists
>

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



Re: Sharepoint and code behind InfoPath Forms

2009-04-02 Thread Sharepoint Consultant
Thanks heaps for your reply.

I have generated my own code signing certicate for testing purposes
http://thorprojects.com/blog/archive/2007/06/30/domain-certificate-authority-signing-infopath-2007-forms.aspx
If I open the infopath form from a sharepoint list in the InfoPath client,
the form loads successfully (I do get prompted with a dialog asking if I
wish to trust the certificate).

However, if I open the form in the browser (web-enabled), the form does not
load. The form is web-enabled compatible. If I get a Thawte certificate,
will this solve my problem?

Thanks heaps.
On Tue, Mar 31, 2009 at 8:01 AM, ken zheng  wrote:

> Yes, if you have code behind so you have to sign the form use certificate
> otherwise users will not be able to opne the form
>
> ken
>
> --
> Date: Mon, 30 Mar 2009 22:25:08 +1000
> From: sharepointconsultant@gmail.com
> Subject: Sharepoint and code behind InfoPath Forms
> To: ozmoss@ozmoss.com
>
>
> I have an urgent issue I have to resolve so any help people can provide
> would be greatly appreciated.
>
> I have an InfoPath form with code behind which requires Full Trust.
>
> We are on a domain and utilise SSL.
>
> I have uploaded my Form Template via Central Administration and activated
> the form against my site collection.
>
> From what I have read, for the Template to work within Sharepoint it still
> needs to be signed using a Code Signing Certificate. Is this true?
>
> I found this site which explains the Signing process. Do I need to perform
> these steps?
> http://theonlychunk.spaces.live.com/blog/cns!ADA673A2C54A1883!116entry
>
> Thanks heaps.
> --
> Support procedure: https://www.codify.com/lists/support
> List address: ozmoss@ozmoss.com
> Subscribe: ozmoss-subscr...@ozmoss.com
> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
> List FAQ: http://www.codify.com/lists/ozmoss
> Other lists you might want to join: http://www.codify.com/lists
>   --
> Support procedure: https://www.codify.com/lists/support
> List address: ozmoss@ozmoss.com
> Subscribe: ozmoss-subscr...@ozmoss.com
> Unsubscribe: ozmoss-unsubscr...@ozmoss.com
> List FAQ: http://www.codify.com/lists/ozmoss
> Other lists you might want to join: http://www.codify.com/lists
>

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



RE: Content Deployment Time Out [SEC=UNCLASSIFIED]

2009-04-02 Thread Noja, Fadi
Thanks.  I ended up writing a console app to do it. 

 

I've also come across this a few time, every time we release a package upgrade, 
content deployment breaks.  So we have to delete the destination site and 
re-create it.

 

We also have this error now (after the last release)

 

There is no row at position 0. at System.Data.RBTree`1.GetNodeByIndex(Int32 
userIndex) at System.Data.RBTree`1.get_Item(Int32 index) at 
System.Data.DataRowCollection.get_Item(Int32 index) at 
Microsoft.SharePoint.Deployment.ObjectHelper.RetrieveDataFromDatabase(ExportObject
 exportObject) at 
Microsoft.SharePoint.Deployment.ListItemObjectHelper.RetrieveData(ExportObject 
exportObject) at 
Microsoft.SharePoint.Deployment.ExportObjectManager.GetObjectData(ExportObject 
exportObject) at Microsoft.SharePoint.Deployment.ExportObjectManager.MoveNext() 
at 
Microsoft.SharePoint.Deployment.ExportObjectManager.ExportObjectEnumerator.MoveNext()
 at Microsoft.SharePoint.Deployment.SPExport.SerializeObjects() at 
Microsoft.SharePoint.Deployment.SPExport.Run() 

 

 

That is during the export phase.  However you can manually export using STSADM 
and Im tying to import it to a new application and try to trigger content 
deployment again.

 

Fadi

 



From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Stefan Goßner
Sent: Thursday, 2 April 2009 6:57 PM
To: ozmoss@ozmoss.com
Subject: AW: Content Deployment Time Out [SEC=UNCLASSIFIED]

 

Hi Fadi,

 

it cannot be done through STSADM or central admin.

If you don't want to compile you could do it using a Powershell script that 
uses the API.

 

Cheers,

 

Stefan Goßner 
Escalation Engineer | CSS SharePoint Products and Technologies | Microsoft GmbH 
| * +49-89-3176-4069 | http://blogs.technet.com/stefan_gossner

 

Von: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] Im Auftrag von Noja, Fadi
Gesendet: Donnerstag, 2. April 2009 00:19
An: ozmoss@ozmoss.com
Betreff: Content Deployment Time Out [SEC=UNCLASSIFIED]

 

Hi,

 

I know through code you can extend the content deployment's RemoteTimeout to as 
long as you want, but is there a way to extend the it through stsadm or through 
the central admin?

 

Fadi



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

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

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

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

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



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

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



RE: How to Built Sharepoint site that allow anonymous access?

2009-04-02 Thread Mai Anh Tuan
We are managed to by MOSS 2007 on this June; so I think I should use MOSS 2007 J

 

I will try on MOSS first.

 

Tuan.

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Daniel Brown
Sent: Thursday, April 02, 2009 3:50 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

 

Yes but does not have the publishing functionality.

WSS licenses fall under Windows, So as long as you have an server license which 
can be on the internet with anon access, your also covered with WSS.

-DB

-Original Message-
From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of 
chris_py_...@manulife.com
Sent: Thursday, 2 April 2009 7:18 PM
To: ozmoss@ozmoss.com
Cc: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

Or you can consider WSS if document library is all you want, i think the
internet license is much much cheaper compared to MOSS



  
 "Daniel Brown"   
  To
 Sent by:  
 ozmoss@ozmoss.com  cc
  
   Subject
 04/02/2009 04:23  RE: How to Built Sharepoint site   
 PMthat allow anonymous access?   
  
  
 Please respond to
 ozmoss@ozmoss.com
  
  




Hi Tuan,

For that, you would need a license for SharePoint on Interface facing
sites. Although I'm not licensing expert.

If  its in the corporate, I would just set it up with domain users and then
have a separate application which then has anon access enabled which you
publish to.

Cheers,

Daniel

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh
Tuan
Sent: Thursday, 2 April 2009 6:53 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

Hi Daniel,

Thanks for your response so early,

In my corporate, I use AD to deploy Group Policies so that we use
single-signon; the problem happened when I create a new site for Internet
purpose; I want to publish some corporate information on the internet and
of course publish for everyone user (anonymous users);

I ask specialist at Microsoft Vietnam; he told me that only configure at
IIS and Sharepoint; but didn't remember how to do; which license type do I
need for that?

Regards,

Tuan.


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Daniel
Brown
Sent: Thursday, April 02, 2009 3:07 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

Hi Tuan,

Is this for a corporate network? If do, the site needs to be placed in the
intranet or trusted sites zone on your clients, this will stop the prompt
for credentials.

It would also be wise to extend the web application in Central admin to the
intranet zone.

Anonymous access is only needed if you intent to expose it to true
Anonymous users, say on the internet, such as a public site, bog, etc. You
will also need the correct licensing for this also.

Regards,

Daniel

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh
Tuan
Sent: Thursday, 2 April 2009 6:35 PM
To: ozmoss@ozmoss.com
Subject: How to Built Sharepoint site that allow anonymous access?

Hi,

I'm a new guy to MOSS;

I built a Sharepoint that share document; I want to configure MOSS so that
everybody can access to document without asking for credential;

Pls help.

Tuan

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

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

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


Support procedure: ht

RE: How to Built Sharepoint site that allow anonymous access?

2009-04-02 Thread Daniel Brown
Yes but does not have the publishing functionality.

WSS licenses fall under Windows, So as long as you have an server license which 
can be on the internet with anon access, your also covered with WSS.

-DB

-Original Message-
From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of 
chris_py_...@manulife.com
Sent: Thursday, 2 April 2009 7:18 PM
To: ozmoss@ozmoss.com
Cc: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

Or you can consider WSS if document library is all you want, i think the
internet license is much much cheaper compared to MOSS



   
 "Daniel Brown"
  To 
 Sent by:   
 ozmoss@ozmoss.com  cc 
   
   Subject 
 04/02/2009 04:23  RE: How to Built Sharepoint site
 PMthat allow anonymous access?
   
   
 Please respond to 
 ozmoss@ozmoss.com 
   
   




Hi Tuan,

For that, you would need a license for SharePoint on Interface facing
sites. Although I’m not licensing expert.

If  its in the corporate, I would just set it up with domain users and then
have a separate application which then has anon access enabled which you
publish to.

Cheers,

Daniel

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh
Tuan
Sent: Thursday, 2 April 2009 6:53 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

Hi Daniel,

Thanks for your response so early,

In my corporate, I use AD to deploy Group Policies so that we use
single-signon; the problem happened when I create a new site for Internet
purpose; I want to publish some corporate information on the internet and
of course publish for everyone user (anonymous users);

I ask specialist at Microsoft Vietnam; he told me that only configure at
IIS and Sharepoint; but didn’t remember how to do; which license type do I
need for that?

Regards,

Tuan.


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Daniel
Brown
Sent: Thursday, April 02, 2009 3:07 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

Hi Tuan,

Is this for a corporate network? If do, the site needs to be placed in the
intranet or trusted sites zone on your clients, this will stop the prompt
for credentials.

It would also be wise to extend the web application in Central admin to the
intranet zone.

Anonymous access is only needed if you intent to expose it to true
Anonymous users, say on the internet, such as a public site, bog, etc. You
will also need the correct licensing for this also.

Regards,

Daniel

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh
Tuan
Sent: Thursday, 2 April 2009 6:35 PM
To: ozmoss@ozmoss.com
Subject: How to Built Sharepoint site that allow anonymous access?

Hi,

I’m a new guy to MOSS;

I built a Sharepoint that share document; I want to configure MOSS so that
everybody can access to document without asking for credential;

Pls help.

Tuan

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

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

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


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


===

RE: How to Built Sharepoint site that allow anonymous access?

2009-04-02 Thread Chris_PY_Teh
Or you can consider WSS if document library is all you want, i think the
internet license is much much cheaper compared to MOSS



   
 "Daniel Brown"
  To 
 Sent by:   
 ozmoss@ozmoss.com  cc 
   
   Subject 
 04/02/2009 04:23  RE: How to Built Sharepoint site
 PMthat allow anonymous access?
   
   
 Please respond to 
 ozmoss@ozmoss.com 
   
   




Hi Tuan,

For that, you would need a license for SharePoint on Interface facing
sites. Although I’m not licensing expert.

If  its in the corporate, I would just set it up with domain users and then
have a separate application which then has anon access enabled which you
publish to.

Cheers,

Daniel

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh
Tuan
Sent: Thursday, 2 April 2009 6:53 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

Hi Daniel,

Thanks for your response so early,

In my corporate, I use AD to deploy Group Policies so that we use
single-signon; the problem happened when I create a new site for Internet
purpose; I want to publish some corporate information on the internet and
of course publish for everyone user (anonymous users);

I ask specialist at Microsoft Vietnam; he told me that only configure at
IIS and Sharepoint; but didn’t remember how to do; which license type do I
need for that?

Regards,

Tuan.


From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Daniel
Brown
Sent: Thursday, April 02, 2009 3:07 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

Hi Tuan,

Is this for a corporate network? If do, the site needs to be placed in the
intranet or trusted sites zone on your clients, this will stop the prompt
for credentials.

It would also be wise to extend the web application in Central admin to the
intranet zone.

Anonymous access is only needed if you intent to expose it to true
Anonymous users, say on the internet, such as a public site, bog, etc. You
will also need the correct licensing for this also.

Regards,

Daniel

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh
Tuan
Sent: Thursday, 2 April 2009 6:35 PM
To: ozmoss@ozmoss.com
Subject: How to Built Sharepoint site that allow anonymous access?

Hi,

I’m a new guy to MOSS;

I built a Sharepoint that share document; I want to configure MOSS so that
everybody can access to document without asking for credential;

Pls help.

Tuan

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

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

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


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


=

Disclaimer:

This message is intended only for the use of the person to whom it is
expressly addressed and may contain information that is confidential and
legally privileged. If you are not the intended recipient, you are hereby
notified that any use, reliance on, reference to, review, disclosure or
copying of the message and the information it contains for any purpose is
prohibited. If you have received this message in error, please notify the
sender by reply e-mail

RE: How to Built Sharepoint site that allow anonymous access?

2009-04-02 Thread Daniel Brown
Hi Tuan,

 

For that, you would need a license for SharePoint on Interface facing sites.
Although I'm not licensing expert.

 

If  its in the corporate, I would just set it up with domain users and then
have a separate application which then has anon access enabled which you
publish to.

 

Cheers,

 

Daniel

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh Tuan
Sent: Thursday, 2 April 2009 6:53 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

 

Hi Daniel,

 

Thanks for your response so early,

 

In my corporate, I use AD to deploy Group Policies so that we use
single-signon; the problem happened when I create a new site for Internet
purpose; I want to publish some corporate information on the internet and of
course publish for everyone user (anonymous users); 

 

I ask specialist at Microsoft Vietnam; he told me that only configure at IIS
and Sharepoint; but didn't remember how to do; which license type do I need
for that?

 

Regards,

 

Tuan.

 

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Daniel Brown
Sent: Thursday, April 02, 2009 3:07 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

 

Hi Tuan,

 

Is this for a corporate network? If do, the site needs to be placed in the
intranet or trusted sites zone on your clients, this will stop the prompt
for credentials.

 

It would also be wise to extend the web application in Central admin to the
intranet zone.

 

Anonymous access is only needed if you intent to expose it to true Anonymous
users, say on the internet, such as a public site, bog, etc. You will also
need the correct licensing for this also.

 

Regards,

 

Daniel

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh Tuan
Sent: Thursday, 2 April 2009 6:35 PM
To: ozmoss@ozmoss.com
Subject: How to Built Sharepoint site that allow anonymous access?

 

Hi,

 

I'm a new guy to MOSS; 

 

I built a Sharepoint that share document; I want to configure MOSS so that
everybody can access to document without asking for credential;

 

Pls help.

 

Tuan

  _  

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

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

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

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

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

  _  

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

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

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

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

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

  _  

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

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

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

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

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


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



RE: How to Built Sharepoint site that allow anonymous access?

2009-04-02 Thread Mai Anh Tuan
Hi Daniel,

 

Thanks for your response so early,

 

In my corporate, I use AD to deploy Group Policies so that we use 
single-signon; the problem happened when I create a new site for Internet 
purpose; I want to publish some corporate information on the internet and of 
course publish for everyone user (anonymous users); 

 

I ask specialist at Microsoft Vietnam; he told me that only configure at IIS 
and Sharepoint; but didn't remember how to do; which license type do I need for 
that?

 

Regards,

 

Tuan.

 

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Daniel Brown
Sent: Thursday, April 02, 2009 3:07 PM
To: ozmoss@ozmoss.com
Subject: RE: How to Built Sharepoint site that allow anonymous access?

 

Hi Tuan,

 

Is this for a corporate network? If do, the site needs to be placed in the 
intranet or trusted sites zone on your clients, this will stop the prompt for 
credentials.

 

It would also be wise to extend the web application in Central admin to the 
intranet zone.

 

Anonymous access is only needed if you intent to expose it to true Anonymous 
users, say on the internet, such as a public site, bog, etc. You will also need 
the correct licensing for this also.

 

Regards,

 

Daniel

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh Tuan
Sent: Thursday, 2 April 2009 6:35 PM
To: ozmoss@ozmoss.com
Subject: How to Built Sharepoint site that allow anonymous access?

 

Hi,

 

I'm a new guy to MOSS; 

 

I built a Sharepoint that share document; I want to configure MOSS so that 
everybody can access to document without asking for credential;

 

Pls help.

 

Tuan



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

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

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

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

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



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

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

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

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

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


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



Re: How to Built Sharepoint site that allow anonymous access?

2009-04-02 Thread Chris_PY_Teh
There are couple of ways to achieve seamless login, but if you want to have
anonymous enabled, there are couple of steps to do this
1. go to central admin site -> Application Management -> Authentication
Providers -> Zone (normally Default). Check Enable Anonymous access
2. go to your site setting -> advance permission -> anonymous access.
Enable the whole site access
3. go to document library and edit the permission, it will break the
permission chain and you can enable anonymous access now.



   
 "Mai Anh Tuan"
  To 
 Sent by:   
 ozmoss@ozmoss.com  cc 
   
   Subject 
 04/02/2009 04:01  How to Built Sharepoint site that   
 PMallow anonymous access? 
   
   
 Please respond to 
 ozmoss@ozmoss.com 
   
   




Hi,

I’m a new guy to MOSS;

I built a Sharepoint that share document; I want to configure MOSS so that
everybody can access to document without asking for credential;

Pls help.

Tuan


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


=

Disclaimer:

This message is intended only for the use of the person to whom it is
expressly addressed and may contain information that is confidential and
legally privileged. If you are not the intended recipient, you are hereby
notified that any use, reliance on, reference to, review, disclosure or
copying of the message and the information it contains for any purpose is
prohibited. If you have received this message in error, please notify the
sender by reply e-mail of the misdelivery and delete all its contents.

Opinions, conclusions and other information in this message that do not
relate to the official business of the Company shall be understood as
neither given nor endorsed by 
it.
Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: How to Built Sharepoint site that allow anonymous access?

2009-04-02 Thread Daniel Brown
Hi Tuan,

 

Is this for a corporate network? If do, the site needs to be placed in the
intranet or trusted sites zone on your clients, this will stop the prompt
for credentials.

 

It would also be wise to extend the web application in Central admin to the
intranet zone.

 

Anonymous access is only needed if you intent to expose it to true Anonymous
users, say on the internet, such as a public site, bog, etc. You will also
need the correct licensing for this also.

 

Regards,

 

Daniel

 

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Mai Anh Tuan
Sent: Thursday, 2 April 2009 6:35 PM
To: ozmoss@ozmoss.com
Subject: How to Built Sharepoint site that allow anonymous access?

 

Hi,

 

I'm a new guy to MOSS; 

 

I built a Sharepoint that share document; I want to configure MOSS so that
everybody can access to document without asking for credential;

 

Pls help.

 

Tuan

  _  

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

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

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

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

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


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



How to Built Sharepoint site that allow anonymous access?

2009-04-02 Thread Mai Anh Tuan
Hi,

 

I'm a new guy to MOSS; 

 

I built a Sharepoint that share document; I want to configure MOSS so that 
everybody can access to document without asking for credential;

 

Pls help.

 

Tuan


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



AW: Content Deployment Time Out [SEC=UNCLASSIFIED]

2009-04-02 Thread Stefan Goßner
Hi Fadi,

it cannot be done through STSADM or central admin.
If you don't want to compile you could do it using a Powershell script that 
uses the API.

Cheers,

Stefan Goßner
Escalation Engineer | CSS SharePoint Products and Technologies | Microsoft GmbH 
| * +49-89-3176-4069 | http://blogs.technet.com/stefan_gossner

Von: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] Im Auftrag von Noja, Fadi
Gesendet: Donnerstag, 2. April 2009 00:19
An: ozmoss@ozmoss.com
Betreff: Content Deployment Time Out [SEC=UNCLASSIFIED]

Hi,

I know through code you can extend the content deployment's RemoteTimeout to as 
long as you want, but is there a way to extend the it through stsadm or through 
the central admin?

Fadi

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

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