Harvest

  • 1.  HCO -  Warning: No version found for filename or pattern: * .

    Posted Jul 26, 2012 09:24 AM
    Hi All,

    I'm experiencing a error when using the HCO command in CLi.
    The error i get is " Warning: No version found for filename or pattern: * ."

    The Cli that I am using is the following- hco * -b rbgccc02 -en "SCA" -st DevStag -vp "SCA_Repo" -p MODS_Test2 -br -r -usr fuser -pw abc123 -rm SYSTEMP -rport 9020 -rusr fuser -rpw abc123 -dvp /opt/ca/scm/SYSA/I183/MODS_TESTING/ -o hco.log[size=2][size]
    If anyone could help me on this I will be highly appreciative of it

    TIA


  • 2.  RE: HCO -  Warning: No version found for filename or pattern: * .

    Posted Jul 27, 2012 03:48 AM
    Is it:
    W010a0074
    No version found for filename or pattern: %s1.
    Reason:
    A version that matches the filename or pattern specified at the hco command line check-out cannot be found.
    Action:
    Correct the filename or pattern specified for hco if they are misspelled, or remove the filename or pattern from hco if there is no version that matches the filename or pattern.
    ?

    That depends on your actual data.

    Maybe it is the error I often do: specifying the viewpath with the wrong slashes. They have to be backslashes although we are working with Unix.

    HTH
    -Hans-Arno


  • 3.  RE: HCO -  Warning: No version found for filename or pattern: * .

    Posted Sep 25, 2012 12:47 PM
    Enstead of:
    hco * -b rbgccc02 -en "SCA" -st DevStag -vp "SCA_Repo" -p MODS_Test2 -br -r -usr fuser -pw abc123 -rm SYSTEMP -rport 9020 -rusr fuser -rpw abc123 -dvp /opt/ca/scm/SYSA/I183/MODS_TESTING/ -o hco.log

    Try:
    hco -b rbgccc02 -en "SCA" -st DevStag -vp "SCA_Repo" -p MODS_Test2 -br -r -usr fuser -pw abc123 -rm SYSTEMP -rport 9020 -rusr fuser -rpw abc123 -dvp /opt/ca/scm/SYSA/I183/MODS_TESTING/ -o hco.log -s *


    -s filename | pattern
    (Optional) Specifies that the check-out process should search every directory below the current one for files that match a file name or naming pattern.
    This option must be followed by a file name or naming pattern. To specify multiple file names or naming patterns, use the -s option before the first file name
    or pattern. -s will search for the patterns specified between it and the next option. Naming patterns that include a wildcard must be enclosed in single or
    double quotes when used with the -s option. If no quotes are included on multiple naming patterns, hco searches recursively for the first file (the naming
    pattern immediately following the -s option) and searches only the current directory for the remaining files.