-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MissingQueryArgument when importing Ipv6 records #5
Comments
Definitely a bug ! Unfortunately, I won't be able to fix it as the correction must be made in iTop's heart, under the metamodel.class.php. I'll check with iTop dev's team to see what can be done and I'll keep you posted. In the meantime, you may import your data using the advanced mode and directy refer to the IPv6 address key... |
Unfortunately, using the advanced mode (via web portal) does not resolve. I get the same error. The only way i found is to manually create the AAA records. |
Well, yes, it works with the advanced mode. You need to provide the ID / Key number of the IPv6 Address that the AAAA record should point to (what you can find in the URL of the presentation screen of the IP or by hovering the IP in a list), and map it to the field IPv6 Address. Export / Import will work as well with the advanced mode as long as you export the ID of the IP address and use it to reimport. |
FYI, the bug reported here should be corrected in the next iTop 3.2 version. |
Bad news: finally, the bug has not been corrected by Combodo in the 3.2 release. I'll keep pushing to have it fixed in the next one. |
@xtophe38 maybe You can add a workaround/patch in TeemIP standalone version? |
Yep. I'll do it if it is not corrected in next iTop revision. |
Done: standalone TeemIp-3.2.1-2412 corrects the problem. Note that I don't have any clue, at this stage, if it will be corrected in iTop's next revision. |
Not sure if it's a bug or i'm missing something in my environment, but importing ipv6 records from a CSV file, or via web, always throws a MissingQueryArgument error and nothing is imported.
Teemip Version
3.1.4-2312
Csv file
Import procedure
php teemip/webservices/import.php --auth_user=xxxx--auth_pwd=xxxx--csvfile="myzone.com._AAAA.csv" --class="AAAARecord" --charset="UTF-8" --no_localize=1 --reconciliationkeys="name,ip_id->ip" --simulate=0 --output=details
The text was updated successfully, but these errors were encountered: