Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
other
informationbridge
office.intranets
office.misc
office.setup
office.xml
officeupdate
onenote
photodraw.discussion
powerpoint
producer
proj.standard&server
project
project.developer
project.pro_and_serve
project.server
project.vba
project2000
publisher
publisher.prepress
publisher.programming
publisher.webdesign
visio
visio.createshapes
visio.database.modeling
visio.dev.diagrams
visio.dev.shapesheet
visio.dev.vba
visio.dev.vc
visio.developer
visio.general
visio.installation
visio.printing
visio.software.modeling
visio.troubleshoot
  
 
date: Fri, 17 Aug 2007 20:16:37 +0530,    group: microsoft.public.project.pro_and_server        back       


Error Saving New Risk in Project Server 2003   
Hello,
I am having an issue when trying to save a new risk to a project
in PWA.  Everytime I add a new Risk and click on save I get the
following error (see below).  The Risk still saves and the e-mail
notification goes out, and it does everything it is supposed to do, but
I still get the error.  I have looked everywhere for an answer to this
so any help would be greatly appreciated.

//+-------------------------------------------------------------------------------
// // Microsoft Project - Web Client // Copyright (C) Microsoft
Corporation, 1999 // // File: WebClient\root\Shell\Shell.js // //
Contents: Client-side Shell functions // // Objects: Shell
(client-side) //
//--------------------------------------------------------------------------------
var bHelpExpanded = false; var g_SkipBeforeUnload = false;
//--------------------------------------------------------------------------------
function Body_OnResize() { if (typeof(Workspace_OnResize) !=
"undefined") { Workspace_OnResize(); return; } if
(typeof(Grid_OnResize) != "undefined") Grid_OnResize(); }
//--------------------------------------------------------------------------------
function ActionsPaneCollapse_OnClick() { var e = new Error();
window.event.cancelBubble = true; window.event.returnValue = false; if
(event.keyCode == 0 || event.keyCode == 13) {
idActionsPane.style.display = "none"; idActionsTable.style.display =
"none"; idActionsPaneCollapsed.style.display = "";
idActPaneExpandArrow.style.display = ""; idShellSidePane.disabled =
true; RepaintSelectElementsForRTL(); try {
idActPaneExpandArrow.focus(); } catch (e) { // Stub } } }
//--------------------------------------------------------------------------------
function ActionsPaneExpand_OnClick() { var e = new Error();
window.event.cancelBubble = true; window.event.returnValue = false; if
(event.keyCode == 0 || event.keyCode == 13) {
idActionsPane.style.display = ""; idActionsTable.style.display = "";
idActionsPaneCollapsed.style.display = "none";
idActPaneExpandArrow.style.display = "none"; idShellSidePane.disabled =
false; RepaintSelectElementsForRTL(); try {
idActPaneCollapseArrow.focus(); } catch (e) { // Stub } } }
//--------------------------------------------------------------------------------
function Help_OnClick() { event.cancelBubble = true; event.returnValue =
false; if (event.keyCode == 0 || event.keyCode == 13) { if
(idHelpPane.style.display == "none") { g_bHelpPaneExpanded = true;
idHelpPane.style.display = ""; idPageHeaderHelpPaneBuffer.style.display
= ""; idHelpFrameDiv.style.display = ""; // When the Help pane is
exposed, add its UI back to the tab order idCloseHelpLink.tabIndex = 0;
document.all.idHelpFrame.tabIndex = 0; RepaintSelectElementsForRTL();
with (document.body) { scrollTo(scrollWidth, scrollTop); } } else {
CloseHelp(); } } }
//--------------------------------------------------------------------------------
function CloseHelp_OnClick() { event.cancelBubble = true;
event.returnValue = false; if (event.keyCode == 0 || event.keyCode ==
13) { CloseHelp(); } }
//--------------------------------------------------------------------------------
function CloseHelp() { g_bHelpPaneExpanded = false;
idHelpPane.style.display = "none";
idPageHeaderHelpPaneBuffer.style.display = "none";
idHelpFrameDiv.style.display = "none"; // Remove the Help UI from the
tabbing order; otherwise, it will still receive // tab focus even if
it's collapsed idCloseHelpLink.tabIndex = -1;
document.all.idHelpFrame.tabIndex = -1; RepaintSelectElementsForRTL();
with (document.body) { scrollTo(0, scrollTop); } }
//--------------------------------------------------------------------------------
function SubMenuExpander_OnClick(sSubMenuID) { event.cancelBubble =
true; event.returnValue = false; if (event.keyCode == 0 ||
event.keyCode == 13) { if (document.all(sSubMenuID +
"Leaves").style.display == "none") { document.all(sSubMenuID +
"Expander").src = "../images/minus.gif"; document.all(sSubMenuID +
"Leaves").style.display = "block"; } else { document.all(sSubMenuID +
"Expander").src = "../images/plus.gif"; document.all(sSubMenuID +
"Leaves").style.display = "none"; } } }
//--------------------------------------------------------------------------------
function Body_Onload() { WaitCursor.SetWaitCursor(); // set the cursor
to wait //Body_OnResize(); if (typeof(MSPJGrid_PreProcess) !=
"undefined") MSPJGrid_PreProcess(); if (typeof(Shell_OnLoad) !=
"undefined") Shell_OnLoad(); if (typeof(Workspace_OnLoad) !=
"undefined") Workspace_OnLoad(); if (typeof(MSPJGrid_PostProcess) !=
"undefined") MSPJGrid_PostProcess(); SetBodyFontSize(); if
(typeof(SetTabControlHeight) != "undefined") SetTabControlHeight(); if
(typeof(Shell_EnableTitleButtons) != "undefined")
Shell_EnableTitleButtons(); if (typeof(Shell_EnablePageButtons) !=
"undefined") Shell_EnablePageButtons(); // We'll restore the cursor now
to guard against an endless loop or a script // timeout in
Ultimate_OnLoad() WaitCursor.RestoreCursor(); if
(typeof(Ultimate_OnLoad) != 'undefined') Ultimate_OnLoad(); }
//--------------------------------------------------------------------------------
function Body_OnBeforeUnload() { if (g_SkipBeforeUnload) return; if
(typeof(Shell_OnBeforeUnload) != "undefined") Shell_OnBeforeUnload();
if (typeof(Workspace_OnBeforeUnload) != "undefined")
Workspace_OnBeforeUnload(); if (typeof(oXMLDataSpace) != "undefined" &&
oXMLDataSpace != null) oXMLDataSpace.Save(); }
//--------------------------------------------------------------------------------
function Body_OnUnload() { if (typeof(Workspace_OnUnload) !=
"undefined") Workspace_OnUnload(); if (typeof (Shell_OnUnload) !=
"undefined") Shell_OnUnload(); }
//--------------------------------------------------------------------------------
function RenderGridObjectTag(sTargetID, sObjectID, sCLSID, sAccessKey,
sWidth, sHeight, sMarginBottom, sAlt) { var oTarget =
document.getElementById(sTargetID); if (typeof(oTarget) != 'undefined')
{ var sObjectTag = ''; sObjectTag += ' window.parent.location.href =
unescape("https%3A//projectserver.sim-gtech.com/projectserver/Risks/LinkRisk.asp%3FProjID%3D135%26TaskID%3D406%26ReqPageID%3D309");


-- 
ctking
------------------------------------------------------------------------
ctking's Profile: http://forums.techarena.in/member.php?userid=29531
View this thread: http://forums.techarena.in/showthread.php?t=802731

http://forums.techarena.in
date: Fri, 17 Aug 2007 20:16:37 +0530   author:   ctking

Re: Error Saving New Risk in Project Server 2003   
Hi ctking,

Try posting on the server newsgroup as this one is closing down.  Please see 
FAQ Item: 24. Project Newsgroups. FAQs, companion products and other useful 
Project information can be seen at this web 
address:http://project.mvps.org/faqs.htm .

Mike Glen
Project MVP



"ctking"  wrote in message 
news:ctking.2vgube@DoNotSpam.com...
>
> Hello,
> I am having an issue when trying to save a new risk to a project
> in PWA.  Everytime I add a new Risk and click on save I get the
> following error (see below).  The Risk still saves and the e-mail
> notification goes out, and it does everything it is supposed to do, but
> I still get the error.  I have looked everywhere for an answer to this
> so any help would be greatly appreciated.
>
> //+-------------------------------------------------------------------------------
> // // Microsoft Project - Web Client // Copyright (C) Microsoft
> Corporation, 1999 // // File: WebClient\root\Shell\Shell.js // //
> Contents: Client-side Shell functions // // Objects: Shell
> (client-side) //
> //--------------------------------------------------------------------------------
> var bHelpExpanded = false; var g_SkipBeforeUnload = false;
> //--------------------------------------------------------------------------------
> function Body_OnResize() { if (typeof(Workspace_OnResize) !=
> "undefined") { Workspace_OnResize(); return; } if
> (typeof(Grid_OnResize) != "undefined") Grid_OnResize(); }
> //--------------------------------------------------------------------------------
> function ActionsPaneCollapse_OnClick() { var e = new Error();
> window.event.cancelBubble = true; window.event.returnValue = false; if
> (event.keyCode == 0 || event.keyCode == 13) {
> idActionsPane.style.display = "none"; idActionsTable.style.display =
> "none"; idActionsPaneCollapsed.style.display = "";
> idActPaneExpandArrow.style.display = ""; idShellSidePane.disabled =
> true; RepaintSelectElementsForRTL(); try {
> idActPaneExpandArrow.focus(); } catch (e) { // Stub } } }
> //--------------------------------------------------------------------------------
> function ActionsPaneExpand_OnClick() { var e = new Error();
> window.event.cancelBubble = true; window.event.returnValue = false; if
> (event.keyCode == 0 || event.keyCode == 13) {
> idActionsPane.style.display = ""; idActionsTable.style.display = "";
> idActionsPaneCollapsed.style.display = "none";
> idActPaneExpandArrow.style.display = "none"; idShellSidePane.disabled =
> false; RepaintSelectElementsForRTL(); try {
> idActPaneCollapseArrow.focus(); } catch (e) { // Stub } } }
> //--------------------------------------------------------------------------------
> function Help_OnClick() { event.cancelBubble = true; event.returnValue =
> false; if (event.keyCode == 0 || event.keyCode == 13) { if
> (idHelpPane.style.display == "none") { g_bHelpPaneExpanded = true;
> idHelpPane.style.display = ""; idPageHeaderHelpPaneBuffer.style.display
> = ""; idHelpFrameDiv.style.display = ""; // When the Help pane is
> exposed, add its UI back to the tab order idCloseHelpLink.tabIndex = 0;
> document.all.idHelpFrame.tabIndex = 0; RepaintSelectElementsForRTL();
> with (document.body) { scrollTo(scrollWidth, scrollTop); } } else {
> CloseHelp(); } } }
> //--------------------------------------------------------------------------------
> function CloseHelp_OnClick() { event.cancelBubble = true;
> event.returnValue = false; if (event.keyCode == 0 || event.keyCode ==
> 13) { CloseHelp(); } }
> //--------------------------------------------------------------------------------
> function CloseHelp() { g_bHelpPaneExpanded = false;
> idHelpPane.style.display = "none";
> idPageHeaderHelpPaneBuffer.style.display = "none";
> idHelpFrameDiv.style.display = "none"; // Remove the Help UI from the
> tabbing order; otherwise, it will still receive // tab focus even if
> it's collapsed idCloseHelpLink.tabIndex = -1;
> document.all.idHelpFrame.tabIndex = -1; RepaintSelectElementsForRTL();
> with (document.body) { scrollTo(0, scrollTop); } }
> //--------------------------------------------------------------------------------
> function SubMenuExpander_OnClick(sSubMenuID) { event.cancelBubble =
> true; event.returnValue = false; if (event.keyCode == 0 ||
> event.keyCode == 13) { if (document.all(sSubMenuID +
> "Leaves").style.display == "none") { document.all(sSubMenuID +
> "Expander").src = "../images/minus.gif"; document.all(sSubMenuID +
> "Leaves").style.display = "block"; } else { document.all(sSubMenuID +
> "Expander").src = "../images/plus.gif"; document.all(sSubMenuID +
> "Leaves").style.display = "none"; } } }
> //--------------------------------------------------------------------------------
> function Body_Onload() { WaitCursor.SetWaitCursor(); // set the cursor
> to wait //Body_OnResize(); if (typeof(MSPJGrid_PreProcess) !=
> "undefined") MSPJGrid_PreProcess(); if (typeof(Shell_OnLoad) !=
> "undefined") Shell_OnLoad(); if (typeof(Workspace_OnLoad) !=
> "undefined") Workspace_OnLoad(); if (typeof(MSPJGrid_PostProcess) !=
> "undefined") MSPJGrid_PostProcess(); SetBodyFontSize(); if
> (typeof(SetTabControlHeight) != "undefined") SetTabControlHeight(); if
> (typeof(Shell_EnableTitleButtons) != "undefined")
> Shell_EnableTitleButtons(); if (typeof(Shell_EnablePageButtons) !=
> "undefined") Shell_EnablePageButtons(); // We'll restore the cursor now
> to guard against an endless loop or a script // timeout in
> Ultimate_OnLoad() WaitCursor.RestoreCursor(); if
> (typeof(Ultimate_OnLoad) != 'undefined') Ultimate_OnLoad(); }
> //--------------------------------------------------------------------------------
> function Body_OnBeforeUnload() { if (g_SkipBeforeUnload) return; if
> (typeof(Shell_OnBeforeUnload) != "undefined") Shell_OnBeforeUnload();
> if (typeof(Workspace_OnBeforeUnload) != "undefined")
> Workspace_OnBeforeUnload(); if (typeof(oXMLDataSpace) != "undefined" &&
> oXMLDataSpace != null) oXMLDataSpace.Save(); }
> //--------------------------------------------------------------------------------
> function Body_OnUnload() { if (typeof(Workspace_OnUnload) !=
> "undefined") Workspace_OnUnload(); if (typeof (Shell_OnUnload) !=
> "undefined") Shell_OnUnload(); }
> //--------------------------------------------------------------------------------
> function RenderGridObjectTag(sTargetID, sObjectID, sCLSID, sAccessKey,
> sWidth, sHeight, sMarginBottom, sAlt) { var oTarget =
> document.getElementById(sTargetID); if (typeof(oTarget) != 'undefined')
> { var sObjectTag = ''; sObjectTag += ' window.parent.location.href =
> unescape("https%3A//projectserver.sim-gtech.com/projectserver/Risks/LinkRisk.asp%3FProjID%3D135%26TaskID%3D406%26ReqPageID%3D309");
>
>
> -- 
> ctking
> ------------------------------------------------------------------------
> ctking's Profile: http://forums.techarena.in/member.php?userid=29531
> View this thread: http://forums.techarena.in/showthread.php?t=802731
>
> http://forums.techarena.in
>
date: Fri, 17 Aug 2007 21:40:27 +0100   author:   Mike Glen glenATmvps.org

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us