Be sure your post includes:
1. SmartClient_v90p_2013-07-24
2. browser Chrome 28.0.1500.72 m
3. Log Developer console:
18:01:23.823:INFO:Log:initialized
18:01:24.223:INFO:Log:isc.Page is loaded
18:01:57.200:MUP0:WARN:Button:isc_DatabaseBrowser_0_selectButton:Widget initialized with explicitly specified 'enabled' property. This property has been deprecated - use 'disabled' instead.
18:01:57.659:MUP0:WARN:RecordEditor:isc_DatabaseBrowser_0_dataGridfilterEditor:No editable fields in this record editor. Check the 'canFilter' property for each field in isc_DatabaseBrowser_0_dataGrid
18:02:07.395:MDN7:WARN:RecordEditor:isc_DatabaseBrowser_0_dataGridfilterEditor:ListGrid showing inline editor. Unable to get a pointer to the edit form item for field:null
18:02:11.282:XRP9:WARN:RPCManager:An error occurred when executing this operation on the server.
Exception details are as follows:
java.lang.Exception: table USER does not exist or contains no columns.undefined - response: {operationId: "custom",
clientContext: undef,
context: Obj,
transactionNum: 6,
httpResponseCode: 200,
httpResponseText: "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n//isc_RPCResponseSta..."[260],
xmlHttpRequest: [object XMLHttpRequest],
transport: "xmlHttpRequest",
status: -1,
clientOnly: undef,
httpHeaders: Obj,
isStructured: true,
callbackArgs: null,
results: Obj,
data: "An error occurred when executing this op..."[168]}
-----------------
Problem:
I have a problem. I’m new in SmartClient JS SDK.
I created tables in PastgreSQL DB v9.2.
Before I put ‘postgresql-9.2-1003.jdbc4.jar’ driver into SDK/WEB_INF/lib folder.
In Admin Console I created a connection with database. When I made ‘Test’ – all was OK.
But in database Browser when I clicked table name, I see:
‘Java.lang.Exception: table USERS does not exist or contains no columns’.
USER – the name of table.
After click OK in warning massage, I could see columns in the Tables&Views, but there are ‘No items to show’ on the screen.
Help me connect PostgreSQL. I did all by reference guide.
Help me!
1. SmartClient_v90p_2013-07-24
2. browser Chrome 28.0.1500.72 m
3. Log Developer console:
18:01:23.823:INFO:Log:initialized
18:01:24.223:INFO:Log:isc.Page is loaded
18:01:57.200:MUP0:WARN:Button:isc_DatabaseBrowser_0_selectButton:Widget initialized with explicitly specified 'enabled' property. This property has been deprecated - use 'disabled' instead.
18:01:57.659:MUP0:WARN:RecordEditor:isc_DatabaseBrowser_0_dataGridfilterEditor:No editable fields in this record editor. Check the 'canFilter' property for each field in isc_DatabaseBrowser_0_dataGrid
18:02:07.395:MDN7:WARN:RecordEditor:isc_DatabaseBrowser_0_dataGridfilterEditor:ListGrid showing inline editor. Unable to get a pointer to the edit form item for field:null
18:02:11.282:XRP9:WARN:RPCManager:An error occurred when executing this operation on the server.
Exception details are as follows:
java.lang.Exception: table USER does not exist or contains no columns.undefined - response: {operationId: "custom",
clientContext: undef,
context: Obj,
transactionNum: 6,
httpResponseCode: 200,
httpResponseText: "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n//isc_RPCResponseSta..."[260],
xmlHttpRequest: [object XMLHttpRequest],
transport: "xmlHttpRequest",
status: -1,
clientOnly: undef,
httpHeaders: Obj,
isStructured: true,
callbackArgs: null,
results: Obj,
data: "An error occurred when executing this op..."[168]}
-----------------
Problem:
I have a problem. I’m new in SmartClient JS SDK.
I created tables in PastgreSQL DB v9.2.
Before I put ‘postgresql-9.2-1003.jdbc4.jar’ driver into SDK/WEB_INF/lib folder.
In Admin Console I created a connection with database. When I made ‘Test’ – all was OK.
But in database Browser when I clicked table name, I see:
‘Java.lang.Exception: table USERS does not exist or contains no columns’.
USER – the name of table.
After click OK in warning massage, I could see columns in the Tables&Views, but there are ‘No items to show’ on the screen.
Help me connect PostgreSQL. I did all by reference guide.
Help me!
Comment