Questions tagged [documentum]

Documentum is an enterprise content management platform, now delivered by EMC Corporation, as well as the name of the software company that originally developed the technology.

Documentum is an enterprise content management platform, now owned by OpenText, as well as the name of the software company that originally developed the technology.

Documentum code can be written in a variety of programming languages depending on the database or environment. Using idql32.exe/idql64.exe or iapi32.exe/iapi64.exe on the content server, you can execute or . The or languages can also be executed within Documentum Administrator (DA) from the Tools menu. Using Oracle SQL Developer, you can execute . Using Microsoft SQL Server Management Studio, you can execute .

Related Tags:

Links:

365 questions
-1
votes
1 answer

documentum Session getting error

import com.documentum.com.DfClientX; import com.documentum.com.IDfClientX; import com.documentum.fc.client.IDfClient; import com.documentum.fc.client.IDfSession; import com.documentum.fc.client.IDfSessionManager; import…
rameshwar.k.rao
  • 11
  • 1
  • 2
  • 6
-1
votes
1 answer

Queries in DFC and WDK in documentum

I have below queries in DFC and WDK:- 1) TBO is type base objects and is for specific object type in documentum. SBO is for global use. Can we make a SBO code to act like a TBO, if yes then how? How can I make my SBO specific for a particular object…
ScriptLearner
  • 163
  • 3
  • 16
-1
votes
2 answers

Is .Net 4 environment make interfere with Documentum 5.3 SP3

I have a documentum 5.3 SP3 content server installed on a machine And one .net application is also installed on the same machine current .NET version is 2.0 and i want to install the .NET version 4.0 on that machine. So, I want to know if that…
Sumit Kawatra
  • 11
  • 1
  • 1
  • 3
-2
votes
1 answer

How to DFCLib library in VB.Net

I want to convert object to Idfdocument in VB.NET Id = m_DfClientX.getId(itemID) 'itemID string If (Id IsNot Nothing) Then sysObj = CType(session.getObject(Id), IDfSysObject) nesne = sysObj.getContent() Dim doc As IDfDocument = CType(nesne,…
-3
votes
1 answer

Hi, i need a result of all attributes including the properties when we right click the documents and see

I want all the mandatory single and repeating attributes and also the properties when we see by right click the documents for the Archive cabinet. I tried the below query in Oracle SQL Developer : select r_object_id, object_name, r_object_type,…
saran
  • 11
  • 1
  • 1
1 2 3
24
25