US8577923B2 - Systems and methods for freezing data - Google Patents
Systems and methods for freezing data Download PDFInfo
- Publication number
- US8577923B2 US8577923B2 US12/687,301 US68730110A US8577923B2 US 8577923 B2 US8577923 B2 US 8577923B2 US 68730110 A US68730110 A US 68730110A US 8577923 B2 US8577923 B2 US 8577923B2
- Authority
- US
- United States
- Prior art keywords
- entity
- frozen
- data object
- data
- assigned
- 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.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/02—Banking, e.g. interest calculation or account maintenance
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2308—Concurrency control
- G06F16/2336—Pessimistic concurrency control approaches, e.g. locking or multiple versions without time stamps
- G06F16/2343—Locking methods, e.g. distributed locking or locking implementation details
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2457—Query processing with adaptation to user needs
Definitions
- the present invention relates to computer implemented processes and systems including software, and in particular, to systems and methods for freezing data.
- actions can be performed on an enterprise system.
- possible actions include creating a vendor, paying a vendor, creating a user, approving a document, or making changes to data.
- the data may need to be accessed in order to perform an action.
- many software systems may freeze data after a particular individual in the system officially signs-off on the data (i.e., certifies that the data is accurate and compliant). Once data is frozen, it may not be changed within the system by other users.
- GRC extends to systems and processes based on rules not derived from law or regulation. For example, governance rules for a business may reflect the way a business wishes to operate.
- historic data may never be changed after administration officers (e.g., CEO, CEO, etc) have signed-off
- Sign-off is an action done by CEO/CFO to confirm the financial report, internal control records, or the like, are correct.
- users of the system may only have a read-only access on the frozen data. The data is frozen (or locked) to prevent any further changes.
- the data may be archived. For instance, after an officer signs-off, the data can be archived immediately (e.g., in a separate data storage repository). Typically, a background job is triggered for large data sets to move the data from a local system to an archive system. In some instances, a business warehouse (BW) application may be used to perform analysis on the historical data.
- BW business warehouse
- One problems associated with this approach is that archiving can be time consuming and data processing intensive. Since archiving takes time, the system may need to be inaccessible to users for several minutes, hours, or even days depending on the data volume and system hardware performance. To prevent any change during archiving, user login may need to be blocked during the archiving period.
- an archive system may archive a previous year's data, but may be required to create new data objects for the next year with the same data, which may change, rather than reusing the existing data objects from the previous year.
- each data object in the system that is to be frozen includes an extra flag attribute to indicate that the data object is frozen. Flagging does allow for the frozen data to be available sooner than archiving. However, flagging each data object individually can also be programmatically and computationally inefficient. Further, as with archiving, once a data object is flagged, the data is frozen and it may be difficult or impossible to reuse the data objects.
- Embodiments of the present invention improve risk analysis processing.
- the present invention includes a computer-implemented method comprising accessing, by a user on a computer, a first data object of a plurality of data objects in one or more computer software applications, wherein the plurality of data objects are assigned to a plurality of entities, each entity specifying a category, wherein each of the plurality of data objects belong to a specific entity, wherein the first data object is assigned to a first entity, wherein a second data object is assigned to a second entity, and wherein the second data object is frozen, and determining if the first data object is frozen based on a relationship between the first entity and the second entity.
- the determining is performed in response to the first data object being accessed.
- the determining comprises determining the first entity to which the first data object is assigned, accessing a registry of entities, wherein the registry specifies one or more of the plurality of entities, and wherein a particular entity is specified in the registry if a data object assigned to the particular entity is frozen or if the particular entity is related to an entity having an assigned frozen data object, and determining if the first entity is in the registry.
- each data object of the plurality of data objects comprising an object identification, the object identification specifying the particular entity to which a particular data object is assigned and a database identifier.
- said determining further comprising accessing path information, the path information specifying a relationship path from the first entity, through zero or more intermediate entities, to the second entity.
- the relationship path is unique.
- the relationship path is time dependent and wherein the relationship path is determined using a time stamp.
- said determining further comprising determining whether or not the second entity is related to the first entity using the path information, and if the second entity is related to the first entity, determining whether or not the second data object assigned to the second entity is frozen.
- the first object has a plurality of attribute values each having an associated time, said determining further comprising comparing at least one associated time to a frozen time, wherein if the associated time meets the frozen date, then the first data object is frozen.
- the associated time is a date, wherein a first attribute of the first object has an associated date, wherein the frozen time is a frozen date, and wherein the first data object is frozen if the date is before the frozen date.
- the associated time is a date, wherein a first attribute of the first object has an associated date, wherein the frozen time is a frozen date range, and wherein the first data object is frozen if the date is within the frozen date range.
- FIG. 1 illustrates freezing data objects according to one embodiment of the present invention.
- FIG. 2 illustrates data objects assigned to entities according to one embodiment of the present invention.
- FIG. 3A illustrates determining frozen status of data objects based on entity relationships according to an embodiment of the present invention.
- FIG. 3B is an example of entities and data objects according to an embodiment of the present invention.
- FIG. 4 illustrates an example method of determining whether or not a data object is frozen.
- FIG. 5 is a block diagram of an example computer system and network for implementing embodiments of the present invention.
- Described herein are processes for freezing data objects in one or more computer software applications.
- the apparatuses, processes, and techniques described below may be implemented as a computer program (software) executing on one or more computers.
- the computer program may further be stored on a computer readable medium.
- the computer readable medium includes computer executable instructions that when executed on a computer system causes the system to perform the processes described below.
- FIG. 1 illustrates freezing data objects according to one embodiment of the present invention.
- an enterprise software system 100 executing on one or more computers may include a plurality of data objects.
- the data object relates to how a business controls a process, subprocess or the like.
- a data object illustrated at 101 is an example of a subprocess data object, which may have a variety of data associated with it.
- data objects may have data stored as attributes.
- a single data object may have multiple attributes for data or, as described below, for use in freezing the data object.
- Features and advantages of the present invention allow the frozen status of data objects to be determined on the fly.
- the frozen status of other data objects in the system is determined based on relationships between entities to which the each of the data objects are assigned.
- a user may access data object 102 , and the system may determine in real time that data object 102 is frozen as illustrated at 102 A. The result is that the user will not be able to change data in data object 102 A.
- An example frozen data object corresponding data object 101 is illustrated at 101 A.
- FIG. 2 illustrates data objects assigned to entities according to one embodiment of the present invention.
- a plurality of data objects in a system are assigned to a plurality of entities.
- Each entity specifies a category.
- An entity may be a category of one object or multiple objects.
- “Corporate” may be an entity and some data objects may be assigned to the Corporate entity.
- Purchase Order may be an entity and purchase order data objects may be assigned to the Purchase Order entity.
- Control may be an entity
- a Risk may be an entity.
- a wide variety of other entities may be created and data objects may be assigned to each entity.
- Each of the plurality of data objects belong to a specific entity.
- data objects 201 A-C belong to entity 201 .
- data objects 202 A-B are assigned to entity 202
- data objects 203 A-B are assigned to entity 203
- data object 204 A is assigned to entity 204
- data object 205 A is assigned to entity 205
- data object 206 A is assigned to entity 206 .
- FIG. 2 further illustrates an example relationship between the entities.
- entity 201 and 202 are related, entities 202 and 203 are related, entities 203 and 204 are related, and entities 204 and 205 are related.
- entities corporate and Purchase Order may have a relationship because one PO should be created for one corporation, or will be sent to another corporate.
- entities Control and Risk will have a relationship, since one control may be designed to lower a risk in company operations, for example.
- a wide variety of entities and relationships between entities may exist. Some entities may be isolated, such as entity 206 with assigned data object 206 A. Some form of relationship typically exists between entities within a system. Some relationships are specified as describe below, but other relationships need not be specified or created.
- Relationships may exist because of business logic, for example, or other preexisting software constructs. That is, the data structure recording the relationships is updated when rules involving entities are created or modified. Relationships stored in these links can change with time. Additionally, many relationship paths between entities may exist. In some embodiments, the entities are linked by graphs with cycles. An entity can link to an entity in the same category.
- FIG. 3A illustrates determining frozen status of data objects based on entity relationships according to an embodiment of the present invention.
- FIG. 3A illustrates at least two networks of entities. For example, entities 301 - 306 are related in one network, and entities 307 - 308 are related in a second network, which is unrelated to entities 301 - 306 .
- entity 310 is an isolated entity.
- a first data object 304 A has been assigned to entity 304 and a second data object 301 A has been assigned to entity 301 .
- a user may access data object 304 A, and the system may determine that data object 304 A is frozen based on the relationship between entity 304 and entity 301 .
- data object 304 since the data object 301 A has been frozen as part of the sign-off, and since entity 304 is related to entity 301 (e.g., through intermediate entity 303 ), data object 304 may be designated as frozen as well.
- embodiments of the present invention may include a registry.
- the registry may specify one or more entities that are “frozen related.” Entities in the registry may be referred to as “frozen entities”, to be distinguished from frozen data objects. Data objects assigned to frozen entities may or may not be frozen as described below. For example, a particular entity is specified in the registry if a data object assigned to the particular entity is frozen or if the particular entity is related to an entity having an assigned frozen data object. In this example, entity 301 is in the registry because data object 301 A is frozen (data object 301 A may have been signed off). Additionally, entities 302 - 306 are in the registry because these entities are related to entity 301 (e.g., in the network in FIG. 3A ). Entities 307 - 308 are not related to a frozen entity, and are therefore not in the registry. These entities are referred to as “normal entities.”
- determining the frozen status of a data object may include accessing path information that specifies a relationship path from one entity, through zero or more intermediate entities, to another entity. For example, a relationship path (or frozen walking path) between two entities in an entity network may be traversed to establish a relationship between an entity belonging to one data object and another data object. Relationship path information may be saved as metadata, for example, in a variety for forms. In one embodiment, the relationship path is unique. Referring to FIG. 3A , relationship path information between different entities may be stored as shown in Table 1:
- entity 301 may be designated as a frozen heading entry (illustrated graphically as a double boundary around entity 301 in FIG. 3A ).
- Frozen heading entity 301 defines the central node in the frozen entities network.
- each organization unit owner may sign-off on his own organization unit on a specific month. After the sign-off action, all data objects related to this organization unit entity are frozen.
- the organization unit entity is the heading entity.
- data objects have object identifications.
- the object identification of each data object may specify the particular entity to which a particular data object is assigned or a database identifier.
- a unified object ID includes both the entity and database ID.
- a corresponding entity may be “Corporate”, and a database ID (sequence id) may be “12340000”.
- a unified object ID may be “CORPORATE/12340000”.
- a control may be named “Prevent unauthorized outgoing payment to fictitious vendors” with the object id “CONTROL/52340000”, in which “Control” is the entity ID, and “52340000” is a technical id in the database.
- organization unit entity e.g., entity 301
- the organization unit ID is heading object ID.
- entity 301 is the “Heading Entity” (e.g., ORGUNIT′′ entity)
- the data object ID of data object 301 A e.g., “ORGUNIT/50001001”
- any other ORGUNIT data objects is “Heading Object ID”.
- entity 304 e.g., “CONTROL”
- the object ID of data object 304 A e.g., “CONTROL/90007001” are not “Heading Object ID”.
- Example ORGUNIT and CONTROL entities, and intermediate entities PROCESS and SUBPROCESS are illustrated in FIG. 3B .
- “Heading Entity ID” is just an alias for the objects IDs whose entity is “Heading Entity”. So, no special storage is required.
- the following tables are examples for the storage of the metadata:
- data objects to be frozen may be time dependable.
- Time dependable means that for a specified object, its attributes may be different for different times.
- one company may be named “ABC Company” at one point in time, and then on Jun. 1, 2009, for example, the company's name may be changed to “DEF Company”. Although the company name has been changed, the object ID is the same.
- a date may be passed in to get the correct value from the data object.
- a data object may store data with associated time stamp attributes to track the time at which the data changes. Accordingly, when the data object is accessed, an associated time may be compared to a frozen time.
- the first data object is frozen.
- an attribute of a data object may have an associated date, and the frozen time is a frozen date. Accordingly, the data object is frozen if the date is before the frozen date.
- the frozen time may be a frozen date range. Accordingly, the data object is frozen if the date is within the frozen date range.
- a frozen date means all objects before the date should not be changed.
- the frozen data is a frozen time frame, which is a date range where the data objects within this time frame should not be changed.
- the system could either use frozen time frame or frozen date, for example.
- relationships between entities may be time dependable as well, which results in time dependent relationship (walking) paths and where the path may be determined using a time stamp.
- FIG. 4 illustrates an example method of determining whether or not a data object is frozen.
- a data object may be accessed by a user on a computer at 401 .
- the data object may be one of a plurality of data objects in one or more computer software applications, for example.
- the data objects may be heterogeneous enterprise data—e.g., different data on different software systems.
- the method is implemented on a GRC system to handle data from SAP ERP, Oracle PeopleSoft, or Cisco systems.
- the plurality of data objects are assigned to a plurality of entities, each entity specifying a category, wherein each of the plurality of data objects belong to a specific entity.
- the process determines if the data object is frozen based on a relationship between a first entity and a second entity. For example, at 402 , the process determines the entity to which the data object is assigned. For instance, the process may Get the Entity from the data object's ID. The process may then determine the entity type at 403 . For example, a registry of entities may be accessed and the process may determine if the entity is in the registry. The registry may store frozen entities as described above. If the entity not in the registry, it may be a normal entity that is not frozen, and the process may move to 410 and allow the user to edit the data object. However, if the entity is in the registry, the process moves to 404 .
- the process determines if the entity is a heading entity mentioned above. If the entity is a heading entity, the process moves to 407 described below. If the entity is not a heading entity, the process moves to 405 .
- the process may access path information. The process may determine whether or not a frozen heading entity or any other entities are related to the entity using the path information. For example, the frozen walking path may define how to find the frozen object from the target Object ID (input parameter) to the Frozen Heading Object ID. If the entity is not related to any other entities, then the entity is an isolated entity, and the process moves to 408 .
- the system may determine whether or not another data object assigned to the other entity is frozen. For instance, the system may determine if the entity is related to a heading entity. If the entity is related to a heading entity, then the process obtains the heading object ID from the object ID of a frozen data object assigned to the frozen heading entity at 406 . At 407 , the process determines if the heading object ID (e.g., the entity component of the object ID) matches any of the entities in the registry of frozen entities at 407 . If the heading object ID is not in the frozen list (the registry), then the data object is not related to any frozen heading entities and the data object is editable.
- the heading object ID e.g., the entity component of the object ID
- the process extracts the time stamp from the data object and compares the time stamp to either a frozen time frame (e.g., a date range) or a frozen date. If the time stamp is outside the frozen time frame or before the frozen date, then the data associated with the time stamp is editable. However, if the time stamp is within the frozen time frame or after the frozen date, then the data associated with the time stamp is frozen at 409 .
- a frozen time frame e.g., a date range
- a frozen date e.g., a date range
- Input Parameter Object-ID Input Parameter: Timestamp
- Output Parameter Object-ID-Loop ... 06 07 While ( GetNextEntity (Walking-Path, Entity-Loop, Timestamp) ⁇ > Heading-Entity ) 08 ...
- FIG. 5 is a block diagram of an example computer system and network 500 for implementing embodiments of the present invention.
- Computer system 510 includes a bus 505 or other communication mechanism for communicating information, and a processor 501 coupled with bus 505 for processing information.
- Computer system 510 also includes a memory 502 coupled to bus 505 for storing information and instructions to be executed by processor 501 , including information and instructions for performing the techniques described above.
- This memory may also be used for storing variables or other intermediate information during execution of instructions to be executed by processors 501 . Possible implementations of this memory may be, but are not limited to, random access memory (RAM), read only memory (ROM), or both.
- a storage device 503 is also provided for storing information and instructions.
- Storage device 503 may include source code, binary code, or software files for performing the techniques or embodying the constructs above, for example.
- Computer system 510 may be coupled via bus 505 to an output device, such as a display 512 , such as a cathode ray tube (CRT) or liquid crystal display (LCD), for displaying information to a computer user.
- a display 512 such as a cathode ray tube (CRT) or liquid crystal display (LCD)
- An input device 511 such as a keyboard and/or mouse is coupled to bus 505 for communicating information and command selections from the user to processor 501 .
- bus 505 may be divided into multiple specialized buses.
- Computer system 510 also includes a network interface 504 coupled with bus 505 .
- Network interface 504 may provide two-way data communication between computer system 510 , local network 520 , and other computers 516 or servers 515 .
- the network interface 504 may be a digital subscriber line (DSL) or a modem to provide data communication connection over a telephone line, for example.
- DSL digital subscriber line
- Another example of the network interface is a local area network (LAN) card to provide a data communication connection to a compatible LAN.
- LAN local area network
- Wireless links using radio frequency communications are another example.
- network interface 504 sends and receives electrical, electromagnetic, or optical signals that carry digital data streams representing various types of information.
- Computer system 510 can send and receive information, including messages or other interface actions, through the network interface 504 to an Intranet or the Internet 530 .
- software components or services may reside on multiple different computer systems 510 or servers 531 - 535 across the network.
- the processes described above may be implemented on one or more servers, for example.
- a server 531 may transmit actions or messages from one component, through Internet 530 , local network 520 , and network interface 504 to a component on computer system 510 .
- Different processes may be implemented on any computer system and send and/or receive information across a network, for example.
- the techniques describe above may be implemented by software services on one or more servers 531 - 535 , for example.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Accounting & Taxation (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Finance (AREA)
- Computational Linguistics (AREA)
- Development Economics (AREA)
- Economics (AREA)
- Marketing (AREA)
- Strategic Management (AREA)
- Technology Law (AREA)
- General Business, Economics & Management (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
| TABLE 1 | ||
| Target Entity | Heading Entity | Frozen |
| Entity | ||
| 306 | |
306 → 301 |
| |
|
302 → 303 → 301 |
| |
|
304 → 303 → 301 |
| |
|
305 → 304 → 303 → 301 |
| |
|
303 → 301 |
| |
NA | Isolated Entity |
| Heading | |||||
| Entity ID | Entity Name | Entity | . . . | ||
| ORGUNIT | Organization Unit | Yes | |||
| PROCESS | Process | No | |||
| SUBPROCESS | Sub-process | No | |||
| CONTROL | Control | No | |||
02. Frozen walking path/relationship path between entities:
| Auto | Walking | |||
| Number | Path ID | Step | From Entity | To Entity |
| 00000001 | CONTROL-TO- | 01 | CONTROL | SUBPROCESS |
| ORGUNIT | ||||
| 00000002 | CONTROL-TO- | 02 | SUBPROCESS | PROCESS |
| ORGUNIT | ||||
| 00000003 | CONTROL-TO- | 03 | PROCESS | ORGUNIT |
| ORGUNIT | ||||
03. Sign-Off frozen record, suppose we are using Frozen Date Range, not Frozen Date
| Auto Number | OBJECT_ID | FROZEN_RANGE_BEGIN | FROZEN_RANGE_END |
| 00000001 | ORGUNIT/50001001 | 20090101 | 20090131 |
| 00000002 | ORGUNIT/50001001 | 20090201 | 20090228 |
| 00000003 | ORGUNIT/50001001 | 20090301 | 20090331 |
| 00000004 | ORGUNIT/50001001 | 20090501 | 20090531 |
| 00000005 | ORGUNIT/50001001 | 20090601 | 20090631 |
| 00000006 | ORGUNIT/50001002 | 20090101 | 20090630 |
| 00000007 | ORGUNIT/50001003 | 20090101 | 20090331 |
From the records in the table above, the “Heading Object” “ORGUNIT/50001001” is frozen in the 1st half of
| 1) Get Heading Object ID from Object ID |
| Input Parameter: Object-ID |
| Output Parameter: Object-ID-Loop |
| 01 Declare Object-Entity = GetEntityFromObjectID( Object-ID ) |
| 02 Declare Walking-Path = LoadWalkingPathFromMetaData( ) |
| 03 Declare Heading-Entity = LoadHeadingEntity( ) |
| 04 Declare Object-ID-Loop = Object-ID |
| 05 Declare Entity-Loop |
| 06 |
| 07 While ( GetNextEntity (Walking-Path, Entity-Loop) <>Heading-Entity ) |
| 08 Object-ID-Loop = GetNextObjectIDInPath( ) |
| 09 Entity-Loop = GetEntityFromObjectID( Object-ID-Loop ) |
| 10 Endwhile |
| 11 |
| 12 Object-ID-Loop = GetNextObjectIDInPath( ) |
| 13 |
| 14 Return Object-ID-Loop |
| Note: The line 07 of the code above is not considering the time dependable walking path |
| mentioned above. If we consider this case, we need one more input parameter for timeframe, |
| as follows: |
| Input Parameter: Object-ID |
| Input Parameter: Timestamp |
| Output Parameter: Object-ID-Loop |
| ... |
| 06 |
| 07 While ( GetNextEntity (Walking-Path, Entity-Loop, Timestamp) |
| <> Heading-Entity ) |
| 08 |
| ... |
| 02) Is Object Frozen |
| Input Parameter: Object-ID |
| Input Parameter: Timestamp |
| Output Parameter: IsFrozen |
| 01 // Nothing is frozen by default |
| 02 IsFrozen = FALSE |
| 03 |
| 04 Declare Object-Entity = GetEntityFromObjectID( Object-ID ) |
| 05 Declare Heading-Object-ID |
| 06 |
| 07 If Object-Entity is NORMAL-ENTITY |
| 08 Return IsFrozen |
| 09 Endif |
| 10 |
| 11 If Object-Entity is ISOLATED-ENTITY |
| 12 IsFrozen = IsTimeStampInFrozenTimeframe( Timestamp ) |
| 13 Return IsFrozen |
| 14 Elseif Object-Entity is HEADING-ENTITY |
| 15 Heading-Object-ID = Object-ID |
| 16 Else |
| 17 Heading-Object-ID = Get_HeadingObjectID_From_ObjectID( Object-ID ) |
| 18 Endif |
| 19 |
| 20 If Heading-Object-ID in FrozenObjectList |
| 21 and IsTimeStampInFrozenTimeframe( Timestamp ) is True |
| 22 IsFrozen = True |
| 23 Endif |
| 24 |
| 25 Return IsFrozen |
| Note: In line 12 the code above is using the Frozen Time Frame mentioned above, while if |
| we are using Frozen Date, then we can use another method as follows: |
| 12 IsFrozen = IsTimeStampBeforeFrozenDate( Timestamp ) |
Claims (18)
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN200910259940.1A CN102110120B (en) | 2009-12-23 | 2009-12-23 | System and method for freezing data |
| CN200910259940.1 | 2009-12-23 | ||
| CN200910259940 | 2009-12-23 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20110153672A1 US20110153672A1 (en) | 2011-06-23 |
| US8577923B2 true US8577923B2 (en) | 2013-11-05 |
Family
ID=44152576
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/687,301 Active 2031-01-05 US8577923B2 (en) | 2009-12-23 | 2010-01-14 | Systems and methods for freezing data |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US8577923B2 (en) |
| CN (1) | CN102110120B (en) |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060149736A1 (en) * | 2002-09-09 | 2006-07-06 | Thorsten Pferdekaemper | Electronic data structure for controlling access to data objects using locks |
| US20060149696A1 (en) * | 2002-09-09 | 2006-07-06 | Thorsten Pferdekaemper | Method and systems for controlling access to a data object by means of locks |
| US20070078701A1 (en) * | 2005-09-30 | 2007-04-05 | Karol Bliznak | Systems and methods for managing internal controls with import interface for external test results |
| US20080077612A1 (en) * | 2004-03-05 | 2008-03-27 | Bridgestream | Working with temporal data |
| US7366742B1 (en) * | 2004-09-10 | 2008-04-29 | Symantec Operating Corporation | System and method for distributed discovery and management of frozen images in a storage environment |
| US20100088748A1 (en) * | 2008-10-03 | 2010-04-08 | Yoel Gluck | Secure peer group network and method thereof by locking a mac address to an entity at physical layer |
| US20100211682A1 (en) * | 2009-02-19 | 2010-08-19 | International Business Machines Corporation | Method and system for exclusive access to shared resources in a database |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7493513B2 (en) * | 2003-04-29 | 2009-02-17 | International Business Machines Corporation | Automatically freezing functionality of a computing entity responsive to an error |
| US8468283B2 (en) * | 2006-06-01 | 2013-06-18 | Telefonaktiebolaget Lm Ericsson (Publ) | Arbiter diagnostic apparatus and method |
-
2009
- 2009-12-23 CN CN200910259940.1A patent/CN102110120B/en active Active
-
2010
- 2010-01-14 US US12/687,301 patent/US8577923B2/en active Active
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060149736A1 (en) * | 2002-09-09 | 2006-07-06 | Thorsten Pferdekaemper | Electronic data structure for controlling access to data objects using locks |
| US20060149696A1 (en) * | 2002-09-09 | 2006-07-06 | Thorsten Pferdekaemper | Method and systems for controlling access to a data object by means of locks |
| US20080077612A1 (en) * | 2004-03-05 | 2008-03-27 | Bridgestream | Working with temporal data |
| US7366742B1 (en) * | 2004-09-10 | 2008-04-29 | Symantec Operating Corporation | System and method for distributed discovery and management of frozen images in a storage environment |
| US20070078701A1 (en) * | 2005-09-30 | 2007-04-05 | Karol Bliznak | Systems and methods for managing internal controls with import interface for external test results |
| US20100088748A1 (en) * | 2008-10-03 | 2010-04-08 | Yoel Gluck | Secure peer group network and method thereof by locking a mac address to an entity at physical layer |
| US20100211682A1 (en) * | 2009-02-19 | 2010-08-19 | International Business Machines Corporation | Method and system for exclusive access to shared resources in a database |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102110120A (en) | 2011-06-29 |
| CN102110120B (en) | 2015-01-14 |
| US20110153672A1 (en) | 2011-06-23 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20220277023A1 (en) | Aligned purpose disassociation in a multi-system landscape | |
| US9602515B2 (en) | Enforcing alignment of approved changes and deployed changes in the software change life-cycle | |
| US8627323B2 (en) | Utilizing user-defined workflow policies to automate changes made to composite workflows | |
| US11775681B2 (en) | Enforcement flow for pipelines that include entitlements | |
| US12314445B2 (en) | Chaining, triggering, and enforcing entitlements | |
| US20160253404A1 (en) | Database-controlled information lifecycle management | |
| US20120323937A1 (en) | Bulk create, update and delete (cud) database operations for table inheritance | |
| CN113220762A (en) | Method, device, processor and storage medium for realizing general record processing of key service field change in big data application | |
| US20120310918A1 (en) | Unique join data caching method | |
| US20140310715A1 (en) | Modeling and Consuming Business Policy Rules | |
| US20090228526A1 (en) | Apparatus for managing attribute information on system resources | |
| US20070043716A1 (en) | Methods, systems and computer program products for changing objects in a directory system | |
| AU2024200243B2 (en) | Data record correlation and migration | |
| US8495043B2 (en) | System and method for allowing updates to database objects | |
| US12242938B2 (en) | Distributed ledger based feature set tracking | |
| US20240394377A1 (en) | Data security risk posture | |
| US8577923B2 (en) | Systems and methods for freezing data | |
| US11755927B2 (en) | Identifying entitlement rules based on a frequent pattern tree | |
| US20190347592A1 (en) | System for mitigating exposure associated with identified impacts of technological system changes based on solution data modelling | |
| US20240029002A1 (en) | Method and system for identifying anomalies in compensation data | |
| CN119493798A (en) | Data aggregation processing method, device, computer equipment and storage medium | |
| CN120508548A (en) | Method, device, electronic device and storage medium for determining master data items |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: SAP AG, GERMANY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SHI, JIANZHUO;REEL/FRAME:023783/0074 Effective date: 20100113 Owner name: SAP AG, GERMANY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SHI, JIANZHUO;YU, HAIYANG;REEL/FRAME:023783/0211 Effective date: 20100113 |
|
| FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| FEPP | Fee payment procedure |
Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| FPAY | Fee payment |
Year of fee payment: 4 |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |