-
Carriage Return Text Search in Python STK
Hi, A particular Short Text attribute in a table has been filled with texts ending with carriage returns, but not on all records. In an effort to tidy up the data, the admin is developing a script whose intent is to search for records where the attribute value contains a carriage return. Is it possible in the STK to use…
-
What version of the SOAP API should we using ?
We have tools that are in interface with Granta MI, currenlty using the 15/11 version. Since our upgrade in 2023R1, this interface is not working. As a quick patch, what version should we be using in the short-term (2 years) ?
-
Granta MI - Cross database tabular links error 500 in STK3.2 / MI23R2
The scripting toolkit 3.2 documentation says cross database links are supported. But the last line in this code fails with the error. Can you take a look? I am on MI 23R2 and STK 3.2. Browse.GetAttributeDetails failed with code 500 and message: Tabular attribute xxx has cross database data. This interface version does not…
-
Update multiple static links for a record as a sequence
Hi, I am running a script of Granta MI STK 3.1 with Granta MI 2023 R1 where I create records in a table, then update different static links to other records in other tables. It seems that I can't update more than one link per run of the "record.set_links" command, is there a limitation there ? Many Thanks, Mickaël
-
Move records without losing Meta-attributes with STK 3.1
Hi, Here is a question I got from a customer using Python STK 3.1 My Goal is to move existing records in the correct folder based on the attribute “Heat Treatment Type” ’s value. In the example below, if the two records have the value “Stress Relieved”, they should be moved to the corresponding folder: I have to do that…
-
How do I find the latest compatible servicelayer versions with Granta STK?
Is there an easy way to get this? Also, where can we link these versions to Granta MI versions? Question posed by @Rali
-
Can you use Granta MI Text Import template to import multiple files using STK?
Can you use Granta MI Text Import template to import multiple text files using STK 2.3? Assuming the text import template is set up to work within Granta MI Import and python STK is being used to automate the process.
-
Pseudo Attributes Criteria Search using STK
Can you run a criteria search through a database/table using pseudo attributes with Granta MI Python Scripting Toolkit 2.3 ? For example finding all records within a given table that have been modified in the last 24 hours.