CM/ECF

From Wikipedia, the free encyclopedia

CM/ECF (Case Management Electronic Case Filing) is the case management and electronic case files system for most of the United States Federal Courts.

Contents

[edit] History and associated applications

CM/ECF was first implemented in 1996 in the Northern District of Ohio to handle a large number of asbestos cases. Pilot programs were implemented in the Western District of Missouri, the Eastern District of New York and the District of Oregon in late 1997.[1] National rollout of the system started in bankruptcy courts in 2001, 2002 in district courts, and in 2004 in appellate courts. CM/ECF is not used in state courts, but several states have moved toward implementation of comparable systems for at least some cases.[2] As of January, 2008, there are about 200 courts running CM/ECF. [3]

PACER (Public Access to Court Electronic Records), the Federal Judiciary's electronic public access system, still provides access to docket entries as it did before CM/ECF; however, CM/ECF allows for access to pleadings, motion papers, briefs, and other documents filed by the parties and attorneys in the case (with the exception of any documents permitted to be filed under seal or in camera). For most documents, an access charge of 8 cents per page (current as of 1/1/07) is levied to defray the cost of maintaining the system. In compliance with the E-Government Act of 2002, written opinions that "set forth a reasoned explanation for a court's decision"[4] are free of charge. To facilitate online access, courts implementing CM/ECF require attorneys to file copies of most litigation papers electronically, instead of or in addition to the traditional filing of paper copies.

[edit] Operational description

The main purpose of the system is to fulfill the legal obligation of the Clerk of Court as custodian of court records. Each case is assigned a number in the format D:YY-TT-SSSSS where D=Division Office (most districts are split into divisions), YY=Year, TT=Type (e.g. bk=bankruptcy, cv=civil, cr=criminal), SSSSS=Sequence number. The case number does not contain any type of court identifier.

The main list of the case is the docket sheet. The docket sheet contains a chronological list of each filing and any associated documents (in PDF format) in the case. Each record includes the filing date, docket text, and a link to filed documents. Events can link to past events. Example docket text: "Hearing Held on #18 Motion for Relief from Stay to Proceed With Foreclosure Action Against 123 Corporate Drive, Anytown, Pennsylvania. Filed by ABC Bank Represented by DEWEY CHEATEM (Counsel). ORDER ENTERED (T., Jason) (Entered: 03/01/2007)" -- see this sample CM/ECF docket sheet.

[edit] The application

CM/ECF is a web-based application that is written mainly in Perl and generates HTML with Javascript for some client side validation. The software runs under Solaris or Linux OS using Apache webserver. Most courts have moved to a Linux server. An Informix SQL database is used to store the data. The PDF format is used for all documents. In general the software is fairly simple and easily maintained.

The system is decentralized with each court running its own servers and its own copy of the software. Each court has a live server and separate training and test servers. The test server is used to make changes and install new versions before "going to live." The training server allows users to learn how to use CM/ECF without affecting live cases.

While the application is developed and maintained centrally by the Administrative Office of the US Courts, local staff members configure the application specifically for the local court to conform to local rules and practices.[5] Since source code can be modified locally, there is some variability in the application between districts. Most local changes are cosmetic and do not change the core functionality of the application.

The database design centers around the case record and each case record has multiple related records. For example, the "party" table lists parties to the case -- Plaintiff, Defendant, Debtor, etc. In a bankruptcy case the Trustee, US Trustee and certain creditors can become parties to a case. Each party is either pro se or has one or more counsel (attorney) listed. A party can also have a list of aliases, e.g., "Winona Judd DBA 'The Judds'". This feature allows name searches to find the case.

[edit] References

[edit] External links