Symptom
- An import connection to Snowflake cannot be created.
- Fails with error message: Snowflake connection could not be created. This might be due to the system being unreachable or invalid connection
details. Please check your input and try again. - In the HAR, the following can be seen: The Account 'snowflake user account' is invalid. Snowflake Account name must start with an alphabetic character and cannot contain spaces or special characters except for underscores.
Environment
SAP Analytics Cloud Enterprise 2026
Reproducing the Issue
- Open the Developer tools in your browser.
- Attempt to create a Snowflake connection in SAC.
- Note the error message.
Cause
The issue is triggered by an incompatible format in the Snowflake account identifier supplied during the connection setup.
The underlying Snowflake JDBC driver utilizes strict syntax parsing rules. If the Snowflake account name contains an explicitly forbidden character, the driver rejects the handshake before authorization occurs. According to database naming conventions, standard Snowflake account names must initiate with an alphabetical character and are restricted exclusively to alphanumeric values and underscores (_).
More information regarding naming conventions is available in Snowflake's official documentation: Account identifiers | Snowflake Documentation
Resolution
Modify the Snowflake account identifier to comply with Snowflake rules (must start with an alphabetic character; only underscores allowed; no hyphens). If modification isn’t possible, create a new compliant account and retry the connection.
See Also
- Account identifiers | Snowflake Documentation
- KBA 2569847 - Where can you find SAC user assistance (help) to use, configure, and operate it more effectively?
- KBA 2487011 - What information do I need to provide when opening a case for SAP Analytics Cloud?
- KBA 2511489 - Troubleshooting performance issues in SAP Analytics Cloud
- SAP Analytics Cloud Connection Guide
- SAP Analytics Cloud Get More Help and SAP Support
- Need More Help? Contact Support
Your feedback is important to help us improve our knowledge base.
Keywords
SAC, Snowflake, Connection, failed, DPAdapterAccess, Driver, Error, Account, name, Invalid, identifier, Hyphen, Special, character, Live, Data, Remote, Source. , KBA , LOD-ANA-AQU , Import Data Connections (Acquiring Data) , Known Error
SAP Knowledge Base Article - Public