MSCEWI4071
CURRENT_USER function does not support a user ID as a parameter.
Medium
This EWI is added when functions like
SUSER_NAME
or SUSER_SNAME
contain the user identifier as a parameter because this last one is not supported in the CURRENT_USER function in Snowflake.SELECT SUSER_NAME(0x010500000000000515000000a065cf7e784b9b5fe77c87705a2e0000);
SELECT
CURRENT_USER() /*** MSC-WARNING - MSCEWI4071 - User ID parameter used in SUSER_NAME function is not supported in CURRENT_USER function and it was removed. ***/
- No additional user actions are required.
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 2mo ago