The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

RandyThompson's avatar
RandyThompson
New Contributor III
10 months ago
Solved

Error Message: A column named 'AccountType' already belongs to this DataTable.

Has anyone seen the above error message or have thoughts on what it might pertain to.  I am trying to load a delimited file to a BI Blend table. My test file only has 5 records. When I import the data it gets to 12% Complete - Translating Cache step. The only place I can find a reference to this field is on the file suffixed with '_RS'. 

BI Blend definition 

 

Error Msg: 

 

  • I found the error, I had named one of the attributes to 'Account Type' which I guess is reserved. I changed the attribute name to 'Acct Type' and  the load worked. 

     

1 Reply

  • RandyThompson's avatar
    RandyThompson
    New Contributor III

    I found the error, I had named one of the attributes to 'Account Type' which I guess is reserved. I changed the attribute name to 'Acct Type' and  the load worked.