cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

The "si rlog" CLI command does not accept the --xmlapi option ?

amatei
12-Amethyst

The "si rlog" CLI command does not accept the --xmlapi option ?

Hello everyone,

I am using PTC Integrity Client 10.6.0.7337

If I run the testrLog.bat batch file below

set cmd_args="{membername} [{revision}] CPID={cpid} {date} description={description} {author}\n"

set days=90

set user_filter=--rfilter=author:someUserName

si rlog --xmlapi  --hostname=someHost --port=7010 --user=someUserName --project=t:/mks/archive/SomeProject/project.pj  --recurse  --format=%cmd_args% --rfilter=daterange::past:%days%:days %user_filter% > rlog.txt

I get an empty xml file

<?xml version="1.0"?>

<Response command="rlog" app="si" version="4.14.7337 0-0 7337">

  <App-Connection port="8101" userID="someUserName" server="someHost"></App-Connection>

</Response>

If I run the "si rlog"  command without the --xmlapi flag I get a longer list, as expected

member name: Source\src\core\__init__.py; working file:

head: 1.1

member: 1.1

branch:

locks:

locking policy: Exclusive locks mandatory

attributes:

file format: text

revision storage: reverse deltas

total revisions: 1; branches: 0; branch revisions: 0

description:

etc

etc

So, can someone please indicate how to get more information in the XML file by using si rlog --xmlapi   ?

Thanks !

1 ACCEPTED SOLUTION

Accepted Solutions
KaelLizak
14-Alexandrite
(To:amatei)

Hello Alexandru Matei‌,

Probably because --xmlapi has never been officially documented, and was never meant to be released.

Regards,
Kael


Kind Regards,
Kael Lizak

Senior Technical Support Engineer
PTC Integrity Lifecycle Manager

View solution in original post

1 REPLY 1
KaelLizak
14-Alexandrite
(To:amatei)

Hello Alexandru Matei‌,

Probably because --xmlapi has never been officially documented, and was never meant to be released.

Regards,
Kael


Kind Regards,
Kael Lizak

Senior Technical Support Engineer
PTC Integrity Lifecycle Manager
Top Tags