Recent content by matuopm

  1. M

    IBM Host get Text Color ?

    I use these IBM Functions / Librabries to read out text with blueprism from the IBM HOST program. https://www.ibm.com/docs/en/personal-communications/6.0?topic=library-host-access-class-automation-objects I copied some Visual Basic examples and created some code stages that worked for me: Dim...
  2. M

    Save Queue Data with Logs

    Is it possible that blueprism archiving only archives the Session Log data ? How can I archive the queue with all the logs on each item ? I just figured out that the archiving function does not archive the queue entries or the logs to each queue item. at least it seems so. After a a lot of...
  3. M

    Counting in/through Collections

    That worked. Thank you.
  4. M

    Dataitem in output name

    I have a choice action with 10 choices and in each choice data will be written in a collection. I have 10 collections ranging from: Übertragung1 to Übertragung10 Is possible to add a Data Item in the output name string ? Something like: "Übertragung" & [Casecounter]
  5. M

    Counting in/through Collections

    Could you also help me out with the syntax of it ? Somehow i can't get it to work the way I do it. I tried several things so far but none worked so
  6. M

    Counting in/through Collections

    I have a collection with 2 text fields VTPalt and VTPName The collection is a JSON extract/import and can have up to 100 rows of data.I need to know an elegant way to count how many unique VTPalt entries there are and note that number in an extra dataitem. Example: 15616 -> 1 41861 -> 2 41641...
  7. M

    Blue Prism update from 6.4.2 to 6.6

    I'm planning to upgrade our blueprism version from 6.4.2 to 6.6 now nad get the following error when I try to upgrade. Generally I would say that our session log data is not that important. But I would rather keep the data than lose it. The warning says that it is possible to import the data...
  8. M

    Regular Expression

    It worked this way: [KkVv]*[\d.\/]{5,11} Thanks !
  9. M

    Regular Expression

    I have an issue with a regular expression. I have an application that has several textfields. But in one of these fields there is a string which contains a number in the following format. 2561546 125.456/7 K2561546 KV2561546 k256.154/6 kv256.154/6 kV256.154/6 Kv256.154/6 KV2.123.132/6 2561546...
  10. M

    Code Stage Parameter Problem

    Convert.ToInt32 is a really good hint. I found another solution in the meanwhile but I'm sure I can use your advice in the future. Thank you !
  11. M

    Code Stage Parameter Problem

    We use a IBM Mainframe Application Emulator in our company and to use certain functions that interact with that Application I need to create an object first. To use all the functions I needed had to use 2 Classes: PCOMM.autECLPS and PCOMM.autECLOIA U can find more code examples on the IBM...
  12. M

    regex in Blue Prism

    I can recommend this for testing: https://regex101.com/ u can insert your regular expression on the top and a list of words to test it all at one place
  13. M

    Process run very slow to the control room

    thanks for the hint
  14. M

    Kill Process Not Working

    seems correct. maybe try it in lower case letters ... i have no idea what else could be the problem
  15. M

    Kill Process Not Working

    mh then I have no idea what the problem could be
Top