Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Description:
Changes for 1sync:
1- We have to change UCCnetTransport*.prop files in following directories:
MQ_COMMON_DIR/UCCnet/uccnetcomm/ and MQ_COMMON_DIR/uccnettest/uccnetcomm
We need to make following changes in these file:
2- Change property org.uccnet.ums.utapi.http.server.name for all files in MQ_COMMON_DIR/uccnettest/uccnetcomm
Old value = www.TESTregistry.net
New value = utapi.preprod.1sync.org
3- Change property org.uccnet.ums.utapi.http.server.name for all files in MQ_COMMON_DIR/UCCnet/uccnetcomm
Old value = www.uccnet.net
New value = utapi.prod.1sync.org
4- In the worklistquery.xml replace the following
xsi:schemaLocation="http://www.uccnet.org/schemas/2.2/uccnet http://www.testregistry.net/xmlschema/uccnet/2.2/Envelope.xsd" with xsi:schemaLocation="http://www.uccnet.org/schemas/2.2/uccnet http://www.preprod.1sync.org/schemas/fs/xmlschema/uccnet/2.2/Envelope.xsd"
5- We have to change following database entries too. SQL will be as following:
update domainvalue set value='http://www.preprod.1sync.org/schemas/fs/xmlschema/uccnet/2.2/Envelope.xsd' where ownerid=(select id from organization where name='UCCtest')and domainvalue='SCHEMALOCATION'
update domainvalue set value='http://www.prod.1sync.org/schemas/fs/xmlschema/uccnet/2.2/Envelope.xsd' where ownerid=(select id from organization where name='UCCnet') and domainvalue='SCHEMALOCATION'
In case you want to communicate with UCCnet/1Sync securely(HTTPS) you may need to download their certificates and insert them into your trusted certificate store if they are not present.
If you have any questions regarding this configuration of the new URL please contact TIBCO Support.
Thanks.
already.