Search results

  1. R

    ERROR: Your program is not connected to a host session - IBM AS400 Mainframe

    Hi, I've run into an issue when restarting my mainframe application. As it is easier to restart the mainframe application when an error occurs and get the next item I receive this error. After I get and exception, I restart the mainframe and login again. When stage Write is used to enter in...
  2. R

    How do you calculate timespans

    solved it, thank you!
  3. R

    How do you calculate timespans

    Hi, thank you for your reply @Pete_L. Seems like I'm missing something. The [Time] data item has the data type TimeSpan.
  4. R

    How do you calculate timespans

    Hi, I have a data item with the data type TimeSpan. The value is brought from the work queue. However, I'd like to manipulate the time by adding hours to it. E.g. the timespan is: 12:00:00 and I like to add 2 hours to it where the result will be 14:00:00. I tried to add time/hours to my data...
  5. R

    Compare multiple rows in a Collection

    Hi, I'd like to get ideas and tips for how to compare multiple rows in a Collection to group them together. The purpose is that the larger item (bytes) from the same date will be used for one purpose and the other for another. Se example: Items - Bytes - Date FieldX 1 50...
  6. R

    BluePrism Get Worksheet Range as Collection

    Use the action called: "Get Worksheet Range As Collection" in MS Excel VBO Business Object. Can control the start and end cell in the inputs menu.
  7. R

    Internal : Could not execute code stage because exception thrown by code stage: A column named 'XXX' already belongs to this DataTable.

    Hi, I am getting the data in iteration using the action 'Get Worksheet Range As Collection' and putting into Collection 1 and then appending rows to my final Collection 2. I'm getting 100 rows from Excel between each iteration. But before my second iteration can even get the next 100 rows I am...
  8. R

    Internal : Could not execute code stage because exception thrown by code stage: A column named 'XXX' already belongs to this DataTable.

    Hi, I'm getting the same error message. I'm trying to import an excel file in iterations since BP won't allow me to import all of the 47000 rows in my excel file to a collection in one go. The second time I run BP I get the same error message mentioned in this thread. I have tried deleting and...
Top