Hello,
I installed the TM1 9.5.2 with TM1 Web and TM1 Contributor.
TM1 Web is making just fine, I can launch it with http://localhost/TM1Web/TM1Weblogin.aspx.
Trying the same with http://localhost/TM1Web/contributor.aspx to launch the TM1 Contributor the product splashscreen appears, but the client application does not launch, giving me an error in the browser:
'multiOpen' is undefined
contributor.js
Code:0
URI:http://localhost/Tm1Web/scripts/Planning/contributor.js
Has someone an idea what is going wrong?
TM1 Contributor - 'multiOpen' is undifined
Re: TM1 Contributor - 'multiOpen' is undifined
You should search the board before asking questions. This has been brought up once before.
The problem is that when you first install Contributor you need to open permissions to the web site directory for everyone with full access. It will create some language files that it requires. Once these files are created you can remove the permissions again.
Hope this helps.
The problem is that when you first install Contributor you need to open permissions to the web site directory for everyone with full access. It will create some language files that it requires. Once these files are created you can remove the permissions again.
Hope this helps.
-
- Posts: 6
- Joined: Fri Dec 03, 2010 9:08 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2010
Re: TM1 Contributor - 'multiOpen' is undifined
Well, I tried to open the permissions for everyone with full access to:
C:\inetpub\wwwroot\TM1Web
C:\inetpub\wwwroot
C:\Inetpub
Nothing helped. The error is still present.
BTW: In C:\inetpub\wwwroot\TM1Web\scripts\Planning\nls there are plenty of language files, but that does not matter. The TM1 contributor is not going to launch.
C:\inetpub\wwwroot\TM1Web
C:\inetpub\wwwroot
C:\Inetpub
Nothing helped. The error is still present.
BTW: In C:\inetpub\wwwroot\TM1Web\scripts\Planning\nls there are plenty of language files, but that does not matter. The TM1 contributor is not going to launch.
Re: TM1 Contributor - 'multiOpen' is undifined
Try making sure that C:\inetpub\wwwroot\TM1Web\scripts has open permissions.
If it all works, you should see the following files:
jscriptvar_de.js
jscriptvar_en.js
jscriptvar_es.js
jscriptvar_fr.js
jscriptvar_it.js
jscriptvar_ja.js
jscriptvar_zh-cn.js
If you already have those files in the directory, then try getting at them via the browser and see if you get an error. For example:
http://{servername}/tm1web/scripts/jscriptvar_de.js
If you do not get a dialog to download the file, then you have a permissions issue still. You may need to see what IIS is running under and ensure that service account has the authority.
If it all works, you should see the following files:
jscriptvar_de.js
jscriptvar_en.js
jscriptvar_es.js
jscriptvar_fr.js
jscriptvar_it.js
jscriptvar_ja.js
jscriptvar_zh-cn.js
If you already have those files in the directory, then try getting at them via the browser and see if you get an error. For example:
http://{servername}/tm1web/scripts/jscriptvar_de.js
If you do not get a dialog to download the file, then you have a permissions issue still. You may need to see what IIS is running under and ensure that service account has the authority.
-
- Posts: 6
- Joined: Fri Dec 03, 2010 9:08 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2010
Re: TM1 Contributor - 'multiOpen' is undifined
I have all the language files and http://localhost/tm1web/scripts/jscriptvar_de.js gives me a dialog to download.
The IIS Service is running unter the local system account.
TM1 contributor will not launch.
RL
The IIS Service is running unter the local system account.
TM1 contributor will not launch.
RL
Re: TM1 Contributor - 'multiOpen' is undifined
Unfortunately, you are now at a point where you are going to have to start tracing things; as you are now beyond the "obvious" (and I say that with tongue in cheek, because nothing about IBM installs are "obvious"). You need to start looking deeper into areas such as:
IIS Web logs
IE Debugging
Web traffic sniffing (i.e. Fiddler)
Or, you can open a case with IBM and have them diagnose it for you.
Whatever you find as your answer, I would suggest posting it here, because the normal tricks didn't seem to apply to you.
IIS Web logs
IE Debugging
Web traffic sniffing (i.e. Fiddler)
Or, you can open a case with IBM and have them diagnose it for you.

