Code Monkey home page Code Monkey logo

vscode-extension's People

Contributors

akhilravuri1 avatar bimalkjha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

winsonrich

vscode-extension's Issues

Extensions fails on MacOS

I got this error

Failed to rebuild native modules, please reach out to our git page for help

on MacOS 10.15.3 with node js and npm installed

Cannot connect to DB2 LUW.

Hi Team, I'm trying to connect to our DB2 on cloud (which is DB2 LUW), but I'm having this error;

SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "". Communication function detecting the error: "recv". Protocol specific error code(s): "10054", "*", "0". SQLSTATE=08001

Failed to rebuild native modules

  • Platform: Windows 11
  • vscode Version: 1.69.2
  • Is node.js and npm installed:
  • node.js and npm Version:
  • Take a screen shot of VScode(Help->About) information and paste it:
    image

Steps to Reproduce:

  1. Open VSCode
  2. Select DB2 extension from ribbon
  3. Select Connect

image

I did try to reinstall the db2 extension. It didn't help.

Help: Failed to rebuild native modules, please reach out to our git page for help

Hi,

Getting the same error:
command 'extension.Db2ManageConnProfiles' not found
Failed to rebuild native modules, please reach out to our git page for help

Output console:
.vscode/extensions/ibm.db2connect-1.1.0/node_modules/ibm_db/build/Release/odbc_bindings.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 69. This version of Node.js requires
NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install).

Vscode:
Version: 1.40.0
Date: 2019-11-06T17:09:34.601Z
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 18.7.0

Appreciate if someone can help. Thanks.

Cannot connect to DB2 LUW with SSL

Hi team,

When trying to connect to my database with option 1 with connection string:
DATABASE=<<dbname>>;HOSTNAME=<<hostname>>;PORT=<<port>>;PROTOCOL=TCPIP;UID=xxxxx;PWD=xxxxx;security=ssl

I'm having following error:
SQL30081N A communication error has been detected. Communication protocol being used: "SSL". Communication API being used: "SOCKETS". Location where the error was detected: "". Communication function detecting the error: "sqlccSSLSocketSetup". Protocol specific error code(s): "414", "*", "*". SQLSTATE=08001

Did I miss anything in my connection string?

My system details are:
OS: macOS 11.6 (20G165)
VSCode version: 1.62.3 (Universal)
DB2 Connect version: v2.3.0

Attempt to test connection to Db2 for z/OS raises license issue

Test failed: Error: [IBM][CLI Driver] SQL1598N An attempt to connect to the database server failed because of a licensing problem. SQLSTATE=42968

I did not see any recommendations/pre-reqs related to license files. What pre-reqs and/or actions are required here?

Commands are not working. How to proceed?

I can't execute any command. I tried to start rebuilding the modules but I got this error below, I don't know how to proceed.

  • Version: 1.45.1
  • Electron: 7.2.4
  • Node.js: 12.8.1
  • V8: 7.8.279.23-electron.0
  • OS: Darwin x64 19.4.0

Steps to Reproduce:

  1. Perform command to rebuild native modules
[6/2/2020 6:11:04 PM] Proceeding to rebuild native modules
[6/2/2020 6:11:04 PM] Cleaning up the current ibm_db
Running npm install,ibm_db in /Users/lucasmm/.vscode/extensions/ibm.db2connect-1.1.0...

> [email protected] install /Users/lucasmm/.vscode/extensions/ibm.db2connect-1.1.0/node_modules/ibm_db
> node installer/driverInstall.js
platform =  darwin , arch =  x64 , node.js version =  v10.16.3
make version = GNU Make 3.81

Proceeding to build IBM_DB for Electron framework...
Unable to detect VSCode version, will use Electron version  7.1.11

Downloading DB2 ODBC CLI Driver from https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/macos64_odbc_cli.tar.gz...

0.03% | 8192 bytes downloaded out of 25982083 bytes.

99.98% | 25976832 bytes downloaded out of 25982083 bytes.

100.00% | 25982083 bytes downloaded out of 25982083 bytes.

****************************************
You are downloading a package which includes the Node.js module for IBM DB2/Informix.  The module is licensed under the Apache License 2.0. The package also includes IBM ODBC and CLI Driver from IBM, which is automatically downloaded as the node module is installed on your system/device. The license agreement to the IBM ODBC and CLI Driver is available in undefined   Check for additional dependencies, which may come with their own license agreement(s). Your use of the components of the package and dependencies constitutes your acceptance of their respective license agreements. If you do not accept the terms of any license agreement(s), then delete the relevant component(s) from your device.
****************************************
Downloading and extraction of DB2 ODBC CLI Driver completed successfully ...

{ Error: Command failed: node-gyp configure build  --IS_DOWNLOADED=true --target=7.1.11 --arch=x64 --dist-url=https://atom.io/download/electron --IBM_DB_HOME="$IBM_DB_HOME"
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.
gyp: No Xcode or CLT version detected!
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Darwin 19.4.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build" "--IS_DOWNLOADED=true" "--target=7.1.11" "--arch=x64" "--dist-url=https://atom.io/download/electron" "--IBM_DB_HOME=/Users/lucasmm/.vscode/extensions/ibm.db2connect-1.1.0/node_modules/ibm_db/installer/clidriver"
gyp ERR! cwd /Users/lucasmm/.vscode/extensions/ibm.db2connect-1.1.0/node_modules/ibm_db
gyp ERR! node -v v10.16.3
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
    at ChildProcess.exithandler (child_process.js:294:12)
    at ChildProcess.emit (events.js:198:13)
    at maybeClose (internal/child_process.js:982:16)
    at Socket.stream.socket.on (internal/child_process.js:389:11)
    at Socket.emit (events.js:198:13)
    at Pipe._handle.close (net.js:606:12)
  killed: false,
  code: 1,
  signal: null,
  cmd:
   'node-gyp configure build  --IS_DOWNLOADED=true --target=7.1.11 --arch=x64 --dist-url=https://atom.io/download/electron --IBM_DB_HOME="$IBM_DB_HOME"' }
