Search results

  1. I

    Collection manipulation - Change Column DataType

    Hi all, I am facing the following issue with BP 6.4.0. When getting CSV file to collection I get some columns formatted as "Number". I made the following simple custom code, to translate all the columns to String (Text). --------- OutCol = inCol.Clone() 'convert all the columns type to...
  2. I

    Failed to save credential - Culture is not supported

    Hi all, Did you ever experienced the following issue when saving a credential? "Failed to save credential - Culture is not supported. Parameter name: name en-150 is an invalid culture identifier." This is happening on a new laptop, when upgrading to Windows 10. In the old computers that...
  3. I

    Solved BPASessionLog_NonUnicode Archivation

    Hi all, Does someone know what it contains besides of Logs that can be archived in System -- Archiving tab? Even if we archive all of the processes we have a lot of MB in that table, that are not being reduced even after full archivation of the logs. May I know if there is a different way to...
  4. I

    Solved Lock failed due to foreign key constraint - Issue

    Hi all, One user is experiencing the following issue when opening any process. Nothing is locked by the rest and when going to the unlocking wizard nothing works. Do you have any idea how to unlock the processes? Is there any script we can run in the database to unlock the processes for the...
  5. I

    BP Report fails when saving

    Hi all, I am facing the following issue when creating a report with one schedule, sometimes it throws the following error. Have you ever experienced? Full message is: System.NullReferenceException: Object reference not set to an instance of an object. Server stack trace: at...
  6. I

    Reports - Recent Activity very slow

    Hi, I have created a customized report for the recent activities, without selecting all schedules, just selecting a few. This one runs very slow (1 minute aprox) while if I select "All schedules" it´s completely fine (couple of seconds). Do you know if there is a way to improve it or the...
  7. I

    SQL Query to short process logs by size

    Hi everyone, I am wondering if you know what would be the query that I have to execute in order to find what are the biggest logs in my database per process. I am talking about the logs in table BPASessionLog_NonUnicode. So if I find the largest processes I will be able to archive them keeping...
Top