Known Issues
The following known issues have been introduced in TIBCO BusinessWorks™ Container Edition and are listed by release.
Key | Description |
---|---|
BWCE-2571 | Summary: Service Discovery fails with SSL applications on Pivotal Platform.
Workaround: None. |
BWCE-2556 | Summary: When an application containing Netsuite plug-in activities is deployed in
TIBCO BusinessWorks Container Edition Container, a
SSLHandShakeException is thrown.
Workaround: Copy the libsunec.so library found in jre-8u<no>-linux-x64.rpm/tar.gz which is available in Oracle resource library to /resources/addons/lib folder before you create the base image or buildpack. |
BWCE-2548 |
Summary: When a monitoring application is started with any database other than Oracle, the Oracle libraries are getting downloaded.
Workaround: None. |
BWCE-2393 | Summary:
TIBCO BusinessWorks Container Edition Monitoring does not work with Oracle Database on Docker.
Workaround: In the Dockerfile, add RUN npm rebuild on line number 29. |
BWCE-2073 | Summary: Marketo application generates run time
SSLHandshakeException for
TIBCO BusinessWorks Container Edition.
Workaround: Copy the libsunec.so library found in jre-8u<no>-linux-x64.rpm/tar.gz which is available in Oracle resource library to /resources/addons/lib folder before you create the base image or buildpack. |
BWCE-2072 | Summary: When a module property has inputs with combinations of special characters like
$,% &, the complete input provided is not reflected in the output. Some part of the input is omitted.
Workaround: None. |
BWCE-2008 | Summary: FTL application does not work in windows container because of absense of FTL client libraries for windows.
Workaround: None. |
BWCE-1832 | Summary: In some cases, catch block, reference binding, service binding is misaligned in the process diagram in Monitoring UI.
Workaround: None. |
BWCE-1810 | Summary: When Process Monitoring is enabled for an application, in PCF, all historical records will also appear when observing process monitoring data when an application is deleted and same application is pushed again.
Workaround: None. |
BWCE-1795 | Summary: Once you enable Process Monitoring, if your application completes all its jobs, before process monitoring is enabled, then you wont see any process instances in the Monitoring UI.
Workaround: You will need to add sleep in your process or hit REST/SOAP/HTTP endpoints if any to see newly created process instances. |
BWCE-1740 |
Summary:
TIBCO BusinessWorks Container Edition Application throws
java.net.UnknownHostException when deployed in Docker Swarm
Workaround: None. |
BWCE-1433 | Summary: In the FTL application logs, an
Invalid message type received from peer 'NULL' error message occurs.
Workaround: None. These errors can be ignored. |
BWCE-1396 | Summary: You have to edit the
logback.xml every time you restart the application.
Workaround: None. |
BWCE-1239 | Summary: An error, related to
libcrypto.so, is displayed in the logs when the application is pushed to the Cloud Foundry or Docker.
Workaround: None. These errors can be ignored. |
EPAS-748 | Summary: When importing the
ZipCodeLookup sample errors are seen in the workspace log file.
Workaround: None. These errors can be ignored. |
EPAS-103 | Summary: When specifying Application Properties, if invalid login credentials are specified in the
Configure Container Connection Dialog, the dialog asking for valid login credentials repeatedly pops up even after valid login credentials are specified.
Workaround: Press the Cancel button on the dialog. |
EPAS-79 | Summary: Exceptions are seen when you import a project that contains a JDBC shared resource.
Workaround: Restart TIBCO Business Studio™ for BusinessWorks™ and open the project in a new workspace. If the issue persists, recreate and reconfigure the JDBC shared resource. |
Bindings
Key | Description |
---|---|
AMBW-41957 | Summary: On creating a REST Reference Binding from an external Swagger 3.0 JSON file with "https" URL in "servers" tag, the
Default Confidentiality was not selected on the HTTP Client shared resource. This caused the application to fail at run time.
Workaround: Select the Default Confidentiality check box in the HTTP Client shared resource of the application. |
AMBW-41082 | Summary: Form Parameters are not supported in
TIBCO BusinessWorks™ Container Edition 6.7.0 release for OpenAPI 3.0 REST services.
Workaround: None. |
AMBW-36113 | Summary: A multipart message where one part points to type and the other part points to element and a message using mixed security mode is not supported.
Workaround: Change mixed security mode in a given WSDL. |
AMBW-34508 | Summary: The following error occurs for the concrete WSDL at design time:
src-import.1.1: The namespace attribute ..
Workaround: Convert the statement from import to include where you get this error. |
AMBW-32951 | Summary: A SOAP service responding with mustUnderstand attribute as
true is ignored irrespective of selecting or deselecting the
Ignore mustUnderstand check box on the SOAP Reference binding. This behavior does not affect the client and server communication.
Workaround: None |
AMBW-32760 | Summary: On creating SOAP Reference Binding with the concrete WSDL generated at run time with multilevel schema imports, the java.lang.NullPointerException is displayed when clicking the reference binding.
Workaround: None |
AMBW-29098 |
Summary: When creating a concrete WSDL by right-clicking on the
Service Descriptor folder, the following error is generated at design time:
WSDL import error.
Workaround: None |
AMBW-27870 | Summary: On importing WSDL with RPC Encoded style, a validation error is generated at design time since the underlying schema with namespace http://schemas.xmlsoap.org/soap/encoding/ is not generated.
Workaround: To remove the validation error and create the SOAP Reference Binding, download the encoding schema with the said namespace and ensure that schema is a part of the application module or the shared module. |
AMBW-27435 | Summary: When module properties used from a shared module project were renamed, the changes made were not reflected at the SOAP binding level.
Workaround: Select the updated module property from the drop down in the SOAP binding. |
AMBW-26806 |
Summary: When a REST service with a schema that uses a type which was imported from another XSD is invoked in a REST Reference Binding, it fails with the ServiceRuntimeException. Workaround: None |
AMBW-23104 | Summary: When the WSDL uses multiple parts in the Request body of an operation, a design time validation error occurs on the generated SOAP reference binding. The application works fine at run time.
Workaround: None |
AMBW-22981 | Summary: When the REST Service which is implemented with GET Operation with Response as String, then the content-type of the response is changed from application/json to text/plain.
Workaround: Use XSD Element in Response instead of String. |
AMBW-21363 |
Summary: REST Call failed on run-time under non-UTF8 locale environment. Workaround: Set the default encoding of the AppNode to UTF-8 by adding "-Dfile.encoding=UTF-8" to java.extended.properties of "bw/6.3/config/bwappnode-an. tra_template". |
AMBW-13607 |
Summary: REST Doc UI is not supported on Firefox browser. Workaround: Use other browsers for the Doc UI. |
AMBW-13572 | Summary: For some use cases, REST Doc UI does not show the correct error code in case of Internal Server errors on the Server side.
Workaround: Check the raw message that contains the correct error code. |
AMBW-13485 | Summary: REST Doc UI does not support browsers like Internet Explorer.
Workaround: Use Chrome browsers for the Doc UI. |
AMBW-8982 | Summary: Changing the
Resource name in the REST service
Bindings tab, does not update the
Resource Service Path.
Workaround: None |
General
Key | Description |
---|---|
AMBW-42131 | Summary: Customization of the template for an unencrypted project template fails.
Workaround: Import the template in a workspace without customization, and then rename the project. |
AMBW-42046 | Summary: Encryption Setting Window shows no editable fields when opened by clicking on the Lock Icon if
TIBCO Business Studio™ for BusinessWorks™ is not in full-screen mode.
Workaround: Open Encryption Settings when TIBCO Business Studio for BusinessWorks is in full-screen mode or enter into full-screen mode for Encryption setting if it is opened in a minimized view. |
AMBW-41991 | Summary: Eclipse command line options such as
-clean does not work with TIBCO_HOME/studio/4.0/eclipse/TIBCOBusinessStudio.app/Contents/MacOS/TIBCOBusinessStudio executable on macOS platform.
Workaround: Use the following command: TIBCO_HOME/studio/4.0/eclipse/Eclipse.app/Contents/MacOS/TIBCOBusinessStudio --launcher.ini TIBCO_HOME/studio/4.0/eclipse/TIBCOBusinessStudio.ini -clean or any other eclipse command line option |
AMBW-41960 | Summary: Input and Output schema not formed correctly when creating a Mesh client for a BW/Flogo OAS3 Mesh Service
Workaround: None. |
AMBW-41950 | Summary: In bwdesign, if we export
substvar files with the same name twice in the same location, it does not overwrite the
substvar file.
Workaround: Delete the previous substvar file and export substvar again. |
AMBW-41948 |
Summary: Many to one mapping is not supported for Smart Mapper.
Workaround: None |
AMBW-41846 |
Summary: Any operation on the module or application properties that leads to a change in their order results in a faulty difference generation. So, such operations are not supported in
TIBCO BusinessWorks™ Container Edition 6.7.0.
Workaround: None. |
AMBW-41832 |
Summary: The lock icon on the encrypted profile in the difference viewer perspective is shown based on whether the workspace copy of the profile is encrypted or not. Currently, if the workspace copy of the profile is encrypted, then in the difference viewer perspective, the lock icon is shown even on the un-encrypted revisions of that profile.
Workaround: None. |
AMBW-41827 | Summary: The properties and profile are not showing in the application property editor on opening the editor for the first time in a new workspace.
Workaround: Close and reopen the editor, it shows all the details. |
AMBW-41779 | Summary: If a
keystore file location or name is changed then on refresh blank property value is shown and on running the application, the
File Not Found Exception is thrown.
Workaround: Restore file with a valid name at a specified location on disk and do project clean. |
AMBW-41716 |
Summary: Any changes in the module or application properties inside groups are not supported in
TIBCO BusinessWorks Container Edition 6.7.0 and the corresponding difference generation is faulty in such cases.
Workaround: None. |
AMBW-41715 | Summary: The difference viewer calculates the difference and highlights the properties, but does not highlight any corresponding fields of the properties.
Workaround: Switch to the text difference mode and see the difference in the non-UI fields. |
AMBW-41499 | Summary: In the substitution variables file, only five types of module properties are saved: String, Integer, Long, Boolean, and Password.
When a module property is assigned a type other than the above-mentioned types then that type is saved as a String in the substvar file in the Diff Viewer window. Workaround: None. |
AMBW-41474 | Summary: If there are any changes in the Description field of a module or application property, it is not highlighted in the difference viewer.
Workaround: None. |
AMBW-41307 |
Summary: Application property editor does not display value in case of removing encryption setting using the
Clear All button and exporting profile.
Workaround: Close the application properties editor and open it again. |
AMBW-41277 | Summary: When you try to install a missing plugin using the
Quick Fix option and you select or unselect a plugin version from the list of provided versions; the following message is displayed:
Cannot complete the install because of a conflicting dependency.
However, you can still install the plugin successfully. Workaround: None. |
AMBW-41271 | Summary: The application property editor doesn't get refreshed intermediately on encrypting profiles.
Workaround: None. |
AMBW-41252 | Summary: The New Name field in the Rename Projects section on the Create Project From Template window is not enabled on a single click.
Workaround: First click on the old name of the module or the application after which the field is enabled. . |
AMBW-41155 | Summary: The
Password field is shown as changed while doing a Shared Resource diff, even if the password are the same.
Workaround: None. |
AMBW-41238 |
Summary: Confirmation message is displayed with any operation on encrypted profiles.
Workaround: Click Yes. |
AMBW-41035 | Summary: The
Authentication field is shown while doing a diff when the
Confidentiality field is set for Http Connector shared resource.
Workaround: None. |
AMBW-40811 |
Summary: Default icon shown instead of Custom icon for the Call Process and Java Invoke activities within external shared module.
Workaround: Manually browse the Custom icon field value and add respective icon to activity on importing external shared module. |
AMBW-40464 |
Summary:
TIBCO BusinessWorks Container Edition applications fail at run time in TIBCO Cloud Integration if they consume a Flogo endpoint that has Post/Put Operations.
Workaround: None. |
AMBW-40010 |
Summary:
null pointer exception is thrown at run time on
TIBCO BusinessWorks Container Edition Mesh client when the organization name contains a space character.
Workaround: When importing the ASR descriptor json file to create a Mesh client, there is a second wizard page for customizing json file location (Change swagger name). In that wizard page, remove the space from the folder name. |
AMBW-39899 |
Summary: The
null pointer exception reported on clicking Binding Section in Components after the Refactoring operation.
Workaround: Post refactoring, close the Module Descriptor section and reopen it. No popup is displayed. |
AMBW-39887 | Summary:
TIBCO BusinessWorks Container Edition Mesh Client applications fail at runtime in TIBCO Cloud Integration if they consume a Flogo Mesh Service that has Post or Put Operations.
Workaround: None. |
AMBW-39837 | Summary: The collectappnodedata command is not working on the AIX platform.
Workaround: None |
AMBW-38787 |
Summary: The process property that refers to a
JDBC shared resource which is referred by a module property inside a shared module shows an error in
Problems tab in
TIBCO Business Studio™ for BusinessWorks™
Workaround: Delete the error from the Problems tab |
AMBW-37594 | Summary: Breakpoints are not working when execution flow goes from one process to another.
Workaround: Select an activity where debugging with the breakpoint is halted. It enables the Resume button. Click the button to resume debugging. |
AMBW-37521 | Summary: Unit testing is not working when providing an input schema with nested elements to the start activity.
Workaround: None |
AMBW-36990 | Summary: When you delete a module shared variables or job shared variables from the
Unused Resources view, then the editor for module shared variables or job shared variables does not get refreshed automatically
Workaround: Close the module shared variables or job shared variables and open it again. |
AMBW-34526 | Summary: LDAP authentication test connection button displays error when using admin user credential selected.
Workaround: None |
AMBW-34416 | Summary: Failed to connect to AppNode using SSH client
Workaround: Use HTTP client. Preffered way is using curl. |
AMBW-34404 | Summary: Incorrect trace is generated for the invoke process with default jaeger properties.
Workaround: Set JAEGER_SAMPLER_TYPE=const, and JAEGER_SAMPLER_PARAM=1 properties in the AppNode or AppSpace config.ini file. |
AMBW-34343 | Summary: An application fails to start in
TIBCO Business Studio™ for BusinessWorks™ when you install the latest EMS driver.
Workaround: Restart TIBCO Business Studio for BusinessWorks. |
AMBW-32878 | Summary: Exceptions are seen when generating the
manifest.json file from the existing EAR on a Linux platform.
Workaround: Though exceptions are displayed on the terminal, the manifest.json file will be generated successfully.
|
AMBW-32792 | Summary: Serialization of an attribute '$bx_rootSpan' failed' for
Checkpoint activity. This issue occurs when the open tracing is used with the
Checkpoint activity.
Workaround: None |
AMBW-32761 | Summary: The user will not be able to create the references for the custom operations like Merge, Update, Trace etc. using the drag and drop swagger file approach.
Workaround: Users can create the references for the custom operations using the REST Reference wizard.
|
AMBW-31897 | Summary: The Process In-line schema namespace collision error is displayed when creating a sample.
Workaround: None
|
AMBW-28941 | Summary: Ungrouping nested groups created inside a catch block of a group may not ungroup as expected.
Workaround: None |
AMBW-28780 | Summary: While generating EAR for the sample
tibco.bw.sample.core.conversation.CrossProcessConversation, the following exception occurs in
TIBCO Business Studio for BusinessWorks
java.lang.NullPointerException.
Workaround: None |
AMBW-28663 | Summary: The
tibco.bw.sample.policy.samlcredentialmapping.SoapHttpBinding sample fails intermittently with the error:
com.tibco.governance.agent.action.ActionException.
Workaround: None |
AMBW-28448 | Summary: Current element of the Iterate group is not removed after ungrouping.
Workaround: The user needs to remove current element manually after ungrouping the Iterate group. |
AMBW-28378 | Summary: When a Process Property is renamed , the change is not reflected in the activity and an error is displayed.
Workaround: None |
AMBW-28319 | Summary: WSDL interface fails to resolve correctly if multiple WSDLs share the same target namespace and the SOAP invoke is created with an external binding reference.
Workaround: Instead of an external reference binding, use binding reference. |
AMBW-28285 | Summary: In a shared module and shared module-application module combination, multiple WSDLs with the same target namespace are not supported at design time and run time.
Workaround: None |
AMBW-28264 | Summary: When groups with the On Catch, Catch All and the OnEvent faults are created inside a constructor or a proxy operation, the activities inside them are lost after ungrouping.
Workaround: None |
AMBW-27253 |
Summary: The
Identity Provider field in the WSSConsumer Policy resource does not support module properties.
Workaround: None |
AMBW-25073 | Summary: The option to test connections, for example JMS or sFTP, in a shared resource that has a profile is not supported in
TIBCO Business Studio for BusinessWorks.
Workaround: Specify the server configuration details as literal value or module properties. |
AMBW-24508 | Summary: TIBCO-THOR-FRWK-CMN-500001:Error while renaming bundle file to final location: - error could be due to low disk space.
Workaround: None
|
AMBW-19746 | Summary: When you initialize the module shared variable of XSD type with the select value option to point the XML instance, application fails to start at run time.
Workaround: Enforce the default encoding of AppNode JVM to UTF-8 by adding -Dfile.encoding=UTF-8 in the bwappnode.tra file.
|
AMBW-19540 |
Summary: When a project contain abstract and concrete WSDL using same target namespace, a validation error is generated. Workaround: None |
AMBW-18459 | Summary: The ability to reference from a standalone (external) schema to an inline schema is not supported. If your project contains such a reference, a validation error is generated.
Workaround: Externalize the WSDL-inline schema and change the import statements to reference the newly created (external) schema. |
AMBW-17998 | Summary: The EAR file generated using
bwdesign utility does not support non-ASCII characters.
Workaround: None |
AMBW-16256 |
Summary: The first attempt to change the data type of an Operator's input or output schema element fails and the change is not committed. Subsequent attempts complete without any failure.
Workaround: To commit the change, you must press the return key after every change. |
AMBW-14861 | Summary: Unable to enter an XPath expression on a transition using the XPath Builder. This issue is observed on Mac OS only.
Workaround: Enter the XPath expression directly in the Properties tab > Expression field for the transition without using the XPath Builder. |
AMBW-13823 | Summary: Directory browser dialog in BW Context Sensitive Help preference setting page does not consistently popup on Mac OS X 10.9.2
Workaround: Copy and paste the directory path into the configuration field instead of using directory browser to pick it. |
AMBW-12490 | Summary: Under certain circumstances, substitution types do not resolve properly in the mapper. The mapper shows errors for them.
Workaround: Try closing and reopening the project. If that does not solve the issue, try closing and reopening Eclipse. If the errors still persist, perform a project clean (that is, go to the Project menu and click Clean...). |
AMBW-11624 | Summary:
TIBCO Business Studio for BusinessWorks hangs when opening SQL Builder if the database details on the
JDBC shared resource are changed from PostgreSQL to MySQL after a query has been created using SQL builder.
Workaround: None |
AMBW-11534 | Summary:
TIBCO Business Studio for BusinessWorks crashes occasionally on Windows 2012 R2 platform when switching workspace from
.
Workaround: Retry by switching the workspace. |
Mocking Support
Key | Description |
---|---|
AMBW-35856 | Summary: If an application has multiple sub processes and you apply mocking in those sub processes, then the Mocking symbol and
Tests tab are not visible when you revisit the sub process. However, this functionality works fine at run time.
Workaround: Click in the Process Editor. Once the Tests tab is visible, click the tab and then select the activity to be mocked. |
AMBW-35855 | Summary: When an application has more than two sub processes and if you apply mock on the activity in both sub processes, then you cannot delete the mock.
Workaround: None |
AMBW-35851 | Summary: Mocking does not work for SendHTTPRequest, RenderJSON, FTPGet, and FTPPut when there are no namespaces present for direct child elements of the root element.
Workaround: Add xmlns="" attribute for direct child element of root element. |
AMBW-35841 | Summary:: Mocking is not supported for Send HTTP Request with MIME attachments.
Workaround: None |
Migration
Key | Description |
---|---|
AMBW-40387 | Summary: After migration, a path is not executed that leads to the difference in output.
Workaround: In TIBCO BusinessWorks™ Container Edition 5.x the transition condition $Map-Data/ConditionType[last()] is treated as boolean but not in TIBCO BusinessWorks Container Edition 6.x as TIBCO BusinessWorks Container Edition 6.x has strict validations. In order to resolve this, please update the condition as follows: count($Map-Data/ConditionType[last()])>0 |
AMBW-40187 | Summary: Migration of custom icon for the
Call Process activity is not supported
Workaround: After migration, manually browse the custom icon field value for the Call Process activity. |
AMBW-39231 | Summary: While migrating a project using
XPATH language for transitions option, which is set to XPATH 1.0 by default, on the Migration Wizard, the
Process inline namespace schema collision issue occurs intermittently after migration is complete.
Workaround: Navigate to the faulted process and add the missing schema location field next to the namespace. |
AMBW-39230 | Summary: While migrating a project using the
XPATH language for transitions option, which is set to XPATH 1.0 by default, the service agent process migrates as an empty process thereby throwing the
Argument Cannot Be Null exception upon trying to view that process post Migration.
Workaround: Migrate that project in a different workspace, because the issue is intermittent. |
AMBW-36094 |
Summary: Post migration, a schema cannot refer the
.WSDL file in it and if you try to run the project, the
Schema not found error is displayed at the run time.
Workaround: Copy the inline schema that gets created post migration of the project and paste it into the .WSDL file. Remove the inline schema dependency from the dependencies section and in the input editor of the inline schema activity, re-map the point to the inline element. After this remove the inline schema that is empty and execute the project. |
AMBW-36077 | Summary: After migration, if the migrated project contains any SOAP service or client binding that uses SOAP RPC Encoded arrays, the following WSDL validation error occurs:
WSDL In-line schema SOAP encoded array type error. In-line schema in WSDL file contains SOAP encoded array type which requires a fix pattern. Workaround: Download the SOAP Encoding schema from 'http://schemas.xmlsoap.org/soap/encoding/', and put it into the TIBCO BusinessWorks Container Edition project. |
AMBW-35926 | Summary: The migration tool does not support external schema for multi-part message in the bindings.
Workaround: Create wrapper schemas for all multi-part messages of WSDL. |
AMBW-35899 | Summary: Currently, only copy-of mapping is supported for context mapping of headers.
Workaround: You can either create One-to-one mapping manually or use a copy-of option for context mappings. |
AMBW-33749 | Summary: After migration, additional round brackets in the names of the folder for externalized schema creates issues at run time.
Workaround: Remove the special characters after migration in the folder names. |
AMBW-30656 |
Summary: A schema cannot contain two global components with the same name.
Workaround: Modify one of the schema namespaces or element names, so that the names are unique. |
AMBW-30476 | Summary: After migration, the input mapping for the
End activity which refers to a multi-part WSDL message displays validation errors.
Workaround: A WSDL message is not supported by a mapper. Create a new .xsd schema element with the structure similar to associated WSDL message, and then map the schema element in place of WSDL message. |
AMBW-26746 | Summary: The
TransformXML activity from
TIBCO BusinessWorks Container Edition 5.x did not migrate correctly if the Input/Output style of the activity was set to
TREE in the
TIBCO BusinessWorks Container Edition 5.x project.
Workaround: None |
AMBW-14547 |
Summary: When you migrate an TIBCO ActiveMatrix BusinessWorks 5.x project containing in-built functions in the
JDBC Query activity, an Invalid Column name error is thrown in the
JDBC Query activity.
Workaround: Use an Alias instead of the in-built functions in the TIBCO BusinessWorks Container Edition 5.x project. |
AMBW-14295 | Summary: After migration, the output of project with Rest and JSON activities does not match with the input of the other activities in the migrated project.
Workaround: None |
AMBW-13683 | Summary: Shared resource module property references in the migrated TIBCO ActiveMatrix BusinessWorks 5.x projects do not show up correctly on non-Windows platforms.
Workaround: Close and reopen the project. |
AMBW-9969 |
Summary: ActiveMatrix BusinessWorks 5.x projects with SOAP headers configuration in SOAP activities are not properly migrated to
TIBCO BusinessWorks Container Edition
6.x.
Workaround: SOAP functionality in TIBCO BusinessWorks Container Edition 6.x is achieved through SOAP Binding where its detail configuration is outside of TIBCO BusinessWorks Container Edition Process. The SOAP headers definition are defined at the Binding configuration and configured as generic context parameters for the Process. In the Process, you can use the Get Context activity (from Basic Palette) to retrieve and process the headers as context data. You can do this manually to complete the migrated project. |
HTTP Palette
Palette HTTP | |
---|---|
Key | Description |
AMBW-36777 | Summary: Error occurred on the
Send HTTP Request activity with client SR using HTTP1 Apache HttpComponents and connector SR using HTTP2.0 with Follow HTTP1 Compliance checked.
Workaround: Use the Jetty client as the client library for implementation under HTTP client shared resource. |
JDBC Palette
JDBC Palette | |
---|---|
Key | Description |
AMBW-42049 | Summary: Unable to access the stored procedure input and output parameters with MSSQL DataDirect driver if you select the procedure without selecting
Schema, and
Catalog or Package.
Workaround: Select the Schema, and Catalog or Package fields and then select the stored procedure |
AMBW-36229 | Summary: Unnecessary error logs are displayed in the log file.
Workaround: None |
AMBW-23464 | Summary: The Oracle DataDirect driver does not support cursor datatype.
Workaround: Use native drivers instead of DataDirect drivers. |
AMBW-23260 | Summary: MySQL Community Edition is not supported for Data Direct drivers
Workaround: Use native drivers instead of DataDirect drivers. |
AMBW-23193 | Summary: When using DataDirect drivers with a JDBC Shared Resource, that is linked to a JDBC process, the SQL Builder Wizard does not work correctly.
Workaround: Use native drivers. |
AMBW-20130 | Summary: The login timeout value is not effective when connecting to a Windows OS database. The
JDBC Query activity fails with the error,JDBCConnectionNotFoundException at runtime without honoring the
Login Timeout
value specified in the
JDBC Connection Shared Resource.
Workaround: None |
AMBW-14624 | Summary: The
Set Explicit Nil check box for Objects and Collections in
JDBC Call Procedure activity is disabled.
Workaround: None |
AMBW-14547 | Summary: When you migrate an TIBCO ActiveMatrix Business works™ 5.x project containing in-built functions in the
JDBC Query activity, an invalid column name error is thrown in the
JDBC Query
activity.
Workaround: Use an Alias instead of the in-built functions in the ActiveMatrix Business works 5.x project. |
AMBW-11667 | Summary: Using any in-built function in
JDBC Query activity without "Alias" fails to execute the application and throws an
Invalid Column name error at run time.
Workaround: Use "Alias" to work with any in-built function in JDBC Query activity. |
AMBW-11624 | Summary:
TIBCO Business Studio™ for BusinessWorks™ hangs when opening SQL Builder if the database details on the JDBC shared resource are changed from PostgreSQL to MySQL after a query has been created using SQL builder.
Workaround: None |
AMBW-8855 |
Summary: The localized error messages of JDBC connection are not displayed correctly in
TIBCO Business Studio for BusinessWorks.
Workaround: None |
XML Palette
XML Palette | |
---|---|
Key | Description |
AMBW-31813 | Summary: Use of pipe(union) ('|') character in XSLT throws the following error at runtime:
com.tibco.bw.palette.xml.runtime.fault.XMLTransformException: Exception [org.genxdm.xpath.v20.err.ConcreteErrException] occurred during XSLT transformation. Exception detail [org.genxdm.xpath.v20.err.ConcreteErrException: [XPTY0004] Either the expression has a static type that is not appropriate for the context in which it occurs, or the dynamic type of the value does not match the required type.] Workaround: Open the XSLT file and manually convert the pipe (union) ('|') operator to "or" operator and run the project |
AMBW-14292 | Summary:
Parse XML activity displays blank ErrorCode and ErrorMessage for activity output data validation error.
Workaround: None. |
Policies
Key | Description |
---|---|
AMBW-34607 | Summary: Marketo plugin container edition breaks with the recent JRE upgrade.
Workaround: Please refer Marketo plug-in documentation for more information. |
AMBW-19513 | Summary: If a SOAP binding is not configured with Transport, the
Add New Policy icon should be disabled, the
Policy field should not be displayed in the tree view, and a NULL pointer exception is generated if you try to add a policy on the binding.
Workaround: None |