problem using the lscm get change command
I am testing the commands of the RTC client, problem I have:
1. Not able to get data as expected when using command: “lscm get change …” , need some examples. See the results below when using this command
2. Is it possible to get data from stream directly by using command line or Java API?
3. Is it possible to automatically update my workspace in RTC server side when there is change(checked in by other team members) in the stream, if so, how to configure the server to do that?
Another question is about the server console,
Not able to get email notification while creating new userId in the server admin console after re-installing RTC server, the password generated by server is in the email, so the new userId cannot be used, I was able to do.
C:\dataRTC\RTCProjectArea Default Component>lscm get change 1017 / c:\dataRTC
Problem running 'get change':
"C:\dataRTC" already exists. Specify another path or use --overwrite option to o
verwrite the file.
C:\dataRTC\RTCProjectArea Default Component>lscm get change -o 1017 / c:\dataRTC
Problem running 'get change':
"C:\dataRTC" is not a file. Please specify a file name.
C:\dataRTC>lscm load -r https://ahivas02498.ahi.ford.com:9443/ccm -u admin -P ad
min --all -i 1010 --force
Successfully loaded items into the sandbox.
C:\dataRTC>cd "RTCProjectArea Default Component"
//After load data to local workspace, it can get result, but not as expected, it only gets one file,
C:\dataRTC\RTCProjectArea Default Component>lscm get change -o 1014 *.* *.*
Successfully extracted file to "C:\dataRTC\RTCProjectArea Default Component\WebE
xpressKey.jpg".
C:\dataRTC\RTCProjectArea Default Component>lscm get change -o 1017 *.* *.*
Problem running 'get change':
Unable to extract file.
Load could not be completed because it would overwrite unchecked-in local changes.
An error has occurred. Kindly check the log for more details.
after delete files in local workspace, not able to get data using this command.
2 answers
You should open another question about your email issue. That isn't related to the command line and will get more attention as a separate question.