Known Issues with Installing, Uninstalling, and Upgrading

Learn about known runtime installation, uninstallation, and upgrade issues and workarounds.

Issue #Description
SMPONP-11499
Extracting install images with Windows Explorer can cause an upgrade failure.

When installing SAP Mobile Platform version 2.3 you must extract the installer images prior to installation. Extracting the images with Windows Explorer marks all files as read-only, resulting in an upgrade failure.

Workaround: To ensure a successful upgrade, use an extraction utility such WinZip or WinRAR to extract the files.

SMPONP-10094
Server node fails to upgrade to version 2.3 as the Messaging Server upgrade fails.

This issue happens when you place the installation image on a mapped network drive. The installation requires the image to be placed on a local drive.

Workaround: Move the upgrade scripts to the local drive. Re-run the scripts. 

SMPONP-6402
PropertiesNotFoundException found in ASN2 sever log after upgrade

When you perform the upgrade sequence 2.2 - 2.2 SP04 - 2.3, the PropertiesNotFoundException error is thrown and can be found in the ASN2 server log.

Workaround: None. The errors do not impact functionality.

SMPONP-3241
SCC stops working after upgrade from 2.2 SP04 or later to 2.3

SCC does not manage the server after you upgrade from SUP 2.2 SP04 or later to SMP 2.3.

Workaround: Save and run a SQL script at SCC node to fix the issue. The SQL script and procedure are documented in Resolving Upgrade Issue for SCC.

RTC-397
QueueNotReadyException appears in server1 log

A QueueNotReadyException appears in server1 log when installing SAP Mobile Platform with primary install node1 and secondary node2, but starting node2 before node1.

Workaround:Ensure node1.properties appears in the SMP_HOME/repository/Instance/com/sybase/djc/server/ApplicationServer folder, then restart node1.

RTC-393
Sybase Unwired Platform services must be set to start automatically before upgrading to SAP Mobile Platform 2.3.

The SAP Mobile Platform 2.3 installer waits unnecessarily when upgrading from Sybase Unwired Platform 2.2.X to SAP Mobile Platform 2.3 if services in the 2.2.X installation are set to manual.

Workaround 1: Workaround 1: When upgrading your 2.2.X installation to 2.3, set the startup mode for Sybase Unwired Platform services to automatic before running the SAP Mobile Platform 2.3 installer

Workaround 2: If the 2.3 installer was started without setting the Sybase Unwired Platform services startup mode to automatic, and the installer status displays Pinging server using the secure management port ... for a long time, then the upgrade has completed normally. At this point, the installer can be stopped manually using Windows Task Manger.

RTC-363
Potential file locked on 32-bit Windows Server 2003 SP2 system may cause upgrade to fail.

When upgrading, there is a potential problem with a Windows process holding a lock on one of the 12 Adaptive Server Anywhere (ASA) libraries (DLLs), even though all the ASA processes have shut down. This causes the upgrade to fail because the upgrade cannot overwrite the file. This is specific to a 32-bit Windows Server 2003 SP2.

Workaround:
  1. Shut down all Sybase Unwired Platform processes.
  2. If services were set to automatic, set the start-up for the Sybase Unwired Platform services to manual.
  3. Restart the system.
  4. Run the upgrade after the system has restarted.
  5. If step 2 was performed prior to upgrade, set the start-up for the services back to automatic.
RTC-360
Backing up the SAP Mobile Platform Runtime installation fails because the SAP Control Center path is too long.

The path to the Embedded Web Container in the SCC-3_2 folder is too long for Windows to process.

Workaround: Before backing up the SAP Mobile Platform Runtime installation, you must delete the contents of SMP_HOME\services\EmbeddedWebContainer\container\Jetty-7.6.2.v20120308\work. Delete the contents of this folder from the command prompt, and not from Windows Explorer.
RTC-318
Installation or upgrade cannot continue host name of system resolves to local link address.

In a new or upgrade installation, the installer displays this error message:

The host name of the system resolves to a local link address. This suggests an incorrect binding order of network adapters. The install/upgrade cannot proceed. Once the binding order is corrected, restart the installer. Click OK to exit the installer.

The upgrade version of the message displays the "local link address" in parentheses.

