Help with CJA errors on dataset | Community
Skip to main content
November 1, 2023
Question

Help with CJA errors on dataset

  • November 1, 2023
  • 1 reply
  • 1313 views

Hi,

New to CJA here. I've setup everything and started ingesting data via the web sdk into a dataset. When I go view the dataset, sometimes I get these 2 errors.

 

[error code: DCVS-1104-400] The message cannot be validated due to the data type error: #/web/webPageDetails/pageViews/id: expected type: String, found: Integer.

 

[error code: DCVS-1106-400] The message cannot be validated because a required property is missing: #/web/webPageDetails/pageViews: required key [value] not found.

 

When I look at the data.. I can see that sometimes the data batches are successful and that those values "pagview.id" and "pageview.value" are coming through to CJA. How do I find exactly what pages are triggering those errors? How do I troubleshoot this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Barry_Mann
Level 2
April 17, 2024

Hi,

This is a datamismatch error, typically caused by attempting to :

 

Send an integer into a string (or vice versa)

Send an array into a string (or vice versa)

 

It coud be fixed Launch side, application side or by adjusting the schema.