• how to use DMINPUT in BUILD

    Hi All kindly need some advice, our customer had request to make build configuration. their dev make some Makefile this case in linux so the only call like /.../<path to shell file>/ /../<location of source code>/ <nameofmodule> i.e. /shell…
  • where build $PATH keep that information

    Hi All i'm just wondering when i try to build in Linux environment. there something different when build in my vm and customer server something what i notice when in vm when try to echo $PATH, the output like : /mti/devonc/sw/serena/dimensions/14…
  • Dimensions CM 14.3.3: CBL command for creating TIP BASELINES (scoped by workset instead of by DPs) seems to do not work properly

    I'm interested in creating a project baselines where ONLY the Design Parts the project items are related with are considered (one could consider owned and used-by relationships). However, whenever I create a TIP-BASELINE I got almost the complete tree…
  • dcm with remote DB oracle

    Hi all kindly need some advice regarding my case now i do assessment for DCM 14.7, usually we setup in same server, but got new requirement with remote DB. and i read in manual, it was possible to set with that spec. need oracle client installed…
  • Problem moving item to another design part: could not find any item with UID

    Hi guys. We are having issues moving an item to another Design Part. When trying to assign a different design part to this item with Dimension Desktop Client 14.5.1, it is giving me an error "Could not find any item with UID 13797748" The item we…
  • Integration DCM with VSCode to get Request list

    Hi All need some advice or suggestion now i do assessment for integrating DCM with VSCode for customer, but when try simulate to push to DCM, i can't found my request connected to DCM? any miss configuration for my case? i user version 1.4.0 extension…
  • Database Upgrades

    Currently our DBA's are in the process of upgrading our Oracle databases from 11g to 12c. We are currently using Dimensions CM 12.2 and Serena Business Manager 10.01. I was wondering if there will need to be any changes on the software side of this upgrade…
  • Migrate from Serena Dimensions CM to Git with history

    Hello there, im currently writing a paper at my company about a potential migration from Serena Dimensions to Git (With a local Server). We're using Dimensions CM as the central version control system. After searching in Google and in this forum…
  • We are getting the below error while checking out the code on *********.***.***-***.com server’s desktop folder.

    I'm getting the error while checkout code from my PC client. Extract Item -2274 : You do not have a role to extract item ECOM:A3338.A-TEXT 2 Could anyone please help I'm very new to PVCS
  • Jenkinsfile(scripted) Stage deploy

    Hi folks, I need to create a deploy stage on a jenkinsfile archive, but i can't find a manual or tutorial about that, to connect and deploy artifacts build with jenkins. somebady to know about that or have a manual or tutorial? Thank you very…
  • Dimensions tools (adg, dm_make) are based on very old GNU tools

    Hi Dimensions team, I have an issue similar to the one I have posted few months ago ( www.serenacentral.com/.../invoking-dm_make-with-j-switch-multi-thread-build - still unanswered). It seems that all tools which are using GNU tools under the hood…
  • Whether Serena Dimensions CM allows REST API

    Is there way to log\create a bug through any Platform (SOAP\REST API\Excel Sheet..etc..) using any language (Python, C, Perl).
  • Cannot delete a specific folder, error VRS4402015E Node property not present

    I am using Dimensions 14.2 and was deleting some folders (most of which I was able to do successfully), but could not delete one certain folder without getting the error "VRS4402015E Node property not present" in both the web and desktop clients. I am…
  • Check-out the baseline code from Dimension using Jenkins

    I am new to Dimensions and I am trying to check-out the baseline code from Dimension into local workspace using Jenkins. I have designed the Jenkins job as parameterized build by passing baseline as input value to the string variable "DM_BASELINE". But…
  • Invoking dm_make with -j switch (Multi-thread build)

    Hello Dimensions and dm_make developers. I am wondering if there is a way to invoke dm_make with -j switch to allow multi-thread build. I know dm_make uses GNU make under the hood, which is capable of doing multi-thread builds. It would be awesome to…
  • reset dimensions setting after reboot

    Hi I'm not Eclipse user, but I have a question about Eclipse Dimensions connections., I'm managing VDI(Virtual Desktop Infra) for developer's VM, and one develop team gave me a problem. - Symptoms We made a VM template for developers which already…
  • How to run user report from bat to invoke MS SQL Server 2012

    Hi Database : MS SQL Server 2012 Basedb : cmtypical I found the same and it seems oracle, anyone has syntax in MS SQL Server command line ? set SQLFILE=%TEMP%\rur.sql set RESFILE=%TEMP%\res.txt echo set pages 0 > %SQLFILE% echo select…
  • Any Command line support Upload Rules ?

    Hi I would like add my specific file extension into upload Rule in AdminConsle. Any Command line support Upload Rules, I put my Upload Rule in LIST file. Regards, Rainy Chou
  • create/download baseline using java api

    how to create a baseline from a workset using java pai how to download a baseline using baseline name using java pai
  • how to update status of an item to next life cycle using java api

    how to update status of all items in a project like from open status to worked status. In forum i got how to retrieve all items with open status from a project. how to update staus using java api Filter filter = new Filter(); filter.criteria().add…
  • Where to find Java Api Examples

    Where can i get java api examples for dimensions cm. In below directory i dont have examples directory C:\Program Files (x86)\Serena\Dimensions\CM\java_api
  • How to create request via Java API ans set related Parts?

    Hello, Am trying to create a request based on a existing request? I am able to create it but when I see it in UI the created request is not linked to the Design part? Can someone let me know how to set related parts in a createRequest method? I…
  • Method to Fetch the Spec Id Based on FileName via Java API?

    Hello, Am trying to find the spec id of a file based on a fileName via Java API. I have the PVCS Project Name as well. Is it possible? Is there a direct API to fetch the same? Regards, Vineet
  • Create Item throwing Null Pointer Exception

    Hello, I am using Java API to Create Item. But getting Null Pointer Exception while executing. Here is what I have done. DimensionsConnectionDetails details = new DimensionsConnectionDetails(); details.setUsername("*"); details.setPassword("…
  • How to get the current state of ItemRevision?

    Hello, Am trying to get the current state of ItemRevision. In the api list i see only getAllStates. I have retrieved the Item by providing the required filters as below Filter filter = new Filter(); Project project = connection.getObjectFactory…