Data directory disabled in Options window

Post Reply
Sandhya Kumar
Posts: 43
Joined: Thu Sep 10, 2009 6:36 am
OLAP Product: TM1
Version: 9.0 and above
Excel Version: 2003

Data directory disabled in Options window

Post by Sandhya Kumar »

Hi all,

I installed TM1 9.4 FP2 in my local machine through silent script. After installing, I see that the Local server section is disabled in the Options menu from TM1 Perspectives. The data directory path is completely grayed out and I cannot change it. Also in Server Explorer's File menu, "Start Local Server" option is not available.

This is what i used in my script:

setup.exe /s /l1033 /v"INSTALLLEVEL=0 INSTALLDIR=\"c:\program files\cognos\tm1\" ADDLOCAL=TM1Client,Architect,DocLibrary PRODUCTCHOSEN=TM1P EXCELEDITINCELL=False TM1AUTOLOAD=False TM1LANGSTRING=ENG CLIENTLOGIN=F INSTALLGHOSTSCRIPT=F TM1CLIENTADMHOST=<<local machine name>> /qr"

When I run the setup.exe manually, I do not run into this problem. Is there something that I need to change in my silent script? Please help me. Thanks.
User avatar
Steve Rowe
Site Admin
Posts: 2456
Joined: Wed May 14, 2008 4:25 pm
OLAP Product: TM1
Version: TM1 v6,v7,v8,v9,v10,v11+PAW
Excel Version: Nearly all of them

Re: Data directory disabled in Options window

Post by Steve Rowe »

Hi these options are greyed out because your perspectives license is missing. I'm not sure where it goes in 9.4 but in 9.0 it goes in
C:\Documents and Settings\All Users\Application Data\Applix\TM1

HTH
Technical Director
www.infocat.co.uk
User avatar
Michel Zijlema
Site Admin
Posts: 712
Joined: Wed May 14, 2008 5:22 am
OLAP Product: TM1, PALO
Version: both 2.5 and higher
Excel Version: 2003-2007-2010
Location: Netherlands
Contact:

Re: Data directory disabled in Options window

Post by Michel Zijlema »

Sandhya Kumar wrote:This is what i used in my script:

setup.exe /s /l1033 /v"INSTALLLEVEL=0 INSTALLDIR=\"c:\program files\cognos\tm1\" ADDLOCAL=TM1Client,Architect,DocLibrary PRODUCTCHOSEN=TM1P EXCELEDITINCELL=False TM1AUTOLOAD=False TM1LANGSTRING=ENG CLIENTLOGIN=F INSTALLGHOSTSCRIPT=F TM1CLIENTADMHOST=<<local machine name>> /qr"
Hi,

Your script is installing TM1 Client (unlicensed). To install Perspectives you should replace 'TM1Client' by 'Perspectives' in your ADDLOCAL parameter.
For silent install also see this post.

Michel
Sandhya Kumar
Posts: 43
Joined: Thu Sep 10, 2009 6:36 am
OLAP Product: TM1
Version: 9.0 and above
Excel Version: 2003

Re: Data directory disabled in Options window

Post by Sandhya Kumar »

If I mention Perspectives instead of "TM1Client" in ADDLOCAL, for TM1 9.4 MR1 the setup is working fine. When I run for FP2, after the whole setup is executed, I get the error "The setup.exe is not marked for installation" at the end and all the files related from TM1 are removed from my machine. Thats why I changed it to TM1Client as suggested in the post. :(
Sandhya Kumar
Posts: 43
Joined: Thu Sep 10, 2009 6:36 am
OLAP Product: TM1
Version: 9.0 and above
Excel Version: 2003

Re: Data directory disabled in Options window

Post by Sandhya Kumar »

For installing FP2, should I specify some other value instead of "Perspectives" in the ADDLOCAL parameter? I got the silent installation guide for MR1.. But do not find one for FP2.. :?
User avatar
Steve Rowe
Site Admin
Posts: 2456
Joined: Wed May 14, 2008 4:25 pm
OLAP Product: TM1
Version: TM1 v6,v7,v8,v9,v10,v11+PAW
Excel Version: Nearly all of them

Re: Data directory disabled in Options window

Post by Steve Rowe »

Sandhya,
Did you check where your perspectives licence is. The TM1 Client and TM1 Perspectives is the same piece of software so if you are seeing that option but greyed out it's the licence that is the problem not the software.

Cheers,
Technical Director
www.infocat.co.uk
Sandhya Kumar
Posts: 43
Joined: Thu Sep 10, 2009 6:36 am
OLAP Product: TM1
Version: 9.0 and above
Excel Version: 2003

Re: Data directory disabled in Options window

Post by Sandhya Kumar »

In 9.4 MR1:

If I give ADDLOCAL=TM1Client, there is no license file and the local server option is greyed out. If I give ADDLOCAL=Perspectives, I could see the license file in "C:\Documents and Settings\All Users\Application Data\Applix\TM1" and the option is enabled.

In 9.4 MR1 FP2:

If I give ADDLOCAL=TM1Client, there is no license file and the local server option is greyed out. If I give ADDLOCAL=Perspectives, I get the error "The file setup.exe is not marked for installation".
Sandhya Kumar
Posts: 43
Joined: Thu Sep 10, 2009 6:36 am
OLAP Product: TM1
Version: 9.0 and above
Excel Version: 2003

Re: Data directory disabled in Options window

Post by Sandhya Kumar »

hi all,

I am able to install FP2 successfully after adding PDFCamp to ADDLOCAL parameter. Guide says it should all be in full caps. But it has to be PDFCamp.

setup.exe /s /l1033 /v"INSTALLLEVEL=0 INSTALLDIR=\"c:\program files\cognos\tm1\" ADDLOCAL=Perspectives,PDFCamp,DocLibrary PRODUCTCHOSEN=TM1P EXCELEDITINCELL=False TM1AUTOLOAD=False TM1LANGSTRING=ENG CLIENTLOGIN=F INSTALLGHOSTSCRIPT=F TM1CLIENTADMHOST=<<local machine name>> /qr"

Thanks for all your help! :)
Post Reply