Αρχεία

Προγραμματισμού Προσθήκη χρήστη σε ομάδα του SharePoint

Για να εκχωρήσετε το χρήστη στην ομάδα σε Moss 2007

Ο ακόλουθος κώδικας θα προσθέσει ο χρήστης στο site και για συγκεκριμένη ομάδα.

ιδιωτική adduser κενό(χορδή strSite,χορδή webGroup)
{
SPSecurity.RunWithElevatedPrivileges(αναθέτει()
{
χρησιμοποιώντας (SPSite = νέα ιστοσελίδα SPSite(strSite))
{
χρησιμοποιώντας (SPWeb web = site.OpenWeb())
{
Λογικό allowUnsafeUpdate = web.AllowUnsafeUpdates;
προσπαθώ
{
web.AllowUnsafeUpdates = true;

web.SiteUsers.Add(loginName, MailId, loginId, “”);
web.Groups[WEBGROUP].Adduser(loginName, MailId, loginId, “”);

}
τελικά
{
web.AllowUnsafeUpdates = allowUnsafeUpdate;
}
}
}
});
}

WinCE δελτία Ενημέρωση για το μήνα Νοέμβριο 2007

Το Microsoft ® Windows ® CE ενημερωμένων εκδόσεων θα κυκλοφορήσει τη δεύτερη Τρίτη κάθε μήνα, η τελευταία έκδοση που συμβαίνουν πάνω ή γύρω από 11 Δεκ., 2007.

Οι ακόλουθες ενημερωμένες εκδόσεις για τα Windows CE πρόσφατα κυκλοφόρησε και είναι διαθέσιμο για download. Περισσότερες πληροφορίες για κάθε ενημέρωση που παρέχεται στο έγγραφο Readme διαθέσιμα μετά από ενημέρωση του ατόμου(με) έχει εγκατασταθεί.

Windows CE 5.0
Ενημερώστε το όνομα: Windows CE 5.0 Platform Builder Μηνιαία Ενημέρωση (Νοεμβρίου 2007)
Κατεβάστε το σύνδεσμο: http://www.microsoft.com/downloads/details.aspx?FamilyId=B9B800E5-DD00-46DC-8380-0425C8FCEAFB&displaylang=en
Περιγραφή: Αυτό είναι ένα σύνολο ενημερώσεων για τα Windows CE Platform Builder που απελευθερώνεται κατά τη διάρκεια του Νοεμβρίου 1 - Νοέμβριος 30, 2007. Αυτές οι ενημερωμένες εκδόσεις των Microsoft Windows CE είναι διορθώσεις για τα προβλήματα των Windows CE λειτουργικό σύστημα που τρέχει κατά τη διάρκεια του ανάπτυξη και τη συντήρηση των έθιμο πλατφόρμα σας.

Windows CE 6.0 - Όνομα Ενημέρωση: Windows CE 6.0 Platform Builder Μηνιαία Ενημέρωση (Νοεμβρίου 2007)
Κατεβάστε το σύνδεσμο: http://www.microsoft.com/downloads/details.aspx?FamilyId=009E67FE-A447-4035-9B13-49489992832F&displaylang=en
Περιγραφή: Αυτό είναι ένα σύνολο ενημερώσεων για τα Windows CE Platform Builder που απελευθερώνεται κατά τη διάρκεια του Νοεμβρίου 1 - Νοέμβριος 30, 2007. Αυτές οι ενημερωμένες εκδόσεις των Microsoft Windows CE είναι διορθώσεις για τα προβλήματα των Windows CE λειτουργικό σύστημα που τρέχει κατά τη διάρκεια του ανάπτυξη και τη συντήρηση των έθιμο πλατφόρμα σας.

MOSS 2007 & WSS 3.0 Service Pack 1

Today Microsoft Released the Service Pack 1 για
Microsoft Office SharePoint Server 2007 & Windows SharePoint Services 3.0

Get It here for WSS 3.0 SP1
Get it here for MOSS 2007 SP1

Εκπομπή : Σύνθετη ροής εργασίας εγγράφων του SharePoint με το Visual Studio 2008

Microsoft Webcast : Σύνθετη ροής εργασίας εγγράφων του SharePoint με το Visual Studio 2008
Ώρα : Παρασκευή, Δεκεμβρίου 14, 2007 1:30 Μ.μ. Ανατολική ώρα (ΗΠΑ & Καναδάς)

Συμμετοχή Robert Shelton για μια 90 επίδειξη λεπτά (δηλαδή, Πολύ λίγα, εάν υπάρχουν διαφάνειες PowerPoint) Ροές εργασίας για την οικοδόμηση του εγγράφου για το SharePoint (MOSS 2007) με το Visual Studio. Για την παρούσα επίδειξη, Robert will be using the soon to be released Visual Studio 2008 (showing new features for Workflow Developers), however all of the demonstrations could also be accomplished using Visual Studio 2005 with Workflow Extensions.

What you will learn:

• New features for SharePoint Workflow Developers in Visual Studio 2008
• New SharePoint API’s for SharePoint workflow
• How to debug SharePoint Workflow’s using the Visual Workflow Designer
• The new single-click deployment of workflows using Visual Studio 2008
• How to send emails from a SharePoint Workflow using Visual Studio (2005 & 2008)
• How to (programmatically) assign users Tasks (think Outlook Tasks) and track their progress
• How to enable users to re-assign/delegate tasks, and track that this was done

