Hello,
I have some problem deploying a Process Model with the deployer.
I’m using webMethods 8.0.1 version.
I have create a deployer project containing only Process Model sets.
I configured a sets by selecting only one process model.
Some checks dependencies warns me that there may exist problem. I choose “Exist” on those problem as the warning concern IS package which are already deployed on the target server.
My first problem is that the list of dependencies is wrong.
In the “PackageManage.jpg” file you can see the content of the KerneosProcess package of the source server.
Check in particular the name of all “QueueTask” flow service.
Then check the “QueueTask_Flow.jpg”. All dependencies related to “QueueTask” flow service are wrong. They try to use a flow service containing two “_” in the name. Plus, it tells me that the type of the artefact is unknown.
After saying it will exist on the target server all is OK and I can build and export it.
I import the build on the target server and try to configure the map.
When I do it, it tells me that some dependencies are not present.
If you check the “TargetServerMap2.jpg” you can see that only the “QueueTask” flow service are showing (with two “__”).
Those flow service are correctly deployed in the target IS but with one “_” as they should.
Is there a problem with the deployer concerning the auto-made “QueueTask” flow service by a processModel ? (I did not modify them. They are generated automaticaly when I call a task).
Why it is happening only to those flow services and not to the other auto-made flow service too ?
Thx,
Mathieu