Hi Team
Good day
Problem-
In Tm1 Architect Instance is not visible
The operating system is MS Windows Server 2019
PA version 2.0.9
PAW & PAX version 88
i have attached the tm1 Logs Architect screenshot.
Suggestions/Answers you seek
Please advise on how can we see the Instance in the Tm1 Architect.
Regards
Prabhjot Singh
IBM Instance is not showing in tm1 Architect
-
- Posts: 10
- Joined: Tue Jun 14, 2022 10:59 am
- OLAP Product: IBM PA
- Version: 9.5
- Excel Version: 2016
IBM Instance is not showing in tm1 Architect
- Attachments
-
- GIIS_tm1 LogError.png (38.45 KiB) Viewed 2647 times
-
- GIIS_tm1 Error.png (16.88 KiB) Viewed 2647 times
- Steve Rowe
- Site Admin
- Posts: 2451
- 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: IBM Instance is not showing in tm1 Architect
Hi,
Please make sure you post in the correct forum.
So
1. PAW and Pax are irrelevant to Architect, so no need to think about them.
2. In the admin host setting for Architect you need the IP address or the FQDN for TM1 Admin Host, this is nearly always the IP address of the machine that the TM1 DB is running on.
If you are happy that the admin host dialogue for Architect is set correctly then
1. Where you are running Architect can not see the IP address of the Admin host (firewalls and ports etc).
2. less likely, the Admin Host is not running on the TM1 box.
Cheers,
Please make sure you post in the correct forum.
So
1. PAW and Pax are irrelevant to Architect, so no need to think about them.
2. In the admin host setting for Architect you need the IP address or the FQDN for TM1 Admin Host, this is nearly always the IP address of the machine that the TM1 DB is running on.
If you are happy that the admin host dialogue for Architect is set correctly then
1. Where you are running Architect can not see the IP address of the Admin host (firewalls and ports etc).
2. less likely, the Admin Host is not running on the TM1 box.
Cheers,
Technical Director
www.infocat.co.uk
www.infocat.co.uk
-
- MVP
- Posts: 228
- Joined: Fri Mar 11, 2011 2:18 pm
- OLAP Product: TM1
- Version: 9.5.1
- Excel Version: 2003 2007
Re: IBM Instance is not showing in tm1 Architect
PrabhjotSinghPhull wrote: ↑Wed Jul 17, 2024 11:18 am Problem-In Tm1 Architect Instance is not visible
On the client machine running TM1 Architect, open a PowerShell terminal and check if you can connect to the TCP ports used by the TM1 Admin Server (5495, 5498, 5895, 5898) and the TM1 instance (see the values of the parameters PortNumber and HTTPPortNumber in the instance's TM1 server configuration file tm1s.cfg) using the Cmdlet
test-netconnection -computername <IP-Address or hostname> -port <TCP port>
for instance
test-netconnection -computername 192.168.1.3 -port 5898
If the response reports a
TCPTestSucceeded: False
then either nothing is listening on the named TCP portl, or something is listening on the named TCP port but the communication to named TCP port is blocked, for instance by a firewall.