Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gam csv and gam batch commands not working as expected #1478

Open
loweaxerium opened this issue Feb 7, 2022 · 3 comments
Open

gam csv and gam batch commands not working as expected #1478

loweaxerium opened this issue Feb 7, 2022 · 3 comments
Assignees
Labels

Comments

@loweaxerium
Copy link

loweaxerium commented Feb 7, 2022

The issue tracker is for reporting product deficiencies. "How do I?" questions should be posted to the discussion forum at https://groups.google.com/group/google-apps-manager. When in doubt, start at the discussion forum and return here only when instructed to do so.

Please confirm the following:

Full steps to reproduce the issue:

  1. gam csv courses.csv gam course ~Alias sync teachers group ~Group
    Or
  2. gam batch batch.gam

Inside batch.gam
gam csv courses.csv gam course ~Alias sync teachers group ~Group
commit-batch
gam courses.csv gam update course ~Alias status ACTIVE

Expected outcome (what are you trying to do?):
Individual commands being run correctly

Actual outcome (what errors or bad behavior do you see instead?):
No command is run (Apparently this only happens with course commands)

@taers232c
Copy link
Contributor

Due to the way Standard GAM is coded, neither of these commands can work because of thread/process handling.

With Advanced GAM, this command will work as is:
gam csv courses.csv gam course ~Alias sync teachers group ~Group
This command will work as modified:
gam tbatch batch.gam

https://github.com/taers232c/GAMADV-XTD3/wiki/How-to-Upgrade-from-Standard-GAM

Ross

@ferferga
Copy link

ferferga commented Oct 9, 2023

@taers232c This is a bit off-topic, but why not contribute these fixes here, upstream? I saw that you have some commits in this repo, it's not like it's abandoned or something... I don't see the reason for a fork?

@taers232c
Copy link
Contributor

taers232c commented Oct 10, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants