If needed, set up a publisher process in the Console and create the publisher message queues.
Note: If you already have a working Publisher for Dynamics NAV, you can skip this task.
The Publisher for Dynamics NAV is included as part of the TIBCO Scribe® Insight installation. For more information, see the TIBCO™ eDelivery site.
To create a publisher in the Console
Dynamics NAV 2013 And Higher Connection Settings
Note: The default port number is 8085. If your company uses the default port, you do not need to specify the port number.
If you are using a different port number, you must specify it. For example NAVTEST:8003. For more information about setting up the NAS service and specifying the port, see Supporting Multiple Organizations.
Dynamics NAV 2009 R2 Connection Settings
Note: The default port number is 8085. If your company uses the default port, you do not need to specify the port number.
If you are using a different port number, you must specify it. For example NAVTEST:8003. For more information about setting up the NAS service and specifying the port, see Supporting Multiple Organizations.
When creating the publisher, three publisher message queues are created on your Insight server. The queue names use this format: SCRIBESERVERNAME\Private$\NAVSERVERNAME_MSNAVPubIn.
When creating the publisher, three publisher message queues are created on your Insight server. The queue names use this format: SCRIBESERVERNAME\Private$\NAVSERVERNAME_MSNAVPubIn.
For example, MYSCRIBESERVER\Private$\MYNAVSERVER_MSNAVPubIn.
Note: TIBCO recommends selecting this option while you are setting up the publisher to assist with troubleshooting. Clear this setting after verifying that the publisher is set up and working properly.
If the following error message appears when you try to create a DTS with an XML connection, your XDR schema has duplicate node names: Invalid Schema or Document: Node list not unique.
When you create a schema using the Publisher for Dynamics NAV, Insight generates a schema file in .XDR format. The XDR schema is created with a node for Entity, Parent Object, and Child Object, even if the entities or objects use the same name, such as an Account Entity and an Account Child Object.
Although the publisher creates a schema with identical nodes, XDR schema standards prevent the Workbench from opening or processing it. To work around this issue, use an XML sample message as the schema. Create an XML sample message:
See also