cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. 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. "

alonkar-2
1-Newbie

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?

1 REPLY 1

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>

Top Tags