We imported rule bindings, rules and a connection into our production environment this morning. The migration was successful. We updated the connection credentials in the production CMC and we were able to successfully connect to the database. However, when we calculate the scores for those imported rules, the rules fail to execute. These rules were all working in our QA environment using the same connection.
Any ideas?
Here is the error I see in the log:
[I] 2013-01-31 11:49:34.245 Started Task process Rule 2013.01.31 09:49:13 [task ID=2]. (TSK-10025)
[I] 2013-01-31 11:49:34.261 Initializing Subtask queue with information from Task. (TSK-10040)
[I] 2013-01-31 11:49:35.104 Started Subtask process [subtask id=21], processing table [dbo.PROPERTY_VW]. (TSK-10037)
[I] 2013-01-31 11:50:04.860 Profiling engine section. (TSK-10015)
[E] 2013-01-31 11:50:04.892 (14.0) 01-31-13 11:49:56 (E) (6092:1288) RUN-050802: |Session JOB_Rule_NP_2_1
Cannot convert data <null> into type <DOUBLE>. Context: Column <>.
Additionally, when we even try to profile the data, we get errors:
[I] 2013-01-31 11:55:14.455 Summary of task [ColumnProfiling 2013.01.31 09:54:43] with [1] subtask(s) executed. (TSK-10005)
[I] 2013-01-31 11:55:14.471 [1] Subtask(s) executed with errors. (TSK-10007)
[I] 2013-01-31 11:55:14.549 Subtask [run id=1] Table dbo.PROPERTY_VW: while trying to invoke the method java.lang.String.length() of an object loaded from local variable str (TSK-10008)
[I] 2013-01-31 11:55:14.674 Task process finished with errors. Status is set to failed. (TSK-10027)
[I] 2013-01-31 11:55:14.690 Utility processing ended.
[C] 2013-01-31 11:55:14.893 0 inserts and 4 deletes were performed on table dbo.MMT_Extended_Text. (COR-10041)
[C] 2013-01-31 11:55:15.096 Batch lock has been released. (COR-10215)
[E] 2013-01-31 11:55:15.112 Utility failed with code 4. (COR-10020)
Thanks,
Tom