Skip to content

Operatingunitnumber in NumSeq can be larger than 8 chars. #20

@VidirNAX

Description

@VidirNAX

Propose below fix:

--## Create Core Objects, line 651
...
CREATE TABLE [dbo].[AX_NUM_SEQUENCES] (
[SERVER_NAME] NVARCHAR (128) NOT NULL,
...
-- ## Nordfjord AX AS - VRB - 15.07.2020. Operating number can be greater than 8 character
--[OPERATINGUNITNUMBER] NVARCHAR (8) NULL, -- ## 8 Char to small
[OPERATINGUNITNUMBER] NVARCHAR (20) NULL, -- ## 20 Char AX Num Standard
...
[FORMAT] NVARCHAR (80) NOT NULL
);
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions