Hi, please provide version 2.0.30 on PowerShell Gallery when you get a chance and/or have time. thank you in advance falang
Great Andreas, your changes in the function for the request_body brings the desired result. thank you 🙏
Hello, the creation and initialization of the identity service type "LDAP-JOC" by script ( unix-cli deploy-identity-service.sh store-service and then store-service-settings) does not work. The part store-service-settings for "LDAP-JOC" is not working. The function returns 0, no error message. The same settings ( json ) imported over the Webfrontend works. Is this part in the unix-cli experimental? I can't find this option in Powershell Module or Rest-Api doc at all. Service Type "LDAP" works as expected....
Hello, Is there a way to start a joc container ( docker ) in security level medium or high without touching the baseimage itself? There is no joc_install.xml here like with the onpromise installation. Unfortunately, the parameters security_level=medium + create_db_tables = true in the joc.properties do not help. thanks falang
Hello, in the forum there is no wishing thread, so let's go in here. A view in the JOC for File Order Sources would be nice and about their current status, maybe under Resources. Or have I missed something? Thank you and greetings
Addendum: I updated my second environment to 2.6.5. The workaround was not necessary! My first environment is an "on premises installation". The second one with your images in docker. ciao falang
Addendum: I updated my second environment to 2.6.5. The workaround was not necessary! My first environment is an "on promisse installation". The second one with your images in docker. ciao falang
Hello, after several attempts it works. Example sql, that does not work as a command.: select from an$example where limit ${count} A backslash doesn't help here: select * from an\$example where limit ${count} It goes: 'select * from an$example where limit ' ++ ${count} ciao falang