neilwatson has asked for the wisdom of the Perl Monks concerning the following question:
Greetings,
For some reason this attempt to get the cobbler profile, from Satellite, in order to modify it, fails.
my $system_id = $server->get_profile_handle( $profile_name, $token )-> +result() or die "Could not find $profile_name, $!";
The die is invoked. There is no error returned, and nothing is in system_id. Web searches have turned up nothing. What might the problem be? I know the token is good, because I can create and delete profiles.
Neil Watson
watson-wilson.ca
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: get_profile_handle error with perl's xmlrpc::lite and satellite's cobbler
by taint (Chaplain) on May 23, 2014 at 15:16 UTC | |
by neilwatson (Priest) on May 23, 2014 at 17:32 UTC |