You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike other files, there is no difference in the SIN validation request file. Currently the file name being generated per environment are:
DEV: DBC####.OS (I'm actually just guessing that this one starts with a D, as I wasn't able to generate a file in DEV)
TEST: TBC####.OS
PROD: PBC####.OS
The expected file name is just BC####.OS in all environments.
Do not use value from environment variable ESDC_ENVIRONMENT_CODE.
No changes needed to response file handling.
Need to fix Invalid header format 0010000000120241023BC. There’s 8 characters, but should be 6 characters only.
ninosamson
changed the title
Change file naming convention of the SIN validation request file
Hotfix: Change file naming convention of the SIN validation request file
Oct 30, 2024
Unlike other files, there is no difference in the SIN validation request file. Currently the file name being generated per environment are:
DEV: DBC####.OS (I'm actually just guessing that this one starts with a D, as I wasn't able to generate a file in DEV)
TEST: TBC####.OS
PROD: PBC####.OS
The expected file name is just BC####.OS in all environments.
ESDC_ENVIRONMENT_CODE
.Need to fix Invalid header format 0010000000120241023BC. There’s 8 characters, but should be 6 characters only.
https://github.com/bcgov/SIMS/blob/main/sources/packages/backend/libs/integrations/src/esdc-integration/sin-validation/sin-validation-files/sin-validation-file-header.ts#L38
The text was updated successfully, but these errors were encountered: