I am running version 9.0.2 with an Oracle 11 database. In the initial action of my process, I have a form that contains a dropdown field named STATE_NAME which populates with values from a lookup table (for example, a dropdown list that returns US state names). I am using the default Metastorm connection to the database (which has a successful connection) and am able to successfully deploy the process, but when I am in the web client and try to perform the initial action and bring up the form, the following error message appears:
Failed to executed deployed method 'DataValue', using entity 'STATE_NAME'. The Promote method returned an invalid value for the distributed transaction.
I've tried changing the MSDTC settings (on both the process engine and database servers) to enable user local coordinator and set the Security Configuration to enable Network DTC Access and enable Allow Inbound and Allow Outbound transactions. This results in the same error message.
Does anyone know how to resolve this?