
Kobbi Gal
- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 19
- Subscriptions 58
Posts
Recent activity by Kobbi Gal Sort by recent activity-
Modifying Email Report URLs
Introduction When embedding Sisense in a parent application, there will be a need to route email reports to your parent application dashboard URL. For example, when a customer will load a dashboard...
-
How to set up Outlook365 as the Email SMTP Server
Intended Audience If you'd like to replace the stock Sisense emailing service with an Outlook365 SMTP server, this guide is for you. Steps to set up: Run: POST v1.0 /settings/email_server ...
-
Pre and Post build plugin - copy files from a remote location or local folder to Sisense server and delete after build
CompletedWhen would I use this plugin? If there's a need to copy files from a remote server to the Sisense server before a build begins and delete them after the build is completed to save disk space. Usefu...
-
[Custom SMTP Email Server] Solution for Outlook365 error `432 4.3.2 STOREDRV.ClientSubmit; sender thread limit exceeded`
The problem As of version 7.3, If you're using Outlook365 (not on-prem) as your SMTP server, you might encounter the following error when sending batch emails: 432 4.3.2 STOREDRV.ClientSubmit...
-
Adding PSM to the OS Path - run PSM.exe from any directory in CMD
In order to run the PSM tool, you'd need to navigate to the directory that holds the PSM executable file. It'd be much more convenient to be able to do this from any directory like the popular comm...
-
Build failure using Oracle: ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
Hey all! If a build fails with the following error ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA The issue is that the connection string to the Oracle DB is expecting a SE...
-
ECSProcessTree - A tool to help you read ElastiCube build logs
Sisense ElastiCube Server saves the last 10 build logs for each ElastiCube in the following directory: C:\ProgramData\Sisense\PrismServer\ElastiCubeProcessLogs When would I use this tool? In cases...
-
Backup your ElastiCube schema after each build
When would I use this plugin? In some cases, we'd like to be able to save the schema of our ElastiCubes for backup after each build. That way, if something happens to the ElastiCube (such as a mi...
-
Change Grand Total row to display Difference in Pivot Widgets
In cases where we want to display the difference between two columns instead of using the default Grand Totals in Pivot widgets: Include the following widget script: function removeCommas(num){...
-
Disable percentages in tooltip for Pie and Column charts
The following solution is relevant to both Pi and column charts. Illustrations were supplied for Pi charts only for simplicity. If you'd like to remove the percentage value in the tooltip hover me...