Ask a question or have a conversation about the Thinkwise Platform
Recently active
I have set up a scheduler and the timescale must be default in weeks, so I set up a schedeluar view with weeks and assigned it as default view in schedular but it seems like it do not work. In the application it always presented in days.
Whenever we want to synchronize to IAM it keeps getting stuck at 52% on the reports. We`ve tried to recycle on the IIS en it still keeps happening. How do we solve this problem?
I have migrated several projects to our new server, and one gives me errors on all application queries (500). Model queries work fine.. So I see the GUI, but never content. And the Indicium error log gives me always the error below.. There is no other logging. 2023-03-20T12:12:59.6648608+00:00 0HMP82PVQTH55:00000002 [ERR] An unhandled exception occurred while processing the request. (ffba027a)System.NullReferenceException: Object reference not set to an instance of an object. at Indicium.Licensing.LicenseChecker.AllowApplicationAccess() in C:\azp\agent\_work\1\s\src\Indicium\Licensing\LicenseChecker.cs:line 100 at Indicium.OData.MetaSourceApiModelCache.GetApiModel(String metaSourceAliasOrID, String guiApplAliasOrID, TSFRequestContext requestContext, ISession userSession, Boolean refreshModel) in C:\azp\agent\_work\1\s\src\Indicium\OData\MetaSourceApiModelCache.cs:line 71 at Indicium.Shared.Telemetry.ServerTimings.ServerTimingsBuilder.Capture[T](String key, Func`1 action) in C:\
Hi, I have a 'Owner’ account in IAM. I use this to setup my Db's, storage accounts, reset Caches and all the other fun stuff in IAM. I also created a SuperUser in IAM. This SuperUser is an employee working at the client. This account has been given the rights for User Admin and Group Administrator. However, I was toying around with this and I think this Superuser has the ability of removing my 'Owner’ account, or resetting my password. Effectively kicking me out.Is this correct? And, how can I prevent this? I want my client to control own employees, but my accounts out of reach. Thanks! Alexander
How does the GUI exactly determines if Indicium is running? The fact is that indicium is running, but from the SF it says it's not. My setup is that SQL server and Indicium are running in a virtualized container on non standard ports. If I look at the IAM. the agent check-ins do function.. I see up-to-date log entries.
Let’s say I plan work for a mechanic (by dragging and dropping), then deleting that mechanic from the planned mechanics. See screenshot below. This seems to work fine.But when planning the exact same work for the exact same mechanic (again by dragging and dropping like before), the GUI seems to also somehow keep the old selection, which results in multiple executions:Of course this is not what I want to happen. I don’t want to add it multiple times, only once. But I am unable to find a fix for this. Does anyone know how to resolve this? Would appreciate the help!The following process flow is used to refresh the planning after a delete:
Hi there,a client has come back to us with a finding that we don't know how to deal with.The ticket states that you can have the Universal GUI open in a tab al day long. If you get back to the GUI it could be that your session has timed out in the background. This only becomes apparant when you try to save the data you have just entered. Our application default back to a form in edit mode so people can keep on working as fast as possible.What is the normal behaviour of the Universal GUI in this situation? Shouldn't it detect that it's session has expired and direct users to the login screen before users are able to interact with the GUI?If now this might be a nice feature to have. Could be implemented by doing a callback to indicium when the focus on the browser tab changes (https://reactnavigation.org/docs/function-after-focusing-screen/).
Hi, I have an app with some tiles. The user constantly switches between 'imporr' and 'export'. Ideally I want the user to login. Click tile 'export' - open the table (screen) in a new browser tab. Click tile 'import' - another browser tab opens. When reclicking on a tab, jump to the tab since it's already opened. The new 2023 has some options for opening in a new tab. But that support a URL. Is this also possible or am doing something wrong? Thanks! Alexander
I have the strangest thing. We were accessing our application via an iPad. The ones that go via IAM work. the Universal that directs via SF gives an 403 error even the URL states https:// .. on my desktop it works, on the iPhone it works.. on the iPad it doesn't .. why?
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
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.