Hi,
I am facing an issue deploying a comma separated list as a replicant field.
Reference

D 601 PDF
my env:TS 6.5 SP2
OD 6.0.1
win2003 Ent edition
Thing is, under the following DD definition the datadeploy simply ignires the group.
MY DCR item looks like this:
1
2
3
it goes as a comma separated list to DD.
my DDCFG definition:
area ="$area" >
database name="microsoft-db"
db = ""
user = ""
password = ""
vendor = "microsoft-inetuna"
timeout="10" max-id-length = "128"
update-type="standalone" state-field="state"
delete-tracker="yes" enforce-ri="no">
...>
I am not sure what is wrong here or do I need to set something else to make this working.
thx in advance..