Storage Software
1753971 Members
7620 Online
108811 Solutions
New Discussion юеВ

Re: EVA SSSU script "error opening https connection"

 
dreed37
Occasional Advisor

EVA SSSU script "error opening https connection"

I have a problem running a sssu script which includes the login information. The login information in script works fine if you use sssu manually. If you use the script I get an "error opening https connection"

Here is script

! SSSU to capture EVA8000 Configuration File Daily at 11:00pm est
!
SET OPTIONS ON_ERROR=HALT_ON_ERROR
!
SELECT MANAGER=localhost USERNAME=admin28 PASSWORD=test123!@#
SELECT SYSTEM xxx-EVA-xxxx
!
CAPTURE CONFIGURATION G:\Eva8000
!
Exit
2 REPLIES 2
dreed37
Occasional Advisor

Re: EVA SSSU script "error opening https connection"

I found the problem, I was using the "=" sign in front of the MANAGER!

Works now
dreed37
Occasional Advisor

Re: EVA SSSU script "error opening https connection"

Removed "=" symbol

Used

MANAGER localhost

instead of

MANAGER=localhost