npm
 WARN [email protected] No repository field.
npm WARN [email protected] No license field.

npm
 ERR! code ELIFECYCLE
npm
 
ERR! errno
 1
npm
 ERR!
 [email protected] install: `node installer/driverInstall.js`
npm
 ERR! Exit status 1
npm
 ERR!
 
npm
 ERR!
 Failed at the [email protected] install script.
npm
 ERR!
 This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/lucasmm/.npm/_logs/2020-06-02T21_11_27_475Z-debug.log
[6/2/2020 6:11:27 PM] ibm_db installation failed with code: 1
Error: Failed to execute command "npm" with  arguments "install, ibm_db" return code 1

Failed to rebuild native modules, please reach out to our git page for help

  • Platform: Windows 10
  • vscode Version: 1.64.1
  • Is node.js and npm installed: yes
  • node.js and npm Version: v14.18.3
  • Take a screen shot of VScode(Help->About) information and paste it:

Steps to Reproduce:

Tried to install Db2 connect plugin and add new connection profile and then started to get an errors like: db2 connect extension not found, db2 manage connection profile is not found and etc. Tried different version of Db2 connect - same story. Deleted Db2 connect folders from .vscode\extensions - did not help, getting same errors

image

Failed to rebuild native modules, please reach out to our git page for help...

The installation completes. I had to uninstall and re-install xcode on my mac, as it wasn't finding the xcode version for some reason.

Now when I perform Db2:Manage Connection Profiles - I get the following:

****************************************
You are downloading a package which includes the Node.js module for IBM DB2/Informix.  The module is licensed under the Apache License 2.0. The package also includes IBM ODBC and CLI Driver from IBM, which is automatically downloaded as the node module is installed on your system/device. The license agreement to the IBM ODBC and CLI Driver is available in undefined   Check for additional dependencies, which may come with their own license agreement(s). Your use of the components of the package and dependencies constitutes your acceptance of their respective license agreements. If you do not accept the terms of any license agreement(s), then delete the relevant component(s) from your device.
****************************************
Downloading and extraction of DB2 ODBC CLI Driver completed successfully ...
  CXX(target) Release/obj.target/odbc_bindings/src/odbc.o
  CXX(target) Release/obj.target/odbc_bindings/src/odbc_connection.o
  CXX(target) Release/obj.target/odbc_bindings/src/odbc_statement.o
  CXX(target) Release/obj.target/odbc_bindings/src/odbc_result.o
  SOLINK_MODULE(target) Release/odbc_bindings.node
npm
 WARN [email protected] requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No repository field.
npm 
WARN [email protected] No license field.

+ [email protected]
added 1 package from 2 contributors and audited 518 packages in 15.928s
found 1 moderate severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details
[3/10/2020 1:18:26 PM] Finished successfully installing the component
Error: The module '/Users/bossmanus.ibm.com/.vscode/extensions/ibm.db2connect-1.1.0/node_modules/ibm_db/build/Release/odbc_bindings.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 73. This version of Node.js requires
NODE_MODULE_VERSION 75. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).

I have cd cd /Users/bossmanus.ibm.com/.vscode/extensions/ibm.db2connect-1.1.0/node_modules/ibm_db/build/Release/
then npm rebuild and npm install. I still get this error.

Command 'Db2: Connect' resulted in an error (command 'extension.Db2Connect' not found)

  • Platform: Windows 10 Enterprise [Version 10.0.17134.1610]
  • vscode Version: 1.49.0
  • Is node.js and npm installed: yes
  • node.js and npm Version: Node v12.18.3, npm 6.14.7
  • Take a screen shot of VScode(Help->About) information and paste it:

Version: 1.49.0 (user setup)
Commit: e790b931385d72cf5669fcefc51cdf65990efa5d
Date: 2020-09-10T13:22:08.892Z
Electron: 9.2.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.17134

Steps to Reproduce:

Db2Connect [windows version] v1.1.0 installed. Had been working. Upgraded node.js and npm, stopped working with "Command 'Db2: Connect' resulted in an error (command 'extension.Db2Connect' not found)" each time I try and connect.

.sql and .db2 files won't run with single line comments

Hi, maybe it's a personal setup problem (SQL and DB2 beginner here), but I haven't found any information about this on any other platform.

If I run a .sql or .db2 file that has comments somewhere in it, the query after the comment will not be executed.
This only happens with single line comments (-- comment). Multi line comments (/* comment */) work.

Version: 1.67.0
Commit: 57fd6d0195bb9b9d1b49f6da5db789060795de47
Datum: 2022-05-04T12:14:47.100Z (Vor 5 Tagen)
Electron: 17.4.1
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
Betriebssystem: Darwin x64 21.4.0

Connection to database failed: Error: [IBM][CLI Driver] SQL1598N An attempt to connect to the database server failed because of a licensing problem. SQLSTATE=42968

  • Platform: Windows 10 Enterprise 17134
  • vscode Version: 1.4.7
  • Is node.js and npm installed: yes
  • node.js and npm Version: 10.16.0 and 6.9.0
  • Take a screen shot of VScode(Help->About) information and paste it:

image

I've followed all of the instructions I can find everywhere (including issue #14 ) and I STILL get the licensing failure message.
The thing is, the ZOWE CLI DB2 plugin works perfectly, and I can connect to Db2 on z and run queries, etc.

Can someone please help me to get this running? Where do I have to put the license file? What version?
Thanks.

"Failed to rebuild native modules" on v1.52

Sorry to ask this again, but I can't figure out what the problem is based on the answers to similar "issues". I'm on v1.52.1 and tried to connect but got the above error. It also won't let me upload the screenshot, so here's the copy:

Version: 1.52.1 (user setup)
Commit: ea3859d4ba2f3e577a159bc91e3074c5d85c0523
Date: 2020-12-16T16:34:46.910Z
Electron: 9.3.5
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.17763

I saw the note about running Db2: Rebuild Native Modules when a new version comes out so I tried that but it fails too.

