Coder Social home page Coder Social logo

isc-datafest's People

Contributors

bdeboe avatar isc-tdyar avatar mmassias avatar tom-dyar avatar

Watchers

 avatar

isc-datafest's Issues

Include image name in docker-compose

To make docker-compose build equivalent to docker build --tag iris-datafest, it's needed to include the line:

image: iris-datafest in the definition

version: '3.6'
services:
iris-datafest:
build:
context: .
dockerfile: Dockerfile
image: iris-datafest
container_name: iris-datafest
command: --check-caps false --ISCAgent false
restart: always
hostname: iris
ports:
- 41773:1972
- 42773:52773
- 8080:8080

Error executing query on foreign table when foreign server uses FDW based on JDBC connection

IRIS for UNIX (Ubuntu Server LTS for x86-64 Containers) 2023.3 (Build 233U) Tue Sep 19 2023 15:25:13 EDT

Here is the sequence:

[SQL]USER>>CREATE FOREIGN SERVER datafest.MySelf FOREIGN DATA WRAPPER JDBC CONNECTION 'MySelf'
17. CREATE FOREIGN SERVER datafest.MySelf FOREIGN DATA WRAPPER JDBC CONNECTION 'MySelf'
1 Row Affected
statement prepare time(s)/globals/cmds/disk: 0.0068s/2,172/17,436/0ms
execute time(s)/globals/cmds/disk: 0.0137s/9,880/146,107/0ms
query class: %sqlcq.USER.cls16

[SQL]USER>>CREATE FOREIGN TABLE datafest.RemoteDelhi SERVER datafest.MySelf TABLE 'datafest.Delhi'
18. CREATE FOREIGN TABLE datafest.RemoteDelhi SERVER datafest.MySelf TABLE 'datafest.Delhi'
0 Rows Affected
statement prepare time(s)/globals/cmds/disk: 0.0073s/2,172/19,567/0ms
execute time(s)/globals/cmds/disk: 0.1416s/56,801/481,826/0ms
query class: %sqlcq.USER.cls15

[SQL]USER>>select * from datafest.RemoteDelhi
19. select * from datafest.RemoteDelhi
OBSDATE HUMIDITY PRESSURE TEMPERATURECEL WINDSPEED
[SQLCODE: <-230>:<Foreign table query Execute() failed>]
[%msg: <Foreign Tables - ERROR #8104: Gateway Exception: com.intersystems.gateway.GatewayException com.intersystems.gateway.JavaGateway.dynamicExecuteMethod(JavaGateway.java:3748) Remote database reported error: Method not found: com.intersystems.xdbc.gateway.ForeignConnection.prepareStatement(3)>]
0 Rows(s) Affected
statement prepare time(s)/globals/cmds/disk: 0.0515s/44,400/231,301/0ms
execute time(s)/globals/cmds/disk: 0.0177s/114/4,764/0ms
query class: %sqlcq.USER.cls16

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.