Movatterモバイル変換


[0]ホーム

URL:


US6334193B1 - Method and apparatus for implementing user-definable error handling processes - Google Patents

Method and apparatus for implementing user-definable error handling processes
Download PDF

Info

Publication number
US6334193B1
US6334193B1US08/865,527US86552797AUS6334193B1US 6334193 B1US6334193 B1US 6334193B1US 86552797 AUS86552797 AUS 86552797AUS 6334193 B1US6334193 B1US 6334193B1
Authority
US
United States
Prior art keywords
error
error handling
activity
conditions
condition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
US08/865,527
Inventor
George Buzsaki
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oracle International Corp
Original Assignee
Oracle Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oracle CorpfiledCriticalOracle Corp
Priority to US08/865,527priorityCriticalpatent/US6334193B1/en
Assigned to ORACLE CORPORATIONreassignmentORACLE CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: BUZSAKI, GEORGE
Application grantedgrantedCritical
Publication of US6334193B1publicationCriticalpatent/US6334193B1/en
Assigned to ORACLE INTERNATIONAL CORPORATIONreassignmentORACLE INTERNATIONAL CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: ORACLE CORPORATION
Anticipated expirationlegal-statusCritical
Expired - Lifetimelegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

A system is provided for handling an error by identifying an activity that generated the error. The system determines whether the activity has an associated user-defined error handling process. If the activity has an associated user-defined error handling process, then the system executes the associated user-defined error handling process. If the activity does not have an associated user-defined error handling process, then the system executes a default error handling process. A particular activity my have multiple associated user-defined error handling processes. The system selects among the multiple user-defined error handling processes using one or more error handling parameters. The system includes an activity execution module configured to execute process definitions and identify errors that occur when executing process definitions. The system also includes an error handling module coupled to the activity execution module and configured to determine whether a particular error has an associated user-defined error handling process.

Description

FIELD OF THE INVENTION
The present invention relates to error handling processes. More specifically, the invention provides a system that implements error handling processes defined by a user.
BACKGROUND
Computer systems typically execute an error handling process when an error or other failure in the system occurs. Typically, the manner in which the error or other failure is processed by the system is determined by the developer of the system or its components. For example, software applications and operating systems typically include various error handling processes defined by a developer. These error handling processes can generate an error message indicating that an error occurred and the type of error or the cause of the error. Alternatively, an error handling process can execute a diagnostic program that allows the user of the system to diagnose the error.
In existing systems, error handling processes are defined by the developer and handle the error in a manner prescribed by the developer. When developing these “built-in” error handling processes, the developer anticipates the manner in which the end-user (or the majority of end-users) will want the error processed. Additionally, the developer must anticipate all possible errors that might occur in the system, and define an error handling process for each possible error.
These “built-in” error handling processes provided by the system developer may not be complete or may not process a particular error in the manner desired by the end-user. For example, the developer may not identify all possible errors that can occur in the system. Additionally, the developer may not select the best error handling process to satisfy the preferences of a particular end-user. Furthermore, the error handling process selected by the developer may not take into consideration the configuration and requirements of a particular system or user. In systems that permit the end-user to create and execute custom routines (e.g., software routines) or procedures, it may be difficult for the developer to anticipate all possible error situations.
As discussed above, existing systems provide built-in error handling capabilities. However, these existing systems do not allow the end-user to define or implement a custom error handling routine. Instead, the end-user is limited to the error handling processes provided by the system developer. It is therefore desirable to provide a system that allows the end-user to define and execute custom error handling processes, which may replace or supplement the built-in error handling processes.
SUMMARY OF THE INVENTION
Embodiments of the present invention allow an end-user of a system (such as a computer system) to define one or more custom error handling processes. The end-user may associate multiple custom error handling processes with a particular error or activity. The particular error handling process to be executed is selected based on parameters provided to an error handling procedure or error handling module. Thus, rather than relying on built-in error handling processes, the user is able to define one or more custom error handling processes for each error or activity.
An embodiment of the invention identifies an activity that generated the error and determines whether the activity has an associated user-defined error handling process. A default error handling process is executed if the activity does not have an associated user-defined error handling process. The associated user-defined error handling process is executed if the activity has an associated user-defined error handling process.
Another embodiment of the invention provides multiple user-defined error handling processes associated with a particular activity.
One embodiment of the invention includes an activity execution module configured to execute process definitions and identify errors that occur when executing process definitions. This embodiment also includes an error handling module coupled to the activity execution module and configured to determine whether a particular error has an associated user-defined error handling process.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention is illustrated by way of example in the following drawings in which like references indicate similar elements. The following drawings disclose various embodiments of the present invention for purposes of illustration only and are not intended to limit the scope of the invention.
FIG. 1 is a flow diagram illustrating an embodiment of a procedure for detecting and handling errors.
FIG. 2 is a flow diagram illustrating an embodiment of a procedure for selecting an appropriate error handling process.
FIG. 3 is a flow diagram illustrating an embodiment of a procedure for handling an error that occurred as a result of an undeliverable e-mail message.
FIG. 4 illustrates an embodiment of a process engine and associated process definitions.
FIG. 5 illustrates three process definition tables used to hold process definitions according to one embodiment of the present invention.
FIG. 6 illustrates an embodiment of an Item Activity Status (IAS) table in which status information is maintained during execution of a process.
FIG. 7 illustrates an embodiment of a processor-based system capable of operating as a process engine.
DETAILED DESCRIPTION
The following detailed description sets forth numerous specific details to provide a thorough understanding of the invention. However, those of ordinary skill in the art will appreciate that the invention may be practiced without these specific details. In other instances, well-known methods, procedures, protocols, components, and circuits have not been described in detail so as not to obscure the invention.
Embodiments of the present invention allow an end-user of a system (such as a computer system) to define one or more custom error handling processes. Based on various errors or other failures that may occur in a system, the end-user is able to associate a particular error handling process with each possible error or activity. An activity may be any process, procedure, command, instruction, function, or other operation that may be performed by a system. The error handling process associated with each error may be the error handling process provided by the developer of the system (referred to as the “default error handling process”) or may be a user-defined error handling process. Additionally, the user may associate multiple custom error handling processes with a particular error. The particular error handling process to be executed is selected based on parameters provided to an error handling procedure or error handling module. These parameters may represent the status of the system when the error occurred, time of day, or other factors selected by the user.
In many situations, the user of the system knows best how the errors should be handled. Therefore, the user is the best person to define error handling processes and determine the selection criteria for multiple error handling processes. Thus, the present invention allows different users of similar systems to configure the error handling processes differently such that the same error occurring under the same circumstances in two different systems is processed differently by each system based on the user's preferences.
FIG. 1 is a flow diagram illustrating an embodiment of a procedure for detecting and handling errors. At step10, a process engine begins executing a particular process definition by executing the first activity in the process definition. A process engine can be any type of mechanism capable of executing process definitions, which includes invoking the appropriate activity logic or procedures. A process definition contains one or more activities to be executed and information regarding transitions from one activity to the next.
Atstep15, the process engine determines whether an error was encountered when executing the particular activity. If no error was encountered, then the procedure continues to step35 to determine whether additional process activities in the process definition remain to be executed. If an error was identified atstep15 by the process engine, then the procedure branches tostep20 where the process engine determines whether a user-defined error handling process is associated with the activity that generated the error. If the process engine determines atstep20 that a user-defined error handling process is associated with the activity that generated the error, the procedure branches tostep25 where the process engine executes the associated user-defined error handling process. Additional details regarding the execution of user-defined error handling processes are provided below. The procedure then continues to step35, where the process engine determines whether additional process activities remain to be executed.
If, atstep20, the process engine determines that a user-defined error handling process has not been associated with the activity that generated the error, then the procedure continues to step30 where the process engine executes a default error handling process. This default error handling process is typically provided by the developer of the system or software. Default error handling processes may perform any type of error handling, as specified by the developer of the system. In an embodiment of the invention, a particular default error handling process is a null procedure. The procedure then continues from step30 to step35, where the process engine determines whether any additional process activities remain to be executed.
If no additional activities remain to be executed atstep35, then the procedure terminates. If additional activities remain to be executed, the procedure continues fromstep35 to step40 where the process engine executes the next activity in the process definition. The procedure then returns to step15, where the process engine determines whether an error was encountered when executing the next activity. The procedure illustrated in FIG. 1 continues executing activities in the process definition and testing for errors caused by those activities until no additional process activities remain to be executed.
In a particular embodiment of the invention, an error handling process is a workflow process and the process engine is capable of executing workflow processes. Users can create or modify a workflow process (i.e., a custom error handling process) using any type of workflow editing mechanism.
FIG. 2 is a flow diagram illustrating an embodiment of a procedure for selecting an appropriate error handling process. Atstep50, the process engine determines whether one or more user-defined error handling processes have been associated with the activity that generated the error. If no user-defined error handling processes are associated with the activity that generated the error, the procedure continues to step55, where the process engine selects the default error handling process to be executed by the process engine. Atstep60, the process engine executes the default error handling process.
If one or more user-defined error handling processes are associated with the activity that generated the error, then the procedure branches fromstep50 to step65, where the process engine selects the appropriate user-defined error handling process. The selection performed instep65 is necessary in situations where multiple user-defined error handling processes have been associated with the activity that generated the error. If a single user-defined error handling process is associated with the activity, then the procedure continues to step70 where the process engine executes the user-defined error handling process. However, if multiple error handling processes are associated with the activity, then the procedure branches to step65 where the process engine selects the appropriate error handling process for this particular error situation. The selection among multiple error handling processes can be based on any number of parameters, attributes, or other information. For example, selection among different error handling processes may be based on the time of day, system utilization, or the user that invoked the activity. Additional details regarding user-defined error handling processes are discussed below. Once the proper user-defined error handling process has been selected atstep65, the procedure continues to step70 where the process engine executes the selected user-defined error handling process.
FIG. 3 is a flow diagram illustrating an embodiment of a procedure for handling an error that occurred as a result of an undeliverable e-mail message. Atstep80, the error handling process is started in response to the identification of an undeliverable e-mail message. Atstep85, the process engine determines whether one or more user-defined error handling processes are associated with the activity that generated the error. If no user-defined error handling processes are associated with the error, then the procedure continues to step90 where the process engine selects the default error handling process. In this example, the default error handling process generates a message indicating that the e-mail message was undeliverable (such as “Unable to deliver e-mail—unknown user.”) Atstep95, the process engine executes the default error handling process by sending the appropriate message to the user.
Ifstep85 determines that one or more user-defined error handling processes are associated with the activity that generated the error, then the procedure branches to step100 where the process engine selects the appropriate user-defined error handling process for the activity that generated the error. In this example, a single user-defined error handling process is defined which sends an e-mail message to an alternate address (i.e., a different e-mail recipient). Atstep105, the process engine executes the selected user-defined error handling process by sending the previous undeliverable e-mail message to the alternate address. The alternate e-mail recipient may be the supervisor of the previous recipient or a person designated to receive all previously undeliverable e-mail messages (e.g., a system administrator).
In one embodiment of the invention, multiple user-defined error handling processes are associated with the error caused by the undeliverable e-mail message. In this embodiment, each user-defined error handling process “resends” the e-mail message to a different alternate recipient. For example, the alternate recipients may be the supervisors of the person to which the undeliverable e-mail message was sent. If this supervisor changes at different times of the day, then the alternate recipient also changes such that the correct supervisor receives the undeliverable e-mail message.
In another embodiment of the invention, a first user-defined error handling process “resends” the e-mail message to a supervisor if that supervisor is currently connected to the system. Otherwise, a second user-defined error handling process notifies the system administrator that the e-mail message was undeliverable.
FIG. 4 illustrates an embodiment of aprocess engine110 and associated process definitions.Process engine110 is implemented by execution of processengine program code115 and is itself used to execute process definitions stored in table120. As shown in FIG. 4, processengine program code115 is executed by anexecution engine125. In one embodiment of the present invention, theexecution engine125 is an embedded language subsystem implemented by execution of compiled instructions (machine code)130 byprocessor135. The embedded language subsystem executes the processengine program code115 by interpreting the process engine program code from a predefined format (e.g., sequence of platform-independent byte-codes) into native machine instructions which are then executed by the processor. It will be appreciated that, in an alternate embodiment, the execution engine could be a processor and the process engine program code could be compiled machine code. In a preferred embodiment of the present invention,execution engine125 is a PL/SQL™ interpretive engine and the processengine program code115 is compiled PL/SQL code. PL/SQL is a trademark of Oracle Corporation.
Just asmachine code130 is executed byprocessor135 to implement anexecution engine125, processengine program code115 is executed byexecution engine125 to implementprocess engine110.Process engine110 constitutes a virtual machine for fetching process definitions from database table120 and executing the indicated process activities. Error handling processes are executed byprocess engine110 in the same manner as any other process.
Process engine110 is capable of selecting among multiple error handling processes associated with a particular activity when an error occurs executing that activity. In one embodiment of the invention, error handling processes are stored in table120, which contains various process definitions. In another embodiment of the invention, error handling processes are stored withinprocess engine110.
Various error handling parameters are passed to processengine110 in response to the detection of an error or system failure. These error handling parameters provide various information regarding the status of the system when the error was occurred as well as information about the error itself. For example, the error handling parameters may include the activity generating the error, the instance of the process that generated the error, the name or identifier of the error that occurred, the identity of a person to notify, and the list of system status information at the time the error occurred. The error handling parameters are used byprocess engine110 to select the proper error handling process to be executed.
FIG. 5 illustrates three process definition tables used to hold process definitions according to one embodiment of the present invention: a table ofprocess names140, a table ofprocess activities155, and a table ofprocess transition logic180. In one embodiment of the present invention, a process definition also includes one or more functions orprocedures200 stored in a database. The table ofprocess names140 includes aprocess name column145 and aprocess description column150.Process name column145 contains respective entries identifying each process that can be executed in a system andprocess description column150 contains process descriptions corresponding to the process name entries. For example,process name column145 includes a process “Undeliverable E-Mail,” which is executed in response to an undeliverable e-mail message. While the entries in the table ofprocess names column145 of table140 are shown as being text-based, other types of process identifiers may also be used.
The table ofprocess activities155 includes anactivity name column160, an implementingfunction column165, aprocess name column170, and an activity attributescolumn175. The table ofprocess activities155 contains respective entries for each of the activities included in a process defined in the table of process names140. For example, since the table ofprocess names140 includes an undeliverable e-mail process, the table ofprocess activities155 would include respective entries for the various activities in the undeliverable e-mail process. An undeliverable e-mail process may include activities such as sending the e-mail message to an alternate address. The names of the various activities are listed in theactivity name column160, and respective values each identifying afunction200 to be called to execute a named activity are stored in the implementingfunction column165. The name of the process to which the activity belongs is stored in theprocess name column170, and the activity attributescolumn175 is used to store information further characterizing a named activity.
The table ofprocess transition logic180 includes anactivity name column185, abranch activity column190, and abranch condition column195 for each activity listed in each process. Table180 includes respective entries for each branch leading from each of the activities listed in the table ofprocess activities155.Activity name column185 identifies the activity which precedes the branch activity listed inbranch activity column190.Branch condition column195 contains the condition, if any, evaluated to determine whether a branch is to be taken. For each activity in a given process, the number of entries in the table ofprocess transition logic180 is equal to the number of branches leading from that activity. In this example, the Check Inventory activity has two different branches leading from the activity. Therefore, the Check Inventory activity is listed twice in the table ofprocess transition logic180. The branch activities corresponding to the Check Inventory activity are the Notify Filled activity and the Notify Back Ordered activity. In table180, the branch condition for branch activity Notify Filled is that the requisitioned item is in stock, while the branch condition for activity Notify Back Ordered is that the requisitioned item is not in stock.
FIG. 6 illustrates an embodiment of an Item Activity Status (IAS) table in which status information is maintained during execution of a process. Herein, execution of a process according to a process definition is referred to as a process instance. Multiple instances of a process based on the same process definition may exist simultaneously. This would be the case, for example, if several errors of the same type or in the same activity occur during a particular time period, thereby causing the execution of multiple copies of the same error handling process. Each instance of the error handling process would be distinct and related to the particular error or activity that caused the process to be invoked, but each instance of the error handling process would be based on execution of the same process definition.
IAS table210 is used to store information describing the activities executed in a process instance. Each time a process activity is executed, an entry is added to IAS table210. IAS table210 includes columns containing information respectively identifying the process name to which the executed activity corresponds215, the process instance in which the activity is executed220, the name of theprocess activity225, the status of theprocess activity230, the result of theprocess activity235, and any errors encountered during execution of theactivity240. Theactivity status column230 of the IAS table is used to indicate whether an activity is presently being executed, has completed execution or is awaiting input. Theactivity result column235 is used to indicate the conditional result of the activity, if any. Theerror column240 is used to identify errors encountered during execution of the process activity. This information is useful for troubleshooting a failed process.
FIG. 7 illustrates an embodiment of a processor-based system capable of operating as a process engine. Astorage device255 is coupled to aprocessor260 using abus250.Storage device255 may be any type of storage device, including a magnetic storage device or an optical storage device. Amemory265 is coupled toprocessor260 and may include various types of memory, such as random access memory (RAM), read-only memory (ROM), cache memories, and other memory storage devices. Aninput device270 is coupled toprocessor260 and provides a mechanism for entering information into the processor-based system.
One or more input/output interfaces275 are coupled toprocessor260 and permit the communication of information to or from external devices coupled tointerface275.Interface275 allows these external devices to communicate withprocessor260 and the other components of the processor-based system shown in FIG. 7. Adisplay device280 provides a mechanism for displaying information generated by or stored in the system. Acursor control device285 is used to select and otherwise manipulate information, for example, in a graphical environment. Aprinter290 is also coupled toprocessor260 and is capable of producing a hard copy of information stored in or generated by the processor-based system.
Although FIG. 7 illustrates various system components coupled to a single bus or communication link, it will be appreciated that a particular processor-based system may include multiple buses and multiple communication links between various components of the system.
Embodiments of the present invention may include code sequences, instructions, parameters, and other information stored on a processor-readable medium (also referred to as a computer-readable medium). The code sequences, instructions, parameters, and other information are used to perform various data processing and error handling operations, such as the procedures described herein. The processor-readable medium may be any type of magnetic, optical, or electrical storage medium including a disk, diskette, CD-ROM, memory device, or similar storage medium.
From the above description and drawings, it will be understood by those of ordinary skill in the art that the particular embodiments shown and described are for purposes of illustration only and are not intended to limit the scope of the invention. Those of ordinary skill in the art will recognize that the invention may be embodied in other specific forms without departing from its spirit or essential characteristics. References to details of particular embodiments are not intended to limit the scope of the claims.

