baztian/jaydebeapi

Information displayed by driver during connection is not readable

yvestolod opened this issue · 0 comments

Hi, I tried connecting to an IMS database on z/OS. I can successfully connect and get data back but during connection, the driver prints the following information to screen:

ԁ?@??k@????@?z??z??@??@???K???K???K????K???ę????@???????????z@???@䕉??????@ę?????@?????@??????z@?????ԁ?@??k@????@?z??z??@??@???K???K???K????K??K??Ö????????م???@?????⅙???Ö???????????????z@⅙???@???@Ö?????@???@?????z@@?ԁ?@??k@????@?z??z??@??@???K???K???K????K??K??Ö????????م???@?????⅙???Ö???????????????z@Ó????@???@Ö?????@???@?????z@@?ԁ?@??k@????@?z??z??@??@???K???K???K????K??K??Ö????????م???@?????⅙???Ö???????????????z@⅙???@????@???@?????z@@?@?@?@?@?@?@?ԁ?@??k@????@?z??z??@??@???K???K???K????K??K??Ö????????م???@?????⅙???Ö???????????????z@Ó????@????@???@?????z@@?@?@?@?@?@?@?ԁ?@??k@????@?z??z??@??@???K???K???K???K???ɕ??????Ɓ?????@?????????????z@???@䕉??????@ę?????@?????@??????z@?????ԁ?@??k@????@?z??z??@??@???K???K???K???K???ɕ??????Ɓ?????@?????????????z@???@䕉??????@ę?????@Ӗ????z@???K???K???K??K??????@Ӆ???z@??????

I believe this is equivalent to the following output returned by the driver when using Java when a successful connection has been established:

Mar 05, 2021 10:13:51 AM com.ibm.ims.drda.t4.T4ConnectionReply checkServerCompatibility
INFO: Server IMS Connect DDM level: 1
Mar 05, 2021 10:13:51 AM com.ibm.ims.drda.t4.T4ConnectionReply checkServerCompatibility
INFO: Client IMS Connect DDM level: 1
Mar 05, 2021 10:13:51 AM com.ibm.ims.drda.t4.T4ConnectionReply checkServerCompatibility
INFO: Server ODBM DDM level: 1 2 3 4 5 6 7
Mar 05, 2021 10:13:51 AM com.ibm.ims.drda.t4.T4ConnectionReply checkServerCompatibility
INFO: Client ODBM DDM level: 1 2 3 4 5 6 7
Mar 05, 2021 10:13:51 AM com.ibm.ims.dli.PSBInternalFactory createPSB
INFO: IMS Universal Drivers build number: 14094

Thanks.