Questions tagged [filenet-panagon]

Image and content Services by IBM Filenet

The Panagon Suite included the following products:

  1. Panagon Image Services (high-end imaging solution formerly known as IMS)
  2. Panagon Content Services (EDM solution, previously known as Saros Mezzanine)
  3. Panagon Report Manager (COLD solution formerly known as Greenbar)
  4. Panagon Desktop (new client interface created for the Panagon Suite)
  5. Panagon Web Services (new web interface with a common code base with Panagon Desktop; replaced Saros @Mezzanine)
  6. Panagon eProcess (Workflow Automation Solution built on top the Visual WorkFlo engine)
8 questions
1
vote
1 answer

Automate Printer Selection c# IDM API

I am using IDM Desktop api to download a large number of documents,in this there is a function available to print the document using IDMObjects.Document FnDoc; FnDoc.doPrint(IDMPrinterTypes.NativePrinter); this is working…
siddharth gupta
  • 306
  • 1
  • 11
1
vote
1 answer

I need to combine file pages from FileNet into a tiff format in C# WPF

This code will get me the first page of a file from FileNet file and convert it to a tiff. string fileNm = fnDoc.GetCachedFile(1, "", IDMObjects.idmGetCachedFileOptions.idmDocGetOriginalFileName); string name = fnDoc.Name;…
Bryan
  • 105
  • 1
  • 4
  • 11
0
votes
1 answer

FileNet Visual WorkFlo on Windows 7 - performance degradation resolution?

I have a VB6 application that uses FileNet Visual Workflo (on FileNet Image Services) for the workflow engine. All of our application code has been updated to work correctly on both Windows XP and Windows 7, but there is a performance problem on Win…
Timbuck
  • 325
  • 1
  • 8
  • 20
0
votes
1 answer

Save very large documents into Filenet with vb.net

I am trying to save a very large document (8GB) into Filenet with vb.net. The error i get from the console is: CSMr: Open objects closed due to network error [E] Specific Exception: System.Runtime.InteropServices.COMException (0x80041A0D): Commit…
Chris
  • 1
  • 1
0
votes
0 answers

download file from FileNet IDM using IDM objects

i have code to download file from FileNet IDM server. using IDM docid but i want to pass property field and download it. what idmobjects should i use it.? please help on this. am new to IDM. fnObjectType =…
soundar
  • 3
  • 1
  • 2
0
votes
1 answer

IDM Objects library Document

I am trying to use IDM Objects in my C# project for managing queue. But I am not able to get any good documents or official document which has all the syntax and documents for the library. For example I want details for the deadline attribute of …
Navaneet
  • 1,367
  • 1
  • 19
  • 44
0
votes
1 answer

Retrieved parent folders from a document aren't always correct

We're migrating a library content from Filenet Content Services to Filenet P8. So we wrote an extractor which outputs both folders tree and document list, in XML format, each document with versions, properties and parent folder. This extractor…
Amessihel
  • 5,891
  • 3
  • 16
  • 40
0
votes
1 answer

FileNet IDM View Control 3.3

Question about a rather old technology, guess that is why web search has not helped me. I am using FileNET Panagon IDM Viewer Control 3.3, part of IBM FileNet IDM Desktop 3.3 on my web page for the user to view TIFF files. They have ability to…
Santosh
  • 11
  • 3