Claims (22)

What is claimed is:
1. A method for handling an error associated with an application in a computer system, the method comprising:
receiving, from a user, user input that specifies error handing actions for one or more error conditions;
based on said user input, storing separate from said application, data that associates said error handling actions with one or more error conditions, wherein said stored data docs not consist of executable instructions;
in response to occurrence of the error, identifying an error condition associated with error;
causing the application to read said stored data in order to determine error handling actions that are associated with said err condition; and
performing said error handling actions that said stored data associates with said error condition.
2. The method of claim1 wherein default error handling actions are provided to handle the error and wherein receiving user input includes receiving, from a user, user input that specifies error handling actions for one or more error conditions to be performed instead of said default error handling actions.
3. The method of claim1 wherein identifying said error condition associated with the error includes identifying an error type associated with the error.
4. The method of claim1 wherein identifying said error condition associated with the error includes identifying an activity that was being performed when the error occurred.
5. The method of claim1 wherein the error is associated with a plurality of error conditions and identifying said error condition includes selecting said error condition from among said plurality of error conditions.
6. The method of claim5 wherein selecting said error condition includes analyzing at least one error handling parameter to select among the plurality of error conditions.
7. The method of claim1 wherein a second error occurs and further comprising:
performing said error handling actions in response to the occurrence of the second error.
8. A computer-readable medium carrying one or more sequences of instructions for handling an error associated with an application in a computer system, which instructions, when executed by one or more processors, cause the one or more processors to carry out the step of:
receiving, from a user, user input that specifies error handling actions for one or more error conditions;
based on said user input, storing separate from said application, data that associates said error handling actions with one or more error conditions, wherein said stored data does not consist of executable instruction;
in response to occurrence of the error, identifying an error condition associated with the error;
causing the application to read said stored data in order to determine error handling actions that are associated with said error condition; and
performing said error handling actions that said stored data associates with said error condition.
9. The computer-readable medium of claim8 wherein default error handling actions are provided to handle the error and wherein receiving user input includes receiving, from a user, user input that specifies error handling actions for one or more error conditions to be performed instead of said default error handling actions.
10. The computer-readable medium of claim8 wherein identifying said error condition associated with the error includes identifying an error type associated with the error.
11. The computer-readable medium of8 wherein identifying said error condition associated with the error includes identifying an activity that was being performed when the error occurred.
12. The computer-readable medium of claim8 wherein the error is associated with a plurality of error conditions and identifying said error condition includes selecting said error condition from among said plurality of error conditions.
13. The computer-readable medium of claim12 wherein selecting said error condition includes analyzing at least one error handling parameter to select among the plurality of error conditions.
14. The computer-readable medium of claim8 wherein a second error occurs and further comprising instructions for performing the step of:
performing said error handling actions in response to the occurrence of the second error.
15. An apparatus for handling an error associated with an application in a computer system, comprising:
a database that includes data associating error handling actions with one or more error conditions, wherein said data is stored separate from said application in response to receiving user input that specifies error handing actions for one or more error conditions, and wherein said stored data does not consist of executable instructions; and
an execution engine that, in response to occurrence of the error, identifies an error condition associated with the error, causes the application to read said stored data in order to determine error handling actions that are associated with said error condition, and performs said error handling actions that said stored data associates with said error condition.
16. The apparatus of claim15 wherein said execution engine is configured to execute default error handling actions to handle the error and said user input specifies error handling actions for one or more error conditions to be performed instead of said default error handling actions.
17. The apparatus of claim15 wherein said execution engine is configured to identify the error condition associated with the error by identifying an error type associated with the error.
18. The apparatus of claim15 wherein said execution engine is configured to identify the error condition associated with the error by identifying an activity that was being performed when the error occurred.
19. The apparatus of claim15 wherein the error is associated with a plurality of error conditions and said execution engine is configured to identify said error condition associated with the error by selecting said error condition from among said plurality of error conditions.
20. The apparatus of claim19 wherein said execution engine is configured to select said error condition by analyzing at least one error handling parameter to select among the plurality of error conditions.
21. The apparatus of claim15 wherein a second error occurs and said execution engine is configured to perform said error handling actions in response to the occurrence of the second error.
22. The apparatus of claim15 wherein the execution engine is a Procedural Language/Structured Query Language interpretive engine.
US08/865,5271997-05-291997-05-29Method and apparatus for implementing user-definable error handling processesExpired - LifetimeUS6334193B1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US08/865,527US6334193B1 (en)1997-05-291997-05-29Method and apparatus for implementing user-definable error handling processes

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
US08/865,527US6334193B1 (en)1997-05-291997-05-29Method and apparatus for implementing user-definable error handling processes

Publications (1)

Publication NumberPublication Date
US6334193B1true US6334193B1 (en)2001-12-25

Family

ID=25345709

Family Applications (1)

Application NumberTitlePriority DateFiling Date
US08/865,527Expired - LifetimeUS6334193B1 (en)1997-05-291997-05-29Method and apparatus for implementing user-definable error handling processes

Country Status (1)

CountryLink
US (1)US6334193B1 (en)

Cited By (48)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20010011358A1 (en)*2000-01-272001-08-02Shinichi OchiaiFault handling system and fault handling method
US20030037291A1 (en)*2001-08-172003-02-20International Business Machines CorporationMethod, system and program for handling errors occurring in function calls
US6594774B1 (en)*1999-09-072003-07-15Microsoft CorporationMethod and apparatus for monitoring computer system objects to improve system reliability
US6598177B1 (en)*1999-10-012003-07-22Stmicroelectronics Ltd.Monitoring error conditions in an integrated circuit
US20030182379A1 (en)*2002-03-252003-09-25Henry Steven G.Maintaining digital transmitter distribution lists
US6636991B1 (en)*1999-12-232003-10-21Intel CorporationFlexible method for satisfying complex system error handling requirements via error promotion/demotion
US6691250B1 (en)*2000-06-292004-02-10Cisco Technology, Inc.Fault handling process for enabling recovery, diagnosis, and self-testing of computer systems
US6804794B1 (en)*2001-02-282004-10-12Emc CorporationError condition handling
US20040255298A1 (en)*2003-06-102004-12-16International Business Machines CorporationApparatus and method for maintaining resource integrity without a unified transaction manager in a software environment
US20050022045A1 (en)*2001-08-022005-01-27Jean-Marc FenartMethod and system for node failure detection
US20050080790A1 (en)*2003-10-092005-04-14International Business Machines CorporationComputer-implemented method, system and program product for reviewing a message associated with computer program code
US20050108677A1 (en)*2003-11-142005-05-19Microsoft CorporationAggregation and prioritization of application issue data
US6898732B1 (en)*2001-07-102005-05-24Cisco Technology, Inc.Auto quiesce
US20050259795A1 (en)*2004-04-012005-11-24Didcock Clifford NSimplified call answering service
US20050283675A1 (en)*2004-06-182005-12-22Krebs Andreas SMethod and system for resolving error messages in applications
US20050283788A1 (en)*2004-06-172005-12-22Platform Computing CorporationAutonomic monitoring in a grid environment
US6983362B1 (en)*2000-05-202006-01-03Ciena CorporationConfigurable fault recovery policy for a computer system
US20060036235A1 (en)*2004-08-102006-02-16Medtronic, Inc.TUNA device with integrated saline resevoir
US20060064623A1 (en)*2004-09-202006-03-23Uwe FischerError handling process
WO2006034932A3 (en)*2004-09-292006-06-08Siemens AgProcessor and method for operating a processor and/or an operating system in the event of a disturbance
US20060195750A1 (en)*2005-02-252006-08-31Oracle International CorporationSimplifying Troubleshooting of Errors in Configurable Parameter Values Associated with Computer Supported Business-flows
US7185221B1 (en)*2002-07-012007-02-27Cisco Technologies, Inc.Method and system for signaling a system fault
US20070073660A1 (en)*2005-05-052007-03-29Daniel QuinlanMethod of validating requests for sender reputation information
US20070110276A1 (en)*2003-03-022007-05-17Pitney Bowes Inc.System and method for routing imaged documents
EP1794680A1 (en)*2004-09-252007-06-13Robert Bosch GmbhMethod for running a computer program on a computer system
US20070174654A1 (en)*2006-01-132007-07-26Velocity11System and method for error recovery
US20070174653A1 (en)*2006-01-132007-07-26Velocity11Distributed system and method for error recovery
US7281166B1 (en)*2003-05-292007-10-09Sun Microsystems, Inc.User-customizable input error handling
US7321992B1 (en)*2002-05-282008-01-22Unisys CorporationReducing application downtime in a cluster using user-defined rules for proactive failover
US20080141076A1 (en)*2005-04-082008-06-12Luhui HuSystem and Method of Reporting Error Codes in an Electronically Controlled Device
US20090024870A1 (en)*2007-07-202009-01-22Telefonaktiebolaget Lm EricssonSystem and method for managing application server responses in ip multimedia subsystem
US7565581B1 (en)*2004-09-232009-07-21Emc CorporationError handling policy
US20100115348A1 (en)*2008-07-292010-05-06Frank Van GilluweAlternate procedures assisting computer users in solving problems related to error and informational messages
US20100125541A1 (en)*2008-11-142010-05-20Andreas Werner WendelPopup window for error correction
US7748038B2 (en)2004-06-162010-06-29Ironport Systems, Inc.Method and apparatus for managing computer virus outbreaks
US7756930B2 (en)2004-05-282010-07-13Ironport Systems, Inc.Techniques for determining the reputation of a message sender
US20100313073A1 (en)*2009-06-032010-12-09Microsoft CoporationOpen error-handling system
EP1969469A4 (en)*2006-01-062012-05-09Hewlett Packard Development Co SYSTEM AND METHOD FOR AUTOMATED AND ASSISTED RESOLUTION OF COMPUTER INCIDENTS
US20130159767A1 (en)*2011-12-202013-06-20International Business Machines CorporationClient selectable server-side error resolution
US20140359378A1 (en)*2013-06-042014-12-04Hon Hai Precision Industry Co., Ltd.System and method for detecting status information of motherboard of server
US9141345B2 (en)2010-01-272015-09-22Microsoft Technology Licensing, LlcSimplified user controls for authoring workflows
US20160034689A1 (en)*2014-07-302016-02-04International Business Machines CorporationApplication-level signal handling and application-level memory protection
US9646069B2 (en)2012-09-072017-05-09Oracle International CorporationRole-driven notification system including support for collapsing combinations
US9838370B2 (en)2012-09-072017-12-05Oracle International CorporationBusiness attribute driven sizing algorithms
US10142174B2 (en)2015-08-252018-11-27Oracle International CorporationService deployment infrastructure request provisioning
US10148530B2 (en)2012-09-072018-12-04Oracle International CorporationRule based subscription cloning
US10212053B2 (en)2012-09-072019-02-19Oracle International CorporationDeclarative and extensible model for provisioning of cloud based services
US11075791B2 (en)2012-09-072021-07-27Oracle International CorporationFailure handling in the execution flow of provisioning operations in a cloud environment

Citations (11)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4807108A (en)*1987-08-101989-02-21American Telephone And Telegraph Company, At&T Bell LaboratoriesProduct realization method
US5193189A (en)*1987-10-071993-03-09Allen-Bradley Company, Inc.Programmable controller with multiple priority level task processing
US5305455A (en)*1990-12-211994-04-19International Business Machines Corp.Per thread exception management for multitasking multithreaded operating system
US5483637A (en)*1994-06-271996-01-09International Business Machines CorporationExpert based system and method for managing error events in a local area network
US5574915A (en)*1993-12-211996-11-12TaligentObject-oriented booting framework
US5594861A (en)*1995-08-181997-01-14Telefonaktiebolaget L M EricssonMethod and apparatus for handling processing errors in telecommunications exchanges
US5740357A (en)*1990-04-261998-04-14Digital Equipment CorporationGeneric fault management of a computer system
US5742753A (en)*1996-06-061998-04-21The Boeing CompanyMesh interconnected array in a fault-tolerant computer system
US5790843A (en)*1996-09-191998-08-04International Business Machines CorporationSystem for modifying microprocessor operations independently of the execution unit upon detection of preselected opcodes
US5819022A (en)*1994-08-161998-10-06International Business Machines CorporationMethod for re-executing a process on a computer system for fault correction
US5874963A (en)*1993-12-011999-02-23International Business Machines CorporationMethod and system for cursor applied processing within a data processing system

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4807108A (en)*1987-08-101989-02-21American Telephone And Telegraph Company, At&T Bell LaboratoriesProduct realization method
US4807108B1 (en)*1987-08-101995-03-28Bell Telephone Labor IncProduct realization method
US5193189A (en)*1987-10-071993-03-09Allen-Bradley Company, Inc.Programmable controller with multiple priority level task processing
US5740357A (en)*1990-04-261998-04-14Digital Equipment CorporationGeneric fault management of a computer system
US5305455A (en)*1990-12-211994-04-19International Business Machines Corp.Per thread exception management for multitasking multithreaded operating system
US5874963A (en)*1993-12-011999-02-23International Business Machines CorporationMethod and system for cursor applied processing within a data processing system
US5574915A (en)*1993-12-211996-11-12TaligentObject-oriented booting framework
US5483637A (en)*1994-06-271996-01-09International Business Machines CorporationExpert based system and method for managing error events in a local area network
US5819022A (en)*1994-08-161998-10-06International Business Machines CorporationMethod for re-executing a process on a computer system for fault correction
US5594861A (en)*1995-08-181997-01-14Telefonaktiebolaget L M EricssonMethod and apparatus for handling processing errors in telecommunications exchanges
US5742753A (en)*1996-06-061998-04-21The Boeing CompanyMesh interconnected array in a fault-tolerant computer system
US5790843A (en)*1996-09-191998-08-04International Business Machines CorporationSystem for modifying microprocessor operations independently of the execution unit upon detection of preselected opcodes

Cited By (74)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6594774B1 (en)*1999-09-072003-07-15Microsoft CorporationMethod and apparatus for monitoring computer system objects to improve system reliability
US6598177B1 (en)*1999-10-012003-07-22Stmicroelectronics Ltd.Monitoring error conditions in an integrated circuit
US6636991B1 (en)*1999-12-232003-10-21Intel CorporationFlexible method for satisfying complex system error handling requirements via error promotion/demotion
US20010011358A1 (en)*2000-01-272001-08-02Shinichi OchiaiFault handling system and fault handling method
US6862688B2 (en)*2000-01-272005-03-01Mitsubishi Denki Kabushiki KaishaFault handling system and fault handling method
US6983362B1 (en)*2000-05-202006-01-03Ciena CorporationConfigurable fault recovery policy for a computer system
US6691250B1 (en)*2000-06-292004-02-10Cisco Technology, Inc.Fault handling process for enabling recovery, diagnosis, and self-testing of computer systems
US6804794B1 (en)*2001-02-282004-10-12Emc CorporationError condition handling
US6898732B1 (en)*2001-07-102005-05-24Cisco Technology, Inc.Auto quiesce
US20050022045A1 (en)*2001-08-022005-01-27Jean-Marc FenartMethod and system for node failure detection
US20030037291A1 (en)*2001-08-172003-02-20International Business Machines CorporationMethod, system and program for handling errors occurring in function calls
US6973643B2 (en)*2001-08-172005-12-06International Business Machines CorporationMethod, system and program for handling errors occurring in function calls
US20030182379A1 (en)*2002-03-252003-09-25Henry Steven G.Maintaining digital transmitter distribution lists
US7321992B1 (en)*2002-05-282008-01-22Unisys CorporationReducing application downtime in a cluster using user-defined rules for proactive failover
US7185221B1 (en)*2002-07-012007-02-27Cisco Technologies, Inc.Method and system for signaling a system fault
US8121344B2 (en)*2003-03-022012-02-21Pitney Bowes Inc.System and method for routing imaged documents
US20070110276A1 (en)*2003-03-022007-05-17Pitney Bowes Inc.System and method for routing imaged documents
US7281166B1 (en)*2003-05-292007-10-09Sun Microsystems, Inc.User-customizable input error handling
US7448035B2 (en)2003-06-102008-11-04International Business Machines CorporationApparatus for maintaining resource integrity without a unified transaction manager in a software environment
US20040255298A1 (en)*2003-06-102004-12-16International Business Machines CorporationApparatus and method for maintaining resource integrity without a unified transaction manager in a software environment
US20080134219A1 (en)*2003-06-102008-06-05Daniel Michael DorranceApparatus for maintaining resource integrity without a unified transaction manager in a software environment
US7346905B2 (en)*2003-06-102008-03-18International Business Machines CorporationApparatus and method for maintaining resource integrity without a unified transaction manager in a software environment
US20050080790A1 (en)*2003-10-092005-04-14International Business Machines CorporationComputer-implemented method, system and program product for reviewing a message associated with computer program code
US7546320B2 (en)*2003-10-092009-06-09International Business Machines CorporationComputer implemented method, system and program product for reviewing a message associated with computer program code
US8271952B2 (en)2003-11-142012-09-18Jowtiff Bros. A.B., LlcAggregation and prioritization of application issue data
US20100223597A1 (en)*2003-11-142010-09-02Kalpit JainAggregation and prioritization of application issue data
US7735065B2 (en)*2003-11-142010-06-08Kalpit JainAggregation and prioritization of application issue data
US20050108677A1 (en)*2003-11-142005-05-19Microsoft CorporationAggregation and prioritization of application issue data
US20050259795A1 (en)*2004-04-012005-11-24Didcock Clifford NSimplified call answering service
US7756930B2 (en)2004-05-282010-07-13Ironport Systems, Inc.Techniques for determining the reputation of a message sender
US7748038B2 (en)2004-06-162010-06-29Ironport Systems, Inc.Method and apparatus for managing computer virus outbreaks
US7340654B2 (en)*2004-06-172008-03-04Platform Computing CorporationAutonomic monitoring in a grid environment
US20050283788A1 (en)*2004-06-172005-12-22Platform Computing CorporationAutonomic monitoring in a grid environment
US7360125B2 (en)*2004-06-182008-04-15Sap AktiengesellschaftMethod and system for resolving error messages in applications
US20050283675A1 (en)*2004-06-182005-12-22Krebs Andreas SMethod and system for resolving error messages in applications
US20060036235A1 (en)*2004-08-102006-02-16Medtronic, Inc.TUNA device with integrated saline resevoir
US7836357B2 (en)*2004-09-202010-11-16Sap AgError handling process
US20060064623A1 (en)*2004-09-202006-03-23Uwe FischerError handling process
US7565581B1 (en)*2004-09-232009-07-21Emc CorporationError handling policy
EP1794680A1 (en)*2004-09-252007-06-13Robert Bosch GmbhMethod for running a computer program on a computer system
WO2006034932A3 (en)*2004-09-292006-06-08Siemens AgProcessor and method for operating a processor and/or an operating system in the event of a disturbance
US20060195750A1 (en)*2005-02-252006-08-31Oracle International CorporationSimplifying Troubleshooting of Errors in Configurable Parameter Values Associated with Computer Supported Business-flows
US20080141076A1 (en)*2005-04-082008-06-12Luhui HuSystem and Method of Reporting Error Codes in an Electronically Controlled Device
US7917814B2 (en)2005-04-082011-03-29Hewlett-Packard Development Company, L.P.System and method of reporting error codes in an electronically controlled device
US7877493B2 (en)*2005-05-052011-01-25Ironport Systems, Inc.Method of validating requests for sender reputation information
WO2006119506A3 (en)*2005-05-052009-04-16Ironport Systems IncMethod of validating requests for sender reputation information
US20070073660A1 (en)*2005-05-052007-03-29Daniel QuinlanMethod of validating requests for sender reputation information
EP1969469A4 (en)*2006-01-062012-05-09Hewlett Packard Development Co SYSTEM AND METHOD FOR AUTOMATED AND ASSISTED RESOLUTION OF COMPUTER INCIDENTS
US7555672B2 (en)*2006-01-132009-06-30Agilent Technologies, Inc.Distributed system and method for error recovery
US20070174653A1 (en)*2006-01-132007-07-26Velocity11Distributed system and method for error recovery
US7661013B2 (en)*2006-01-132010-02-09Agilent Technologies, Inc.System and method for error recovery
US20070174654A1 (en)*2006-01-132007-07-26Velocity11System and method for error recovery
US20090024870A1 (en)*2007-07-202009-01-22Telefonaktiebolaget Lm EricssonSystem and method for managing application server responses in ip multimedia subsystem
US20100115348A1 (en)*2008-07-292010-05-06Frank Van GilluweAlternate procedures assisting computer users in solving problems related to error and informational messages
US8645760B2 (en)*2008-07-292014-02-04FAQwareAlternate procedures assisting computer users in solving problems related to error and informational messages
US20100125541A1 (en)*2008-11-142010-05-20Andreas Werner WendelPopup window for error correction
US8078914B2 (en)2009-06-032011-12-13Microsoft CorporationOpen error-handling system
US20100313073A1 (en)*2009-06-032010-12-09Microsoft CoporationOpen error-handling system
US9141345B2 (en)2010-01-272015-09-22Microsoft Technology Licensing, LlcSimplified user controls for authoring workflows
US20130159767A1 (en)*2011-12-202013-06-20International Business Machines CorporationClient selectable server-side error resolution
US9043646B2 (en)*2011-12-202015-05-26International Business Machines CorporationClient selectable server-side error resolution
US10212053B2 (en)2012-09-072019-02-19Oracle International CorporationDeclarative and extensible model for provisioning of cloud based services
US9646069B2 (en)2012-09-072017-05-09Oracle International CorporationRole-driven notification system including support for collapsing combinations
US9838370B2 (en)2012-09-072017-12-05Oracle International CorporationBusiness attribute driven sizing algorithms
US10009219B2 (en)2012-09-072018-06-26Oracle International CorporationRole-driven notification system including support for collapsing combinations
US10148530B2 (en)2012-09-072018-12-04Oracle International CorporationRule based subscription cloning
US10341171B2 (en)2012-09-072019-07-02Oracle International CorporationRole-driven notification system including support for collapsing combinations
US11075791B2 (en)2012-09-072021-07-27Oracle International CorporationFailure handling in the execution flow of provisioning operations in a cloud environment
US20140359378A1 (en)*2013-06-042014-12-04Hon Hai Precision Industry Co., Ltd.System and method for detecting status information of motherboard of server
US20160034689A1 (en)*2014-07-302016-02-04International Business Machines CorporationApplication-level signal handling and application-level memory protection
US9542254B2 (en)*2014-07-302017-01-10International Business Machines CorporationApplication-level signal handling and application-level memory protection
US10558806B2 (en)2014-07-302020-02-11International Business Machines CorporationApplication-level signal handling and application-level memory protection
US11023584B2 (en)2014-07-302021-06-01International Business Machines CorporationApplication-level signal handling and application-level memory protection
US10142174B2 (en)2015-08-252018-11-27Oracle International CorporationService deployment infrastructure request provisioning

Similar Documents

PublicationPublication DateTitle
US6334193B1 (en)Method and apparatus for implementing user-definable error handling processes
KR100326745B1 (en) Integrated Automation Development System and Integration Method
US7398514B2 (en)Test automation stack layering
US7487494B2 (en)Approach to monitor application states for self-managing systems
US8099710B2 (en)UI behaviors
US7509536B1 (en)Method and system for error handling
US20210304142A1 (en)End-user feedback reporting framework for collaborative software development environments
US9442822B2 (en)Providing a visual representation of a sub-set of a visual program
US7093237B2 (en)High performance debugging in a message flow environment
US9311170B2 (en)System, method and program tool to reset an application
JPH05197573A (en)Task controlling system with task oriented paradigm
US11086696B2 (en)Parallel cloned workflow execution
US8352963B2 (en)Method and system for data preparation and communication between software applications
US7216332B2 (en)Software object library selection
US9208058B2 (en)Providing directional debugging breakpoints
EP2606424A2 (en)System and method for execution of high performance computing applications
NO325479B1 (en) Event mechanism and method in an accessibility system
US20080172669A1 (en)System capable of executing workflows on target applications and method thereof
US10778550B2 (en)Programmatically diagnosing a software defined network
US8479163B2 (en)Simplifying maintenance of large software systems
US20030088572A1 (en)Method, computer program product, and system for unloading a hierarchical database utilizing segment specific selection critera
US20170286192A1 (en)Interprogram communication messaging for program synchronization
US6606640B2 (en)Method, computer program product, and system for modifying populated databases utilizing a reload utility
CN116450341A (en)Asynchronous callback method, device, equipment, storage medium and program product
CN110990475B (en)Batch task inserting method and device, computer equipment and storage medium

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:ORACLE CORPORATION, CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BUZSAKI, GEORGE;REEL/FRAME:008600/0187

Effective date:19970528

STCFInformation on status: patent grant

Free format text:PATENTED CASE

ASAssignment

Owner name:ORACLE INTERNATIONAL CORPORATION, CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ORACLE CORPORATION;REEL/FRAME:014662/0001

Effective date:20031028

FPAYFee payment

Year of fee payment:4

FPAYFee payment

Year of fee payment:8

FPAYFee payment

Year of fee payment:12


[8]ページ先頭

©2009-2025 Movatter.jp