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.

The period ending date is incorrect when you drill down to Project Detail from the Project Analyst or Executive Project Analyst pages in Business Portal


Symptoms

The period ending date is incorrect when you drill down to Project Detail from the Project Analyst or Executive Project Analyst pages in Business Portal

↑ Back to the top


Cause

There was a schema change to the glsetup table in Microsoft Dynamics SL 2011 Feature Pack 1.  A new field BatCntrlByMod was added to the table to support automatic batch reports by module.

↑ Back to the top


Resolution

Edit the following asp pages.

iqwbi04.asp
iqwbi04PM.asp
iqwbi05.asp
iqwbi05PM.asp

Browse to the Business Portal > Applications > PMA folder.

Open the ASP page by using Notepad.

Find the line of code that looks as follows:

colnum = mid(dbcurrper,5,2) + 33

Change the line of code to this:

colnum = mid(dbcurrper,5,2) + 34

Save the edited ASP page.

↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2914389
Revision : 2
Created on : 2/3/2017
Published on : 2/3/2017
Exists online : False
Views : 62