env: TS65/OD61/SQL2000(and SQL2005)
I wonder if someone can correct this OD61 DataDeploy behaviour or correct me? An OR container seems to just deploy one or the other item but not both
I have this dct item:
Enter an individual
Enter an organisation
The dcr has this xml:
arnout
interwoven
The dbschema has this section:
The table however is empty after running this command:
iwodcmd start test/dd -k iwdd=network
The tuple contains this:
DBD: TUPLE={network/0/content/0=
John doe is a john doe.
, network/0/name/0=John Doe, IWOV_PROC_FLAG=true, state=Original, network/0/key_contacts/1/organisation/0=BT, network/0=, network/0/key_contacts/1=, network/0/related/0=
http://www.google.co.uk, network/0/key_contacts/0=, network/0/key_contacts/0/individual/0=Simpson, path=templatedata\content\network\data\Tester}
If I remove one of the 2 organisation or individual, then the table gets populated with the appropriate option.
Anybody have an idea how to deal with this one? I have several of these OR containers to get working.
thanks for taking your time!