Ask a question or have a conversation about the Thinkwise Platform
Recently active
When I add a tag to a topic, it is ignored. The extra Save button that appears when you use the '+ Modify tags' link lies to the user. it will not save a tag if not first the hidden interface of using 'Enter' is used. The extra Save button is also bugged in another way: it throws away any edits the user has added to the topic body. Not cool. Please fix.
A forum to discuss the community in is missing
Is it possible to create a different translation for the same word in different subjects? In one subject we would like to translate the word "code" to the dutch word "looncomponent", but in another subject we would like the word "code" to be translated to the dutch word "code"? When we change the translation in one subject, the translation is translated for both subjects. I think both use the same translation object.
I want to set some role rights on a specific table but I keep getting this error: Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32). What is the cause of this error? Or, where do we exceed a limit?
We are trying to print a batch of documents with the help of the reporting service. The logfile shows : 2019-03-01 08:39:47.5227|ERROR|dev_cf_finas|115|Printer name '\\digiserver\Thinkwise_Facturen' not found in installed printers. Valid values are: Microsoft XPS Document Writer. 2019-03-01 08:39:47.5383|FATAL|dev_cf_finas|115|Something went wrong while processing this report: Printer name '\\digiserver\Thinkwise_Facturen' not found in installed printers. Valid values are: Microsoft XPS Document Writer. We are using shared printers on a specific server. It looks like it can not find these shared printers, only locally installed printers. Is there a way to get access to the shared printers?
Where can I activate the option to log IAM Administrator actions ?
For a project, we would like to be able to create RDBMS users from inside the end product. For context, we are using a configurator inside the end product from where we are able to enter the first employee of a new company. We would like to make that employee be able to log in after we finished the configuration. I know which steps to take if I do it by hand; namely: sync my application to IAM, apply the roles to the database, create an IAM user, connect the user to a role, apply the user rights to the end product database and IAM database. Then the user is able to log in. But now I would like the end product to do this process. I'm able to create an user in IAM and give the user the right user group. Now I'm stuck because I can't apply the user rights to the end product database and IAM database. I noticed these tasks aren't Stored Procedures on the SQL database. So the question is, how can I make this work? I heard that in other projects people have run into these challeng
Where to find Thinkwise IOS app release notes in this communitysite?
I need to perform a delete action in a folder on my server, similar to what is described as the process action 'delete file'. Only for me it won't be executed in a process flow. Is it possible to use the same code (call the same procedure) which the process action 'delete file' is using or do i have to write my own call to the command shell.
Is it possible to send an Outlook Meeting invite through a task? For a certain process I have to invite a list of people, now I just copy and paste the emailadresses from the application and paste them in the invite, but I'd like to automate this step. I know it is possible to send an email, but is a meeting invite possible too?
I a using the ftp connector with succes so far. At this moment I am trying to connect to a sftp host with the following input: URL: sftp://server8.servers.am-impact.nl:2222/ ftp_con_enable_ssl: ftp_ssl_on I am using the ftp_method_nlist to test the connection. Using this results in a -2 statuscode ( Unsuccessful (invalid URL)). When I change the URL to ftp in stead of sftp I receive a -1 statuscode (Unsuccessful (unknown)). The ftp-statuscode is 0, the description is empty. With the same url and credentials I can log in to the sftp host using FileZilla, so there seems to be no problem on that side of the connection. Does anybody know what could be wrong?
Yesterday I did some exercises from the Learning Plan (platform). These exercises need an instructor's grading. Is there someone from Thinkwise who's checking these answers daily/weekly and give you feedback or what's the standard procedure for this?
I am trying to activate indicium + Mobile GUI for one of my customers. The Test/Demo environment and the model of my application works without problems. Unfortunately the final application can not be found. The following error message appears:: https://[url]/api/iam returns SQLSERVER_IAM: 2018.2 https://[url]/api/5 returns Application not found I checked the following components: - Latest versions of Indicium (2018.2.5), SF, IAM (2018.2), Mobile GUI (2018.2.8). - The user has got all rights. - Application alias What else could it be?
Is is possible to show the add row in a grid at the bottom of the list instead of at the top?
At times we will generate several documents with the reporting service which we want to print. For one document this can be done manually after the generating. We will open the report and print the document with our standard printer options. (web GUI) This way the document will be printed from our personal account. What if we want to print 100 generated documents at once? We don't want 100 pop-up's to show. Questions: Can the reporting service handle printing in 'bulk' using the follow me printer? Is there a way we can print reports in 'bulk' directly using a task? (web GUI)
In the process flow modeller it is possible to create parallel processes, now I know that these are handled linearly and depth-first. But what I would like to know is, will it ever (in the near future) be possible to actually execute them in parallel. In my specific case I'm calling multiple web api's, which would benefit from parallel processing (even if the results would be processed on the main thread). Now I know parallel processing is quite complex, and would go far beyond the scope of what the average 'modeler' should know, but for my case parallel processing would have been perfect. As a side note, I have not looked into the possibility of parallel processing in SQL, my question is purely based on my past experience with .NET (C#)
When a user leaves the application, I want to add a record in the database. I thought a possible solution might be to create some functionality that calls a procedure when a user exits the application. Is that possible or is there another solution for this?
I would like to set the color to yellow for the marked areas (check out image below), but I can’t find the place to do so. I would also like to make it more obvious to see if the prefilter button is enabled or not. Can that color also be adjusted? Thanks in advance for the effort.
Is it possible to skip validation in IAM by default when synchronizing a model? We still have to solve several validation messages from older development which we simply didn't have the time for yet. Also since we do validation checks in SF of current development we don't really need it in IAM as well.
Is it possible to translate a table variant independent from its parent table?
The extended property ApplicationIcon doesn't seem to work for applications that are run straight from SF database. I set this property in SF under runtime configuration. I also set Animations (no) there which works. Is this a known issue?
Meta question. How do I add tags to my questions/ideas? Or why am I not able to add tags to my questions/ideas?
In a project I work on, we would like to generate scripts for them and create a database named differently than we have. For example: our application/database is called 'Original', now I would like to generate all scripts but change the to-be-created database name to 'Customer' without having to edit the scripts or open them in the SQL Server Management Studio and run them myself. (One-click deployment) Connecting to the database 'Customer', which does not exists yet, will ensure the checkboxes (in the 'Execute source code' step) are checked accordingly. The 'DB' and the 'Create' scripts are checked and the generated script will run on the given database. But sadly the first script does not contain the 'Customer' database name, but the 'Original' name. So an error will occur since it tries to create a database that already exists, or even worse, make a database which will not be used. Where can I change this? I noticed that the Runtime configuration does affect the generati
The knowledge base states that it's possible to put a prefilter on a table variant. I have a base table without any prefilters. I've then created a table variant but I don't have a task in SF to actually enable the prefilter config tab. The only tabs I can create are sort, filter and search. Then how are prefilters added to table variants?
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.