IBM Cloud Docs
Known issues and limitations

Known issues and limitations

This topic lists known issues and limitations that have been identified or were reported by users in error reports.

Viewing the known issues

The following table lists known issues:

Known issues and limitations in Analytics Engine Serverless instances
Category Problem Workaround
Log forwarding Logs from the IBM Analytics Engine service are not being forwarded to an IBM Log Analysis instance although it was configured for receiving platform logs. This can happen if your account is a child account of an enterprise account. See What is an enterprise?. The logs might be getting forwarded to the oldest IBM Log Analysis instance that was configured as a platform logs receiver in either the parent or another child account. This is a limitation in the IBM Log Analysis supertenancy model. Examine your account hierarchy and request access to the IBM Log Analysis instance, or work with a non-enterprise account.
Application submission The Spark application fails when the default configuration property spark.app.name at the instance has Chinese characters. This occurs because the configuration property, spark.app.name is defined at the instance level rather than being specified with the application payload during submission. The property at instance default configuration will only allow tagging individual applications and is not considered for application submission, resulting in the application failing to submit. Setting the property spark.app.name in the payload of the application will resolve the issue.