PDA

View Full Version : Fehlermeldung bei Zugriff auf iseries



Winnilein
18-08-11, 15:42
Hi!

Wenn ich in einem PHP-Programm das auf einem Linux-Server läuft auf unsere iseries zugreifen möchte, bekomme ich immer die Fehlermeldung:

[IBM][CLI Driver][AS] SQL30000N Execution failed because of a Distributed Protocol Error that will not affect the successful execution of subsequent commands or SQL statements: Reason Code "0x1254"("0200"). SQLSTATE=58008 SQLCODE=-30000

Wer weis Rat?

AS400.lehrling
23-08-11, 14:44
Hi!

Wenn ich in einem PHP-Programm das auf einem Linux-Server läuft auf unsere iseries zugreifen möchte, bekomme ich immer die Fehlermeldung:

[IBM][CLI Driver][AS] SQL30000N Execution failed because of a Distributed Protocol Error that will not affect the successful execution of subsequent commands or SQL statements: Reason Code "0x1254"("0200"). SQLSTATE=58008 SQLCODE=-30000

Wer weis Rat?


Über was erfolgt der Zugriff, Protokoll Treiber (ODBC / JDBC) oder Protokoll (FTP / Telnet) ?

AS400.lehrling

Winnilein
24-08-11, 12:46
Über DRDA..

db.as400.host = as-v999.xyz.de
db.as400.port = 446
db.as400.dbname = Db400v99

AS400.lehrling
24-08-11, 22:06
Über DRDA..

db.as400.host = as-v999.xyz.de
db.as400.port = 446
db.as400.dbname = Db400v99

Probiere das mal

catalog tcpip node remnode remote <remote ip name / address> server 446
catalog dcs database remdb as <remote db name>
catalog database remdb as remdb at node remnode authentication DCS;


War 1 Antwort auf einzigen Treffer bei suche auf der IBM homepage

developerWorks : Information Management : .NET Development with DB2 and IDS : SQL0805N Package "NULLID .SYSSH200" ... (http://www.ibm.com/developerworks/forums/thread.jspa?messageID=13863765)

Gruß AS400.lehrling