patch_zip: /Location/patch1/<patchid>/patch1.zip Creating zip file
/Location/patch1/<patchid>/patch1.zip for apply pwd: The file access
permissions do not allow the specified action. A process terminated prior
to completion. pwd: The file access permissions do not allow the specified
action.

It would help to know which OS you're on, but if you've got actual
"<patchid>" text in there, that's not going to be allowed. The "<" ">" are
redirects, not allowed file name chars. If you just put that in for the
email (so it was some ID number, say "xxxxx"), it's saying you don't have
perms for the dir /Location or Location/patch1 or Location/patch1/xxxxx -
either no search or no write permissions.

You could try, on linux
$ touch /Location/patch1/xxxx/test

and see if what it tells you. Try
$ ls -ld /Location /Location/patch1 /Location/patch1/*


On Wed, Oct 4, 2017 at 12:56 PM, Asad <asad.hasan2...@gmail.com> wrote:

>
> Hi All
>
> I have perl script abc.pl and module abc.pm . When i execute abc.pl which
> is using one the modules
>
> Archive::Zip > I am getting the following errors :
>
> patch_zip: /Location/patch1/<patchid>/patch1.zip Creating zip file
> /Location/patch1/<patchid>/patch1.zip for apply pwd: The file access
> permissions do not allow the specified action. A process terminated prior
> to completion. pwd: The file access permissions do not allow the specified
> action. pwd: The file access permissions do not allow the specified action.
> error: undef returned by _untaintDir on cwd at 
> /Location/lib/Archive/Zip/Archive.pm
> line 754 
> Archive::Zip::Archive::addTree('Archive::Zip::Archive=HASH(0x1113ceee8)',
> '/Location/patch1/<patchid>/')
>
>
> Seems to me a permission issue but unable to identify what permission
> issue is there if the Filesystem or directory underneath it .
>
> How to identify .
>
>
>


-- 

a

Andy Bach,
afb...@gmail.com
608 658-1890 cell
608 261-5738 wk

Reply via email to