ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Integrate with Openlens GUI Use the following command to get your cluster kubeconfig, you can then use this in OpenLens. kubectl config view --flatten Re: Cronjob to copy files from local to K8 Thank you very much jirazazabal , this worked for me! Cronjob to copy files from local to K8 Hi All, Currently I am using the following kubectl cp /home/ftpifx sisense/`kubectl -n sisense get po -l 'app=management' | awk 'END { print $1 }'`:/opt/sisense/storage/data/informix/ command to copy files between our local system and the storage pod. However, we want to automate the run of this. We tried creating a bash script and adding this to the Linux crontab, but this doesn't run. Is there another way to run this command automatically? SolvedRe: Stop Sisense Services Multi-node Linux Thanks, but this is for single node only according to this article Linux-Supported CLI Commands for Sisense "This is not recommended in multi-node deployments as some of the services have more than 1 replica. Sisense recommends you use the installer to update the load system." Re: Stop Sisense Services Multi-node Linux Thanks, I already know this one. Stopping per EC is going to take some time as we have a lot of them. I need something to stop all the EC's and Live connectors from building/accessing the databases. Stop Sisense Services Multi-node Linux Hi, What the best way to stop Sisense from running in a multi-Node environment? We actually want to stop all the EC's and Live connectors from building/accessing the databases. On WindowsIcould easily stop this, but on Linux this is new for me. Any help on this? Re: How To Troubleshoot Build Failures (Linux OS) Thanks Oleg_S , I created separate data groups for the failing cubes. It works now. However, I am also getting another error. Table query error. Verify that is written correctly and/or try to run it on the data source. Error details: BE#640720 Build failed: base table "Billing" was not completed as expected. Failed to read row: 0, Connector (BE#384596 Executing the query on the data source failed for 'tq_WspJKzkOd'. Build connector: BE#620491 Connector response: Failed to connect to data source - error from Oracle. Missing resource: Can't find bundle for base name oracle.net.jdbc.nl.mesg.NLSR, locale en. Linkage error: Loader com.sisense.common.javaclassinstaller.ChildFirstUrlClassLoader @7592117e attempted duplicate class definition for oracle.net.jdbc.nl.mesg.NLSR. (oracle.net.jdbc.nl.mesg.NLSR is in unnamed module of loader com.sisense.common.javaclassinstaller.ChildFirstUrlClassLoader @7592117e, parent loader 'app').). Do you happen to have a solution for this one also? Re: How To Troubleshoot Build Failures (Linux OS) Hi All, What does the following errors mean? 1.ElastiCube error. Error details: BE#640720 Build failed: base table "Tariff Charge" was not completed as expected. UpdateBBPWithGo(): aTariffChargeLink: Chunker element size 8 is different from BAT element size 4 of type int. 2.Table query error. Verify that is written correctly and/or try to run it on the data source. Error details: BE#640720 Build failed: base table "Transactions" was not completed as expected. Failed to read row: 0, Connector (BE#384596 Executing the query on the data source failed for 'tq_x1QBqHyne'. Build connector: BE#620491 Connector response: Failed to connect to data source - error from Oracle. Missing resource: Can't find bundle for base name oracle.net.jdbc.nl.mesg.NLSR, locale en. Linkage error: Loader com.sisense.common.javaclassinstaller.ChildFirstUrlClassLoader @6c044134 attempted duplicate class definition for oracle.net.jdbc.nl.mesg.NLSR. (oracle.net.jdbc.nl.mesg.NLSR is in unnamed module of loader com.sisense.common.javaclassinstaller.ChildFirstUrlClassLoader @6c044134, parent loader 'app').). Re: How To Troubleshoot Build Failures (Linux OS) How do I resolve this error? Everything is running fine. Services connectivity error. Check services status or deployment issues. Error details: BE#150935 Timeout on Get cube for build. Integrate with Openlens GUI Hi Everyone, Has anyone maybe used Sisense Linux with OpenLens? lensapp/lens: Lens - The way the world runs Kubernetes (github.com)