Known limitations

The following table lists known limitations in Interact 11.0.

Issue Number Description
Null pointer exception while saving strategy containing large number of treatment rules created by rule wizard RTC172332 If you create approximately 900 rules by adding one offer and 900 segments with the rule wizard and try to save the strategy, the following error is displayed.
java.lang.NullPointerException
Interact deployment rollback is not supported with Advanced Patterns (time bound and rolling time) RTC73521 V1 is not synchronized in Advanced Patter run time if you perform the following workflow.
  1. Create an interactive channel that contains only simple pattern and deploy this version V1 to the Interact run time.
  2. Add an advanced pattern counter (time bound) type of pattern in interactive channel and use the same in interactive flowchart to populate segment that is based on pattern state.
  3. Deploy this interactive channel to runtime and version V2 is created. The same is reflected in the Detect workspace.
  4. Rollback or redeploy to version V1. After redeploy is successfully complete, the Opportunity Detect workspace shows version V2.
When the user opens the Deployment tab an error occurs and the following message is displayed: Compilation of JSP File '/jsp/deploymentInfo.jsp' failed. When the user opens the Deployment tab for any runtime other than the 1st, an error occurs and the following message is displayed: Compilation of JSP File '/jsp/deploymentInfo.jsp' failed.

If you are using the WebSphere application server and are using JDK 1.8, you must add the following JVM parameter for all additional runtime servers. The JVM parameter is not required for the first runtime server.

-Djavax.xml.stream.XMLInputFactory=com.ibm.xml.xlxp.api. stax.XMLInputFactoryImpl

Interact interactive flowcharts support a subset of Campaign macros. DEF057366, ENH11494 By design, interactive flowcharts support (and make available for selection) only a subset of the macros available on batch flowcharts. On an interactive flowchart, in any Select or decision process boxes where you want to use a macro that is not supported (for example, the between operator, as in "AGE between 1 and 18"), an error message "Function or operation not supported" appears when you check the syntax. This is expected behavior.
Raw SQL options are not supported in Interact flowcharts DEF049991 Using custom macros with expression type "Raw SQL Selecting ID List" or "Raw SQL Selecting ID List+Value" in any processes in an interactive flowchart results in Error 11324.
A persistent derived field is not profiled in a downstream Decision process in an interactive flowchart. RTC8870 If you create a persistent derived field in a flowchart process, then connect the output of that process to a decision process to try to profile the persistent derived field, the field is not profiled.

To workaround this issue, profile the original derived field.

WebConnector does not pick up default configuration when trying to save from GUI DEF052958 WebConnector does not set the default values for fields when saving from the GUI.
In Interact you cannot change the Campaign field name for the audience ID to a different value from the source field name. RTC219848 In a batch flowchart, if a Select Process Box is used with an Interact list process box that creates a new table to export offer lists using white list (score override), the Campaign field name for the audience ID cannot be changed to a different value from the source field name. Interact uses the source field name in order to query the export table where the offer list would be, and if an alias is used for the audience ID in the Campaign field name, then Interact uses a query parameter that does not exist in the offer list. If this is not followed, a SQL error occurs during getOffers specifying that the source field name is an invalid identifier.