Any assistance would be greatly appreciated

MacOS Failed to rebuilde native modules : Error: ENOENT: no such file or directory, rename ...odbc_bindings_mac_18.node -> odbc_bindings.node

Hi
I am using DB2 Connect on MacOS. Have to following version of VSCode.

Version: 1.69.1
Commit: b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a
Date: 2022-07-12T08:21:51.333Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Darwin x64 21.5.0

  • Platform:
  • vscode Version:
  • Is node.js and npm installed: yes/no
  • node.js and npm Version:
  • Take a screen shot of VScode(Help->About) information and paste it:

Steps to Reproduce:

  1. VSCode updated to newest version
  2. Install DB2Connect newest version
  3. Rebuild native drivers

Fails with following error:
Error: ENOENT: no such file or directory, rename '/Users/xyz/.vscode/extensions/ibm.db2connect-2.3.0/node_modules/ibm_db/build/Release/odbc_bindings_mac_18.node' -> '/Users/xyz/.vscode/extensions/ibm.db2connect-2.3.0/node_modules/ibm_db/build/Release/odbc_bindings.node'

Has been working flawlessly for a few months now (using version 2.2.0). Then this starts this morning, pretty sure last time I used it was this monday but may have been before the weekend.

Looking forward to hear ideas from you.

odbc_bindings_win_13.node missing from downloaded https://github.com/ibmdb/node-ibm_db/archive/master.zip

  • Platform: Windows 10
  • vscode Version: 1.59.0
  • Is node.js and npm installed: node.js
  • node.js and npm Version: node.js 14.16.0
  • Take a screen shot of VScode(Help->About) information and paste it:
    Version: 1.59.0 (user setup)
    Commit: 379476f0e13988d90fab105c5c19e7abc8b1dea8
    Date: 2021-08-04T23:13:12.822Z
    Electron: 13.1.7
    Chrome: 91.0.4472.124
    Node.js: 14.16.0
    V8: 9.1.269.36-electron.0
    OS: Windows_NT x64 10.0.18363

Steps to Reproduce:

  1. Install (or remove, restart VSCode, reinstall) Db2 Connect
  2. Click the Db2 Connect's extension icon
  3. Click Db2 Connect's Connect button

Error: Failed to rebuild native modules, please reach out to our git page for help

Log:

[8/5/2021 4:35:49 PM] Proceeding to rebuild native modules
[8/5/2021 4:35:49 PM] No ibm_db found...
Downloading node ibm_db Driver from https://github.com/ibmdb/node-ibm_db/archive/master.zip...

