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 Cash Flow Management in Microsoft Dynamics GP: "Exchange rate information must be entered before selecting a Checkbook ID”


Note Before you follow the instructions in this article, make sure that you have a complete backup copy of the database that you can restore if a problem occurs.

↑ Back to the top


Source: Microsoft Support

RAPID PUBLISHING

RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION THAT IS CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED TO SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.

↑ Back to the top


Symptoms

You receive the following error message in Cash Flow Management in Microsoft Dynamics GP and Microsoft Business Solutions – Great Plains 8.0:

Exchange rate information must be entered before selecting a Checkbook ID.

This behavior occurs even though Multicurrency Management is not registered.

↑ Back to the top


Cause

This problem occurs because a currency ID is required in the Checkbook Maintenance window. To select a checkbook on the forecast ID, a currency ID must be mapped to the checkbook ID. If you are not registered for Multicurrency Management, then you must update the CURNCYID field by using a SQL script to update the Checkbook Setup (CM00100) table.

↑ Back to the top


Resolution

To resolve this problem, follow these steps:

  1. On the Cards menu, point to Financial, and then click Checkbook. Verify that each checkbook ID has a currency ID assigned. If the Currency ID field is unavailable, update the currency ID by using SQL scripts.
  2. Start the Support Administrator Console, Microsoft SQL Query Analyzer, or SQL Server Management Studio. To do this, use one of the following methods depending on the program that you are using.

    Method 1: For SQL Server Desktop Engine

    If you are using SQL Server Desktop Engine (also known as MSDE 2000), start the Support Administrator Console. To do this, click Start, point to All Programs, point to Microsoft Administrator Console, and then click Support Administrator Console.

    Method 2: For SQL Server 2000

    If you are using SQL Server 2000, start SQL Query Analyzer. To do this, click Start, point to All Programs, point to Microsoft SQL Server, and then click Query Analyzer.

    Method 3: For SQL Server 2005

    If you are using SQL Server 2005, start SQL Server Management Studio. To do this, click Start, point to All Programs, point to Microsoft SQL Server 2005, and then click SQL Server Management Studio.

    Method 4: For SQL Server 2008

    If you are using SQL Server 2008, start SQL Management Studio. to do this, click Start, point to All Programs, point to Microsoft SQL Server 2008, and then click SQL Server Management Studio.
  3. Run the following statement against the company database:
       

    Select * from CM00100

  4. In the results, review the CURNCYID field for each checkbook. If the CURNCYID field is blank, run the following script against the company database:

    update CM00100 set CURNCYID = 'XXXX' where CHEKBKID = 'YYYY'

    Note Replace the placeholder XXXX with the appropriate currency ID. Replace the placeholder YYYY with the appropriate checkbook ID.



    Note To review the available currency ID values, run the following script:

    select * from Dynamics..MC40200


↑ Back to the top


DISCLAIMER

MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, THE RELIABILITY OR THE ACCURACY OF THE INFORMATION THAT IS CONTAINED IN THE DOCUMENTS AND THE RELATED GRAPHICS PUBLISHED ON THIS WEB SITE (THE “MATERIALS”) FOR ANY PURPOSE.

THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON-INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.

↑ Back to the top


Keywords: kbexpertiseinter, kbmbsmigrate, kbexpertisebeginner, kbmbspartner, kbnoloc, kbnomt, kbtshoot, kbprb, kb, kbexpertiseadvanced, kbsurveynew, kberrmsg, kbmbsquickpub

↑ Back to the top

Article Info
Article ID : 970223
Revision : 1
Created on : 3/25/2017
Published on : 7/13/2012
Exists online : False
Views : 79