Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR June 25, 2025: Build on Apache Iceberg with Qlik Open Lakehouse - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
festergard_sq
Partner - Contributor II
Partner - Contributor II

Qlik Talend Cloud setIgnoreCaseflag internal parameter not working for FileFormats and Stages

In Qlik Talend Cloud we're experiencing an issue similar to this: Re: Replicate not Ignoring setIgnoreCaseflag advan... - Qlik Community - 2431632

We get the same error code as in the linked post. When examining the code pushed down to Snowflake, we can see that the same stage is tried to be created twice.

We believe this is due to a check that the code makes to see if the stage exists, but the logic of the check is checking for a stage with lowercase characters in the name, but when the setIgnoreCaseflag is set the stage is created with all caps in the name. Therefore the script tries to create the stage again and the job fails. 

Has anybody been able to mitigate this? 

Labels (3)
2 Replies
sureshkumar
Support
Support

Hello @festergard_sq 

I would suggest open a support ticket with us so that we can check the above behavior with the R&D Team, Thanks

 

Regards,
Suresh

festergard_sq
Partner - Contributor II
Partner - Contributor II
Author

Hi @sureshkumar 

 

This have already been reported in a support ticket and moved to the R&D team. 

thanks for the suggestion