Whatever you find as your answer, I would suggest posting it here, because the normal tricks didn't seem to apply to you.
-
- Posts: 1
- Joined: Mon Apr 04, 2011 11:13 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2010
Re: TM1 Contributor - 'multiOpen' is undifined
Hi,
I am also having the same issue.
Did you managed to find a resolution to it?
Any help will be great.
Thanks
Neeraj
I am also having the same issue.
Did you managed to find a resolution to it?
Any help will be great.
Thanks
Neeraj
-
- Posts: 6
- Joined: Fri Dec 03, 2010 9:08 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2010
Re: TM1 Contributor - 'multiOpen' is undifined
Well, I talked to the IBM support team and it helped indeed.
My problem was, that I didn't really understand, how to install the TM1 contributor with TM1 9.5.2, because the official installation manual is slightly cryptic, at least when reading it for the first time
I haven't had the Apache Tomcat installed properly, because I assumed, that the IIS would be sufficient to run the TM1 Contributor, like it is with TM1 Web. That was wrong, since I installed everything on a single machine. One needs first to understand the picture of the architecture in the file "tm1_install.pdf" on page 52. The IIS is only for the TM1 Contributor Web client. The Portal, Workflow and the IBM Cognos Rich Client Framework (Administration) need a Java Web Application Server. This can be an IBM WebSphere or the Apache Tomcat. The IBM support guy recomended installing the Apache Tomcat.
Here are the TM1 Contributor installation steps for dummies on a single machine.
-------------------------------------------------------
The (leading) BEFORE install steps:
-------------------------------------------------------
(1) Install the Microsoft IIS webserver.
(2) Install the Microsoft .Net Version 3.5 SP1 (or better) Framework.
(3) Install Java: Install the JRE 6.0 Update 12 (or better). I installed the JRE 6 Update 24.
(4) Install a Java based application server. Either Apache Tomcat Version 6.0.18 (or better) or IBM WebSphere Community Edition. I installed the Apache Tomcat 6.0.32 as a core 32-bit/64-bit Windows Service Installer.
(5) Install the TM1 9.5.2 with the TM1 Contributor.
(6) Check, if Apache Tomcat is running: http://localhost:8080/ should show you the Apache Tomcat page, if you defined the default port as 8080.
-------------------------------------------------
The (trailing) AFTER install steps:
-------------------------------------------------
(1) Preparing Apache Tomcat
(1.1) After installing Tomcat open Windows Services and stop the Apache Tomcat 6 service.
(1.2) In Windows Explorer browse to the Apache install location and open the Conf directory.
(1.3) The default location is: C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf
(1.4) Using a text editor open the tomcat-users.xml file and set the encoding to UTF-8. Save the tomcat-users.xml file.
(1.5) Return to Windows Services and start the Apache Tomcat 6 service.
(2) Open Tomcat Manager and deploy the pmpsvc.war file manually.
(2.1) Open Apache Manager. From the Start menu click Programs > Apache Tomcat 6 > Tomcat Manager.
(2.2) When prompted, enter the credentials supplied when you installed Apache and click OK.
(2.3) In the Tomcat Web Application Manager screen scroll to the Select WAR file to deploy section
(2.4) Click Browse button and go to the <install directory>\Cognos\TM1\Cadmin directory and select the pmpsvc.war file.
(2.5) Click Deploy.
(2.6) This may take a few minutes to complete. Once the process completes scroll to the Applications section and find the pmpsvc app signifying TM1 Contributor.
(3) Configure the pmpsvc
(3.1) Click /pmpsvc. You must then define the location of the Admin Host, Server Name and TM1 Web Client URL. If it is an all-in-one install it will dynamically populate these entries. If a change is needed later on it is still possible from the home page of the IBM Cognos TM1 Contributor Manager (click the Tools button).
(3.2) Click OK after ensuring these entries are correct. The TM1 Server authentication prompt appears.
(3.3.) The IBM Cognos TM1 Contributor Planning Administration site now appears.
From here you can configure the TM1 Contributor using the Contributor Documentation.
Start the TM1 Contributor in the browser generaly with:
http://machine:8080/pmpsvc
http://localhost:8080/pmpsvc
My problem was, that I didn't really understand, how to install the TM1 contributor with TM1 9.5.2, because the official installation manual is slightly cryptic, at least when reading it for the first time

I haven't had the Apache Tomcat installed properly, because I assumed, that the IIS would be sufficient to run the TM1 Contributor, like it is with TM1 Web. That was wrong, since I installed everything on a single machine. One needs first to understand the picture of the architecture in the file "tm1_install.pdf" on page 52. The IIS is only for the TM1 Contributor Web client. The Portal, Workflow and the IBM Cognos Rich Client Framework (Administration) need a Java Web Application Server. This can be an IBM WebSphere or the Apache Tomcat. The IBM support guy recomended installing the Apache Tomcat.
Here are the TM1 Contributor installation steps for dummies on a single machine.
-------------------------------------------------------
The (leading) BEFORE install steps:
-------------------------------------------------------
(1) Install the Microsoft IIS webserver.
(2) Install the Microsoft .Net Version 3.5 SP1 (or better) Framework.
(3) Install Java: Install the JRE 6.0 Update 12 (or better). I installed the JRE 6 Update 24.
(4) Install a Java based application server. Either Apache Tomcat Version 6.0.18 (or better) or IBM WebSphere Community Edition. I installed the Apache Tomcat 6.0.32 as a core 32-bit/64-bit Windows Service Installer.
(5) Install the TM1 9.5.2 with the TM1 Contributor.
(6) Check, if Apache Tomcat is running: http://localhost:8080/ should show you the Apache Tomcat page, if you defined the default port as 8080.
-------------------------------------------------
The (trailing) AFTER install steps:
-------------------------------------------------
(1) Preparing Apache Tomcat
(1.1) After installing Tomcat open Windows Services and stop the Apache Tomcat 6 service.
(1.2) In Windows Explorer browse to the Apache install location and open the Conf directory.
(1.3) The default location is: C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf
(1.4) Using a text editor open the tomcat-users.xml file and set the encoding to UTF-8. Save the tomcat-users.xml file.
(1.5) Return to Windows Services and start the Apache Tomcat 6 service.
(2) Open Tomcat Manager and deploy the pmpsvc.war file manually.
(2.1) Open Apache Manager. From the Start menu click Programs > Apache Tomcat 6 > Tomcat Manager.
(2.2) When prompted, enter the credentials supplied when you installed Apache and click OK.
(2.3) In the Tomcat Web Application Manager screen scroll to the Select WAR file to deploy section
(2.4) Click Browse button and go to the <install directory>\Cognos\TM1\Cadmin directory and select the pmpsvc.war file.
(2.5) Click Deploy.
(2.6) This may take a few minutes to complete. Once the process completes scroll to the Applications section and find the pmpsvc app signifying TM1 Contributor.
(3) Configure the pmpsvc
(3.1) Click /pmpsvc. You must then define the location of the Admin Host, Server Name and TM1 Web Client URL. If it is an all-in-one install it will dynamically populate these entries. If a change is needed later on it is still possible from the home page of the IBM Cognos TM1 Contributor Manager (click the Tools button).
(3.2) Click OK after ensuring these entries are correct. The TM1 Server authentication prompt appears.
(3.3.) The IBM Cognos TM1 Contributor Planning Administration site now appears.
From here you can configure the TM1 Contributor using the Contributor Documentation.
Start the TM1 Contributor in the browser generaly with:
http://machine:8080/pmpsvc
http://localhost:8080/pmpsvc