Ask a question or have a conversation about the Thinkwise Platform
Recently active
I'm setting up our new server and we are running databases as containers on different ports. How do I define this in the indicium app settings.. I'm connected via SMSS but I get indicum error that no connection can be made. Is below correct? "Server": "Localhost,1510", System.AggregateException: One or more errors occurred. (A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server: Could not open a connection to SQL Server))
Hi,I was wondering if it’s possible to style the tooltip in the Universal GUI resource scheduler? I’ve tried using some html tags to see if it did something, but to no avail. As you can see in the screenshot below the width is also way out of proportion as well. Tooltip width
We recently started using Universal as replacement for the mobile GUI and we ran into the following issue.For readability we use a cardlist to show the data but there are some fields that contain strings that are longer than the width of the screen:the tooltip shows the content with wordwrap: Can we display the data in a similar way on the cardlist?
Hi All, I’m having trouble with filtering my cube views. I placed my filter value in the value cube field type but for some reason its not filtering. Any ideas what I’m doing wrong??This is what my chart looks like.
What can be the reason for this strange behaviour of a report pop-up? It should look like this: Parameter settings:
What does this error mean? 2023-03-30T00:41:33.4825036+00:00 0HMPFQ6E1BU1B:00000002 [ERR] An unhandled exception occurred while processing the request. (ffba027a)System.InvalidCastException: Object must implement IConvertible. at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) at Indicium.Utils.ConversionUtils.ConvertToODataValue(Type destinationType, Object value) in C:\azp\agent\_work\1\s\src\Indicium\Utils\ConversionUtils.cs:line 28 at Indicium.Controllers.TableController.<readColumnsODataResource>g__addPropertyToResource|8_0(CustomODataResource resource, TSFTableEntityType tableEntity, ColumnInfo columnInfo, Object value) in C:\azp\agent\_work\1\s\src\Indicium\Controllers\TableController.cs:line 365 at Indicium.Controllers.TableController.readColumnsODataResource(CustomODataResource resource, IEdmNavigationSource navigationTarget, HashSet`1 eagerFileColumns, List`1 resourceSelectColumns, ITSFDataReader reader) in C:\azp\agent\_w
Hi, I would like to test some subroutines/endpoints on my local machine. I have a local indicium, and I use Universal gui to test my branch directly this way. When I use Postman to get/post something I tried things like " local host/indicium/24852/create_new_project ”Where the number is de App id from the runtime config. However, Postman doesn't find a thing. How can I test this locally? Thanks!! Alexander
We have a view job_history (using dynamic model) of system versioned table job_detail. I chose two different icons for them. But whenever i run creation, the view is picking the same icon as job detail table.In universal i wanted to show different icon for this view.How can i do it? Before running creation in Universal :After creation:
We currently have an attachment table with file_name and as domain control : File Upload. Now we want to if someone clicks on that file name in the application. They will NOT be redirected to google chrome / internet explrorer to open that document. Is there a way we can achieve that somehow?
Hi,I have a report that I've designed in DevExpress containing multiple tables. When the report gets exported to Word (.docx) those tables aren't adjustable by the user. Meaning that the borders of a table aren't resizable for instance. Sadly I can't seem to find an option for this in DevExpress. I've been looking for a table property like ‘Fixed’ or something, but to no avail.Is there maybe a report parameter I could use for this? Thanks!
Hi, im new to ThinkWise and following the university right now. In the section reports i'm stuck. I want to create a very simple demo with a word document which is generated after clicking a button in the Windows GUI. There is a report button above a grid. When clicking this button a word document is generated The document should receive the columns of the selected row in the grid In the word document some placeholders are set these placeholders are replaced by the values received in generating the documentThe ThinkWise documentation does not mention how placeholders are made within the word document and how to map them via the Software Factory. Can anyone help me?
We have some tables with start and end dates per row. When we do an export we see that all dates are no longer in the format that we used in the app. In Universal we use dd-MM-yyyy and the downloaded file uses MM-dd-yyyy. Is there a way to make the downloaded file respect the preferred date settings?
How do I give someone rights to the analyze the system flows, but I do not want them to be full admin. I somehow expected an application owner to be able to see their flows. But it seems that they are only allowed to see the Authorization menu items.
I have a long running task and want to inform the user about the progress using a process bar like I used to to in the Windows GUI, in the Stored Procedure the tsf_send_progress SP is used for this:exec tsf_send_progress 'parameter_is_message', '<text>Tekstuele terugmelding uit taak</text>', 25;In the Windows GUI I see what I expected:In the Universal GUI I get a spinning circle, but I don't see the message and the progress%:When the task is finished I get popups for every message sent from the task:Isn't it possible to use progress bars for tasks like in the Windows GUI?
Hi,I’ve created a dynamic model with a prefilter ‘Show_active’. Works fine. When in edit mode, and clicking a popup, I see the results - in grid and form. The prefilter is active on the popup. When I Save my record (Employee), and reclick the lookup, it’s empty. This is because the prefilter is not active. When I toggle it manually, all is ok. Empty popup - prefilter inactive.I do not see a setting for prefilters in the popup. Main state: onAny thoughts how I can change this? Alexander
When in code review i want to compare code. Normally an external tool would open. My collegues work in Winmerge but the it policy changed and we now have to work in Kdiff3. Iver installed this tool on my computer but when i press the button in TSF it does not open but provides a message:Het systeem kan het opgegeven bestand niet vindenany idea how to fix this?
What can we do to make forms in Universal look a little more perfect? Fields should be arranged and sized like the Windows GUI does.
I have a Dev Express report that I directly want to print to a Brother label printer (62x100mm label).In Windows this works perfectly with the Report action ‘Print’. In the Universal GUI this report opens a new tab in the browser with the report as a preview instead of printing.So to create a sort of a workaround I created a process flow with the following actions:Generate report (report with Report action Save to PDF) → Write file → Print file. Process flowThis works if the printer is a normal A4 printer, but on the Brother label printer the printer stops with an error. If I open the PDF that has been created during the flow and I manually print it, it does work. The page settings and margins etc etc in the report are OK.Maybe Indicium does unexpected things during the Print file-action that the printer cannot handle, but that is very hard to debug.Does anyone have a better solution to print a report in the Universal GUI?
Is it safe to just delete the old versions in IAM?
We are moving our infrastructure completely to Linux, and one of things that is a bit troublesome (especially with container-based virtualization) is that the SQL server base images don't include the FTS packages. So I'm a bit wondering what areas of the SF don't work anymore when FTS is not available?
We have a system flow that runs every minute. Most of the time it does not do anything. However sometimes it does quite a lot. This process takes up to more than a few minutes. This is aboslutely no problem. Except that this makes the indicium log file flood itself with ‘procsess still running’ exceptions. How can we get indicium not to report this? 2023-03-22T11:38:00.3653547+01:00 [ERR] Error scheduling system flow '"flow_export_message"' for application 35. (b95a9b29)System.Exception: An exception occurred while trying to log the start of the system flow. ---> Microsoft.Data.SqlClient.SqlException (0x80131904): <msg id="system_flow_still_running"></msg> at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.
Hi,We are in the progress of updating Thinkwise from 2021 to 2023.I'm testing the mobile devices to check if they still work after upgrading prior to releasing 2023 to the shop floor.When I use the Mobile GUI_2023.1.001Viewer everything works without any issues.But when we install the new Thinkwise Indicium app from the play store and use the same settings and same user/password combination we get “An error occured during the login": At first I thought there might be a typo in the meta server url but when I created a typo on purpose I got a perpetual “Loading application”:I ran a trace on the SQL server and was able to see events being triggered when we tried to logon on the mobile device.But there was nothing being recorded in the IIS log files, I can find entries for the viewer but not for the real mobile device.I did discover that when I install the Thinkwise Indicium app on my android device (NOT connected to the network) and setup the correct meta server url I get the exact same
Any indications what's the issue here? With getting the logo_data for a tree view I get a bad gateway (502) error.. followed by a similar request that gives a 200 OK.
I have a task that uploads a file via API call, after our migration I get the following error:Action 'GET' not found in 'TaskController'What does it mean?2023-03-21T14:43:33.4011841+00:00 0HMP9C9Q1N09M:00000002 [ERR] An unhandled exception occurred while processing the request. (ffba027a)System.Exception: Action 'GET' not found in 'TaskController' at Indicium.OData.ODataRouteValueTransformer.getActionDescriptor(String controllerName, String methodName, String httpMethod) in C:\azp\agent\_work\1\s\src\Indicium\OData\ODataRouteValueTransformer.cs:line 344 at Indicium.OData.ODataRouteValueTransformer.fromActionDescriptor(String controllerName, String methodName, String httpMethod) in C:\azp\agent\_work\1\s\src\Indicium\OData\ODataRouteValueTransformer.cs:line 326 at Indicium.OData.ODataRouteValueTransformer.fromActionDescriptor(ODataPath odataPath, HttpContext httpContext) in C:\azp\agent\_work\1\s\src\Indicium\OData\ODataRouteValueTransformer.cs:line 319 at Indicium.OData.ODataRo
Can anyone explain why this is and how to solve this?I upgraded the PRODUCTION server to TW 2023 and when I start the IAM I get: Pretty clear message so I click on the “Omgeving registreren” option and get: Ok… No action required.. Maybe I just need to restart the IAM!?Hmmmm nope…. This one again:
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.