Γίνετε μέλος εδώ

Turn Off UnExpected Error Occurred in MOSS 2007 To Display Exception Detail

MOSS 2007 by default will display the custom error page for all errors occurred in page

In Development phase it will be difficult for the developers to understand the exact error. Change the following Modifications with the web.config of the web application. Then it will display the exception details in the error page.

  • Turn the call stack on by searching for and change it to CallStack=”αλήθεια”.
  • Turn off the SharePoint error pages by turning off custom error pages: to mode=”Off”.

Dont do this modification with the production site.

Coz…..the users may get scared of long errors. 😉

SharePoint Monitoring Toolkit

Microsoft Released the SharePoint 2007 Monitoring Tookit Get it Here

Overview
The SharePoint Monitoring Toolkit helps you manage Microsoft® SharePoint® environments of all sizes with two new management packs for System Center Operations Manager 2007:

  • Windows® SharePoint Services 3.0 Management Pack
  • Microsoft Office SharePoint Server 2007 Management Pack

These packs monitor the health state of the components in your SharePoint environment that affect performance and availability. When there is an issue that may cause service or performance degradation, Operations Manager 2007 uses the management packs to detect the issue, alert you to its existence, and facilitate diagnosis and corrective actions.The management packs monitor:

  • Windows SharePoint Services 3.0 related services (Timer, Tracing and Search)
  • Windows SharePoint Services 3.0 related Events
  • Web server applications such as Internet Information Services (IIS)
  • IIS-related Events
  • Microsoft SQL Server® database-related events
  • WSS Server performance

The SharePoint Monitoring Toolkit Management Packs have been rewritten from the ground up to take advantage of the latest features of System Center Operations Manager 2007. Major improvements from previous packs include:

  • Extended rules
  • New and improved reports
  • Additional actions
  • New views
  • Elimination of backward compatibility dependencies
  • Increased reliability
  • Noise reduction through tuning and event suppression
  • Thoroughly tested compatibility of management packs with:

System Center Operations Manager 2007
System Center Essentials
Microsoft Office SharePoint Server 2007 SP1

Προγραμματισμού Διαβάστε Λίστα & Προβολή του περιεχομένου στο SharePoint

Πήρα ένα έργο να εργαστούν για την ανάπτυξη της εφαρμογής των Windows που θα φέρω λίστα Προβολή δεδομένων από το SharePoint και να επεξεργαστεί τα δεδομένα σε νίκη αποτελεί app.

Προηγουμένως χρησιμοποιηθούν για να φέρω τα δεδομένα χρησιμοποιώντας Lists.asmx,views.asmx.

Τώρα ήρθα να ξέρω ότι υπάρχει άλλος τρόπος για να φέρω τα δεδομένα από την προβολή λίστας.

Σύνταξη:
https://myserver.com/_vti_bin/owssvr.dll?CMD = Οθόνη&Λίστα ={list Id}&View={View Id}&XMLDATA=true

Example URL:

https://myserver.com/_vti_bin/owssvr.dll?CMD = Οθόνη&Λίστα ={EA1BD05B-DB5B-434B-B2FC-B9AB9EE18A91}&View={B959F555-798B-4F47-9FBB-81513B85F906}&XMLDATA=true

Now it will give the xml data as response.

write the response to xmldoc and process the data.

HttpWebRequest myRequest = (HttpWebRequest)WebRequest.Create(“https://myserver.com/_vti_bin/owssvr.dll?CMD = Οθόνη&Λίστα ={EA1BD05B-DB5B-434B-B2FC-B9AB9EE18A91}&View={B959F555-798B-4F47-9FBB-81513B85F906}&XMLDATA=true”);

myRequest.Credentials =
System.Net.CredentialCache.DefaultCredentials;
HttpWebResponse response = (HttpWebResponse)myRequest.GetResponse();
XmlDocument doc = νέα XmlDocument();
doc.Load(response.GetResponseStream());

Microsoft BizTalk Server 2006 VHD

Γεια Devs,

Ψάχνετε για το BizTalk Server 2006 Περιβάλλον Ανάπτυξης.
Μην ανησυχείτε(Τα Windows XP είναι αρκετό για να φιλοξενήσει VHD)

Get it εδώ for BizTalk Server 2006 VHD.

Download Virutal PC to Host the VHD File.

Microsoft Office SharePoint Server 2007 VHD

Γεια Devs,

Are you looking for the Development Environment to Learn MOSS 2007.

Here is the way. Microsoft Gives Preconfigure VHD for MOSS 2007.

Get it εδώ

If you have any issues in configuring VHD please post here.

Download Virtual PC to Host the VHD.

Αύξηση Ανεβάστε Μέγεθος αρχείου σε Moss 2007

To Increase Upload File size in Moss 2007

By Default Moss will allow us to upload File size up to 50 MB.
If you want to increase upload file size.

Follow the Below Steps:
Ανοίξτε Κεντρική Διοίκηση

  • Open Web Application General Settings

  • Change the Maximum Upload Size to Required Size
  • Upload File size can be up to 2 GB

Now you have done with change of upload file size.

Enjoy uploading 🙂