i tried to connect with i5_connect like :
- Code: Select all
$username = "TEST";
$password = "töst";
$server = "localhost";
$conn = i5_connect ( $server, $username, $password);
if ($conn) {
echo "connected";
} else {
print_r( i5_error ());
}
after call the script i got:
Array ( [0] => 23 [1] => 9 [2] => Bad login user or password [3] => [num] => 23 [cat] => 9 [msg] => Bad login user or password [desc] => )
when i change the pw to "test" it works
Systemvalue: QPWDLVL is set to 2
when i login with IBM iSeries Access it works with "töst"
is it not possible to connect with german umlauts ??
Regards,
Manuel

