Page 3 of 3

Re: Unknown volume path or aggregate name

Posted: Wed Feb 24, 2021 2:05 pm
by informatica
It's just work around we are not sure why on v2 not working???

Re: Unknown volume path or aggregate name

Posted: Thu Feb 25, 2021 2:41 pm
by ssax
Try changing this line (line 494) from this:

Code: Select all

$opt{'version'} = 2;
To this:

Code: Select all

$opt{'version'} = '2c';