Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
table name in data deploy
vinylrecord
i am a problem with the name of the table , in the data deploy, where do i exactly specify the name of the table, in which i need my enteries to get inserted.By default its appending the full path, which i dont want.
If any one knows do reply back. thanks
Find more posts tagged with
Comments
Migrateduser
If you are using DAS, DD builds up the table name based on the Vpath and DCR-type. If you use standalone you can specify your own table name. If you are using UDS you can specify the table name as an attribute of the group element.
vinylrecord
thnaks for reply,
I am using from unix command line
iwsyncdb.ipl command for the table creation. so is there any mechanism by which i can give by own specified table name.
plz do reply soon........
Migrateduser
If you are using DAS you can hardcode the table names in your dd.cfg files, be careful and change all the table names appropriately for all deployments. i.e. keep base-table name same and table name same for all deployments.
The other way to use user define table names is to use standalone deployments using iwdd.ipl CLT.