Search found 4 matches
- Fri Mar 08, 2013 10:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Error :"Could not load Object"
- Replies: 1
- Views: 2659
TM1 Error :"Could not load Object"
Hi All Wonder if someone could help.... A couple of users are experiencing the error "Could not load an object because it is not available on this machine" when the add-in is loading. I believe this is a result of a recent windows update. I have removed a couple of .Exd files as described ...
- Thu Sep 09, 2010 3:10 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Servers Crashs When Trying To Create a Subset using VBA
- Replies: 1
- Views: 1917
Re: Servers Crashs When Trying To Create a Subset using VBA
I have replaced hserver with Dimobj in the code which registers the object and it now works fine.
RegObj = TM1ObjectRegister(hpool, DimObj, SSCreate, TM1ValString(hpool, "test1", 0))
RegObj = TM1ObjectRegister(hpool, DimObj, SSCreate, TM1ValString(hpool, "test1", 0))
- Thu Sep 09, 2010 3:01 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Servers Crashs When Trying To Create a Subset using VBA
- Replies: 1
- Views: 1917
Servers Crashs When Trying To Create a Subset using VBA
Hello, I am trying to create subset using the TM1 API but when I try and register the object the servers crashes. Any ideas on how to fix this would be welcomed. Thanks Martyn Function CreateSubset() Dim hpool As Long, hserver As Long, SSCreate, SSInsertEle As Long, SSObj, DimObj, RegObj As Long Con...
- Tue Jun 09, 2009 4:01 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Calculate exact Memory Consumption of Cube
- Replies: 7
- Views: 5890
Re: Calculate exact Memory Consumption of Cube
Does anyone know what info is being recorded in this cube i.e. Bits, bytes, kilobytes?