Hi,
How can I install and configure Trading Network using composite template in Command Central for the version 9.9?
Thanks in advance.
Hi,
How can I install and configure Trading Network using composite template in Command Central for the version 9.9?
Thanks in advance.
CC does not come with default composite template for Trading Networks, so you need to create a custom composite template for it.
Start with default is-layer template first which can be found at INSTALL_DIR/profiles/CCE/data/templates/composite/is-layer/template.yaml
environment.type=server
install.dir=/opt/softwareag
os.platform=lnxamd64
os.username=sagadmin
os.password=sagadminpass
repo.product=webMethods-9.9_LocalMirror
repo.fix=Empower
is.host=linuxhost
is.fixes=ALL
cc exec templates composite apply is-layer -i mytn.properties
Monitor the job using CC Web UI jobs view or CLI
To add TN Server clone is-layer template into a new/custom tn-layer template
Modify is-server inline template to add TNServer: product to the products list above integrationServer:
templates:
is-server:
fixes: ${is.fixes}
products:
TNServer:
integrationServer:
${is.instance.name}:
... rest of config
cc exec templates composite apply tn-layer -i mytn.properties
I’ll be posting basic composite template development tutorial in the next couple of weeks that will cover all the details on how to create new composite templates from scratch.
Stay turned.
Thanks
Sergei
Sergei: Thanks for sharing good information, also happy to hear you will create a doc on this which is really helpful to many.
@Arpan: Follow steps given and share your experience.
Thanks,
Thanks Sergei.
The two packages got installed - WmTN and WmTNExtDC. But there is no addition of Trading Network under solutions tab. And I am not able to see EDI related packages .
Could you please let me know what needs to be done in such case to install EDI packages and getting Trading Network under solutions tab?
Update : 8-Jan-16
I have faced similar problem with JDBC Adapter. The packages appeared under IntegrationServer/packages but not under instancename/packages
I have used
./is_instance.sh update -Dinstance.name=XXX -Dpackage.list=WmJDBCAdapter
then JDBC Adapter appeared. Is it correct way?
But the TN problem is as stated is not resolved. Is there any package missing?
Hi Arpan,
the feature for showing Trading Networks under Solutions has been retired together with TNConsole client for wM 9.x onwards.
Use B2B/TN Portal features in MWS instead.
Regards,
Holger
As suggested by you guys, TN is now appearing in MWS. But ACLs like TNAdministrators, TN MWS Users, TN PArtner ACLs are not appearing.
Also watt settings like watt.WmTN.aclMap and watt.WmTN.mwsMap are also not present.
Could you please let me know the reason? And how can we resolve it? If it can be resolved by composite template, how we can do it?