Questions tagged [db2-content-manager]

IBM db2-content-manager

IBM® Content Manager Enterprise Edition software is a scalable enterprise content management (ECM) solution that helps you manage all types of content, such as document images, electronic office documents, XML, audio and video for multiple platforms. Content Manager Enterprise Edition helps accelerate business processes and provides the foundation for an agile ECM framework.

Content Manager Enterprise Edition helps organizations manage digital information for optimum flexibility and impact with these benefits:

  • On-demand access to information—helps accelerate your business processes virtually anytime, anywhere.

  • Document management capabilities—make it easy to manage compliance records and content creation projects.

  • Embedded workflow features—help simplify business processes, improving efficiency.

  • Social content management—Content Navigator makes it easier to create and manage high-value content.

  • The scalable, secure, multi-tiered, distributed architecture—provides the foundation of an agile ECM framework.

Reference : http://www-03.ibm.com/software/products/en/mpenterprise

10 questions
4
votes
1 answer

Does Azure B2C provide REST API for login?

I have one application integrated with Azure B2C directory. Our problem is, login page is redirecting to Azure B2C portal (Own custom page) for authenticate or Authorize users and then revert back to the original website. I need to open popup with…
0
votes
0 answers

TotalCount command in powershell

Is it possible to get the total count of records in db (5M records) using powershell? $database = New-Object HP.HPTRIM.SDK.Database $database.Id = "10" $database.WorkgroupServerName = "dbnonprod" $database.Connect() $recordSearch = New-Object…
siennac
  • 37
  • 5
0
votes
1 answer

Error connection to content manager with java api

After i configure and run SConnectDisconnectICM from api samples I get the below error. com.ibm.mm.sdk.common.DKUsageError: DGL7332A: Library server representation type was not found. Please make sure that a valid library server and representation…
oztur
  • 345
  • 1
  • 2
  • 9
0
votes
1 answer

Error loading file into content manager on demand using ODWEK

I'm trying to load an AFP document into Content Manager On Demand 9.5 using the bundled version of ODWEK. I'm trying to follow this example showing its use: http://www-01.ibm.com/support/docview.wss?uid=swg21686382 My code is currently: ODServer…
Pete
  • 1,500
  • 2
  • 16
  • 33
0
votes
1 answer

IBM Content Manager worklists, is there a way to get all packages when return count is limited

The worklist involved has a limit on return items since it is so large via the CM admin. Using the Java API, when I do a routingService.getCount(worklist,owner) it gives me the count of all packages in the worklist. When I do the…
user2638303
  • 45
  • 1
  • 4
0
votes
1 answer

how to delete a image file from IBM content manager for ISeries using an external application?

I am doing maintenance to an old application written in vb that reads images files from and IFS (Integrated File System) folder. I need to add a feature where users can delete images from this folder; however, I am getting the following…
0
votes
1 answer

How to get a count from all table containing a specific column?

I have a IBM Content Manager with a DB2 database. In ICMADMIN, I have a bunch of tables, and some of them contain a specific column (let's call it ID_CLIENT), which is an ID linking to one table (CLIENT). How can I get the number of rows for each…
Kilazur
  • 3,089
  • 1
  • 22
  • 48
0
votes
2 answers

IBM ContentManager v8 - Query Syntax to search documents by its creation date

We are using IBM ContentManager v8. I am looking for the correct syntax to find all documents uploaded to CM, after a specific date. I would like to use the document or object creation time stamp, which is an internal attribute of every document…
0
votes
1 answer

IBM DB2 Content Manager System Administrator 8.2.Export objects

I´m migrating from IBM Content Manager 8.2. to 8.4. so I need to export objects like data type items, worklists, process, etc from one version to another, on Content Manager System Administrator 8.4. 8.4.3 lets me do right-click and export, but how…
Lou
  • 11
  • 3
0
votes
1 answer

IBM content manager web service does not return proper response

I am using DB2 Content Manager Enterprise Edition, Version 8.4.2. To manage the content manager i am using the web services. I got wsdl file from the URL http://ibmcm/CMBSpecificWebService/services/CMWebService?wsdl (ibmcm is the name of the server…
SANN3
  • 9,459
  • 6
  • 61
  • 97