/build/static/layout/Breadcrumb_cap_w.png

Unknown TM1 Perspective

Version: 9

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 3.9k  |  Created: 01/23/2007

Average Rating: 0
TM1 Perspective has 1 inventory records, 0 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (8)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
124
Command Line
This one we have passed the commands to the MSI

/s : Silent mode

/L : Setup language english is 1033, German 1031

/v : Pass arguments to Msiexec such as INSTALLLEVEL=0 INSTALLDIR=\"c:\program files\applix\"

INSTALLLEVEL=0 this just means it’s a new install

ADDLOCAL=Perspectives,GhostScript ADDLOCAL is a parameter to tell the install what features you want to install

/qr = How you want to run the install. This option means run it without dialogues

EXCELTOOLSVRHOST= name of server running the ‘TM1 Excell server’

TM1CLIENTADMHOST=CIRILLO -> where to find tm1 admin server
INSTALLGHOSTSCRIPT=True ->Needed for printing to .PDF
ADOBEPRINTER=\"\\aplxmaprtsrv\Enginering PCL\" -> what printer the client uses
TM1LANGSTRING=ENG -> Language set for Tm1
PRODUCTCHOSEN=TM1P -> specifically telling the install script to install Perspectives
EXCELEDITINCELL=True -> Edit in cell option in Excel
TM1AUTOLOAD=True -> setting tm1 perpsectives as addin for excel
INSTALLDIR=\"c:\program files\applix\" -> install path for Tm1 Perspectives

To uninstall Tm1 using the silent install

The beauty of this silent install is that the only you need to do is change the /s parameter to /x and keep everything the same
Example:

"..\845-TM1\x86\setup.exe" /x /l1033 /v"INSTALLLEVEL=0 INSTALLDIR=\"c:\program files\applix\" ADDLOCAL=Architect,Perspectives EXCELEDITINCELL=True /qr"

Silent web installation

setup.exe /s /l1033 /v"ADDLOCAL=ASPNET INSTALLDIR=E:\App\Applix IISROOTFOLDER=E:\IISDATA\WEBSITES\tm1.pwcinternal.comASPDIR=E:\IISDATA\WEBSITES\tm1.pwcinternal.com\TM1Web
SERVICEUSERNAME=<user> SERVICEPASSWORD=<password> SERVICEPASSWORD2=<password> /qn /lv* e:\temp\tm1.txt"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
124
Command Line
This one we have passed the commands to the MSI

/s : Silent mode

/L : Setup language english is 1033, German 1031

/v : Pass arguments to Msiexec such as INSTALLLEVEL=0 INSTALLDIR=\"c:\program files\applix\"

INSTALLLEVEL=0 this just means itÂ’s a new install

ADDLOCAL=Perspectives,GhostScript ADDLOCAL is a parameter to tell the install what features you want to install

/qr = How you want to run the install. This option means run it without dialogues

EXCELTOOLSVRHOST= name of server running the ‘TM1 Excell server’

TM1CLIENTADMHOST=CIRILLO -> where to find tm1 admin server
INSTALLGHOSTSCRIPT=True ->Needed for printing to .PDF
ADOBEPRINTER=\"\\aplxmaprtsrv\Enginering PCL\" -> what printer the client uses
TM1LANGSTRING=ENG -> Language set for Tm1
PRODUCTCHOSEN=TM1P -> specifically telling the install script to install Perspectives
EXCELEDITINCELL=True -> Edit in cell option in Excel
TM1AUTOLOAD=True -> setting tm1 perpsectives as addin for excel
INSTALLDIR=\"c:\program files\applix\" -> install path for Tm1 Perspectives

To uninstall Tm1 using the silent install

The beauty of this silent install is that the only you need to do is change the /s parameter to /x and keep everything the same
Example:

"..\845-TM1\x86\setup.exe" /x /l1033 /v"INSTALLLEVEL=0 INSTALLDIR=\"c:\program files\applix\" ADDLOCAL=Architect,Perspectives EXCELEDITINCELL=True /qr"

Silent web installation

setup.exe /s /l1033 /v"ADDLOCAL=ASPNET INSTALLDIR=E:\App\Applix IISROOTFOLDER=E:\IISDATA\WEBSITES\tm1.pwcinternal.comASPDIR=E:\IISDATA\WEBSITES\tm1.pwcinternal.com\TM1Web
SERVICEUSERNAME=<user> SERVICEPASSWORD=<password> SERVICEPASSWORD2=<password> /qn /lv* e:\temp\tm1.txt"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
123
Command Line
Here is our Cognos TM1 Perspectives silent install:

start /w msiexec /i %WINDIR%\installer\%INSTALLDIR%\%APPMSI%.msi INSTALLLEVEL=0 ALLUSERS=2 PRODUCTCHOSEN=TM1P ADDLOCAL=Manuals,Client,TM1_OLEDB_Provider,Perspectives,PDFCAMP,TM1API,TM1Data,TM1_NETAPI EXCELEDITINCELL=True TM1AUTOLOAD=False TRANSFORMS=%WINDIR%\installer\%INSTALLDIR%\%appmsi%.mst REBOOT=ReallySuppress /qn /Liv %TEMP%\%appname%.log

You can use Perspectives as the product choosen because the existence of a Tm1p8.lic will wither give them Perspectives and if it is not present only the Client will load.

Some setup properties:

PRODUCTCHOSEN=TM1P
This is the option on the first screen to install TM1 Perspectives, rather than TM1 or TM1 Web.

EXCELEDITINCELL=True
Disable Excel edit in cell capability?

TM1AUTOLOAD=True
Set TM1 to Autoload in Excel?

EXCELTOOLSVRHOST=servername
This specifies the Admin Host used for TM1 Web

TM1LANGSTRING=ENG
This sets the language to English.

CLIENTLOGIN=F
This enables "Use Integrated Login"?

TM1CLIENTADMHOST=servername
This is the Admin Host for the TM1 server (multiple Admin Hosts have be specified) <- we don't use this currently, because when we tried, but didn't set the data directory, the add-in would try unsuccessfully to load and Excel wasn't usable. When I find out how to set the data directory via command-line switches, I'll update this.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
119
Note
If you just create an MST using InstallShield Tuner, it won't install all the components you specify.

You have to use command-lines using ADDLOCAL.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note

Optional install syntax for ADDLOCAL are listed under the Features in the MST.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note

This MSI has a Condition table that changes the Installlevel of features based on the installation type chosen. This is what overwrites the choices in an 'Install Tuner' or 'Install Tailor' transform. I had disabled the server install in the transform but it kept coming through anyway. Changing the Condition table is required for transform choices to remain effective.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
http://publib.boulder.ibm.com/infocenter/ctm1/v9r5m0/index.jsp?topic=%2Fcom.ibm.swg.im.cognos.tm1_install.9.5.0.doc%2Ftm1_install_id5331tm1inst_wsi_clients.html
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
Error 2753. The file 'setup.exe' is not marked for installation.

Resolve this issue by editing the AddLocal option to include PDFCAMP in all uppercase letters with Perspectives. For example:

ADDLOCAL=Perspectives,PDFCAMP
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

TM1 Perspective

Version

9

Questions & Answers (0)

Questions & Answers related to Unknown TM1 Perspective

Blogs (0)

Blog posts related to Unknown TM1 Perspective

Reviews (0)

Reviews related to Unknown TM1 Perspective

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