Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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?
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>
