- Newest
- Most votes
- Most comments
This 404 "Service Not Found" error when using the SAP OData connector with AppFlow or Glue typically indicates an issue with the service path configuration or accessibility.
Here are some potential causes and solutions:
-
Incorrect Application Service Path: Ensure you've entered the correct catalog service path. For Amazon AppFlow, this should be something like "/sap/opu/odata/iwfnd/catalogservice;v=2" and not a specific object path. Amazon AppFlow doesn't accept specific object paths.
-
Entity Name Format: If you're using AWS Glue, check that your ENTITY_NAME is correctly formatted. The path should be complete and properly structured (e.g., "/sap/opu/odata/sap/[service_name]").
-
Service Activation: Verify that the OData service you're trying to access is properly activated in your SAP system. The catalog service must be enabled.
-
Authentication Issues: Confirm that the user credentials you're using have sufficient permissions to access the specific OData service.
-
Network Connectivity: If your SAP system is not directly exposed to the internet and is only accessible within your intranet, you may need to set up a private connection. For AppFlow, you can use AWS PrivateLink by providing your VPC Endpoint service name. For environments where SAP is only accessible via corporate network, consider using AWS Client VPN to maintain connectivity.
-
OData Version Compatibility: Ensure your SAP system is using a compatible OData version (V2.0 or V4.0) that works with the AWS connectors.
-
URL Accessibility: The application host URL must be accessible over the public internet for non-PrivateLink connections. Try accessing the OData service URL directly in a browser to verify it's reachable.
If you've verified all these points and still encounter issues, you might want to check the SAP Gateway logs for more detailed error information about why the service is not being found.
Sources
SAP OData connector for Amazon AppFlow - Amazon AppFlow
Data integration - General SAP Guides
SAP connectivity issues | AWS re:Post
answered a year ago
Relevant content
asked 4 years ago
