03-05-2020 07:58 AM
Hello all,
anyone tried to create migration configuration for IOS-XR 32-bit->64-bit migration? I have updated the CSM Server to Version 4.2 and at least for me it seems to be broken. I getting follwing error out of System log traces:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.7/site-packages/flask_restplus/api.py", line 536, in error_router
return original_handler(e)
File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/usr/local/lib/python3.7/site-packages/flask_login/utils.py", line 261, in decorated_view
return func(*args, **kwargs)
File "/usr/local/csm/csmserver/views/asr9k_x64_migrate.py", line 205, in process_config_conversion_output
next_row = reader.next()
AttributeError: '_csv.reader' object has no attribute 'next'
Br
Solved! Go to Solution.
03-08-2020 03:00 PM
This issue was fixed in 4.2.1 which was released 2 days ago, can you try with that version?
Changelog
Release 4.2.1 (March 06, 2020)
Cisco Software Manager Server (csm)
Enhancements
Issues Fixed
Cisco Software Manager Plugin Engine (csmpe)
Release 3.0.1 (March 06, 2020)
Issues Fixed
Device Connectivity Module (condoor)
Release 3.0.1 (March 06, 2020)
Issues Fixed
Thanks,
Sam
03-08-2020 03:00 PM
This issue was fixed in 4.2.1 which was released 2 days ago, can you try with that version?
Changelog
Release 4.2.1 (March 06, 2020)
Cisco Software Manager Server (csm)
Enhancements
Issues Fixed
Cisco Software Manager Plugin Engine (csmpe)
Release 3.0.1 (March 06, 2020)
Issues Fixed
Device Connectivity Module (condoor)
Release 3.0.1 (March 06, 2020)
Issues Fixed
Thanks,
Sam
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide