ERPDialogs.ini

The ERPDialogs.ini file provides the ability to automatically respond to dialog boxes created by software (such as JD Edwards) running on the RFgen (Communications) server.


Syntax:

Search, Title, Message, Reset, Close, Text

Search        1 = Search on Title, 2 = Search on Message

Title            Window Title

Message     Message Text (only if 'Search' = 2)

Reset          0 = Don't reset connection, 1-5 = Connection number to reset

Close          1 = Close Window, 2 = Click button

Text            Text on button to click (only if 'Close' = 2)
(include "&" to represent underscore, e.g., "E&xit" for "Exit").

Example:

1, Database Password Entry, ,1,1,

1, Database Error,,1,1,

1, OneWorld Error,,1,1,

1, OneWorld,,1,1,

1, PeopleSoft Error,,1,1,

1, PeopleSoft,,1,1,

1, Remote Job,,1,1,

1, Database Password Entry, ,1,1,

1, Database Error,,1,1,

1, OneWorld Error,,1,1,

1, OneWorld,,1,1,

1, PeopleSoft Error,,1,1,

1, PeopleSoft,,1,1,

1, Remote Job,,1,1,

2, ,JDB9103 - Fetch failed, 1, 2, OK

2, ,to Activate the component and correct the problem, 1, 2, Switch To...

1, RFDB,, 1, 2, Retry

Even if 'Search' = 2, a window title must be included if one exists.