�[0G
NaN% | 716 bytes downloaded out of NaN bytes.
�[0G
NaN% | 2086 bytes downloaded out of NaN bytes.
�[0G
. . .
NaN% | 5553095 bytes downloaded out of NaN bytes.
Downloading and extraction of node ibm_db Driver completed successfully... 

Successfully renamed the directory.
Using the existing CLI Driver
C:\Program Files\ibm\SQLLIB\clidriver
Extraction of build.zip completed successfully... 

Error: ENOENT: no such file or directory, rename 'c:\Users\omitted\.vscode\extensions\ibm.db2connect-2.2.0\node_modules\ibm_db\build\Release\odbc_bindings_win_13.node' -> 'c:\Users\omitted\.vscode\extensions\ibm.db2connect-2.2.0\node_modules\ibm_db\build\Release\odbc_bindings.node'

Found build.zip contains all the files in build\Release. Does not contain odbc_bindings_win_13.node. Tried copying odbc_bindings_win_12.node to odbc_bindings.node, but Db2 Connect still didn't work.

Looked in https://github.com/ibmdb/node-ibm_db, and find that odbc_bindings_win_13.node does not exist in the project (or in build.zip, etc. in the project.

Note that before the VSCode update to 1.59.0, Db2 Connect worked for me.

Add option to run a SQL Query stored in a file

Can the ability to run SQL scripts from files be added to this extension? It would be ideal if this could be done via a task (so that the run/debug functionality can be leveraged) but even an additional command (i.e. DB2: Execute Script File or DB2: Execute Current File) would be nice. Basically assuming I have a setup like:
image

I want to option to run select.sql without having to copy the script into the input box. Add icing on the cake would be to make the play button/F5 work.

  • Platform: Db2 For I (V7R2), Windows 10 client
  • vscode Version: 1.50.1
  • node.js version: v14.2.0.
  • npm version: 6.14.4
    VS Code about box:
    image

DB2 Connect on Win10 using VSCode Remote Containers over WSL2

Hi all,

I'm running a Remote Container (vscode-remote-try-node) and trying to use DB2 Connect VSCode Extension on it.
After to have the extension installed I'm able to see the bee icon on the left but trying to use any function I'm getting command not found error.

Checking the output for Db2 Connect I have:
Intellisense Activated
[2/22/2022 3:10:09 AM] Proceeding to rebuild native modules
[2/22/2022 3:10:09 AM] No ibm_db found...

image

image

Any ideas?
Thanks in advance

Cannot connect to DB2 LUW with SSL

  • Platform: Mac OS Monterey 12.2.1
  • vscode Version: 1.64.1
  • Is node.js and npm installed: yes
  • node.js and npm Version: node 16.14.0, npm 8.3.1

When trying to connect to a database that requires a SSL connection this happens:
Screenshot 2022-02-28 at 08 05 25

I tried connecting with both Option 1 and Option 3
Ex Option 1: DATABASE=mydb;HOSTNAME=myhost;UID=myuser;PWD=mypass;PORT=51000;PROTOCOL=TCPIP;Security=SSL;SSLServerCertificate=/absolute/path/to/cert

When trying to connect to a database that does not require a SSL connection everything is fine.

Command 'Db2: Connect' resulted in an error (command 'extension.Db2Connect' not found)

  • Platform: MacOs Monterey version 12.5
  • vscode Version: 1.70.1
  • Is node.js and npm installed: yes
  • node.js and npm Version: nodejs v18.7.0 and npm: 8.15.0
  • Take a screen shot of VScode(Help->About) information and paste it:
    image

Steps to Reproduce:

  1. Install extension
  2. Go to DB2 Connect and select Connect Option
  3. Db2Connect Output:
Downloading and extraction of DB2 ODBC CLI Driver completed successfully ...

/Users/xxxxxx/.vscode/extensions/ibm.db2connect-2.3.0/node_modules/ibm_db/installer/clidriver
Extraction of build.zip completed successfully... 

Successfully renamed the Electron binary
Error: dlopen(/Users/xxxxxx/.vscode/extensions/ibm.db2connect-2.3.0/node_modules/ibm_db/build/Release/odbc_bindings.node, 0x0001): Library not loaded: '/Users/bjha/nodework/clidriver/lib/libdb2.dylib'
  Referenced from: '/Users/xxxxxx/.vscode/extensions/ibm.db2connect-2.3.0/node_modules/ibm_db/build/Release/odbc_bindings.node'
  Reason: tried: '/Users/bjha/nodework/clidriver/lib/libdb2.dylib' (no such file), '/usr/lib/libdb2.dylib' (no such file)

Tried to unistall extension and restarted visual studio code several times and still the same issue.
Library is available under /Users/xxxxxx/.vscode/extensions/ibm.db2connect-2.3.0/node_modules/ibm_db/installer/clidriver/lib/libdb2.dylib but I can't create symbolic link in /usr/lib

Extensions not working

I have been having issues with the extension recently. I want to create a new connection but i keep getting this error.

command 'extension.Db2ManageConnProfiles' not found

All commands fail after install

OS: Windows Server 2016 Standard Version 1607 OS build 14393.2791
VScode: 1.36.1

Any attempt to use commands using command pallette result in:
command 'extension.Db2ManageConnProfiles' not found

No problems or other errors reported.

I have tried re-install and reload several times.

"command 'extension.Db2ManageConnProfiles' not found"

  • Platform: Mac Monterey 12.4
  • vscode Version: 1.70.1
  • node.js: v18.7.0
  • code: 1.70.1 arm64
  • npm: 8.15.0

Steps to Reproduce:

  1. I've installed VScode and then Cobol extension;
  2. I've installed DB2 Connect;
  3. I've clicked on Command Palete DB2: Manage Connection Profile;

I've already tried to reinstall npm and node but the error is the same. My goal is create a DB2 database to connect with Cobol.

Data with Japanese charcters are not displayed

We can not display any Japanese charcters.

  • Platform: Mac Catalina 10.15.7
  • vscode Version: 15.7.1
  • Is node.js and npm installed: yes
  • node.js and npm Version: v14.15.4 and 6.14.10
  • Take a screen shot of VScode(Help->About) information and paste it:
    Version: 1.57.1
    Commit: 507ce72a4466fbb27b715c3722558bb15afa9f48
    Date: 2021-06-17T13:28:32.912Z
    Electron: 12.0.7
    Chrome: 89.0.4389.128
    Node.js: 14.16.0
    V8: 8.9.255.25-electron.0
    OS: Darwin x64 19.6.0

Steps to Reproduce:

  1. Connect to a db2 db

  2. Show the tree view and we can not see Japanese characters in a table name. The actual table name is COVID_19_東京.
    image

  3. Click a table name COVID_19_ which has all column names with Japanese characters from the tree view . We can not see any colum names and we received No COLUMNS in this tables error.
    image

  4. Right click a table name COVID_19_ and click 'Select Top 1000', then we received an error Query execution failed: Error: [IBM][CLI Driver][DB2/LINUXX8664] SQL0204N "NISHITO.COVID_19_ " is an undefined name. SQLSTATE=42704.
    image

  5. Right click a table name MEMBER which has Japanese characters in NAME column and click 'Select Top 1000', then we can not see any Japanese characters in NAME column.
    image

I attached the images with DBeaver which is an OSS tool , can display Japanese correctly for your infomation:
image

DB2 connect license file installed, but connection still fails

  • Platform:
  • vscode Version: 1.60.2
  • Is node.js and npm installed: yes
  • node.js and npm Version: 6.14.15
  • Take a screen shot of VScode(Help->About) information and paste it:

Steps to Reproduce:

  1. Db2 for z/os connection license file installed. It successfully uploaded by the plugin into .vscode\extensions\ibm.db2connect-2.3.0\node_modules\ibm_db\installer\clidriver\license, however connection fails with:
    Connection to database failed: Error: [IBM][CLI Driver] SQL1598N An attempt to connect to the database server failed because of a licensing problem. SQLSTATE=42968

Same license is used to connect db2 via VS Code Db2 Developer Extension and works fine

command 'extension.Db2ManageConnProfiles' not found

Hello,

after installing the updatde version, I'm still getting errors:

command 'extension.Db2ManageConnProfiles' not found
Failed to rebuild native modules, please reach out to our git page for help

thx

Enhancement: Support all AUTHENTICATION methods

Allow saving and managing connection profiles with either (1) a full connection string, or (2) selection of any valid AUTHENTICATION method instead of only entering userid/password.

Version: 1.54.2 (system setup)
Commit: fd6f3bce6709b121a895d042d343d71f317d74e7
Date: 2021-03-11T00:56:19.848Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Windows_NT x64 10.0.19042

Windows environment, exclusively using KERBEROS authentication to Db2 LUW and z/OS. Latter requires specification of TargetPrincipal as well.

Command 'db2: Manage Connection Profiles' resulted in an error (command extension.Db2ManageConnProfiles not found)

  • Platform: Windows

  • vscode Version:

  • Is node.js and npm installed: yes/no

  • node.js and npm Version: 12.14.1

Capture

Hello, I am having an issue connecting to an IBM db2 database. I have newly installed VS Code. The above image is the error I am getting. Further information about my VS Code is:

Version: 1.49.2
Electron: 9.2.1
Chrome: not relevant I don't think
Node.js: 12.14.1
V8: 8.3.110.13-electron0
OS: Windows_NT x64 10.0

Path to copy z license file to in instructions does not exist.

The instructions specify:
$USERPROFILE/.vscode/extensions/db2connect/node_modules/ibm_db/installer/clidriver/license .

It looks like the new directory is:
.vscode/extensions/ibm.db2connect-2.0.0/node_modules/ibm_db/installer/clidriver

Db2 developer extension allows the user to specify the classpath rather than copy the license file, which is nice.

DB2 Manage Connection profiles

Hi,

I have an issue with DB2 extension.
This message appear : command 'extension.Db2ManageConnProfiles' not found

I have the last version of visual studio code

Can you helpme please

Db2 connection commands failed.

I can't connect to db2 servers with this extension.
Error message is:
command 'extension.Db2ManageConnProfiles' not found
I had several times reinstall. Node.js and Npm is already installed.
What can i do?

Connection to database failed: Error: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

So I have installed DB2 following this instruction: https://ajstorm.medium.com/installing-db2-on-your-coffee-break-5be1d811b052

However, I could not connect to DB2 via the VSCode extension with the following error

Connection to database failed: Error: [IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

Please help, thank you :)

Db2 Modules

PLease implement working with Modules. I am working on an app with 100+ routines and we are organizing them with Modules. Data Studio only partially supports Modules. Please support organizing functions and procedure by schema/by module. Please support debugging routines in Modules.

Otherwise, I'm excited to see this product. Thanks.

Version: 1.52.1 (user setup)
Commit: ea3859d4ba2f3e577a159bc91e3074c5d85c0523
Date: 2020-12-16T16:34:46.910Z
Electron: 9.3.5
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.19042

command 'extension.Db2ManageConnProfiles' not found

Hi,

I have this issue with mac version :(
command 'extension.Db2ManageConnProfiles' not found
Failed to rebuild native modules, please reach out to our git page for help

Version: 1.42.1
Date: 2020-02-11T14:44:27.652Z
Electron: 6.1.6
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 18.7.0

Select Query return invalid value for big int type

I have a select query, with bigint type column returns invalid value eg. the actual value is 3074457345616810458 but returns 3074457345616810500.
I think this is some sort of rounding off problem with bigint type. I have to cast to varchar to get the right value in the select results.

Can you confirm this behavior and is there a fix for this.

Failed to Rebuild Native Modules

  • Platform: Window 10
  • vscode Version:
  • Is node.js and npm installed: no
  • node.js and npm Version: N/A

Steps to Reproduce:

  1. block GitHub with firewall
  2. Install form market place
  3. command 'extension.DB2Connect' not found

Are there any offline installation package?
or any step to linkup my db2 client and the vs code extension?

Unable to setup vscode db2 connect on CentOS 7.5 VM

I am trying to use DB2 connect on my remote Centos 7.5 VM and i get the following error

image

  • Platform:
    Using vscode remote ssh to run from a VM

CentOS 7.5

gcc --version                                                                                
gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  • vscode Version:

On CentOS 7.5

code --version                                                                                
1.59.1
3866c3553be8b268c8a7f8c0482c0c0177aa8bfa
x64
  • Is node.js and npm installed:
    yes

  • node.js and npm Version:

node --version                                                                               
v12.22.5

npm --version                                                                                
6.14.14
  • Take a screen shot of VScode(Help->About) information and paste it:

On my local:

image

Steps to Reproduce:

  1. Remote ssh into the VM via vscode
  2. try to add a new connection using DB2 Connect

Some context:

  • This is using the vscode-server in remote.
  • So to debug this i tried running npm install ibm_db --vscode to check.
  • Initially npm install ibm_db --vscode failed because of older gcc version in Centos 7.5; covered here in ibmdb/node-ibm_db#790
  • I have updated to 7.3.1 using devtoolset-7 in Centos 7.5 and the npm install and rebuild commands now work.
~/.vscode-/extensions/ibm.db2connect-2.2.0 $ npm install ibm_db --vscode                                                                 

> [email protected] install /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ibm_db
> node installer/driverInstall.js

platform = linux, arch = x64, node.js version = v12.22.5
make version =GNU Make 4.2.1

Proceeding to build IBM_DB for Electron framework...

Unable to detect electon installation.
Detected VSCode version1.59, will use Electron version 13.1.7


****************************************
You are downloading a package which includes the Node.js module for IBM DB2/Informix.  The module is licensed under the Apache License 2.0. The package also includes IBM ODBC and CLI Driver from IBM, which is automatically downloaded as the node module is installed on your system/device. The license agreement to the IBM ODBC and CLI Driver is available in /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ibm_db/installer/clidriver. Check for additional dependencies, which may come with their own license agreement(s). Your use of the components of the package and dependencies constitutes your acceptance of their respective license agreements. If you do not accept the terms of any license agreement(s), then delete the relevant component(s) from your device.
****************************************

Downloading DB2 ODBC CLI Driver from https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz ...

100.00% | 24805204 bytes downloaded out of 24805204 bytes.

Downloading and extraction of DB2 ODBC CLI Driver completed successfully.

make: Entering directory '/home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ibm_db/build'
  CXX(target) Release/obj.target/odbc_bindings/src/odbc.o
  CXX(target) Release/obj.target/odbc_bindings/src/odbc_connection.o
  CXX(target) Release/obj.target/odbc_bindings/src/odbc_statement.o
  CXX(target) Release/obj.target/odbc_bindings/src/odbc_result.o
  SOLINK_MODULE(target) Release/obj.target/odbc_bindings.node
  COPY Release/odbc_bindings.node
make: Leaving directory '/home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ibm_db/build'

ibm_db installed successfully.
npm WARN [email protected] No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

+ [email protected]
added 1 package from 2 contributors and audited 330 packages in 19.627s

44 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

npm rebuild also runs successfully

How can i get more debugging information in the DB2 connect vscode plugin output screen?
Any way to check environment params that it is trying to use ?- e.g. it may be using older gcc version leading to errors

 ~/.vscode-/extensions/ibm.db2connect-2.2.0 $ npm rebuild                                                                                

> [email protected] install /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ibm_db
> node installer/driverInstall.js

platform = linux, arch = x64, node.js version = v12.22.5
make version =GNU Make 4.2.1

Proceeding to build IBM_DB for Electron framework...

Unable to detect electon installation.
Detected VSCode version1.59, will use Electron version 13.1.7


****************************************
You are downloading a package which includes the Node.js module for IBM DB2/Informix.  The module is licensed under the Apache License 2.0. The package also includes IBM ODBC and CLI Driver from IBM, which is automatically downloaded as the node module is installed on your system/device. The license agreement to the IBM ODBC and CLI Driver is available in /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ibm_db/installer/clidriver. Check for additional dependencies, which may come with their own license agreement(s). Your use of the components of the package and dependencies constitutes your acceptance of their respective license agreements. If you do not accept the terms of any license agreement(s), then delete the relevant component(s) from your device.
****************************************

Downloading DB2 ODBC CLI Driver from https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz ...

100.00% | 24805204 bytes downloaded out of 24805204 bytes.

Downloading and extraction of DB2 ODBC CLI Driver completed successfully.

make: Entering directory '/home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ibm_db/build'
  CXX(target) Release/obj.target/odbc_bindings/src/odbc.o
  CXX(target) Release/obj.target/odbc_bindings/src/odbc_connection.o
  CXX(target) Release/obj.target/odbc_bindings/src/odbc_statement.o
  CXX(target) Release/obj.target/odbc_bindings/src/odbc_result.o
  SOLINK_MODULE(target) Release/obj.target/odbc_bindings.node
  COPY Release/odbc_bindings.node
make: Leaving directory '/home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ibm_db/build'

ibm_db installed successfully.
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/axios
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/follow-redirects
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/bindings
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/file-uri-to-path
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/easyxml
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/elementtree
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/sax
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inflect
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/fs-extra
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/graceful-fs
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/jsonfile
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/universalify
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/fstream
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inherits
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mkdirp
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/minimist
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/rimraf
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/glob
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/fs.realpath
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inflight
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/once
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wrappy
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/minimatch
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/brace-expansion
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/balanced-match
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/concat-map
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/path-is-absolute
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ibm_db
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/nan
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/q
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/targz
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/tar-fs
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/chownr
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/pump
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/end-of-stream
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/tar-stream
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/bl
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/readable-stream
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/core-util-is
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/isarray
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/process-nextick-args
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/readable-stream/node_modules/safe-buffer
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/string_decoder
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/string_decoder/node_modules/safe-buffer
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/util-deprecate
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/safe-buffer
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/buffer-alloc
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/buffer-alloc-unsafe
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/buffer-fill
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/fs-constants
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/to-buffer
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/xtend
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/unzipper
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/big-integer
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/binary
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/buffers
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/chainsaw
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/traverse
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/bluebird
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/buffer-indexof-polyfill
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/duplexer2
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/listenercount
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/setimmediate
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/request
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/aws-sign2
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/aws4
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/caseless
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/combined-stream
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/delayed-stream
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/extend
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/forever-agent
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/form-data
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/asynckit
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mime-types
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mime-db
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/har-validator
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/har-validator/node_modules/ajv
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/fast-deep-equal
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/fast-json-stable-stringify
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/json-schema-traverse
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/uri-js
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/punycode
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/har-schema
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/http-signature
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/assert-plus
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/jsprim
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/extsprintf
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/json-schema
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/verror
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/sshpk
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/asn1
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/safer-buffer
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/bcrypt-pbkdf
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/tweetnacl
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/dashdash
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ecc-jsbn
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/jsbn
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/getpass
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-typedarray
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/isstream
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/json-stringify-safe
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/oauth-sign
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/performance-now
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/qs
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/tough-cookie
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/psl
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/tunnel-agent
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/uuid
@tootallnate/[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/@tootallnate/once
@babel/[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/@babel/code-frame
@babel/[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/@babel/highlight
@babel/[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/@babel/helper-validator-identifier
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/chalk
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ansi-styles
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/color-convert
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/color-name
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/escape-string-regexp
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/supports-color
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/has-flag
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/js-tokens
@types/[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/@types/minimatch
@types/[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/@types/glob
@types/[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/@types/node
@types/[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/@types/mocha
@types/[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/@types/vscode
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/acorn-jsx
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/agent-base
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/debug
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ms
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ajv
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ansi-colors
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ansi-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/anymatch
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/normalize-path
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/picomatch
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/argparse
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/sprintf-js
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/astral-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/binary-extensions
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/braces
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/fill-range
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/to-regex-range
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-number
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/browser-stdout
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/camelcase
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/callsites
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/chardet
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/chokidar
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/glob-parent
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-glob
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-extglob
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-binary-path
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/readdirp
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/cli-cursor
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/restore-cursor
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/onetime
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mimic-fn
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/signal-exit
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/cli-width
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/decamelize
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/deep-is
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/define-properties
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/object-keys
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/diff
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/doctrine
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/esutils
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/emoji-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/es-to-primitive
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-callable
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-date-object
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/has-tostringtag
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/has-symbols
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-symbol
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/eslint-scope
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/esrecurse
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/esrecurse/node_modules/estraverse
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/estraverse
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/eslint-visitor-keys
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/eslint-utils
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/espree
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/acorn
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/external-editor
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/iconv-lite
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/tmp
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/os-tmpdir
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/fast-levenshtein
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/figures
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/file-entry-cache
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/flat-cache
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/flatted
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/flat-cache/node_modules/rimraf
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/write
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/find-up
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/locate-path
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/p-locate
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/p-limit
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/p-try
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/path-exists
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/function-bind
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/get-intrinsic
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/has
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/functional-red-black-tree
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/get-caller-file
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/globals
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/type-fest
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/growl
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/has-bigints
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/http-proxy-agent
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/https-proxy-agent
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ignore
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/import-fresh
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/parent-module
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/resolve-from
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/imurmurhash
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/internal-slot
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/side-channel
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/call-bind
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/object-inspect
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-bigint
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-boolean-object
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-buffer
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-fullwidth-code-point
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-negative-zero
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-number-object
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/is-string
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/isexe
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/json-stable-stringify-without-jsonify
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/levn
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/prelude-ls
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/type-check
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/log-symbols
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/lodash
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mute-stream
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/natural-compare
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/nice-try
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/object.assign
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/object.getownpropertydescriptors
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/es-abstract
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/es-abstract/node_modules/object.assign
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/string.prototype.trimend
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/string.prototype.trimstart
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/unbox-primitive
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/which-boxed-primitive
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/optionator
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/word-wrap
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/path-key
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/progress
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/require-directory
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/require-main-filename
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/regexpp
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/run-async
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/rxjs
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/tslib
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/set-blocking
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/shebang-command
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/shebang-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/strip-json-comments
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/text-table
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/through
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/v8-compile-cache
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/which-module
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/y18n
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/yargs-parser
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/yargs-unparser
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/flat
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/yargs
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/cliui
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/cliui/node_modules/string-width
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/cliui/node_modules/emoji-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/cliui/node_modules/is-fullwidth-code-point
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/strip-ansi
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/strip-ansi/node_modules/ansi-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wrap-ansi
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wrap-ansi/node_modules/string-width
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wrap-ansi/node_modules/emoji-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/yargs/node_modules/string-width
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/yargs/node_modules/emoji-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/yargs/node_modules/is-fullwidth-code-point
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/eslint
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/cross-spawn
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/cross-spawn/node_modules/semver
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/which
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/esquery
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/esquery/node_modules/estraverse
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inquirer
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ansi-escapes
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/ansi-escapes/node_modules/type-fest
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inquirer/node_modules/chalk
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inquirer/node_modules/ansi-styles
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inquirer/node_modules/color-convert
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inquirer/node_modules/color-name
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inquirer/node_modules/supports-color
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inquirer/node_modules/has-flag
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/string-width
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/string-width/node_modules/strip-ansi
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/inquirer/node_modules/strip-ansi
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/js-yaml
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/esprima
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/semver
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/table
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/slice-ansi
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/slice-ansi/node_modules/is-fullwidth-code-point
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/table/node_modules/string-width
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/table/node_modules/emoji-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/table/node_modules/is-fullwidth-code-point
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/he
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/typescript
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wide-align
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wide-align/node_modules/string-width
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wide-align/node_modules/is-fullwidth-code-point
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wide-align/node_modules/strip-ansi
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/wide-align/node_modules/ansi-regex
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/node-environment-flags
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/node-environment-flags/node_modules/semver
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/vscode-test
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/vscode-test/node_modules/rimraf
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mocha
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mocha/node_modules/debug
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mocha/node_modules/ms
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mocha/node_modules/glob
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mocha/node_modules/js-yaml
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mocha/node_modules/mkdirp
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mocha/node_modules/minimist
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mocha/node_modules/strip-json-comments
[email protected] /home/oms/.vscode-server/extensions/ibm.db2connect-2.2.0/node_modules/mocha/node_modules/supports-color

VSCode 1.66 update - failed to rebuild the native modules

  • Platform: Windows
  • vscode Version: 1.66
    image

Steps to Reproduce:

  1. Updated to 1.66
  2. DB2 Connect stopped working (could not connect)
  3. Reinstalled the DB2 Connect
  4. Failed to rebuild the native modules

`
Intellisense Activated
[4/5/2022 5:10:19 PM] Proceeding to rebuild native modules
[4/5/2022 5:10:19 PM] Cleaning up the current ibm_db
Downloading node ibm_db Driver from https://github.com/ibmdb/node-ibm_db/archive/master.zip...
Downloading and extraction of node ibm_db Driver completed successfully...

Successfully renamed the directory.
platform = win32, arch = x64, node.js version = v16.13.0
Downloading DB2 ODBC CLI Driver from https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/ntx64_odbc_cli.zip...

Downloading and extraction of DB2 ODBC CLI Driver completed successfully...

c:\Users\U013556.vscode\extensions\ibm.db2connect-2.3.0\node_modules\ibm_db\installer\clidriver
Extraction of build.zip completed successfully...

Error: ENOENT: no such file or directory, rename 'c:\Users\U013556.vscode\extensions\ibm.db2connect-2.3.0\node_modules\ibm_db\build\Release\odbc_bindings_win_17.node' -> 'c:\Users\U013556.vscode\extensions\ibm.db2connect-2.3.0\node_modules\ibm_db\build\Release\odbc_bindings.node'
`

Visual Studio Code DB2 Connect [Mac] Displays "command 'extension.Db2ManageConnProfiles' not found" when trying to manage connection profiles

Hello,

I am running Visual Studio Code on a Mac. I am trying to install "DB2Connect [mac version]. I can install the plug in but it does not work.

When I select "DB2: Manage Connection Profiles", this error is displayed:
command 'extension.Db2ManageConnProfiles' not found

When I select "DB2: Rebuild Native Modules, this error is displayed:
command 'extension.Db2RebuildNativeModules' not found

I have tried uninstalling and reinstalling the connector, but the same error persists. I have tried rebooting my machine, but the same error persists. I have tried searching for a solution but I have not found one that works for me.

Here is the information for my VSC environment:

Version: 1.42.1
Date: 2020-02-11T14:44:27.652Z
Electron: 6.1.6
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 19.6.0

Please let me know how I can correct the issue.
Thank you.

extension does not work on rhel8

  • Platform: RHEL8.6
  • vscode Version: 1.67.2
  • Is node.js and npm installed: yes
  • node.js and npm Version: 16.13.0
  • Take a screen shot of VScode(Help->About) information and paste it:

Steps to Reproduce:

Install db2 extension and try use it.
Debug output :

....
Downloading and extraction of node ibm_db Driver completed successfully...

Successfully renamed the directory.
Using the existing CLI Driver
/home/johndoe/sqllib
Extraction of build.zip completed successfully...

Error: ENOENT: no such file or directory, rename '/home/johndoe/.vscode/extensions/ibm.db2connect-2.3.0/node_modules/ibm_db/build/Release/odbc_bindings_linux_17.node' -> '/home/johndoe/.vscode/extensions/ibm.db2connect-2.3.0/node_modules/ibm_db/build/Release/odbc_bindings.node'


As it looks the extension expects node.js which can handle electron 17

image

SQL30081N ERROR

I have been having issues with the extension. I want to create a new connection but i keep getting this error.

Test failed: Error: [IBM][CLI Driver] SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "XXX.XXX.XXX.XXX". Communication function detecting the error: "selectForRecvTimeout". Protocol specific error code(s): "115", "", "". SQLSTATE=08001

Version : 1.42.1
Validation : c47d83b293181d9be64f27ff093689e8e7aed054
Date : 2020-02-11T14:50:36.977Z
Électron : 6.1.6
Chrome : 76.0.3809.146
Node.js : 12.4.0
V8 : 7.6.303.31-electron.0
OS : Linux x64 4.15.0-76-generic

Failed to connect

  • Platform:
  • vscode Version:
  • Is node.js and npm installed: yes/no
  • node.js and npm Version:
  • Take a screen shot of VScode(Help->About) information and paste it:

Steps to Reproduce:

Db2 Connect [windows version]

Hi,

While activating the extension by executing any command I get an error "Downloading DB2 ODBC CLI Driver from https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/ntx64_odbc_cli.zip..."

Please see the attached screenshot for your reference. I am able to download the zip file directly from the link though. Do you know how I can fix this issue or is there a way for me to use the zip I downloaded separately
db2 connect
from the link to setup the extension.

Db2 Extension fails on Ubuntu 18.04

After installing and refreshing/reloading the Db2 Connect extension, none of the commands work. For each command you will get a VS Code error of command 'extension.Db2Connect' not found. It doesn't matter which one command I try (profiles), you get a similar message.

The sequence of installation steps was:

  1. Install VS Code through the Ubuntu software page (rather than MS directly)
  2. Install the Linux Db2 Connect extension
  3. Refresh/reload VS
  4. F1 -> Try anything and it fails - Also says to open an issue on Github.

Also reran the entire process using the MS download site for VS Code and repeated the steps above. Exactly the same results. The other message that is displayed is:
Failed to rebuild native modules ...

Are there other software components that are required to run this extension? No mention is made of CLI/ODBC/JDBC drivers (either they are buried in the extension or need to be installed).

Thanks.

Back to "Failed to Rebuild Native Modules" on V2.1.3

I've completed removed the extension, shut VS Code, removed the relevant contents from .vscode/extensions and then reinstalled.

Still getting this annoying error.

Output log is -

[22/03/2021 22:24:21] Proceeding to rebuild native modules
[22/03/2021 22:24:21] No ibm_db found...
Downloading node ibm_db Driver from https://github.com/ibmdb/node-ibm_db/archive/master.zip...

�[0G
NaN% | 717 bytes downloaded out of NaN bytes.
�[0G
NaN% | 2087 bytes downloaded out of NaN bytes.
�[0G
NaN% | 3457 bytes downloaded out of NaN bytes.
�[0G
NaN% | 3490 bytes downloaded out of NaN bytes.
�[0G
NaN% | 4854 bytes downloaded out of NaN bytes.
�[0G
... lots of downloading messages
99.97% | 26075136 bytes downloaded out of 26084194 bytes.
�[0G
100.00% | 26083328 bytes downloaded out of 26084194 bytes.
�[0G
100.00% | 26084194 bytes downloaded out of 26084194 bytes.
Downloading and extraction of DB2 ODBC CLI Driver completed successfully...

Extraction of build.zip completed successfully...

Successfully renamed the Electron binary
Error: The specified module could not be found.
\?\c:\Users\Philip Nelson.vscode\extensions\ibm.db2connect-2.1.3\node_modules\ibm_db\build\Release\odbc_bindings.node

I checked and the file mentioned at the end does exist (it is binary so can't verify the contents).

My system details are -

Version: 1.54.3 (system setup)
Commit: 2b9aebd5354a3629c3aba0a5f5df49f43d6689f8
Date: 2021-03-15T10:55:45.459Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Windows_NT x64 10.0.19043

For info, I have the same version of VS Code on Linux and it installs fine.

Command 'Db2: Connect' resulted in an error (command 'extension.Db2Connect' not found)

I'm having an issue running the db2 extension on VSCode.

command 'extension.Db2Connect' not found

output log is

[10/05/2021 16:11:18] Proceeding to rebuild native modules
[10/05/2021 16:11:18] No ibm_db found...
Downloading node ibm_db Driver from https://github.com/ibmdb/node-ibm_db/archive/master.zip...

�[0G
0.01% | 512 bytes downloaded out of 4714942 bytes.
100.00% | 4714942 bytes downloaded out of 4714942 bytes.
Downloading and extraction of node ibm_db Driver completed successfully... 

Successfully renamed the directory.
Using the existing CLI Driver
C:\Users\robert.franklin\.vscode\extensions\ibm.db2connect-2.1.4\node_modules\ibm_db\installer\clidriver
Extraction of build.zip completed successfully... 

Error: ENOENT: no such file or directory, rename 'c:\Users\robert.franklin\.vscode\extensions\ibm.db2connect-2.1.4\node_modules\ibm_db\build\Release\odbc_bindings_win_12.node' -> 'c:\Users\robert.franklin\.vscode\extensions\ibm.db2connect-2.1.4\node_modules\ibm_db\build\Release\odbc_bindings.node'

Versions:
VSCode: 1.56.0
npm: 6.14.12
node: v14.16.1

Failed to rebuild native modules

My node version is v12.8.1 and npm version is 6.7.0, and the OUTPUT of Db2Connect says "The Module ~/.vscode-server/extensions/ibm.db2connect-linux-1.1.0/node_modules/ibm_db/build/Release/odbc_bindings.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 75. This version of Node.js requires
NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install)." Please Help.

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.