Jump to content

Search the Community

Showing results for tags 'remote call issue'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Dear All, Good Day I have created an Autoit script which runs perfectly on local machine,but when i call the same script from a remote machine it failed (window in disable mode, every time when i click manually the screen the script will work). Even i tried mouseclick but failed, please advise. Note: My ultimate aim is to automate the task using a automation scheduler which installed on a separate system. Please check my below script Run("C:\Program Files (x86)\ITProgararm\prgm.exe") Send("{ALTDOWN}{ESC}{ALTUP}") WinWaitActive("Log into Database Server") Send("username{TAB}password{ENTER}") WinWaitActive("Error","") Send("{ENTER}") WinWaitActive("ITProgararm - Program Monitor","") Send("{CTRLDOWN}f{CTRLUP}") MouseClick("left",135,944,1) WinWaitActive("ITProgararm - Program Monitor - [Authorizers]","") MouseClick("left",40,109,2) WinWaitActive("ITProgararm - Program Monitor - [Authorizer VASA Information]","") MouseClick("left",176,95,1) MouseClick("left",87,941,1) MouseClick("left",1266,8,1) Thanks in advance VL.Ganesh
×
×
  • Create New...