Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Paisleymll

    Macro Completes then Ebmgr eats CPU

    Hello - I'm curious if anyone has seen this type of issue or might have a suggestion on where to look. I am initiating macros via a Command line. (EG. EBrun.exe Macro.ebm) The macro will open the session to the host and close the session at the end. At this point, when the macro is...
  2. Paisleymll

    Macro from batch file with COMMAND PARAMETERS

    Hi All - I am trying to use this "<path>\ebrun.exe" "<path>macro.ebm" in a batch file. I need to pass parameters along to the macro. I know the macro can read parameters, because it has a Command$ function. However, I can't find a switch or any other method to populate the parameters.. Any...
  3. Paisleymll

    Macro Failed to begin Execution - ref: thread99-464072

    Okay, I fixed the issue! It was really stupid. Until recently I have started all macros from the editor. I use the editor specifically for the stop button if there is an issue. SO starting a script via command line is a newer process for me. Starting from the Editor, a macro won't run unless...
  4. Paisleymll

    Macro Failed to begin Execution - ref: thread99-464072

    Thanks for looking at my issue. I clipped quite a lot out of the code I posted including the session disconnect and close commands. Thanks Again
  5. Paisleymll

    Macro Failed to begin Execution - ref: thread99-464072

    Hello - I posted this issue a few years ago, without resolution. In doing a thorough search today. I found thread99-464072, this relates the issue to Arrays. In the scripts suffering worse from this issue, there are arrays, which are not my comfort zone. Also, in thread1-1273379, the same...
  6. Paisleymll

    Macro failed to begin execution

    First I run all macros from the editor, but I also get this message when I run multiple macros in a row. When this message appears, I close all instances of the editor, and then re-open and it runs fine. I have been unable to determine the cause, but can isolate the issue to specific macros...
  7. Paisleymll

    Macro Failed to Begin Execution

    Thank you, but some of these macros have been in use uneditted for a very long time. If it were a compile error it usually gives a line number. This error seems to generate BEFORE it steps into the code. It happens more often in macros that have "-" in them. The instigator to my post today...
  8. Paisleymll

    Running 2 Sessions at same time

    It is possible to run multiple macros with Attachmate on the same desktop, but is really complicated. You must reference your sessions by name. Or pass the session name to the macro. We are using a web interface that calls "<path>\ebrun.exe" "<path>macro.ebm". And Passes the session name via...
  9. Paisleymll

    Macro Failed to Begin Execution

    Hello I receive the message "Macro Failed to Begin Execution" in 2 scenarios. I believe it is related to the name of the .EBM file but cannot find guidelines in documentation. Scenario 1 - Open Macro from the Macro Editor (already open) and click run. Solution: Close Macro Editor, re-open...

Part and Inventory Search

Back
Top