Ask a question or have a conversation about the Thinkwise Platform
Recently active
Trying to setup Azure Blob as filestorage using managed identity, when creating the filestorage in SF I have to enter a username and path. I assume that the path must be the container nameUsername is a complete riddle to me, when using managed identity there is no username as far I know? Or is this the Azure File Storage accountname?
We have to create an event schedular in which we get dates entries from database. How do we create event schedular in software ?
Hi,I have a task that runs fine on my system and my UAT. However, on another server I get this error in Indicium;"Cannot resolve the collation conflict between \"Latin1_General_CI_AS\" and \"SQL_Latin1_General_CP1_CI_AS\" in the equal to operation."' I’ve check the collations on the servers, and both DB’s have the same collation; SQL_Latin1_General_CP1_CI_ASBut the server settings; on the working server; SQL_Latin1_General_CP1_CI_ASon the failing server; Latin1_General_CI_ASNow, I see the difference, but I kinda expected Indicium to respect the Db’s collation settings. But I guess not? Also, I don’t think my client wants to change this on his uat server. Is there any way to get around is? Any help is appreciated!Thanks, Blommetje
We are looking into the possibility of connecting to a telephone switchboard using the TAPI-API. Is there any support for this? A connector would be great 😉 but I don't think it's available yet? Are there any other possibilities?
Is it possible to create a conditional layout for a cube graph?I am using the Windows GUI and changing the settings in User Interface > Business Intelligence > Cube views > Conditional layout does not have any visual effect.In my graph, I show all days in a month on the X-axis and I want to highlight the weekend days in some way. How can I achieve such a thing?
I’ve been getting these errors every time I run a specific task that is using a process flow in universal. Also I cant seem to find these errors in the indicium logs. Anyone know what could be causing these errors? This is what my process flow looks like: PS. The task and process flow work normally in Web GUI and the account I’m using has all rights.
We are looking internally to adopt a microservice architecture for one of our existing projects. This project partially integrates with Indicium as a data source.Our architecture design specifies a separate service for connecting to Indicium, which also deals with some of the implementations specific to the Thinkwise ecosystem (such as the TSFMessages header containing error messages instead of the response body).During start-up of this service, I would like to run a health check on the Indicium instance it has to connect to. This health check would be run inside Indicium and check on aspects such as database connections, database responsiveness, some general system checks and whatever else may be relevant to Indicium running properly.Does Indicium have any existing functionality facilitating this, or is this something we would have to implement ourselves in some way?Thank you in advance!
Hi Team,I have created the control procedure to show the user regarding their work permit expire in LAYOUT and DEFAULT code group (I have tried these two things). Its been showing correctly when the work permit date is not current date, but the problem is its always showing the message even we clicked on other fields too if the date is not current date. Can anybody help me to fix this? How can I stop the message once its been executed?Thanks and Regards,Prabhu S
I have problems starting the application from users I added in IAM.I did the following:Add user in IAM Assign User to User Group Make sure the user has permission to the IAM database & the test database (the database used by the active application)I did this for 2 different users and both have the same problem: Login failed for user XXX Whenever I simulate the users, the application works perfectly. I get both users logged in with the correct rights I assigned to them via the user group. Any idea what I am still missing?
For a new customer, we must be able to show DWG (AutoCAD) files with the previewer.According to the previewer component manufacturer's website, it is possible.https://demos.gleamtech.com/documentultimate/AspNetWebFormsCSBut it doesn't work within our Thinkwise application. Can this be enabled?A second wish is the ability to see and download attachments in msg files. Can this also be enabled?
Is there any way to show a XML data field pretty in the GUI (Windows + Universal)? Without the need of adding any CSS attributes or special characters myself. Or saving the contents of the field in a file first.The purpose is for advanced users that have to solve incidental issues in EDI processing.This is the result when applying the Code Editor as component type:Windows GUI ☹️:Universal GUI ☹️:I am looking for something like this:
To test certain functionality we want to use a task with the logic type 'GUI code'. Apart from these 2 lines in the documentation, we can't find anywhere how to get such a task working.https://docs.thinkwisesoftware.com/docs/sf/tasks#gui-codeDoes anyone have examples of tasks with the type 'GUI code'?
Let's say we have an order table containing orders numbered 1, 2, 3 etc. This order number is in the column ‘id’ which is the primary key of the table. These numbers are always integers but they are not an identity. When adding an order to the table a bit of logic needs to determine the next available number. In principle this can be done with max(id) + 1. This works fine in the Windows GUI by putting this logic in a default procedure. It stops working however when an order with the same id is added by someone or something else simultaneously.Say the highest order id is 10. Then I start creating a new order in the GUI which by the aforementioned logic gets order id 11.In the mean time another process inserts order 11 into the table. Then when I click the save button the GUI tries to save the new order with id 11 which is not available anymore and an error message follows.I've tried to get around this by using an insert handler with the same max(id) + 1 logic. This eliminates the error
When trying to install a solution, I first got a pop-up asking me to login, after which I get stuck on the following screen:
Hi guys, I’m having an issue generating my Devexpress report. I’m using a processflow to fill the report variables.This is the error I’m getting: Any ideas what could be causing this error??
I am using the Windows GUIGIF with an example of what goes wrong: https://imgur.com/x1l7De5I have a list in a grid where only 1 record can be the standard. Using the handler i make sure other records who were standard are disabled when another record is made standard. The downside is the refresh of the data is not working right. I can understand it going wrong going from tick to tick, because i am never really leaving a row without going into edit mode of the next. But when i do click away from an updated record nothing happens, unless i click on that record. It only really refreshes all data when i press F5.
Running GUI version 2023.1.17.1.0, when trying to view a PDF file in the preview component I get the error ‘This page has been blocked by Chrome / Microsoft Edge’:It does however seem to work using Firefox, which means there is something going wrong with Chromium browsers. Might it have something to do with the following? BREAKING: Chromium browsers no longer support http://Some of Indicium's authentication features, such as Single Sign On (SSO) and Single Logout (SLO), require Indicium's authentication cookie to have the samesite=none attribute. Chrome has recently made a change that causes cookies with this attribute to only work when the cookie is secure, meaning that the cookie was requested and received over a secure channel (i.e. https://). Consequently, you can no longer log in over http:// when using Chromium-based browsers such as Chrome and Edge, and this behavior will likely extend to more browsers in the future.We already require usage of https:// in production environment
I wanted to reach out and share a problem I've encountered while working with our Azure file storage. We created a task where you can upload a document and preview it. We’re facing an issue with the SAS token not being passed through during the upload process of a document. Although the file path is correct and clearly displayed in the document URL, the upload fails to include the necessary SAS token. Interestingly, when we manually upload the file, it works without any problems.We’re currently investigating this issue and would appreciate any insights or suggestions you may have. Below are some screenshots added to show you some insights. Thank you for your attention and assistance! File storage location in IAM (1)File storage location in IAM (2)After uploading the file, this is the url that is generated. It shows the correct path, but no SAS token to be found. Document url after uploading a document manually, it shows the correct SAS token & path.
When I'm trying to deploy our test environment with a deployment package in the Deployment Center, I get an error (see below). What could be the reason?
Good afternoon,I have added columns to some of the tables in my data model, but when trying to deploy these changes, the upgrade code group is not generated, leading to errors in the checks code group because the new columns are not created:What can be the issue here?
We usually start the model I'm currently developing on directly from the SF with an ini file like this:MetaSource = SFRDBMS = SQLServerServer = sqlserver.thinkwisesoftware.com\sql2019Database = SF_DEVAuthentication = MSWindowsModel = MyModelBranch = 1.20ExecutionMode = DeveloperBut everytime I'm working in a different branch, forcing me to constantly change the branch in the ini file to make sure I open the correct branch.Is there a way to start the application from the SF directly in the current branch?Additionally, when the application is already started I cannot see which branch I'm using….I also noticed that when I make a new branch using our naming convention (unfortunately TW forces upper case): TOPIC\S110-MMS12345-TEST_OMSCHRIJVING the splashscreen won't show the branch name: In this situation I cannot know for sure which branch is starting...
Hi,I want to start a task when i double click on a record. But this only works for me when i double click on a record in the default table.This is my default table:When i double click on the record:But then i want to double click on a record in ‘Niveau 4’. But now i am in an variant. So it does nothing. These are my settings: Can anyone help me out?Dylan.
I ran into the following situation.We have a topic branch from the MAIN (lest assume it is called TOPIC_1) and from TOPIC_1 we made a new branch TOPIC_1_1.I created 2 merge sessions:TOPIC_1_1 back to TOPIC_1 TOPIC_1 back to MAINI foolishly assumed that when I would start the merge task it would merge down from the first. But it executes the currently selected merge session.So I ended up with TOPIC_1 being merged back to MAIN but without the contents of TOPIC_1_1 as that is merged to the inactive (I didn't notice the real issue until I merged both sessions ;) )I ended up fixing it by re-activating both branches and create new merge sessions and running those in the correct order…I think it would be nice if there are some checks that would warn if you try to merge a brange which still has open sub branches!?
For some external scripts it's mandatory to be db_owner of the end product database. Is there an option within IAM to create the user as db_owner?
Hi, Is there a way to clean the Jobs from the SF? Yesterday we had an issue where the ‘sync to iam’ did not react cause there was ‘already an active or scheduled job’. However, this was nowhere to be found. Cleanup of these records (same with merging sessions) is nice. Perhaps a ‘cleanup’ task - where we clean these tables, invalidate caches, etc.? Alex
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.