cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
573
Views
5
Helpful
1
Replies

Cisco Software Manager 4.2 vs ASR9K IOS-XR 64-bit Migration

mw79
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

smilstea
Cisco Employee
Cisco Employee

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

  • Display the Changelog information

Issues Fixed

  • Configuration conversion failed due to _csv.reader'object has no attribute next
  • Bumped csmpe version number to 3.0.1
  • The diff for Pre- and Post-Checks is not generated
  • After upgrade to 4.2.0 server time and server uptime is empty
  • Unable to edit user on Chrome browsers
  • Display the correct directory on CCO download & Managed Golden ISO dashboard
  • Install job with its dependency completed was not being executed

Cisco Software Manager Plugin Engine (csmpe)

Release 3.0.1 (March 06, 2020)

Issues Fixed

  • Hardware audit failed: TypeError: can only concatenate str (not "bytes") to str

Device Connectivity Module (condoor)

Release 3.0.1 (March 06, 2020)

Issues Fixed

  • Device discovery failed with standby console configured as VTY
  • condoor.log file is not created

 

Thanks,

Sam

View solution in original post

1 Reply 1

smilstea
Cisco Employee
Cisco Employee

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

  • Display the Changelog information

Issues Fixed

  • Configuration conversion failed due to _csv.reader'object has no attribute next
  • Bumped csmpe version number to 3.0.1
  • The diff for Pre- and Post-Checks is not generated
  • After upgrade to 4.2.0 server time and server uptime is empty
  • Unable to edit user on Chrome browsers
  • Display the correct directory on CCO download & Managed Golden ISO dashboard
  • Install job with its dependency completed was not being executed

Cisco Software Manager Plugin Engine (csmpe)

Release 3.0.1 (March 06, 2020)

Issues Fixed

  • Hardware audit failed: TypeError: can only concatenate str (not "bytes") to str

Device Connectivity Module (condoor)

Release 3.0.1 (March 06, 2020)

Issues Fixed

  • Device discovery failed with standby console configured as VTY
  • condoor.log file is not created

 

Thanks,

Sam