You may also get the following error in the Application Event Viewer. User Message: Fatal WebException occurred with status: ConnectFailure. Dev Message: Fatal web exception
... : Sending Mashup Event to http: ... In this case the port 8085 was left off the endpoint url . ... FAILED: Sending Mashup Event to http://sbmserver:8085/eventmanager/services/ALFEventManager for transaction fc0daede-3a2d-42a8-a36c-a640c44897a3 in instance Agile. ... This is just a function of how event notifications are fired from Agile.
When trying to run a report from Mariner or from the Report Manager , an error of the form: "Execution '...' cannot be found (rsExecutionNotFound)" occurs. The same error occurs if the report is run from within Mariner or directly from Report Manager. The log.txt file is not being written to the REPORTING
This code is from the onClick event of a button that changes the value of a text field and marks the text field as dirty so you are prompted to save changes when you go to a different form.
The following example code can be put in the onselectionchange event of a list box. When the value is changed a alert should show the currently selected text value. The underlying value is actually a numeric value that will be stored in the database.