Knowledge base MessagesEntitiesAttributesCode listsErrors and fixesProcessesRolesReleasesGlossaryEcosystemCompare Validator NL EN

Consistency check

Chunking: chunkSequenceNumber or totalNumberOfChunks inconsistent

Symptom

The receiver cannot close the series: sequence number higher than the total, duplicate sequence number or varying total within one currentChunkId.

Cause

The splitter numbers from 0 instead of 1, or changes the total after the first chunks have been sent.

Fix

Determine the total before sending, number 1 to total and keep currentChunkId the same.

Wrong and right

Wrong

{ "currentChunkId": "C-1", "chunkSequenceNumber": 4, "totalNumberOfChunks": 3 }

Right

{ "currentChunkId": "C-1", "chunkSequenceNumber": 3, "totalNumberOfChunks": 3 }

Check your own message for this and all other errors with the free validator: schema, code lists and consistency checks in one report.Validate a message

Attribution. Source: SIVI – VB-PUO Standard. Schemas, attribute descriptions and code lists are taken unchanged from the VB-PUO Standard (owned by the Pensioenfederatie, managed by SIVI) and shown with their release and version. Explanations, examples, error descriptions and translations are by WTP Data Lab and are not part of the standard. GitHub Stichting-SIVI/VBPUOdsk · Manual · sivi.org