64-bit or 32-bit / physical or virtual

User avatar
macsir
MVP
Posts: 785
Joined: Wed May 30, 2012 6:50 am
OLAP Product: TM1
Version: PAL 2.0.9
Excel Version: Office 365
Contact:

Re: 64-bit or 32-bit / physical or virtual

Post by macsir »

If I am right, you just want to skip items where the six char is not equal to 'A' in profitcenter?
If yes, then put the following code in the first line of data tab. You don't need to use any other variable in formula.

Code: Select all

If(SUBST(ProfitCenter,6,1) @<> 'A');
ItemSkip;
EndIf;
Another thing, if I were you, I would put "SSD Description" into an attribute of SSD dim rather than a separate dim.
In TM1,the answer is always yes though sometimes with a but....
http://tm1sir.blogspot.com.au/
gjysllq254
Posts: 1
Joined: Fri May 31, 2013 7:44 am
OLAP Product: Oracle Enterprise BI Server
Version: 11.1.1.6
Excel Version: Version 11
Contact:

Re: 64-bit or 32-bit / physical or virtual

Post by gjysllq254 »

I am running 10.1.1 as 64bit version on 64bit virtual machines. I don't have any problem.
In-fact two of my friends are also using the same. So if you have any problem then post here with detail.
User avatar
G.Frimen
Posts: 18
Joined: Wed Jun 05, 2013 2:31 pm
OLAP Product: IBM Cognos TM1
Version: 10.1.1
Excel Version: 2007
Location: Ukraine
Contact:

Re: 64-bit or 32-bit / physical or virtual

Post by G.Frimen »

Hello everyone!

instaled tm1 by x64 version and have troubleshot
dosent open "Open tranaction log" :(

maybe som body know how to repair this?
declanr
MVP
Posts: 1831
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: 64-bit or 32-bit / physical or virtual

Post by declanr »

G.Frimen wrote:Hello everyone!

instaled tm1 by x64 version and have troubleshot
dosent open "Open tranaction log" :(

maybe som body know how to repair this?
I think your problem is unrelated to the post.
There is quite a common issue where you need to register msmask32.ocx for the transaction log to work.

You can search google for "msmask32.ocx" and download it or probably copy it from another PC etc to the syswow64 folder on your server.
Then just open the command prompt and regsvr the ocx file. That should do the trick.
Declan Rodger
User avatar
G.Frimen
Posts: 18
Joined: Wed Jun 05, 2013 2:31 pm
OLAP Product: IBM Cognos TM1
Version: 10.1.1
Excel Version: 2007
Location: Ukraine
Contact:

Re: 64-bit or 32-bit / physical or virtual

Post by G.Frimen »

declanr wrote:
G.Frimen wrote:Hello everyone!

instaled tm1 by x64 version and have troubleshot
dosent open "Open tranaction log" :(

maybe som body know how to repair this?
I think your problem is unrelated to the post.
There is quite a common issue where you need to register msmask32.ocx for the transaction log to work.

You can search google for "msmask32.ocx" and download it or probably copy it from another PC etc to the syswow64 folder on your server.
Then just open the command prompt and regsvr the ocx file. That should do the trick.
heh :)
yesterday I find this element by simpl http://www-01.ibm.com/support/docview.w ... wg21469061 and fixed, and now when i click to "Open tranaction log" nothing open
declanr
MVP
Posts: 1831
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: 64-bit or 32-bit / physical or virtual

Post by declanr »

G.Frimen wrote: yesterday I find this element by simpl http://www-01.ibm.com/support/docview.w ... wg21469061 and fixed, and now when i click to "Open tranaction log" nothing open
Do you get any error message at all now? Did you get an error message before registering the ocx file?
Declan Rodger
User avatar
G.Frimen
Posts: 18
Joined: Wed Jun 05, 2013 2:31 pm
OLAP Product: IBM Cognos TM1
Version: 10.1.1
Excel Version: 2007
Location: Ukraine
Contact:

Re: 64-bit or 32-bit / physical or virtual

Post by G.Frimen »

declanr wrote:
G.Frimen wrote: yesterday I find this element by simpl http://www-01.ibm.com/support/docview.w ... wg21469061 and fixed, and now when i click to "Open tranaction log" nothing open
Do you get any error message at all now? Did you get an error message before registering the ocx file?
Now doesn't have any message and doesn't open nothing
Post Reply