I am implementing "common code structure" that allows to replicate common code from parent database to all children databases. Users on Children database will be able to read/execute code but can’t modify it. Only parent database user can modify common code. Common code includes everything .. source code, header file and libraries.
I have decided to use DCM functionality. (Any other better method?)
Step performed:
(a) DCM enabled (initiate) parent database.
(b) Create transfer set
(d) Add specific project with common code in transfer set using following command:
ccm dcm -add -ts "TS_TEST1" <four part project name>
(e) Generate transfer
ccm dcm -generate -dbid MYID -ts TS_TEST1
(f) Since I chose direct transfer, it automatically receives it.
At the end I can see that transfer is successful.
BUT, when I fire up Synergy webclient to see project on children database, I don't see that project or any files under there.
How do I verify that transfer is successful and all objects along with project are replicated?
Am I using wrong method to achieve above task? If yes, any other pointers to right direction?
-Devendra
--
You received this message because you are subscribed to the Google Groups
"Synergy CM Tool" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to synergy-cm-to...@googlegroups.com.
To post to this group, send email to synergy...@googlegroups.com.
Visit this group at http://groups.google.com/group/synergy-cm-tool.
For more options, visit https://groups.google.com/groups/opt_out.
Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU
Hi Devendra,
Maybe I am not understanding your exact requirements correctly, but why wouldn’t you use baselines and the built-in propagation methods (Integration Testing > System Testing) for what you are trying to do? Your “common code structure” would simply be a baseline that your users could use in their projects (as included component). By nature a baseline can’t be modified.
I am probably oversimplifying this, just wanted to share my thought that came to mind while reading your question.
-Rudi.
To unsubscribe from this group and stop receiving emails from it, send an email to synergy-cm-tool+unsubscribe@googlegroups.com.
To post to this group, send email to synergy-cm-tool@googlegroups.com.
Visit this group at http://groups.google.com/group/synergy-cm-tool.
For more options, visit https://groups.google.com/groups/opt_out.