Known Issues for Unwired Server

Learn about known issues and apply workarounds for Unwired Server.

CR #Description
686551
Unwired Platform data must be manually transferred on a periodic basis to System Landscape Design (SLD).

Workaround: Schedule the batch files, runXMLgenerator.bat and sendPayload.bat, to send periodic updates into the SLD, located in <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\SLD\. For more details, see Registering Sybase Unwired Platform with System Landscape Directory in System Administration.

686360
You cannot install Adaptive Server® Enterprise and Unwired Server on the same host.

Workaround: Install on different hosts.

686043
Even though a domain is disabled, messaging clients will get messages from server.

Workaround: To disable any outbound activity to a client, lock the application connection associated with that client.

684123
For a DOE-C package, if a subscription is active and a domain is disabled, the DOE keeps pushing messages to the package in the "disabled" domain. DOE-C is unable to process these messages from DOE because the endpoint details are not available.
Workaround:
  • Unsubscribe all users of the DOE-C packages within the domain before disabling the domain.
  • If the problem has already occurred, enable the domain, and unsubscribe all subscriptions of the affected DOE-C package.
  • If it is not possible to unsubscribe the users of the affected DOE-C package, the error messages in the log have the DOE subscription reference. Remove the DOE subscriptions using this value.
682611
Connection to different SAP® systems going through message server fails. JCo connection pooling metadata does not distinguish between different end points.

Unwired Server is using an SAP connection from the JCO connection pool that was defined by an endpoint that does not exist in the package.

Workaround: The JCo Repository caching logic requires these SAP JCo properties to be set. (The connection pool has to be pointed to specific application server hosts):
  • jco.client.sysnr - indicates the SAP system number.
  • jco.client.ashost - identifies the SAP application server.
674579
For Back End Search definitions, the ESDMA converter does not support type definitions within a WSDL.

Workaround: Modify the ESDMA to remove any in-line type definitions and explicitly define them. The expected list of data types appearing in WSDL under ESDMA_Bundle\mappings\loc*\EntityName.wsdl are "CHAR", "LANG", "TIMS6", "DATS8", "DEC", "INT" OR length is zero. Save and deploy the ESDMA bundle to Unwired Server.

628914
If you are already using an application with one relay server, you cannot switch to another relay server in the same application during runtime.

Workaround: Uninstall, then reinstall, the current application on the device. Before you use the application after the reinstallation, change the relay server information in the Profile screen.

576726
The full range of valid values is not supported if the attribute uses the default datatype (int) for a SQL Anywhere® database column of type unsigned int.

Workaround: To support the full range of valid values for an unsigned int attribute in the EIS, set the datatype for the corresponding MBO attribute as long.