Getting error while publishing to JMSQueue Distribution Target.".System errors occurred while publishing "xxx" to distribution target "as".| no ldap context found for administered objects. "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Getting error while publishing to JMSQueue Distribution Target.".System errors occurred while publishing "xxx" to distribution target "as".| no ldap context found for administered objects. "
Getting error while publishing to JMSQueue Distribution Target.".System errors occurred while publishing "xxx" to distribution target "as".| no ldap context found for administered objects. "
Any idea?
- Labels:
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I've the same problem in Windchill 11. If you use the Windchill 11 version, you need to add the JMS Service name directly in your jmsToExport.xml file.
<ie:webject name="Create-Object" type="MSG">
<ie:param name="SERVICE" data="net.domain.aiaJmsService"/>
<ie:param name="QUEUE" data="${@FORM[]QUEUE[]}" default="queue.sample"/>
<ie:param name="PRIORITY" data="${@FORM[]PRIORITY[]}"/>
<ie:param name="TYPE" data="TextMessage"/>
<ie:param name="PUT_STRING" data="${@FORM[]CONTENT[]}"/>
<ie:param name="GROUP_OUT" data="${@FORM[]group_out[0]}" default="output"/>
</ie:webject>