Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Error message in the "Manufacturing Order Variance Detail" Web Part in Business Portal: "Request timed out"


Symptoms

When you open the Manufacturing Orders page in Business Portal in Microsoft Dynamics GP, the Manufacturing Order Variance Detail Web Part displays the following error message:
Server Error in ‘/’ Application.
Request timed out.
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.

↑ Back to the top


Cause

This problem occurs in the Web Part because lots of data must be processed to calculate variances for manufacturing orders.

↑ Back to the top


Resolution

To resolve this problem, update the MOPV3000 view in Microsoft SQL Server to retrieve the stored data instead of the live data. If you use a stored view, you must also create a SQL Server job to regularly update the data.



To create a SQL Server job to regularly update stored data

Note You must create a SQL Server job for each company.
  1. Make sure that SQL Server Agent is running. This service must be running in order to create and to run SQL Server jobs.
  2. Locate the MOP3000job_Add.sql file. If Manufacturing in Microsoft Dynamics GP was enabled when you installed Microsoft Dynamics GP, the SQL scripts were installed in the SQL\Util folder. By default, these folders are located in the Dynamics GP folder.
  3. Open the script in SQL Query Analyzer, and then change all instances of %DBNAM% to the company database name.
  4. Run the script by using SQL Query Analyzer. The PopulateMOVarianceTable SQL Server job will be created in the company database. By default, the SQL Server job will run one time daily at 02:00.
  5. Repeat this process for each company database in which you use Manufacturing.

To update the MOPV3000 view in SQL Server to retrieve the stored data instead of the live data

Note You must update this view for each company.

  1. Download the following script file, start SQL Query Analyzer, and then load the script.The following file is available for download from the Microsoft Business Solutions File Exchange Server:


    Release Date: May 24, 2006




    Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.

  2. Click Query, and then click Execute.
  3. Repeat steps 1 and 2 for each company database that uses Manufacturing.

↑ Back to the top


Keywords: kbnosurvey, kbgreatplainsbp, kberrmsg, kbmbsmigrate, kbprb, kb

↑ Back to the top

Article Info
Article ID : 918537
Revision : 1
Created on : 3/3/2017
Published on : 1/4/2015
Exists online : False
Views : 100