-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi, I followed the steps to build the vector image and run it successfully.
Here are the details:
- I used the default Docker file except added the
--platform=linux/amd64afterFROMin the Docker file, like this:
FROM --platform=linux/amd64 centos:7. Because I am using Macbook (M1 apple chip), I will fail to build an image if I don't add
it. I am not sure if this parameter is related to my issue. - When I executed the SQL to create a table with x100 structured, I got an exception
E_US1947 CREATE TABLE: CREATE TABLE may not be used with structure=x100 in this database or session.Then I useinfodbto check the db info, I found out that the x100 is not supported.
==================Thu Jan 12 01:49:07 2023 Database Information=================
Database : (iidbdb,$ingres) ID : 0x00000001 Default collation :
Unicode enabled : Yes
Always logged : No
X100 supported : No
Database Encryption : No
Default unicode collation : udefault Unicode normalization : NFC
Extents : 5 Last Table Id : 283
Config File Version Id : 0x00100001 Database Version Id : 13
Mode : DDL ALLOWED, ONLINE CHECKPOINT ENABLED
Access : PUBLIC
Status : VALID,JOURNAL,CKP,CFG_BACKUP
Could you please give me some advice about it? Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels