Add Object Archives to Your Content Services

Revamp Your ECM with MARS HSS Output Management

In the realm of active content ECMs like FileNet P8 and SharePoint, your archive data might be trapped in inefficiency. But here's the game-changer: MARS Archive Format. Integrate it into your ECM, and unlock storage savings of up to 200x. How? By cleverly consolidating files into a single, efficient object while neatly organizing shared resources. Efficient, accessible, and ready for action – that's the power of MARS Archive Format.
Learn More Start Free Trial
Static Data / Content
(AKA archive data / content)
  • System examples: Mainframe systems, CMOD, CA View, BMC Ctrl-D, ASG/Rocket Mobius…
  • Content that is not meant to be changed, but rather stored for reference and regulatory purposes
  • Typically computer-generated rather than user-generated, with potentially very large data streams (millions of documents daily)
  • May feature annotations, kept on a separate layer to preserve authenticity of documents
  • Focus on lightweight long-term storage, often in a code-based format in blobs containing many items which are rendered to view on demand
  • Content examples: invoices, statements, policies, signed applications…
Non-Static Data / Content
(AKA active or dynamic data / content)
  • System examples: FileNet P8, SER Doxis, OpenText Documentum, OpenText Content Server…
  • Content that is meant to be edited regularly, collaborated upon, used in workflow/process automation, and/or includes versioning
  • Typically user-generated rather than computer-generated
  • Focus on rapid retrieval and updates in the native file format
  • Less dense than static content, therefore lightweight storage is not as important as rapidly managing individual documents
  • Content examples: Office documents, working quotations and proposals, project status tracking, documentation…
Streamline Retention Management with Automation

Elevate your data management game by automating retention processes. For instance, if you have legal obligations to retain specific data like insurance policies and customer invoices, set them to be automatically deleted after their required retention period ends.

Flexible Archive Storage with MARS HSS Format

Our exclusive archive storage framework ensures seamless data management. Easily delete specific information within a storage object without impacting the rest of the data – a challenge other frameworks struggle with. GDPR compliance is a breeze with MARS Archive Format, offering 200x compression, retention automation, and swift adherence to GDPR Right to Forget requests.

Seamless Integration with Your Existing ECM

No need to overhaul your content services stack or disrupt your workflow. Adding MARS Archive Format seamlessly integrates with your existing ECM, and your end users won't experience any noticeable changes.

Drastic Cost Reduction in Storage and Compute

Join the ranks of over 500 enterprise customers who have witnessed remarkable cost reductions. Cut your cloud expenses in half or even decommission entire data centers, all thanks to the efficiencies of MARS Archive Format.

Supported Formats

Call From Your Application

Format
Description
ANSI
ANSI is carriage control characters that consists of a single character that is a prefix for the print line.
Machine
Machine carriage controls were originally the actual hardware control commands for printers and are often used on various content systems.
ASCII
(txt, dat)
American Standard Code for Information Interchange.
EBCDIC
Extended Binary Coded Decimal Interchange Code.
Format
Description
Bitmap
(bmp)
Bitmap image file.
JPEG
(jpg, jpeg)
JPEG image file (Joint Photographic Experts Group).
TIFF
(tif, tiff)
Tagged Image File Format(ABIC​, G3_FAX​, G4 FAX​, G4 FAX FO​, G4 FAX STRIP​, HUFFMAN​, JBIG​, JPEG​, JPEG7​, TIFF LZW​, PACK​, UNCOMPRESSED​).
PNG
Portable Network Graphic.
Format
Description
PDF
Portable Document Format file, supports both text and image PDF.
AFP
Advanced Function Presentation file (popular IBM format similar to PDF).
Format
Description
MP3
MPEG Layer 3 audio file.
WAV
WAVE audio file.
MP4
MPEG Layer 4 video file.
WMV
Windows Media Video file.
var client = new HttpClient();
var content = new MultipartFormDataContent();
content.Add(new StringContent("your//full//path//file"), "path");
var request = new HttpRequestMessage(HttpMethod.Post, "https://your-domain/api/viewer/file-uri");
request.Content = content;
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("text/plain");
RequestBody body = new MultipartBody.Builder().setType(MultipartBody.FORM) .addFormDataPart("path","your//full//path//file")
.build();
Request request = new Request.Builder()
.url("https://your-domain/viewer/api/file-uri")
.method("POST", body)
.build();
Response response = client.newCall(request).execute();
var formdata = new FormData();
formdata.append("path", "your//full//path//file");
var requestOptions = { method: 'POST'body: formdata, redirect: 'follow'};
fetch("https://your-domain/viewer/api/file-uri", requestOptions)
.then(response => response.text())
.then(result => console.log(result))
.catch(error => console.log('error', error));

Get HSS today!

Let us know a little background on your company to get a free 30-day trial license
1/3
Let us know how to contact you
2/3
Anything else we should know?
3/3
Thanks! We got your submission. Click here to download the software, the trial license will be sent to your email within 12 hours.
Oops! Something went wrong while submitting the form. Please try again or email us.

Static Content System

+

MARS RTV APIs + Viewers

Managing both your archive and active content in one ECM efficiently

Massive savings in storage and compute costs. Our 500+ enterprise customers often cut their cloud bill in half or shut down entire data centers after implementing our solutions