Questions tagged [webtop]

Webtop is an application which is used for accessing content stored using Documentum(Enterprise Content Management Tool).

Webtop is an application to access the Opentext's Documentum.

40 questions
0
votes
1 answer

How to add listener for ExtJS4 chart series inside controller?

I would like to know how to add itemmouseup listener of an chart's series into controller? My controller's init method is as follows : init: function() { this.control({ 'candidateDistribution > treepanel' : { itemclick:…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
0
votes
2 answers

Can't see custom object types in Webtop but I can in DA

When I try to create a new document in webtop 6.5 sp3 I do not see my cutom object types that I created and installed using composer. I can however see my custom types in DA and I can create documents with those custom types in DA. I can also see…
Ayrad
  • 3,996
  • 8
  • 45
  • 86
0
votes
0 answers

in webtop 6.8.2, i had imported documentum with folder r_object_type mismatch what actually has to be

I have imported few documents, by creating a new folder, in webtop 6.8.2 patch 9, having wrong "r_object_type" which cause access will not be updated for users. Thus, I updated "r_object_type" using API script which causes sub-folders to get…
0
votes
0 answers

How can we configure different columns preferences for each repository and cabinet in Documentum webtop

Currently when I set columns in "tool->preference" the same columns starts to show for all the repository, even if the columns/attribute I chose in first repository does not exists in 2nd repository. Still it shows those attributes/columns in second…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

could not check in document 'xxxxxxxx': Error initializing dynamic roles for RPC SysObjFullFetch (0bxxxxxxxxxxxxxx)

I am getting the following error when trying to check in the checked out document. It was working fine earlier till the retention was not working. Currently its fixed and a retention policy is applied to the document. I already have the write…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

How to restore missing Documentum folder (UCF) under user profile folder?

When a user logs into documentum is able to browse and query for documents, but once it hits the display button the doc viewers just load a blank line. When going to menu "Tools > Preferences" I got a message saying my browser doesn't support Java…
Allende
  • 1,480
  • 2
  • 22
  • 39
0
votes
1 answer

Is it possible to show additional cabinets to a user even if it is not added in restricted_folder_ids?

I have a cabinet say "tcabinet" in a repository "trepository". In this repository there are multiple users however their access is restricted by adding the cabinet IDs to the restricted_folder_ids column in dm_user object. The user has access to…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

Documentum issue: Setup cannot copy the file ExJNIAPI.dll

I was using webtop for some time and it was working fine. Now its started to give this error and if I cancel it, its asking to download some cab Files, which I allowed. But again when installed it starts showing the same error. Any suggestions?
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

How we could configure icons image for a new document format in webtop?

I am using webtop 6.8.1 , CS 7.2. I need to add one new Document format say .xyz. I have added it successfully. But when such Document is listed, its icon is not getting shown correctly, while for other formats like pdf or gif it is showing correct…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

Unable to save anything in the SAVED SEARCH in webtop. Documentum

When a user added to a group, they are able to see the documents and search the documents in webtop. They can also see the SAVED SEARCH option there. It this the saved search which are created by other are visible(if they are shared with the…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

How to setup Documentum Content Server and Webtop 6.7 on local PC

I want to setup Documentum Content Server 6.7 with Webtop client on my local PC. As I am new to Documentum, I don't know whether community version for Documentum is available or not. Please guide me and provide useful links for setup and…
0
votes
1 answer

how to connect to document content server or repository using opencmis

I tried to connect to Documentum content server repository using cmis API, but I am not able to connect. I have Documentum content server & web top application, Now I just want to connect to repository, and I need repository session. How to connect…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
0
votes
1 answer

How to get Webtop Drl of a document via .net application?

Is it possible to retrieve drl ex:https://host:port /ewebtop/drl/objectId/0900a58e80970f7b of document via .net application?.So that when users clicks on this link they can be able to edit the document and when they close the document the document…
sai
  • 1
  • 4
0
votes
2 answers

How to delete the repeated occurrences of a file in documentum if it exists more than once using dql query in java?

I want to delete repeated occurrence of a file in documentum leaving only one file if it exists more than once. Following is my code. import com.documentum.fc.client.IDfQuery; import com.documentum.fc.client.IDfSession; import…
Moizudddin
  • 23
  • 1
  • 5
0
votes
1 answer

How to run dql search query in java?

I want to check whether a file is present in a particular folder in documentum using Java. Following is my code, import com.documentum.com.DfClientX; import com.documentum.com.IDfClientX; import com.documentum.fc.client.DfQuery; import…
Moizudddin
  • 23
  • 1
  • 5