Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
Hi,It looks like it is impossible to modify the state of prefilters via process flows when these are initially set to “Off hidden”. Because I get a status code of -1 using the process flow monitor, but when the prefilter is initially set to “Off” it works fine.Is there a workaround for this? Thanks.
We would like to set up a system flow for sending notifications by email. Preferably use Office 365 as mail server.What are the best practices for this scenario?Via SMTP or using the Graph API?Is there an example available of a scheduled system flow that sends email notifications, via Office365 with the Oauth connector?
Hi, big fan of the totp secure login. BUT I think it would be a little more user friendly if you can save the device. If there is a checkbox on the login screen, and if checked - totp is not needed for another 24 hours (or something). Now everytime the user logs in, it’s needed. And that frustates them.Is this currently an option? I cannot find it Thanks!Alexander
Is there a place where I can find "Known issues” for various versions of TSF, IAM, Indicium, GUIs or environments (e.g. Azure, AWS)?
What can be the reason for a detail tab that remains empty?The debug screen says that the CONTEXT and LAYOUT procedures for the detail tab are executed, but the SELECT not.The main table and detail table are both views Version SF 2023.1 GUI: 2023.1.13 (Windows)
I’m having an issue connecting to my database when running a creation. When creating a new branch and connecting to the same database, it works normally.Anyone have any ideas what could be causing this issue??
Hi all,In software factory you have a option to use/upload a SSRS (server) report, but a ‘path’ is required. Which path should I enter here?More info:A reporting server has been set up with the following url http://domain.com/reports/browse/.In this reporting server we have directories for different environments which should have their own version the report (img, text).
Hi,I am trying to update the ‘Ends on’ column in the IAM under period group, to stop the user from logging in the application. The postman API when tested for this works as expected : sending the url with format: {iam_link}iam/iam/usr(tenant_id={tenant_id}, usr_id='{email_id}')Process flow : subflow : input for the HTTP connector : The update iam parameter updates the process parameter for the http connector : email_id and tenant_id The update job_details updates the SF db columns.Please note that the SF DB columns are getting updated correctly, however the IAM DB for end_on date is not. Below is the code for update_iam_parameter control procedure : set @email_id = null select top 1 @email_id = ed.email_id, @tenant_id = ed.tenant_id, @current_date = (select CONVERT(VARCHAR,GETDATE(),120) ) from resignation r join employee_detail ed on ed.employee_detail_id = r.employee_detail_id where r.last_working_day = CONVERT(DATE, GETDATE()) and r.inactive_in_iam
There is nothing wrong with the SELECT statement, it runs fine in the Windows GUI. I have checked all expression fields.The Error Log doesn't help to solve the problem.Please help! (Indicium: version 2023.1.13.3 Universal: version 2023.1.13.0.0)2023-03-14T14:44:36.5121510+01:00 [INF] License refresh scheduled for 2023-03-16 12:54:28. (09ff7cde)2023-03-14T14:49:41.9984947+01:00 8000008e-0000-fd00-b63f-84710c7967bb [ERR] An unhandled exception occurred while processing the request. (ffba027a)Indicium.Shared.TSF.FatalDbException (0x80004005): The following query failed with an exception: 'SELECT t1.[epos_id], (FORMAT(ISNULL(t1.epos_id, 0), '000000')) AS [epos_dx_id], t1.[epos_ett_id], RTRIM(t1.[epos_row_guid]) AS [epos_row_guid], t1.[epos_agent_client_number], t1.[epos_trade_tag], t1.[epos_from_location_code], t1.[epos_to_location_code], RTRIM(t1.[epos_means_of_transport]) AS [epos_means_of_transport], t1.[epos_container_quantity], t1.[epos_container_size], RTRIM(t1.[epos_container
After upgrading from 2021.2 → 2023.1, I get an error when starting the SF. How can we solve this?
Is it me, or is there no documentation for doing a Software Factory / IAM upgrade to a new Platform version?We are testing with the upgrade to TWP 2023.1 and both Developers working on it forgot to do a Synchronization of the new SF model to the IAM for the SF, due to which they got errors they couldn't explain.Rather annoying that I cannot refer my Developers to a straightforward step-by-step guidance on performing SF/IAM upgrades.
We are migrating to the new SF 2023.1 and i have some trouble in the Deployment → Creation section. I can go through all steps succesfully but in the ‘Execute source code’ section i do not see anything. All tasks are disabled.The ‘Generate source code’ section runs succesfully and outputs code files. What am i missing here?
Hi all,We have an app deployed with the web gui. This is in production with several clients. We are looking to update our app to Universal. We have deployed a gui for this, and see a lot of things that need to be fixed. Screen types, task layouts, etc. For example, our invoicing screen uses drag/drop. This is not supported currently, so I need to develop tasks and screens for this. But I do not want to break to current setup. I don’t want to do a lot of things - or any actually - twice. So copying the project and maintaining both doesn’t feel as the best way to go. Perhaps creating a branch, and change one for universal. The app is still under development with a lot of changes and updates. I have a feeling that merging that back after a longer period will create too many changes to keep track of it all and we are left with a lot of fixing.So, how can we change to Universal the easiest/smoothest?Thanks!Alexander
I have a message with some html (hyperlink) in it for more explanation about a certain (complex) subject. However, it does work in the popup but not in the panel below, why?
Hi,I am trying to hide a column on the main table in both the components grid and form while making it editable in the table variant. For example: Column: Min_quantity Table: Purchase order Min quantity (hidden)Table variant of Purchase Order Min_quantity (editable) When I try this, the GUI hides this column min_quantity in both the main table and the variant. Is this still possible?
I am trying to upload a document via file upload control.For that, i have created domain with control as File Upload and storage location “employee_document” which can be accessible through indicium.Uploading file through Windows GUI is working fine, but Universal GUI shows below message: And this is the server error log [ERR] An unhandled exception occurred while processing the request. (ffba027a)System.Exception: The file path '/***/****/****/filename.docx' for storage configuration 'employee_document' is outside of the allowed base path '/***/****/****'.Dont understand this error as it says the given path is outside of allowed base path, even though the “employee_document” path is configured in the base path. Could some one help here, how to upload the file successfully in Universal GUI?application runs on Linux ServerSF- 2023.1.11.0Indicium - 2023.1.11.0Universal GUI - 2023.1.11 b1.0
When running the software factory in the Windows GUI via Indicium basic I get an error message saying "Object reference not set to an instance of an object” when going to the result tab of a control procedure. Then when clicking the generate definition tab a message saying "The provider 'Indicium' does not support tooling connections!” pops up.The alternative of course is a classic database connection but that generates quite a bit more traffic and is also slower. This is especially noticeable when connection latency is high due to long distance to the server. So what actually is the status of accessing the software factory via Indicium (basic or universal)?
I am trying to set the Printer tray value of the Start Report action in a proces flow. I am unable to do so. I use a process parameter with datatype nvarchar to fill the “ Papersource name” property of the report, but it turns up empty every time. Manually I can set 3 different values. What do I need to do to select one of these values through a variable? (FYI: I am able to set the no of copies, printer name, report action etc, it’s just the tray that doesn’t work).
Hi, After we merge, we deactivate the branch. After a certain time period, we clean up all old branches to prevent an endless list of old branches. In 2023.1 when I want to delete a branch, I get the error it can’t be delete since the branch is still in Merging-table. When I remove the branch from the merging table (branches are behind prefilter ‘Active’) I can remove the branch. Is this the best way of working? It feels like the branch should simply be removed, as it is inactive. Now I need to remove it twice. Any insights on this? Thanks! Alexander
We noticed that when I select the contents of a cell in a grid in Universal and press ctrl+c it copies the entire row. ctrl+c ctrl+v results in:80080 20119 xxxxxx 0 0 2023-03-02T09:21:34.123 VMS true VMS VMS 2023-03-02T09:21:34.123 200 200 And: Copy from context menu and ctrl+v results in:20119 Can we control whether we copy the entire row or only the selected value?When I do the exact same steps in the Windows GUI it works fine (it pastes the value only)
After the platform upgrade to version 2023.1 I noticed that scheduled system flows in IAM were disabled. Until now I just assumed this was due to the platform upgrade. I re-enabled them and didn't give it a second look. But today reports came in that documents were missing in the end-product. It turned out that the flow schedules were disabled again. I synced to IAM this morning. Does that mean every sync to IAM will disable auto running system flows from now on?
Since a day or so 1 cannot use the ‘Open’ function in Control procedure anymore.Normaly it opens the procedure in sql server management studio, but now i get an error message ‘Het aangevraagde bestand kon niet worden gevonden of is niet toegankelijk’ (The requested file wasn’t found or is inaccessable).Any ideas? For my collegue it is working.SF 2023.1.11.0 is installed on Azure.Where is this file created so i can check my access rights. Thanks
We upgraded to latest Universal version (2023.1.13) and the position of the toolbar is still not as desired. Did we do something wrong? The screen exists out of a main tab container with a grid on the first tab and a form plus detail tab_container on the second tab. See below. Tab 1 Tab 2
I am trying to make a link from a third party application to my Thnikwise application via Indicium. For this I prefer the use of tasks/stored procedures with output parameters, which works fine. To minimize the amount of requests I like to return detail data in JSON format as output. It works almost as expected, except that Indicium ads escape characters (backslashes). Like this: code:{ "@odata.context":"https://dev-mob.smarttt.nl/sf/stt/$metadata#STT.complex", "row_id": "BBF3801D-2E9C-42FC-9D33-182C326867EB", "item_id": "Jhlkd2awEQLiPSK7B", "child_rows": "[{\"row_id\":\"80E2F8FDD3B3\",\"image_id\":\"1231\"}, {\"row_id\":\"47F6978E83EE\",\"image_id\":\"1232\"}, {\"row_id\":\"2D40689AFEA2\",\"image_id\":\"1234\"}]"} I there any way or trick to get this solved?
For a customer we have the reporting service running in 2 environments: In the first environment it is running correct.In the second environment we get an error: De verbinding kan niet worden geopend. rpt_colli_detail_sticker 15344_12564_{C88AF56C-6C61-421E-9B79-8D26C4D0BF23}.rpt Details: [Leverancierscode database: 4060 ]We are using the same version of the report definition and drivers.We have checked the config files and authorisation.But we can't find any clue why it is ending in error. Debug log from the reporting service:
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.