-
Session is null in Report Initialize Rhinoscript
<p>We are using the following in the initialize method of a report:</p> <p> </p> <div>rowsReturned=0;</div> <div>request = reportContext.getHttpServletRequest();</div> <div>params["Sample"].value = request.getSession().getAttribute("RV_Sample");</div> <div> </div> <div>We get the following in the stack:</div> <div> </div>…
-
How to give a user Read Only access to a branch in Teamsite ?
Is it possible to give a read only access to a user on a specific Teamsite Branch ? The user only needs to check the lists of files ( like: All required PDFs / Images are uploaded or Not , The HTML files being created in appropriate Folders and check the content of Files( in Read only mode)). The user should NOT be able…
-
Configuring format for DSM Site in WEM 10.5
I am trying to configure a format at site level to our site (we use DSM). We upgraded to WEM 10.5. Should we still configure the format in config console as below even in WEM 10.5? or is there any direct approach. Please let me know. Thank you In the left pane, navigate to Content > Delivery Services > Content Management…
-
How to Add Report Parameter to Grid using Design API
<p>I am trying to add to a grid the value of a report parameter using the Design API</p> <p> </p> <p>For images and data elements</p> <p> </p> <p>The pattern is</p> <p> </p> <p>ElementFactory factory = rDesign.getElementFactory();</p> <p> </p> <p>newImage = factory.newImage(imgName);<br> newImage.setURL(imgName);<br><br>…
-
DSM - This Region encountered a rendering error
Hi, I successfully set up DSM including the VgnSampleSite. While trying to create my own site which partially uses cloned Templates, Layouts and Regions from the SampleSite, I always get the error message 'This Region encountered a rendering error' when trying to preview the site. After clicking ''Refresh Region' the…
-
EXECUTE DO_METHOD Exception Handling
Hi All, We are facing difficulty in executing the custom dm_method with EXECUTE DO METHOD query. Below is our requirement. We have created method by pointing our java class CustomClassA, Say the method isCustomMethod. We are executing method from another class with try catch block as shown below. This is works fine if our…
-
Documentum 7.1 to 7.2 upgrade
Hi All Currently we have Content server 7.1 serving around 10+ docbases (High Availability) like CS1 (Primary CS) and CS2 (Secondary CS) . Now I can't be able to build parallel environment and perform upgrade due to cost. Can someone suggest better approach since we will not be able to upgrade all docbase in single day .…
-
failing to install iHub trial
<p>Hi, I installed CentOS 7 running in VM on my mac, but run into a failure when I try to install the iHub trial edition.</p> <p>The error returned is:</p> <p>Buildfile: acinstall/AntInstall.xml does not exist!</p> <p>Build failed</p> <p>Install failed (error code 1).</p> <p> </p> <p>Yet I can clearly see…
-
Hyperlink from Chart Data
<p>I'm trying to do a Hyperlink Drill-through to another report from a chart I've generated. </p> <p> </p> <p>I'm using Interactivity from the Chart definition. And so if I click Interactivity, select event=Mouse click and action = hyperlink, then click Add, click Edit Base URL, and then select Drill Through. I can then…
-
Blank Import window.
TeamSite 7.3.2 on windows and Browser IE 11 . Java 8 Update 91 For couple of users, Import window comes up as a small window with out displaying any files and Just C drive selected but no folder contents listed and when user tries to make the window bigger entire window becomes blank. I know that Java version is not…