Hi Dears !
Facing a strange issue when getting files from pvcs by using pcli commandline.
We are getting ~550 files from pvcs server to local folders without issue, except for ~10 of this.
Running pcli against a export list file generated to drive the action by statements like
set PCLI_PR=\\pvcs\sourcecode
Get -nb -nm -pp/abc/example/pss_cas/ -z -w -o -ad:\work\abc\example\pss_cas\ /abc/example/pss_cas/*.sr?
We expect to retrieve locally any *.sr file.
That's working like a charm except some weird bahaviour on some files/repositories and we just didn't find why.
Any statement is build on the same way, but as result, we sometimes observ that pcli seems to not take in charge the complete statement and "skip" the end of destination folder/file path.
Resulting in a try to create a folder instead of the expected *.sr files : this is not working at all and the folder is not created neither the sr files received.
The output give this information :
...
D:\work\example\pss\pss_sys_grt\n_sys_grt_rtg.sru <- /example/pss/pss_sys_grt/n_sys_grt_rtg.sru Fetched revision 1.9.
D:\work\example\pss\pss_sys_grt\n_sys_grt.sru <- /example/pss/pss_sys_grt/n_sys_grt.sru Fetched revision 1.9.
D:\work\example\pss\pss_cas <- /example/pss/pss_cas/d_get_list.srd Fetched revision 1.14.
D:\work\example\pss\pss_sys_list_ras\d_get_list_das.srd <- /example/pss/pss_sys_list_ras/d_get_list_das.srd Fetched revision 1.11.
D:\work\example\pss\pss_sys_list_ras\d_get_list_ras.srd <- /example/pss/pss_sys_list_ras/d_get_list_ras.srd Fetched revision 1.13.
...
As you can see on line 3, the object name is not present, like not read by pcli, while initial Get statement is absolutely aligned with all the others (the pcli export file is automatically build and more than 500 others statements are running fine... ).
Did one of you already encounter a such issue ?
Could you share any experience about his ?
Thanks by advance !
Laurent.