Recent content by mmanasa2525

  1. M

    Random Error When handling Excels

    Hello All, I am getting randomly an error while copying Merging different Excels into One Excel as Worksheets. "Could not execute code stage because exception thrown by code stage: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)" Did any one face similar issue? And help...
  2. M

    Convert .ppt, .xls, .doc to PDF using Blue Prism ?

    Hi VJR, This Code stage of Export PDF was working for me perfectly fine but suddenly getting the below error from couple of days. Do I need to change anything on code stage? . I am getting the POP telling - "document not saved. the document may be open or error might have occurred during saving...
  3. M

    Design help for Collection to text comparision and saving the matched data

    Hi All, I need help in designing my process where I have below steps 1. I have 5 Master files which are Excel and have different data in each file 2. I have Input PDF files X number which has different data in each file 3. My requirement is I need to check few columns in Master file if there...
  4. M

    "Start Process" To copy folders from Shared location to local

    Ok thank you VJR. Will try the first apporach
  5. M

    "Start Process" To copy folders from Shared location to local

    [QUOT Hi VJR I am using simple batch file which will copy Directory - Directory. My worries is if I give LESS wait time after "START PROCESS"this would skip few files and go to next step. If I give MORE time, it may be a dead wait and degrade my performance. So I was wondering how I can...
  6. M

    "Start Process" To copy folders from Shared location to local

    Hi All, I am having a .bat file which I'm using to copy folders(which in turn has subfolders containing files) from Shared location path to Local drive. While doing this its taking long time as the files sizes are large. These files may change and I cannot give any static wait stage for the...
  7. M

    Convert .ppt, .xls, .doc to PDF using Blue Prism ?

    Hey It worked now with other PPT. Not sure what went wrong :) By the way I can add inputs to this in generic fashion and give it right ? Instead of hardcoding the paths?
  8. M

    Convert .ppt, .xls, .doc to PDF using Blue Prism ?

    Yes the file has data just put one slide and added Microsoft.Visual Basic in Namespace imports too. Do I need to pass any inputs apart from code ?Did you create any Open instance object too before you export to PDF? I just put code stage and ran
  9. M

    Convert .ppt, .xls, .doc to PDF using Blue Prism ?

    The file is pptx file.it opened the instance of the file but it says cannot open the file ..I just changed the path to my file ..will there b any custom code for ppt n different for pptx
  10. M

    Convert .ppt, .xls, .doc to PDF using Blue Prism ?

    Thanks again. I tried to use the code and the stage failed as the error said it cannot open the file. See codestage error and codelogic.Also I wanted to make it generic as I have many files and plan to put a loop. Should I give anything in inputs and outputs? Alternatively I thought Il start a...
  11. M

    Convert .ppt, .xls, .doc to PDF using Blue Prism ?

    Thanks a lot. The Excel part worked for me :) I have a question on the PPT part. What is the application name I need to give in the code stage? Presentation Application ?. Can I replicate the code stages for Open, and other action stages same as excel vbo?
  12. M

    Convert .ppt, .xls, .doc to PDF using Blue Prism ?

    Sure will try these and keep you posted..You are doing great job by helping us
  13. M

    Python integration with Blue Prism

    Hi All, I have a process where I need to integrate Python code on my Blue prism. The client has shared that code which converts the files to PDFs which I need to integrate with my Blue prism process. Can anyone help me how to integrate the Python code to Blue Prism Thanks in advance.
  14. M

    Convert .ppt, .xls, .doc to PDF using Blue Prism ?

    Yes, I was assuming the same.Does anyone already had the code already written?
Top