- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Searching GRID using perl
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-2016 11:27 PM
Hi Folks,
I am new to this community and looking for some support.
I am developing a perl script which will result an output with GRID and its members in a CSV file. While running the code , its throwing below error.
"Not allowed to access return_field 'extensible_attributes' of object 'ddiadm' with type 'Undefined'. (1012)"
The code which handles this error is below:
{
my $grid = $session->search(object => "Infoblox::Grid");
unless ($grid) {
handleError $session,"Enable to find grid";
}
What could be the possible reason for this error? Has anybody observed this kind of error?
Regards,
Jayesh
Re: Searching GRID using perl
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-2016 01:16 PM
Please include your code so we can test it, what version of NIOS and API are you using?
Twitter: https://twitter.com/sifbaksh
https://sifbaksh.com