Answer recommended by moderator
Hi @Ishika Raiyani ,
Thanks for confirming that means the SQLite issue is resolved.
The new error, βThe given pathβs format is not supportedβ is not related to SQLite. It indicates an issue with the file path/connection string used in your package. Try bellow steps
- Verify any file paths or connection strings used in:
CData Odoo connection
Flat file / SQLite source - Ensure the path is:
- A valid absolute path (e.g., C:\folder\file.db or \server\share\file.db)
- Not empty, malformed, or containing invalid characters
- If using parameters/variables, confirm they are resolving correctly at runtime (SSISDB vs VS can differ)
- A valid absolute path (e.g., C:\folder\file.db or \server\share\file.db)
Add a temporary Script Task or logging to print the final resolved path this usually reveals the issue immediately.
This is now a path/configuration issue, not a driver problem.
Thanks,
Akhil.
