Problem Note 56172: Disabling a cube in SAS® OLAP Cube Studio or SAS® Data Integration Studio might fail if you are using a load-balanced SAS® OLAP Server
Overview
When you attempt to disable a cube from SAS OLAP Cube Studio or SAS Data Integration Studio, you might see a message that is similar to the following:
ERROR: The application could not log on to the server "server.name.com:####". No server is available at that port on that machine.
Typically, this problem occurs if you are using a load-balanced SAS OLAP Server and some of the servers in the cluster are not started.
To work around this issue, use PROC OLAPOPERATE to disable cubes.
SAS® 9.4 and later
Beginning with SAS 9.4, you can use the DISABLE CUBE statement available in PROC OLAPOPERATE to disable one or more cubes across all load-balanced OLAP servers. You need to reference only the primary OLAP Server port for the PORT connection option of the CONNECT command.
For example, suppose that your load-balanced OLAP Server runs on ports 5451 and 5452. You can disable a cube in both load-balanced servers by specifying port 5421 as shown in the following PROC OLAPOPERATE code:
PROC OLAPOPERATE;
CONNECT host="myserver.com" Port=5451 userid="user" password="pword";
DISABLE CUBE "cubeName";
QUIT;
SAS 9.3 and earlier
In SAS 9.3 and earlier, you must include a CONNECT command with PORT connection option for each load-balanced OLAP Server. For example, if your load-balanced OLAP Server runs on ports 5451 and 5452, you must submit a CONNECT command and DISABLE CUBE statement for each OLAP Server in the load-balanced cluster, as shown in the following sample code:
PROC OLAPOPERATE;
CONNECT host="myserver.com" Port=5451 userid="user" password="pword";
DISABLE CUBE "cubeName";
DISCONNECT;
CONNECT host="myserver.com" Port=5452 userid="user" password="pword";
DISABLE CUBE "cubeName";
QUIT;
For more information about the OLAPOPERATE procedure, see the SAS OLAP Server User's Guide for your release of SAS.
Operating System and Release Information
SAS System | SAS OLAP Server | z/OS | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft® Windows® for x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows 8 Enterprise 32-bit | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows 8 Enterprise x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows 8 Pro 32-bit | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows 8 Pro x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows 8.1 Enterprise 32-bit | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows 8.1 Enterprise x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows 8.1 Pro | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows 8.1 Pro 32-bit | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows Server 2008 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows Server 2008 R2 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows Server 2008 for x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows Server 2012 Datacenter | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows Server 2012 R2 Datacenter | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows Server 2012 R2 Std | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Microsoft Windows Server 2012 Std | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Windows 7 Enterprise 32 bit | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Windows 7 Enterprise x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Windows 7 Home Premium 32 bit | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Windows 7 Home Premium x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Windows 7 Professional 32 bit | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Windows 7 Professional x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Windows 7 Ultimate 32 bit | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Windows 7 Ultimate x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
64-bit Enabled AIX | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
64-bit Enabled Solaris | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
HP-UX IPF | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Linux for x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
Solaris for x64 | 9.4_M1 | 9.4_M3 | 9.4 TS1M1 | 9.4 TS1M4 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
When you attempt to disable a cube from SAS OLAP Cube Studio or SAS Data Integration Studio, you might see a message that application cannot log on to the server. Typically, this problem occurs if you are using a load-balanced SAS OLAP Server and some of the servers in the cluster are not started.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2015-07-15 16:55:44 |
Date Created: | 2015-07-13 15:34:07 |