cubewise-code / tm1py-samples

Do more with TM1 with these ready to use TM1py samples.
https://github.com/cubewise-code/TM1py
MIT License
59 stars 44 forks source link

TM1py.Exceptions.Exceptions.TM1pyRestException: Text: Status Code:404 Reason: 'Not Found #96

Closed Ajitvera closed 8 months ago

Ajitvera commented 8 months ago

Hi Team,

I was trying to load data from csv to cube, i have used the same code which we have on this link https://github.com/cubewise-code/tm1py-samples/tree/master/Data

Code

When i ran the code i got the error that one of element is not found but element is already added in the dimension. Please find the screenshot of error as well

Error

it is saying FY 2003 Budget can not be found in collection of type Element and error Status code is 404.

Can you please guide me what i am doing wrong here. Thanks:- Ajit Kumar

MariusWirtz commented 8 months ago

This repository is not actively maintained. Please ask questions over at the TM1py repo: https://github.com/cubewise-code/tm1py/discussions

Regarding your error message it says: "'FY 2003 Budget' can not be found". Is it possible that you don't have this element in the dimension? Or perhaps the element order doesn't match the dimension order of the cube in TM1?