-
Re: Changing SQL Query Error messages from French to English?
Hi @tgb417 I just tested the latest 9.0.4 image and everything is already set to en_US.UTF-8:1 · -
Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe0 in position 16: ordinal not in range(128)
Hi @Keerthan Looks like you are trying to return a predictor for the saved model with Python3.7 while the model was previously trained with Python2.7. Can you re-train the model with Python3.7 first …3 · -
Re: Name External Conda environment - how to use containerized execution ?
Hi @rona Yes, you can add an additional conda channel by going to managed code env -> General tab where you need to uncheck "Inherit global settings" and add two lines to the Extra optio…2 · -
Re: Generate encrypted passwords manually
Hi @DrissiReda We don't have a binary that has the functionality to encrypt using pbkdf2. That is done internally in DSS only. For user creation you might want to have a look at python APIs: https://…1 · -
Re: Default project: How is it set? When is it not valid?
Hi @MarkPundurs Yes, "get_default_project()" will return the "DSSPoject object" of the current project from where you are executing the code. If "default_project_key()" …1 ·
