Jump to content

Can i read the status from a table of CDC jobs using auto it


sadhana
 Share

Recommended Posts

  • Moderators

@sadhana what have you tried on your own? Hover over the window with the AutoIt Window Info Tool (in the same directory where you installed AutoIt). What information does it return? What APIs are out there (I'm sure you Googled already rather than expecting others to do it for you) to allow you to interact with this application?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Yes of course i tried with it. but it is in table format and i have to traverse through all and get the text. when i tried i do not get the text of the status or contents in the table. only some of the text in the page like headings where retrieved.

Edited by sadhana
Link to comment
Share on other sites

@sadhana,

first, IBM infosphere officially supports scripting via several API's. i advise you consider that option as it is almost always more robust than external automation.

it is understood if you just want to automate a single, simple operation and you don't wish to invest the time to learn the API, so you turn to external automation. i'm fairly certain you can do that in AutoIt, but if you want some help, you might want to post a reasonable image. the one you posted is useless, even when viewed in full-size. also post the data you have gathered from the AutoIt Window Info tool.

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...