Hi,
I've just started using this and I tried to run the toolkit_class.php. while logging in with the correct credentials to the iseries box, this whole setup is on, I get this error.
Specifically on
conn = new i5_Connection('GBWILW02', $USER, $PASSWORD);
$conn->set_options('PHPAIX');
$conn->connect();
} catch (Exception $e) {
echo "Failure to connect";
echo $e->getMessage();
die();
}
I've tried using the i5_connect and also by specifying the IP address with the same result. TCPIP error 79 connection refused.
Is there anything I need to do on the TCPIP entries table somewhere or I have got the setup wrong? Please advise.
Thanks,
Raghu