Explanation: If no usable IP addresses are available on the system where you are installing SAP Mobile Platform, Windows assigns a "local link" IP address in the range 169.254.0.0/16. The installer detects that the system's IP address is only usable locally, and stops.

Workaround: Execute the commands below from the command prompt, restart the server, and restart the installer.
netsh interface ipv6 set prefix ::1/128 50 5 
netsh interface ipv6 add  prefix ::1/128 50 5 
netsh interface ipv6 set prefix ::1/96 40 4 
netsh interface ipv6 add prefix ::1/96 40 4 
netsh interface ipv6 set prefix  ::ffff:0:0/96 30 3 
netsh interface ipv6 add prefix ::ffff:0:0/96 30 3  
netsh interface ipv6 set prefix ::/0 20 2 
netsh interface ipv6 add  prefix ::/0 20 2 
netsh interface ipv6 add prefix ::ffff:169.254.0.0/112 10 1
netsh interface ipv6 set prefix ::ffff:169.254.0.0/112 10 1    
RTC-306
During the first start of a cluster, the secondary node cannot start because the primary node is bound to an unreachable address.

Rarely, during the first start of the first node of a cluster, the cluster configuration cache binds itself erroneously to an IP address that cannot be reached by secondary nodes in the cluster. When this happens, the secondary nodes appear to stop responding during installation (if the primary or secondary nodes are running), and may not initially start.

Workaround: Stop the unresponsive secondary server. Restart the primary server, and then restart the secondary server.

RTC-299
Uninstallation leaves undeleted registry entry if upgrade of Unwired Platform 2.2.x to SAP Mobile Platform 2.3 required cluster name to be truncated.

The Unwired Platform 2.2.x installation created a registry value for the name of the cluster, clusterdb_<clustername>. SAP Mobile Platform 2.3 limits cluster names to no more than 16 characters in length. If the upgrade installer encountered a cluster name that was longer than 16 characters, it cloned the clusterdb_<clustername> registry entry with the name clusterdb, and did not delete the original clusterdb_<clustername> registry entry. SAP Mobile Platform 2.3 does not delete that entry.

Workaround: Manually delete the clusterdb_<clustername> registry entry if you want to; however, leaving it in place will not cause any problems with future reinstallation of SAP Mobile Platform.

RTC-267
Upgrade process stops responding when calling start-unwired-services.bat.

The upgrade process stops responding after upgrading the first server node if all nodes were not shut down before the upgrade.

Workaround: Online upgrade is not supported. Stop all the SAP Mobile Platform services, including the data tier, before running the upgrade installer.

RTC-34
Warning messages when installing secondary SAP Mobile Server node.
When installing a secondary SAP Mobile Server node before the primary server successfully installs, you see a warning similar to this in the server log:
2012-08-21 01:26:15.753 WARN MMS ScheduledTask:SynchronizeNode...

Workaround: Ignore this warning, or install the secondary SAP Mobile Server node after the primary server installation completes.

CR-692901

SAP® JCo 3 in Unwired WorkSpace running on Windows XP requires Microsoft Visual C++ 2005 Service Pack 1 Redistributable.

Note: This is not a requirement for Windows 7, or 64-bit Windows Server 2008 system.

Workaround: Obtain the Microsoft Visual C++ 2005 Service Pack 1 Redistributable from:

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=14431.

CR-665409
The installation program cannot run in graphical mode.
If the HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags registry key contains an entry that is the path of the installer binary (for example, C:\setup.exe), you see this error, and the installation fails:
The installer is unable to run in graphical mode. Try running the installer with the 
-console or -silent flag.

Workaround: Remove the installer binary path from the HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags registry key.

CR-590885
Uninstaller might not run on Windows Vista.

This may be caused by the operating system changing the launch command for the SAP Mobile Platform uninstaller, preventing it from using its own JVM to start itself.

Workaround: Launch the uninstaller:

<jdk_installdir>\java -Dtemp.dir=%TEMP% -jar C:\Sybase\UnwiredPlatform\Uninstallers\UnwiredPlatform\uninstall.jar

When you uninstall or cancel out of uninstalling SAP Mobile Platform, the Program Compatibility Assistant shows:

This program might not have uninstalled correctly.

Select This program uninstalled correctly instead of Uninstall with recommended settings.