How to publish messages into Document Store in webmethods IS without broker

1.9k Views Asked by At

I'm using webMethods 9.12.0. Only integration server and MWS is configured. I need to publish a message locally in IS. But when I tried to publish, its throwing error "document type not defined". Where to define document type?

3

There are 3 best solutions below

0
On BEST ANSWER

If you disable trigger documents will be discarded. But if you suspend it, documents will available when the trigger is enabled.

0
On

You need to configure the local connection name in the document type you are trying to publish. In properties of the document type set the connection alias name to DEFAULT(IS_BROKER_CONNECTION). Saving this should define the Provider definition to "Publishable Locally only" and allow you to use this "document type" name in the input of pub.publish service which should be able to publish the document locally.

0
On

Please sync your document type from Designer to Broker.

Use File> Sync Document types >All.

Now broker will know the type metadata of document

Thanks , Manoj