Questions tagged [emc]

Use for anything related to products from EMC Corporation

This tag is used for anything related to products from EMC Corporation (Currently merging with Dell). This includes, but is not limited to the following EMC divisions and products:

  • VNX / VNXe
  • VMAX
  • Symmetrix
  • Clariion
  • DMX
  • VSPEX / VSPEX Blue
  • VCE vBLOCK
  • Pivotal
  • RSA Corp
  • Networker
  • DataDomain
  • And many more
70 questions
4
votes
1 answer

What are advantage of Isilon OneFS File System Access Api over accessing the file system using SMB or NFS?

I want to create some utility that read/write the files with permission (ACL) from/to Isilon server. This utility will access the server either on LAN or VPN. Here my main concern is to achieve performance too for file/folder enumeration and copy…
Romil Kumar Jain
  • 20,239
  • 9
  • 63
  • 92
3
votes
2 answers

Webtop DRL link directly to edit

Is there any way to create a Webtop DRL link so that it instead of asking whether the user wishes to VIEW / EDIT/ ANNOTATE, it goes straight to EDIT mode and just opens up the document, bypassing the question altogether? Thanks bgs264
bgs264
  • 4,572
  • 6
  • 38
  • 72
3
votes
2 answers

Understanding the difference between EMC ECS and EMC ScaleIO

As per my understanding EMC ECS and ScaleIO applications are used for combining all the drives of the storage nodes in Data Center to form a pool of resources. I have googled out to find out more information on the similarities and differences b/w…
Here_2_learn
  • 5,013
  • 15
  • 50
  • 68
3
votes
0 answers

Installation error message regarding EMC Atmos Evaluation

When I am trying to install the EMC Atmos Evaluation Edition on an ESX host, I get the following error message No MDS is Master [Fatal] when I run the command ./mds-shutdown.pl --shutdown --RMG on the first VM AEE-r1s1-001. Any ideas on what is…
peterbonar
  • 559
  • 3
  • 6
  • 24
3
votes
1 answer

Ruby and OpenSSL certificate verify failed

I'm pretty sure I've tried everything under the sun. Here is the code i'm trying to run require 'rubygems' require 'rest-client' require 'json' def vipr_session(viprurl, username, password) vipr_session_link = RestClient::Resource.new(viprurl +…
Kenny Coleman
  • 186
  • 1
  • 13
2
votes
1 answer

Setting Permissions on files shared between Linux and Windows on EMC Celerra

I have an EMC Celerra filesystem shared between Windows and Linux Clients. User A on a Windows client creates a directory and set of files and User B on a Linux client is to modify and/or delete these files; however the files and directory to not…
2
votes
1 answer

Documentum DQL Getting list subfolders from a few folders

everyone! I am starting with Documentum this month and here is my problem. There is multi-select drop-down list with cabinets. I have to choose some of them to get list of inner folders in my result list below. This query: select * from dm_folder…
issverg
  • 80
  • 9
2
votes
1 answer

Xcp 2.2 Shared Libraries for JAVA Services

The Shared Java Services Libraries is a neat feature for the 2.2 Xcp Documentum but is problematic in this specific case. A little bit of background: I have to make a migration from a 2.0 Xcp project to the 2.2 version. I started a new project and…
iCezar
  • 43
  • 6
2
votes
1 answer

Where is the data saved, from the Datatable-items, in ECM eRoom-database?

I am trying to retrieve data out of the ECM eRoom Database (which isn't documented, as I know of). I have an eRoom with an custom "Database", some Fields. When I query the objects table I find the "Database" row select * from[dbo].[Objects] where…
winner_joiner
  • 12,173
  • 4
  • 36
  • 61
2
votes
2 answers

EMC Documentum DQL - How to delete repeating attribute

I have a few objects created on my database and I need to delete some of the repeating attributes related to them. The query I'm trying to run is: UPDATE gemp1_product objects REMOVE ingredients[1] WHERE (r_object_id = '08015abd8002cd68') But all I…
Rikku121
  • 2,536
  • 2
  • 23
  • 38
1
vote
0 answers

EMC Dispatcher Classification Edit 7.10 will not open batches

After the user scan the document, those will show up on Captiva Administrator (v7.10) on "Error" Status, when trying to open those for Classification on the Classification Edit application it will keep idle with the message "Waiting for Task", also…
Allende
  • 1,480
  • 2
  • 22
  • 39
1
vote
3 answers

How to delete lines before and after matching pattern

i have a file like below. I want to search pattern ABC_DATA as a variable and after match, i want to delete from first previous "multipath" line to the line including "}" character. "}" could be after or in the same line with ABC_DATA. SAMPLE…
solmyr
  • 29
  • 3
1
vote
1 answer

How can I dynamically specify default value for DocbaseAttribute in DocbaseAttributeList in EMC Documentum WDK web application?

I have docbaseattributelist on a page containing docbaseattributes. How can i dynamically (from inside of my web application) set default value for certain docbaseattribute of this list in EMC Documentum WDK application?
bambrikii
  • 23
  • 5
1
vote
0 answers

Failed Openshift node doesn't detach ScaleIO volumes?

I am using kubernetes.io/scaleio provisioner with Openshift Container Platform 3.9. When I manually shutdown a node, it doesn't detach the volumes attached to the node's assigned pods. As a result, the new pods unable to mount those volumes on…
Guy Klein
  • 11
  • 2
1
vote
2 answers

Remove or set Document Query Language attribute to null

Could someone please help me with this? I am trying to get rid of the ATTRIBUTE "effective_date" or set it to null date by using the below 2 queries and am getting different errors. ===================================== UPDATE cd_quality (ALL)…
HelenL
  • 11
  • 1
  • 2
1
2 3 4 5