|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
admincontrol.completeobjectname(type=Cluster... doesn't work |
« View previous topic :: View next topic » |
Author |
Message
|
EricL |
Posted: Thu Dec 12, 2019 12:24 pm Post subject: admincontrol.completeobjectname(type=Cluster... doesn't work |
|
|
Centurion
Joined: 10 Oct 2014 Posts: 102
|
Hi there,
I got a Jython Script written by previous co_worker, when I make test I got timeout error at function call AdminControl.completeObjectName(), the code segment is as:
....
....
1. cluster = 'ABC_Cluster'
2. cell = AdminControl.getCell()
3. #print " Cell name is --> "+ cell
4. Cluster = AdminControl.completeObjectName('cell='+ cell +',type=Cluster,name='+ cluster +',*')
5. state = AdminControl.getAttribute(Cluster, 'state')
....
.....
The execution stopped at line 4, until timeout, looks like function call AdminControl.completeObjectName('cell='+ cell,type=Cluster ...) didn't work, can please provide some advice?
BTW, Is there anywhere I can get Jython Script running log within wsadmin?
Thanks |
|
Back to top |
|
 |
EricL |
Posted: Thu Dec 12, 2019 1:12 pm Post subject: |
|
|
Centurion
Joined: 10 Oct 2014 Posts: 102
|
Fyi, the issue has been solved, as admincontrol.completeobjectname(type=Cluster..) is working fine on another websphere server.
Thanks... |
|
Back to top |
|
 |
feliciello |
Posted: Mon Nov 23, 2020 1:27 pm Post subject: |
|
|
Guest
|
Thank you for posting the solution. I had to deal with something similar |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|