Search results

  1. M

    SAP : Field Plant is a required field for GL Account

    We are using SAP process. Its using ZFIR_AUTO_DEFERAL TCode. We have many items running fine. But always one company code (may be ex: company code1000) is failing with the error. Error : Field Plant is required field for GL account 10. But when am trying manually in the SAP, its working fine...
  2. M

    Blue prism import release

    Hi All, Is there any way to import the BP release with any external tool? like, if we are selecting the dependencies and the EV it has to take from non prod and deploy in prod. Is there any tool available?
  3. M

    SAP Treeview not working

    Hi Team, Am working on the SAP process. While extracting the "tree view" , am not able to spy the element. but in code stage its working fine, but when the expand node number is changed in prod, its not working. can anyone help me on this, how to click on the particular element which we...
  4. M

    Insert column in OLEDB

    Hi, Can anyone help how can we insert sl.no column in the excel using (OLEDB) for the n number of rows, i have to insert the Sl.no. Thanks in advance
  5. M

    Jenkins deploy using BP

    am trying to deploy the bp file using jenkins. i have done with the batch file , its working file when am using the command prompt. but when am using the jenkins , its showing the error ::::: " Database error - Cannot open database "bplocal" requested by the login. The login failed.Login failed...
  6. M

    Could not get process definition

    Hi team, while opening the process from studio, it showing locked under my name. While trying to unlock, its showing "Couldn't get process definition" Can anyone help.
  7. M

    OLEDB with Excel

    Hi team, Am using OLEDB with Excel (Office 365). When am giving the connection string, its working fine. But when executing the connection, it shows " Error: db_sec_e_auth_failed(0x80040E4D)" error, Can someone help me on this.
  8. M

    Text file - Beautify

    Hi , am using the code to convert the excel to txt file. However am getting the output fine. But the alignment is somewhat missing. Is there any way to get the alignment well. (manually when am using the "word wrap" and change the "times new roman", its showing perfect. How can i integrate in...
  9. M

    System.ApplicationException: Exception getting Java Identfier KeyBindings Exception: Index was outside the bounds of the array.

    Am getting the below error when using the JAVA application. (windows 10 & 64bit) Error : System.ApplicationException: Exception getting Java Identfier KeyBindings Exception: Index was outside the bounds of the array. Explanation : For ex : login window : I can get the username button for the...
  10. M

    Mouse Hover - Web application

    Hi, I can spy the elements with html mode in 6.4 version. I can able to highlight also. Refer image : But whenever am click the arrow action - > after if hover the mouse, i have to move to some option9xx), later from the list i have to pick one click text(xx). Which means another layer of...
  11. M

    jnlp application - Blue Prism

    Hi All, am working with region mode, but java mode is not at all coming. (its a jnlp) can you please help me how to get the java mode. (in command prompt i have enabled the JAB also) Thanks...
  12. M

    Blue Prism 6.4

    While working with write stage (BP v 6.4), am getting "No window identifiers were specified" error. Can anyone help?
  13. M

    Vb Script - Excel

    Hi Team, Am using VB Script in the code stage. It showing some errors. Can anyone please tell what dll i have to add when performing excel operations. (I have added Microsoft.Office.Interop.Excel dll in initialize page, but still showing compile error in initialize page" Please help.
  14. M

    Installation - Appserver

    When trying to install with the BP appserver, its not connecting. i can start the process manually, but it also not working. Can anyone please help? (error : server unavailable for 2 minutes)
  15. M

    OLEDB - Get collection

    Hi All, When I tried to connect the OLEDB for one of my process, its working fine(its nearly 50 rows of data as output). But for another process its not working. while running its take sometime and throwing the error. (while manually the result is having only 10 rows output). its showing the...
  16. M

    Comparing Collections & System.OutOfMemory Exception

    Hi Hi, I have 2 collections Sample collection : 180 rows Source Collection : 870 rows. While i am comparing the sample collection rows are present in the source collection or not by using 2 loop stages and collection contain values option in the Utility Collection Manipulation VBO. It will take...
  17. M

    Hide column in excel

    Hi, is there any way to hide the column in excel sheet? ex : i have 5 columns in collection.( A,B,C,D,E) In column E, i have to hide and save. i should not delete.It may use after sometime, to check that hide column. Is there any way to hide column & save the excel.
  18. M

    comparing collection

    Hi , Am having 2 collections now. One is with some 20-30 items. Another collection(source collection) may have 700-900 items. I have to retrieve the common date into output collection, and mismatched item also i have to add into the source collection. Easy understanding : sample collection ...
  19. M

    comparing collection

    Hi , Am having 2 collections now. One is with some 20-30 items. Another collection(source collection) may have 700-900 items. I have to retrieve the common date into output collection, and mismatched item also i have to add into the source collection. Easy understanding : sample collection ...
  20. M

    Collection - Dynamic header names

    Hi all, Am extracting data from excel to collection, for eg(only 4 columns). The first header is dynamically changing, others remains same . For eg : My collection is having the headers like(sample 10 2018, customer, client, code). In this i have to extract the code (in D column), based on the...
Top