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

Disable Non-Prod ODS Scheduled Interfacing #1387

Open
telusdcinco opened this issue Dec 27, 2024 · 5 comments
Open

Disable Non-Prod ODS Scheduled Interfacing #1387

telusdcinco opened this issue Dec 27, 2024 · 5 comments
Assignees
Labels

Comments

@telusdcinco
Copy link
Collaborator

Disable Non-Prod ODS Scheduled Interfacing

This ticket is intended to document the activities for disabling the ODS interface for non-prod environments. This is not meant to be pushed to Prod.

@telusdcinco
Copy link
Collaborator Author

telusdcinco commented Dec 27, 2024

In non-prod environments, update the config map entries indicated in the boxes below.

image.png

After changes:

image.png

@telusdcinco
Copy link
Collaborator Author

telusdcinco commented Dec 27, 2024

In non-prod, manually run the overnight processes below as needed.

php artisan command:GetODSEmployeeDemographics --manual;
php artisan command:GetODSDeptHierarchy --manual;
php artisan command:BuildOrgTree;
php artisan command:SyncUserProfile;
php artisan command:GetODSPositions --manual;
php artisan command:UpdateGUIDByEmployeeId;
php artisan command:AutoRemoveAccess;
php artisan command:PopulateAuthUsers;
php artisan command:PopulateAuthOrgs;
php artisan command:SetNextLevelManager;
php artisan command:BuildAdminOrgUsers;
php artisan command:CalcNextConversationDate;
php artisan command:BuildEmployeeDemoTree;
php artisan command:PopulateEmployeeManagersTable;
php artisan command:PopulateUsersAnnexTable;
php artisan command:PopulateOrganizationStatistics;
php artisan command:CleanShareProfile;
php artisan command:MaintainLogs;

@telusdcinco
Copy link
Collaborator Author

Alternatively, run below for full employee demo download.

php artisan command:GetODSEmployeeDemographics --manual --alldata;

@telusdcinco
Copy link
Collaborator Author

Dev, Test, & Training config maps have been updated.

@telusdcinco
Copy link
Collaborator Author

@jessicahjwu I think we can close this one.

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

2 participants