× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
ranarohitp(*) reported Apr 30, 2013  · last modified Jun 7, 2013

ADS suspended when we try to import data for not supported data type in import


Dev
Kin-Hong Wong
kin-hong
QA
Tariq Rahiman
tariqrahiman
Priority Low
Complexity Unknown
Component Tools - Import Tool
Version 14.0

ADS version : ads-windows-x64-14.0-dev-44
Database:Sybase Anywhere 12/Sybase ASE15.7

Connect to Sybase Ase.
Create following table

CREATE TABLE Test_Datatype  (
    c1    varchar(25) NULL,
    c2    varbinary(2) NULL,
    c3    UNSIGNED SMALLINT NULL,
    c4    UNSIGNED INT NULL,
    c5    UNSIGNED BIGINT NULL
    )
GO

Now go to Tools->Import Data->Connect to Sybase ASE 15.7->Import file(Use attached file),click next->From Schema and table drop down select respective values(above given table) and click next->In option tab from "Destination" drop down->choose "Import into database",click on next button->On Transaction tab set Transaction type:Batch,Batch size:1000,Threshold:0and wait time-1 and say next.This will throw error message over ADS window console.

Now click on previous button and go back till "General tab",and again import same file,repeat this procedure for 4 to 6 times and you should get null pointer exception message over "status tab".
This exception will hange the ADS and we need to kill the process from task manager.

Not producible with ADS 13

2 attachments
ranarohitp(*)   Apr 30, 2013  Change History
Field Old Value New Value
Description

ADS version : ads-windows-x64-14.0-dev-44
Database:Sybase Anywhere 12/Sybase ASE15.7

Connect to Sybase Ase.
Create following table

CREATE TABLE Test_Datatype  (
    c1    varchar(25) NULL,
    c2    varbinary(2) NULL,
    c3    UNSIGNED SMALLINT NULL,
    c4    UNSIGNED INT NULL,
    c5    UNSIGNED BIGINT NULL
    )
GO

Use the attached script for importing data
 

ADS version : ads-windows-x64-14.0-dev-44
Database:Sybase Anywhere 12/Sybase ASE15.7

Connect to Sybase Ase.
Create following table

CREATE TABLE Test_Datatype  (
    c1    varchar(25) NULL,
    c2    varbinary(2) NULL,
    c3    UNSIGNED SMALLINT NULL,
    c4    UNSIGNED INT NULL,
    c5    UNSIGNED BIGINT NULL
    )
GO

Now go to Tools->Import Data->Connect to Sybase ASE 15.7->Import file(Use attached file),click next->From Schema and table drop down select respective values(above given table) and click next->In option tab from "Destination" drop down->choose "Import into database",click on next button->On Transaction tab set Transaction type:Batch,Batch size:1000,Threshold:0and wait time-1 and say next.This will throw error message over ADS window console.

Now click on previous button and go back till "General tab",and again import same file,repeat this procedure for 4 to 6 times and you should get null pointer exception message over "status tab".
 

ranarohitp(*)   Apr 30, 2013  Change History
Field Old Value New Value
Component App - AquaProjects Tools - Import Tool
Description

ADS version : ads-windows-x64-14.0-dev-44
Database:Sybase Anywhere 12/Sybase ASE15.7

Connect to Sybase Ase.
Create following table

CREATE TABLE Test_Datatype  (
    c1    varchar(25) NULL,
    c2    varbinary(2) NULL,
    c3    UNSIGNED SMALLINT NULL,
    c4    UNSIGNED INT NULL,
    c5    UNSIGNED BIGINT NULL
    )
GO

Now go to Tools->Import Data->Connect to Sybase ASE 15.7->Import file(Use attached file),click next->From Schema and table drop down select respective values(above given table) and click next->In option tab from "Destination" drop down->choose "Import into database",click on next button->On Transaction tab set Transaction type:Batch,Batch size:1000,Threshold:0and wait time-1 and say next.This will throw error message over ADS window console.

Now click on previous button and go back till "General tab",and again import same file,repeat this procedure for 4 to 6 times and you should get null pointer exception message over "status tab".
 

ADS version : ads-windows-x64-14.0-dev-44
Database:Sybase Anywhere 12/Sybase ASE15.7

Connect to Sybase Ase.
Create following table

CREATE TABLE Test_Datatype  (
    c1    varchar(25) NULL,
    c2    varbinary(2) NULL,
    c3    UNSIGNED SMALLINT NULL,
    c4    UNSIGNED INT NULL,
    c5    UNSIGNED BIGINT NULL
    )
GO

Now go to Tools->Import Data->Connect to Sybase ASE 15.7->Import file(Use attached file),click next->From Schema and table drop down select respective values(above given table) and click next->In option tab from "Destination" drop down->choose "Import into database",click on next button->On Transaction tab set Transaction type:Batch,Batch size:1000,Threshold:0and wait time-1 and say next.This will throw error message over ADS window console.

Now click on previous button and go back till "General tab",and again import same file,repeat this procedure for 4 to 6 times and you should get null pointer exception message over "status tab".
This exception will hange the ADS and we need to kill the process from task manager.

Dev Assignee Unassigned SachinPrakash (Sachin Prakash)
QA Assignee Unassigned tariqrahiman (Tariq Rahiman)
Summary ADS stalls when try to import file with not supported data type ADS suspended when we try to import not supported data type
Version Future - .9 14.0
ranarohitp(*)   Apr 30, 2013  Change History
Field Old Value New Value
Description

ADS version : ads-windows-x64-14.0-dev-44
Database:Sybase Anywhere 12/Sybase ASE15.7

Connect to Sybase Ase.
Create following table

CREATE TABLE Test_Datatype  (
    c1    varchar(25) NULL,
    c2    varbinary(2) NULL,
    c3    UNSIGNED SMALLINT NULL,
    c4    UNSIGNED INT NULL,
    c5    UNSIGNED BIGINT NULL
    )
GO

Now go to Tools->Import Data->Connect to Sybase ASE 15.7->Import file(Use attached file),click next->From Schema and table drop down select respective values(above given table) and click next->In option tab from "Destination" drop down->choose "Import into database",click on next button->On Transaction tab set Transaction type:Batch,Batch size:1000,Threshold:0and wait time-1 and say next.This will throw error message over ADS window console.

Now click on previous button and go back till "General tab",and again import same file,repeat this procedure for 4 to 6 times and you should get null pointer exception message over "status tab".
This exception will hange the ADS and we need to kill the process from task manager.

ADS version : ads-windows-x64-14.0-dev-44
Database:Sybase Anywhere 12/Sybase ASE15.7

Connect to Sybase Ase.
Create following table

CREATE TABLE Test_Datatype  (
    c1    varchar(25) NULL,
    c2    varbinary(2) NULL,
    c3    UNSIGNED SMALLINT NULL,
    c4    UNSIGNED INT NULL,
    c5    UNSIGNED BIGINT NULL
    )
GO

Now go to Tools->Import Data->Connect to Sybase ASE 15.7->Import file(Use attached file),click next->From Schema and table drop down select respective values(above given table) and click next->In option tab from "Destination" drop down->choose "Import into database",click on next button->On Transaction tab set Transaction type:Batch,Batch size:1000,Threshold:0and wait time-1 and say next.This will throw error message over ADS window console.

Now click on previous button and go back till "General tab",and again import same file,repeat this procedure for 4 to 6 times and you should get null pointer exception message over "status tab".
This exception will hange the ADS and we need to kill the process from task manager.

Not producible with ADS 13

ranarohitp(*)   Apr 30, 2013  Change History
Field Old Value New Value
Summary ADS suspended when we try to import not supported data type ADS suspended when we try to import data dor not supported data type in import
ranarohitp(*)   Apr 30, 2013  Change History
Field Old Value New Value
Summary ADS suspended when we try to import data dor not supported data type in import ADS suspended when we try to import data for not supported data type in import
SachinPrakash   Apr 30, 2013  Change History
Field Old Value New Value
Dev Assignee SachinPrakash (Sachin Prakash) kin-hong (Kin-Hong Wong)
SachinPrakash   May 14, 2013  Change History
Field Old Value New Value
Dev Assignee kin-hong (Kin-Hong Wong) funfun (Fun Fun)
NielsGron   May 20, 2013  Change History
Field Old Value New Value
Dev Assignee funfun (Fun Fun) swissarmyknife(*) (Jonathan Powers)
SachinPrakash   May 21, 2013  Change History
Field Old Value New Value
Dev Assignee swissarmyknife(*) (Jonathan Powers) SachinPrakash (Sachin Prakash)
SachinPrakash   May 24, 2013  Change History
Field Old Value New Value
Dev Assignee SachinPrakash (Sachin Prakash) kin-hong (Kin-Hong Wong)
kin-hong   May 28, 2013  Change History
Field Old Value New Value
Resolution Fixed
Resolved Date May 28, 2013 8:33 PM
Status New Resolved
ranarohitp(*)   Jun 7, 2013  Change History
Field Old Value New Value
Status Resolved Closed

Issue #8788

Closed
Fixed
Resolved May 28, 2013
 
 
Completion
No due date
No fixed build
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017