Found a similar error where it was suggested to use code page 1252, tried that but still the same error
G:\My Drive\gam-64>chcp 1252
Active code page: 1252
G:\My Drive\gam-64>gam info domain
Customer ID: xxxxxxxxx
Primary Domain Verified: True
Customer Creation Time: 2012-05-14T06:16:10.396Z
Default Language: ja
Address:
Traceback (most recent call last):
File "gam.py", line 12345, in <module>
File "gam.py", line 11761, in ProcessGAMCommand
File "gam.py", line 1623, in doGetDomainInfo
File "gam.py", line 1658, in doGetCustomerInfo
File "encodings\cp1252.py", line 12, in encode
UnicodeEncodeError: 'charmap' codec can't encode characters in position 14-27: character maps to <undefined>
[15528] Failed to execute script gam
As per previous question (
https://groups.google.com/forum/#!msg/google-apps-manager/Q2aMzqM4Yrw/MsvfH455BQAJ), I tried piping to a txt file and that worked, my concern is what other errors I may come across that piping to a text file doesnt fix, any ideas how to resolve this properly? (I am going to be exporting users, groups, resources, aliases, domains and orgs from this instance to create in another instance ready for a full migration in case that is relevant)