I want to download a file from serena dimensions with script. I found from the manual that the command is FI
I am writing it like this
FI "" /USER_FILENAME="C:\path_to_my_file" /NOEXPAND /OVERWRITE
And i got this error: PCM0005518E Error: Item not uniquely identified
Is there any way that with just the filename i can fetch the file?
Try something like this
What is being done here is using ROOT_PROJECT we are limiting the search area to product and project. Then we are providing the full path of file in dimensions using the /FILENAME and then we are providing the local copy path in the /USER_FILENAME. This is where the file from the dimensions will be copied to.
In scenario your file in dimension has global scope or is in $GENRIC:$GLOBAL scope then you can get away by only the /FILENAME.