다음을 통해 공유


Step 4: Validating data in the staging database

Data validation helps make sure that your data is valid and ready for loading. The following list describes the validations that 계획 서버 performs.

  • Make sure that the staging database defines relationships for any foreign keys that are required.

  • Make sure that the dimension members and measure groups that are used in associated business rules are in the model.

계획 서버 performs this validation testing before it loads data from the staging database to the application database. To perform the validation, 계획 서버 creates stored procedures that perform the validations in the staging database, and runs those procedures at the appropriate time.

Validation occurs automatically when you load model data from Planning Business Modeler. You can decide not to validate measure group data when you load by using the 계획 명령 유틸리티 with the /novalidation switch. For more information see Scriptable data integration.

이 섹션의 내용

관련 섹션

  • Data integration overview
    Provides an overview of the architecture of the 계획 서버 data integration system and of the data load processes.
  • Step 2: Synchronizing the staging database
    Provides background information about how 계획 서버 synchronizes the structures and data of each database, and describes the steps that you must follow to perform synchronization.
  • Scriptable data integration
    Describes the commands in the 계획 명령 유틸리티 that you can use to write a script that performs data integration steps.