Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A automated-email-migration
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mohammad Hanif Bin Maisin
  • automated-email-migration
  • Wiki
  • Troubleshooting

Troubleshooting · Changes

Page history
Update Troubleshooting authored Dec 09, 2025 by Mohammad Hanif Bin Maisin's avatar Mohammad Hanif Bin Maisin
Hide whitespace changes
Inline Side-by-side
Troubleshooting.md
View page @ c8dd23c8
......@@ -62,11 +62,29 @@
- Verify database file permissions
- Check for errors in logs
## Logs
- **Master Summary:** `D:\automated-email-migration\logs\daily_summary\YYYY-MM-DD_master_summary.log`
- **Application Logs:** Console output or `migration.log`
- **Database:** `migration_queue.db`
## Log Locations
### Master Summary Log
- **Location:** `D:\automated-email-migration\logs\daily_summary\YYYY-MM-DD_master_summary.log`
- **Purpose:** Daily overview of all operations
- **Check for:** Step completion status, user counts, errors
### PST Export Logs
- **Location:** `D:\Scripts\automation-gmail-{SERVER}\*_MailboxMigrationLog.txt` (on Hafnium)
- **Purpose:** Detailed PST export progress per user
- **Check for:** Export errors, user-specific failures, completion status
### GWME Execution Logs
- **Wrapper Logs:** `D:\GWMME\logs\` (TEMP01) or `C:\GWMME\logs\` (TEMP02/TEMP03)
- **Status Files:** `C:\Users\KKIPCScriptAdmin\AppData\Local\Google\Google Apps Migration\Tracing\ExchangeMigration\Status\*.txt`
- **Purpose:** GWME migration execution details
- **Check for:** Migration errors, user failures, completion status
- **Access:** RDP to migration servers
### Database Logs
- **Location:** `migration_queue.db`
- **Purpose:** All migration steps and status changes
- **View:** `python -m db_utils log [limit]` or query `migration_logs` table
---
......
Clone repository
  • Architecture
  • Configuration
  • Deployment
  • Home
  • Operations
  • System Components
  • Troubleshooting
  • Workflow