I set 4 remote servers thru IS admin portal, 2 of them are Verson 9.7, 2 of them are Version 9.10. Such as
Name | Version
IS_A 9.7
IS_B 9.7
IS_C 9.10
IS_D 9.10
I set IS_A as source server. When I add Target Servers for Deployment Maps, there is a warning “[DEP.0002.0171] Deployer has applied a filter for targets of version 9.7 on project XXX”, which means that only one optional server IS_B could be chose. I was planing to deploy packages from Wm 9.7 to Wm 9.10. However, for now I can not choose a 9.10 server.
I have an issue with my deployer,
when i create a project with the package name containing “_”, in the WMdeployer/pub/projects, it creates a project with a bizarre name, exemple :
projectName : ztest_Build
projectNameEncoded : pq_ztestBuild_93a
I have a question about adapters and i didn’t get an answer from the forum, i have to lock a line in a table in a database and do some modification on it, and i don’t want anybody to touch it till im done with it, my question is : the lock of the lines is delt with by the database or should i use start/commit transactions to get the job done ?