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…
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…
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…
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…
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…
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…
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…
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
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…
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…
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…
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…
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…
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…
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…
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
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 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
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…
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
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("…
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…
I have got that error when trying to promote CR project into server.
FYI, first, i updated my work area from repository, then added a new file (ex : test.txt) and deleted the file that exist before and related with other CR (ex: 123.txt).
after that…