Error Codes
Matthew Sobon
Customer
Does anyone have a link to a page listing error codes with explanations? Does something like this exist?
------------------------------
Matthew Sobon
Data Analyst
M.T. Maritime Management (usa) LLC
United States
------------------------------
------------------------------
Matthew Sobon
Data Analyst
M.T. Maritime Management (usa) LLC
United States
------------------------------
0
Answers
-
Hi @Matthew Sobon,
what kind of errors are you referring to?
Kind regards
Helmut
------------------------------
Helmut Heimann
Senior Consultant
Board Community
Germany
------------------------------
-------------------------------------------0 -
Error codes from data readers like this:
"[Rec.000004] ??"
------------------------------
Matthew Sobon
Data Analyst
M.T. Maritime Management (usa) LLC
United States
------------------------------
-------------------------------------------0 -
Hi Matthew
usually, error messages in DataReaders are self-explanatory like this
[Rec.0149] Error : RBT1825 New Item Found on column 3 [V0100]
where "Rec.nnnn" refers to the number of the record read by the DataReader (in this case it was no. 149).
If you just get the number of the record with question marks, I'd assume you're trying to load data into a cube and then either
there is more than 1 error with this record or the format (presumably time like Month, Year) is wrong.
You might want to have a look at this specific record to see how it is formatted.
Let me know if that helped.
Kind Regards
Helmut
------------------------------
Helmut Heimann
Senior Consultant
Board Community
Germany
------------------------------
-------------------------------------------0 -
Yes, this helps. I was not certain what the question marks were referring to.
------------------------------
Matthew Sobon
Data Analyst
M.T. Maritime Management (usa) LLC
United States
------------------------------
-------------------------------------------0