<div dir="ltr">Can you provide the request you are using? I just tested on Satellite 5.5 using the following and it seems to work ok for me<div><br><div><div>    EKEYS = client.activationkey.listActivationKeys(seskey)</div>
<div>                for EKEY in EKEYS:</div><div>                        if  EKEY.get('description') == KEY_NAME:</div><div>                                print "Getting Key Details" + KEY_NAME</div><div>
                                DETAILS = client.activationkey.getDetails(seskey,EKEY.get('key'))</div><div>                                print DETAILS.get('description') + " " + DETAILS.get('key') + " " + str(DETAILS.get('usage_limit'))</div>
<div><br></div></div></div><div><br></div><div><div>Getting Key Detailsact-pci-vdc-unit-rhel6-x86_64</div><div>act-pci-vdc-unit-rhel6-x86_64 1-act-pci-vdc-unit-rhel6-x86_64 0</div><div>complete</div></div><div><br></div><div>
Will</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 30, 2013 at 9:11 AM, Brian Collins <span dir="ltr"><<a href="mailto:brianc@sedata.com" target="_blank">brianc@sedata.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> I'm trying to use the activationkey.getDetails api call but I always get<br>
> the error:<br>
> Fault returned from XML RPC Server, fault code -1:<br>
> redstone.xmlrpc.XmlRpcFault: unhandled internal exception: Could not<br>
> find activation key: 42-key-name<br>
><br>
> I have tried several different keys and made sure they show up in<br>
> response to the activationkey.listActivationKeys call.<br>
><br>
> This is on a satellite 5.4.1 server.<br>
<br>
</div>Indeed.  I am on Satellite 5.5, and I was able to re-create the problem.  I even listed all the activation keys (which did list out all my activation keys), and tried getDetails and listActivatedSystems on a few of them.  Same result.<br>

<br>
I see nothing in Red Hat's KB about this.  I'm probably going to open a support case.  Since you're using Satellite, you should probably do the same.<br>
<span class="HOEnZb"><font color="#888888"><br>
Brian Collins<br>
Sr. Systems Engineer<br>
Southeastern Data Cooperative<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
Spacewalk-list mailing list<br>
<a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
</div></div></blockquote></div><br></div>