pickhardt / google-apps-shell

Automatically exported from code.google.com/p/google-apps-shell
0 stars 1 forks source link

Ambiguity in Output and Error Log #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Run "gas add_users_to_org name=ABC users_to_move={3}" on a template (CSV) in 
GASI.
2. It only shows "Updating Organization ABC" for each user concerned
3. The script stops whenever it encounters error, but we don't know which line 
in the template it was last executing.

Environment: Windows XP, Python 2.7, GASI 1.1.7

---

I hope that the GASI can log more clearly what it is doing when an error 
occurs, so that at least I can execute the remaining lines manually.

It is better if the GASI can continue to work on the next line even if it 
encounters error on some line in the template.  At least we can manually work 
on those skipped erroneous lines.

Original issue reported on code.google.com by hkust.is...@gmail.com on 1 Mar 2011 at 3:26

GoogleCodeExporter commented 9 years ago
Additional information:
I tried running the above command on a CSV file with about 1400 records.
It stops at around the 150th records with an error of "UnknownError"...
I have to re-run the command again from the beginning...

Original comment by hkust.is...@gmail.com on 1 Mar 2011 at 3:57