Skip to main content
1-Visitor
June 17, 2016
Question

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. "

  • June 17, 2016
  • 1 reply
  • 1251 views

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?

1 reply

3-Newcomer
November 14, 2016

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>