Bug #19012 No error message in the loader.prt with Java/Loader
Submitted: 11 Apr 2006 15:14 Modified: 22 Nov 2006 8:44
Reporter: P. Maraun Email Updates:
Status: No Feedback Impact on me:
None 
Category:MaxDB Severity:S3 (Non-critical)
Version:7.6.00 Build 10-121-96-895 OS:Linux (SLES 9 SP2)
Assigned to: CPU Architecture:Any

[11 Apr 2006 15:14] P. Maraun
Description:
LoadException occour but no error message in the 

/home/portal/.sdb/loader/log/loader.prt or /var/opt/sdb/data/wrk/loader.prt

How to repeat:
import com.sap.dbtech.powertoys.Loader;

JavaCode

            loader = Loader.dbLoader(host, database);
            loader.cmd("USE USER " + user + " " + password);
            loader.cmd("AUTOCOMMIT OFF");
            loader.cmd("SET DATE " + dateTime);
            loader.cmd("SET TIME " + dateTime);
            loader.cmd("bad command");
[13 Apr 2006 17:24] C.J. Adams-Collier
Howdy!

Please tell me where you got the .jar file from and give me complete reproduction steps.

Looking forward to hearing back from you,

C.J.
[18 Apr 2006 12:03] P. Maraun
Hey,

i used the /opt/sdb/interfaces/jdbc/jar/sapdbc.jar 
476503 Bytes 6.5.2005 18:16

Who wrotes messages in the loader.prt the jdbc Client or the server ?
[1 Jun 2006 17:27] C.J. Adams-Collier
Can you attach a .java file and give me the command to compile and run it in such a way that it produces the error?

Thanks,

C.J.
[1 Jun 2006 17:28] C.J. Adams-Collier
.prt files are written by the database itself, and not the jdbc driver
[22 Oct 2006 8:44] Valeriy Kravchuk
Please, try to repeat with a newer version, 7.6.00.34, and inform about the results.
[23 Nov 2006 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".