|
| Error message when rejecting Time/Expense |
 |
Mon, 7 Apr 2008 13:33:00 -0700 |
we get this error message when trying to reject a Time card or Expense in
Business Portal: I've looked into the source code for the approval aspx page
but there isn't anything that helps me. The code is all in the code-behind
.cs file in the dll. None of our users can reject anything. Approvals and
Complete's work fine.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The
timeout period elapsed prior to completion of the operation or the server is
not responding.
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[SqlException: Timeout expired. The timeout period elapsed prior to
completion of the operation or the server is not responding.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +194
Microsoft.BusinessFramework.Data.Storage.StoredProcCommand.ExecuteStoredProc(Ent
ityKey entityKey, MethodBase method, Object[] args) +238
[QueryTimeoutException: Timeout expired. The timeout period elapsed prior
to completion of the operation or the server is not responding.]
Microsoft.BusinessPortal.Pma.Service.ServiceAPI.Submit(String action_,
String component_, ArrayList message_) +268
Microsoft.BusinessPortal.Pma.Service.RemoteServiceAPI.Submit(String
action_, String component_, ArrayList message_) +59
Microsoft.Solomon.PMA.WebPages.UIHelperMisc.UpdateTimecardAndExpense(ArrayList
docList, Boolean isShallowUpdate) +136
Microsoft.Solomon.PMA.WebPages.DocApprovalForTimeExpense.btnCommit_Click(Object
sender, EventArgs e) +619
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBa
ckEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
|
| Post Reply
|
| Re: Error message when rejecting Time/Expense |
 |
Tue, 8 Apr 2008 17:37:48 -0700 |
Are you using the communicator module? If so, do you use the trigger
or the communicator to mail screen? If you use communicator to mail,
close it down and then try to reject a timecard again.
If that doesn't help, a SQL trace might show where the problem is...
activity monitor in SQL Server Management studio could also be used to
help determine if the process is deadlocked on something.
-Mark
On Apr 7, 4:33 pm, James O. <Jam...@discussions.microsoft.com> wrote:
> we get this error message when trying to reject a Time card or Expense in
> Business Portal: I've looked into the source code for the approval aspx
page
> but there isn't anything that helps me. The code is all in the
code-behind
> .cs file in the dll. None of our users can reject anything. Approvals
and
> Complete's work fine.
>
> Server Error in '/' Application.
>
-------------------------------------------------------------------------------
-
>
> Timeout expired. The timeout period elapsed prior to completion of the
> operation or the server is not responding.
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
about
> the error and where it originated in the code.
>
> Exception Details: System.Data.SqlClient.SqlException: Timeout expired.
The
> timeout period elapsed prior to completion of the operation or the server
is
> not responding.
>
> Source Error:
>
> An unhandled exception was generated during the execution of the current
web
> request. Information regarding the origin and location of the exception
can
> be identified using the exception stack trace below.
>
> Stack Trace:
>
> [SqlException: Timeout expired. The timeout period elapsed prior to
> completion of the operation or the server is not responding.]
> System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
> cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
> System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +194
>
>
Microsoft.BusinessFramework.Data.Storage.StoredProcCommand.ExecuteStoredProc(En
tityKey entityKey, MethodBase method, Object[] args) +238
>
> [QueryTimeoutException: Timeout expired. The timeout period elapsed prior
> to completion of the operation or the server is not responding.]
> Microsoft.BusinessPortal.Pma.Service.ServiceAPI.Submit(String action_,
> String component_, ArrayList message_) +268
> Microsoft.BusinessPortal.Pma.Service.RemoteServiceAPI.Submit(String
> action_, String component_, ArrayList message_) +59
>
>
Microsoft.Solomon.PMA.WebPages.UIHelperMisc.UpdateTimecardAndExpense(ArrayList
docList, Boolean isShallowUpdate) +136
>
>
Microsoft.Solomon.PMA.WebPages.DocApprovalForTimeExpense.btnCommit_Click(Object
sender, EventArgs e) +619
> System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
>
>
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostB
ackEvent(String eventArgument) +57
> System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
> sourceControl, String eventArgument) +18
> System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
> System.Web.UI.Page.ProcessRequestMain() +1292
|
| Post Reply
|
|
|
|
|
|
|
|
|
|