Hi,
When creating a cube, I inserted a datasource in transformer. But I deleted the datasource for some reason and then again, when I tried to insert the same datasource again, it says that there is already a datasource existing with that name.
Transformer doesn't delete a dtasource completely if I delete from the datasources? Do I need to delete it in any other place also?
Thanks,
Jaspire
No, it should delete completely...
Try closing the model after you delete and reopening it before adding the data source again.
If you are working with a binary version of the model (.py?) try saving as .mdl and then reopening.
FWIW I recommend always working with .mdl, I've seen no compelling argument for working with the binary format. Aside from avoiding issues with corruption and model growth, you can also see what's going on with any text editor when you need to.
Thank you.
I didn't think that we can see .mdl file in text editor. Its interesting to know.