You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope you are doing well. I need some help with ise-guest migrator. The code written is very crisp but I am facing an issue.
While migrating the guest user, its able to identify the users but unable to push the config to target ise server. And it says 0 account created and 0 failures. Any help in this would be really appreciated .
Thanks in advance :)
help wanted
Kuheli Sarkar
The text was updated successfully, but these errors were encountered:
I'd suggest starting with reviewing the caveats section of the README to double check a couple of system requirements.
When I built this, I did not handle many errors. So, anything other than a guest username already existing just exits and shows no error. This is mainly due to the target use case being a brand new ISE install.
You could add a more generic except block around line 42 in migrate-guests.py to see if that helps identify what's going on.
Hi Ryan
Hope you are doing well. I need some help with ise-guest migrator. The code written is very crisp but I am facing an issue.
While migrating the guest user, its able to identify the users but unable to push the config to target ise server. And it says 0 account created and 0 failures. Any help in this would be really appreciated .
Thanks in advance :)
help wanted
Kuheli Sarkar
The text was updated successfully, but these errors were encountered: