webMethods 6.1 pathName=/ProcessModelVersion field not present error

Hi,

I have created a BPM Model (webMethods 6.1) with 7 of its steps mapped to 7 logical servers. When the subscribed document is published, the below error is written in the log. I check the data that is being sent in the subscribed document, everything seems fine.

com.wm.app.b2b.server.ServiceExcepti
on: [ISS.0098.9007] Data does not conform to the Publishable Document Type wm.prt.status:ChangeCommand errors: INVALID
List of errors:
[0] pathName=/ProcessModelVersion errorCode=VV-005 errorMessage=[ISC.0082.9034] Field is absent, field must exist

com.wm.app.b2b.server.ServiceException: [ISS.0098.9007] Data does not conform to the Publishable Document Ty
pe wm.prt.status:ChangeCommand errors: INVALID
List of errors:
[0] pathName=/ProcessModelVersion errorCode=VV-005 errorMessage=[ISC.0082.9034] Field is absent, field must exist
at wm.server.publish.publish(publish.java:281)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


com.wm.app.b2b.server.ServiceException: [ISS.0098.9007] Data does not conform to the Publishable Document Type wm.prt.dispatch:ProcessTransition errors: INVALID
List of errors:
[0] pathName=/ProcessModelVersion errorCode=VV-005 errorMessage=[ISC.0082.9034] Field is absent, field must exist

com.wm.app.b2b.server.ServiceException: [ISS.0098.9007] Data does not conform to the Publishable Document Type wm.
prt.dispatch:ProcessTransition errors: INVALID
List of errors:
[0] pathName=/ProcessModelVersion errorCode=VV-005 errorMessage=[ISC.0082.9034] Field is absent, field must exist
at wm.server.publish.publish(publish.java:281)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)

Do you know how to resolve this error ?

Thanks,
Shiv

In the publishable document, make the field ProcessModelVersion as optional. Or, before publishing the document, populate it with some value.

One question: Do we have to do any specific configuration to execute steps from different IS ?

Hi Shiv,

Just check the PRT table and try to find out if the generated model has the version number.Try regenerating the model and run ,

Cheers,
Samrit