2.9 KiB
2.9 KiB
SAP Build Work Zone Troubleshooting Guide
Common issues and solutions for SAP Build Work Zone, advanced edition.
Source: https://github.com/SAP-docs/sap-btp-build-work-zone-advanced
Table of Contents
API Errors
HTTP 503 - Service Unavailable
Cause: Service maintenance or system overload
Solution: Wait and retry after a few minutes
HTTP 429 - Too Many Requests
Cause: Rate limit exceeded
Solution:
- Check
X-RateLimit-Remainingheader - Wait for
X-RateLimit-Resetseconds - Implement exponential backoff
OAuth Authentication Failure
Cause: Invalid or expired credentials
Solution:
- Verify Workzone API Client credentials
- Check OAuth token expiration
- Regenerate client secret if needed
Card Issues
Card Not Displaying
Causes:
- SAPUI5 version incompatibility
- Invalid manifest.json
- Missing destinations
Solutions:
- Verify SAPUI5 version (1.87.0+)
- Validate card manifest
- Check destination configuration
Card Deployment Failed
Causes:
- Missing permissions
- Invalid package structure
Solutions:
- Verify Workzone_Admin role
- Check project structure
- Review deployment logs
Workspace Issues
Cannot Create Workspace
Cause: Permission restrictions
Solution: Check workspace creation settings in Features
Missing Content
Cause: Permission or visibility settings
Solution: Verify content permissions and user access
Integration Issues
Microsoft Teams Connection Failed
Causes:
- Invalid OAuth configuration
- Tenant mismatch
Solutions:
- Verify Azure AD app registration
- Check tenant configuration
- Review consent permissions
Performance Issues
Slow Page Load
Solutions:
- Reduce number of cards per page
- Optimize card data queries
- Enable CDN for static content
Documentation Links:
- Troubleshooting Guide: https://help.sap.com/docs/build-work-zone-advanced-edition
- SAP Samples: https://github.com/SAP-samples/build-workzone-integration