Generate Documentation
CIIDCIID-ReportsG3GitHub
  • Introduction to Generate
  • User Guide
    • Getting Started
      • Requesting Generate
      • User Roles and Logging In
      • Navigating Generate
    • Resources
    • Data Population Summary
      • Producing Reports
      • Reports
      • Running Reports
    • Standard Reports
      • EDFacts Reports
        • Creating Submission Files
      • SPP/APR Reports
      • Reports Library
    • Settings
      • Toggle
      • Update
      • Metadata
      • Data Migration
    • Quality Assurance
    • Support
  • Developer Guides
    • Getting Started
    • Installation
      • OAuth Configuration
      • Configuring Metadata Updates
      • Subfolder configuration
      • Optional Installations
      • Azure Installation Guide
      • Upgrade
        • Generate Update
        • Optional Installations
    • Migration
      • Fact Type Table
        • Assessment Fact Type
        • Child Count Fact Type
        • Directory Fact Type
        • Discipline Fact Type
        • Exiting Fact Type
        • Membership
        • Staff
    • Generate Utilities
      • File Comparison
        • Loading Files
        • Run the File Comparison
        • Reviewing Results
        • Researching Mismatches
      • Staging Validation
        • Staging Table Validation Process
      • Rebuild Indexes
      • Cleanup Grades Offered
      • Cleanup Debug Tables
      • Source System Reference Data Mapping Utility
        • Source System Reference Data
      • Staging Table Snapshot
      • Fact Type Table Validation Process
      • Debug Views for Staging and the Fact tables
    • Generate Architecture
    • GitHub Guide
    • Discord Guide
    • Working With Generate Code
      • Migration Stored Procedures
        • Staging.RUN_DMC
        • RDS.Get_MembershipReportData
        • Staging.Staging-to-DimPeople
        • Staging.Staging-To-DimPeople_K12Students
        • Staging.Staging-to-FactK12ProgramParticipations
        • Staging.Staging-To-FactK12SeclusionsOrRestraints
        • Staging.Staging-to-FactK12StudentCounts_ChildCount
        • Staging.Staging-to-FactK12StudentCounts_Chronic
        • Staging.Staging-to-FactK12StudentCounts_Dropout
        • Staging.Staging-to-FactK12StudentCounts_GraduationRate
        • Staging.Staging-to-FactK12StudentCounts_Homeless
        • Staging.Staging-to-FactK12StudentCounts_HSGradPSEnroll
        • Staging.Staging-to-FactK12StudentCounts_Membership
        • Staging.Staging-to-FactK12StudentCounts_MigrantEducationProgram
        • Staging.Staging-to-FactK12StudentCounts_NeglectedOrDelinquent
        • Staging.Staging-to-FactK12StudentCounts_SpecEdExit
        • Staging.Staging-to-FactK12StudentCourseSections
        • Staging.Staging-to-FactK12StudentDisciplines
        • Staging.Staging-to-FactK12StudentEnrollments
        • Staging.Staging-To-FactSpecialEducation
      • Unit Test By File Spec
        • App.DimK12Staff_TestCase
        • App.DimK12Students_TestCase
        • App.FS002_TestCase
        • App.FS005_TestCase
        • App.FS006_TestCase
        • App.FS007_TestCase
        • App.FS009_TestCase
        • App.FS032_TestCase
        • App.FS033_TestCase
        • App.FS040_TestCase
  • Release Notes
    • Introduction
    • Release Notes 12.4
    • Release Notes 12.3
    • Release Notes 12.2
    • Release Notes 12.1
    • Archive
      • Release Notes 12.0
      • Release Notes 11.4
      • Release Notes 11.3
      • Release Notes 11.2
      • Release Notes 11.1
      • Release Notes 11.0
      • Release Notes 5.3
        • Generate 5.3 Office Hour
      • Release Notes 5.2
        • Generate 5.2 Office Hour
      • Release Notes 5.1
        • Generate 5.1 Office Hour
      • Release Notes 5.0
        • Generate 5.0 Office Hour
      • Release Notes 4.1
      • Release Notes 4.0
      • Release Notes 3.8
      • Release Notes 3.7
      • Release Notes 3.6
      • Release Notes 3.5
      • Release Notes 3.4
      • Release Notes 3.3
      • Release Notes 3.2
      • Release Notes 3.1
      • Release Notes 3.0
      • Release Notes 2.4
    • Release Notes 12.3
  • Hot Fixes
    • Hot Fix - 4/13/2023
Powered by GitBook
On this page
  • Impacted
  • Issue
  • State Requirement Check: How-to?
  • Instructions for Applying the Hot Fix

Was this helpful?

Edit on GitHub
  1. Hot Fixes

Hot Fix - 4/13/2023

Impacted

Issue

Incorrect state data populated into the RDS.DimSeastable. This impacts the State Code in the filename when an EDFacts submission file is created.

State Requirement Check: How-to?

This fix will not be required in every state. However, it can be applied without issue whether it is required or not.

  1. Open any State ETL code that moves the data from the state source into the staging tables.

  2. Look for the section of code that populates the table Staging.StateDetail and the column SeaStateIdentifier.

    1. If that column is being populated with the State ANSI Code, then this update is not necessary.

    2. If that column is being populated with anything other than the State ANSI Code, you will need to apply the attached hot fix, then re-run your staging-to-RDS data migrations for any 2023 SY files.

Instructions for Applying the Hot Fix

In order to apply the hotfix changes, follow the instructions below.

The following instructions are for SSMS (SQL Server Management Studio). If you use a different tool for SQL coding find the appropriate options to do the same thing.

  1. Open SSMS

  2. Connect to your Generate database (if you have more than one, Production and Test as an example, start with Test or your lesser controlled environment, before applying to Production)

  3. In SSMS, open the attached file.

  4. Hit F5 or click EXECUTE from the menu ribbon to apply the changes in that file

  1. OPTIONAL: If you need to apply this change to another database, click the database dropdown from the ribbon and change it to the appropriate database, then hit F5 or click EXECUTE from the ribbon. You can repeat this process as many times as needed to apply the change to your databases.

PreviousRelease Notes 12.3

Last updated 1 year ago

Was this helpful?

If you are currently receiving CIID Technical Assistance, your CIID Developer can assist with any questions regarding this hot fix or please reply reach out to CIID at

ciidta@aemcorp.com
Click Execute from the menu ribbon
Click the database dropdown to change teh database
SSMS user interface with the "Execute" button highlighted in the UI menu.
SSMS user interface highlighting the database dropdown selection on the menu ribbon.