Hi everyone,
I have a strange issue with COG_ROOT variable. I'm using both Cognos Transformer and Framework Manager. If I'm setting the COG_ROOT env variable to point to bin directory, FM fails with error BME-EX-0126. If I'm deleting the COG_ROOT variable or redirect it to C8 folder, it works. Till now, no problem. But I want to use Transformer SDK also. And, when i'm doing GenerateCategories() or creadeMDC(), if the COG_ROOT is not set to point to bin, the application fails with TR0649 Error code. If I'm setting back to bin, it works.
Could you please teach me how to deal with this? I cannot change COG_ROOT every time I want to do something in FM and change it back when I'm running a .net cube processing because I'm not a local admin and... I need to ask it to do it everytime :)
Thanks a lot,
Costin
For anyone who'll encounter this, you do the following:
- delete the COG_ROOT environment variable (FM will start without it)
- in your .net application, specify your environment variable target as .process
That's all, hope it helps.
Thanks,
C