Security Context Error in SharePoint Portal

During Portal development suddenly i recieved an error given below.

ERROR:
The Context has expired and can no logner be used. (Exception from HRESULT: 0x80090317)


Solution:
Simply restart your Portal Hosted Server's IIS

SharePoint Server 2007 Administrators Companion

Visual Studio 2005 Tools for Office Second Edition


Visual Studio 2005 Tools for the 2007 Microsoft Office System (Visual Studio 2005 Tools for Office Second Edition or VSTO 2005 SE for short) is a free add-on to Visual Studio 2005 that empowers developers to build applications targeting the 2007 Office system. download

SharePoint Portal Server 2003 Technical Articles

Bunch of technical articles about SharePoint Portal Server 2003 are available on following topics.

Click on link to view desired one article on MSDN Site

Utilities & tools for Microsoft Project Server 2002 and for Project Server 2003

Think outside of the Box

You are driving along in your car on a wild, stormy night, when you pass by a bus stop, and you see three people waiting for the bus,

1. An old lady who looks as if she is about to die.
2. An old friend who once saved your life.
3. The perfect partner you have been dreaming about.


Which one would you choose to offer a ride to, knowing that there could only be one passenger in your car? Think before you continue reading...

  (scroll down)
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.


This is a moral/ethical dilemma that was once actually used as part of a job application. You could pick up the old lady, because she is going to die, and thus you should save her first; Or you could take the old friend because he once saved your life, and this would be the perfect chance to pay him back. However, you may never be able to find your perfect mate again.

The candidate who was hired (out of 200 applicants had no trouble coming up with his answer. He simply answered: "I would give the car keys to my old friend and let him take the lady to the hospital. I would stay behind and wait for the bus with the partner of my dreams."

Sometimes, we gain more if we are able to give up our stubborn thought limitations. Never forget to "Think Outside of the Box."

Project Server 2003 Training & MOSS Book

Following Training and Book has been uploaded on [.NetHotShots] Yahoo Group.

  • EPM Solution Introduction
  • MOSS 2007 BOOK
  • Project Server Step by Step Training
  • Visual Studio 2008 Slides

http://tech.groups.yahoo.com/group/dotnethotshots/

Microsoft Next Generation ->>



Wet yourself in Microsoft New hot stream from operating system to Application Platforms.

How to remove UserName/Password Prompt on SharePoint Portal

When I was accessing portal every time I was getting prompt for username/password





1- Open internet explorer
2- Go to Tools

3- Click on internet option






4 -Open security tab

5- Click on custom level



6- Scroll down and select
7- Select Automatic logon with current username and password
8- Click ok




Project Server 2003 Report - Task %age work Completed




In Project Server 2003 custom reporting % age work complete report is given below having columns

Project Name
Resource Name
Year
Month
%age work compelted [Task Work Completed]


Query




SELECT dbo.MSP_WEB_ASSIGNMENTS.TASK_NAME, dbo.MSP_WEB_PROJECTS.PROJ_NAME,
dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY.AssignmentTimeWork / 60000 AS [Work], dbo.MSP_WEB_RESOURCES.RES_NAME,
YEAR(dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY.AssignmentTimeStart) AS Year_,
MONTH(dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY.AssignmentTimeStart) AS Month_, dbo.MSP_WEB_ASSIGNMENTS.WPROJ_ID,
dbo.MSP_TASKS.TASK_PCT_WORK_COMP
FROM dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY INNER JOIN
dbo.MSP_WEB_ASSIGNMENTS ON dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY.WPROJ_ID = dbo.MSP_WEB_ASSIGNMENTS.WPROJ_ID AND
dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY.AssignmentUniqueID = dbo.MSP_WEB_ASSIGNMENTS.TASK_UID INNER JOIN
dbo.MSP_WEB_PROJECTS ON dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY.WPROJ_ID = dbo.MSP_WEB_PROJECTS.WPROJ_ID INNER JOIN
dbo.MSP_WEB_RESOURCES ON dbo.MSP_WEB_ASSIGNMENTS.WRES_ID = dbo.MSP_WEB_RESOURCES.WRES_ID INNER JOIN
dbo.MSP_TASKS ON dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY.ProjectUniqueID = dbo.MSP_TASKS.PROJ_ID AND
dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY.AssignmentUniqueID = dbo.MSP_TASKS.TASK_UID INNER JOIN
dbo.MSP_VIEW_PROJ_PROJECTS_ENT ON
dbo.MSP_VIEW_PROJ_ASSN_TP_BY_DAY.WPROJ_ID = dbo.MSP_VIEW_PROJ_PROJECTS_ENT.WPROJ_ID

Downloadable books for Office SharePoint Server 2007

In this you will found books about

Getting Started

Deployment

Operations

Security

Solutions

What is Enterprise Project Management (EPM) ?

The Microsoft Enterprise Project Management (EPM) Solution is a flexible and scalable client-server system that enables organizations of any size to manage projects that range in size and complexity. Implementing this system requires a thorough understanding of your organization's project management needs as well as an understanding of numerous integrated Microsoft Windows applications, components, and technologies.