Mapepire-IBMi / mapepire-server

Server-side support for Code for IBM i
GNU General Public License v3.0
19 stars 5 forks source link

Server component is not installed by Code4i #23

Open sieggoet opened 6 months ago

sieggoet commented 6 months ago

Hi, I tried several times to install Code4i but the server component for DB2for i gets never installed. I downloaded the jar file and copied it in my .vscode folder. By connecting to my IBM i box VS code I get the error "Something went really wrong trying to fetch your come directory" Source: DB2 for IBM i

What am I doing wrong? Thanks bye

worksofliam commented 6 months ago

On the Output tab, select Db2 for i Server Component from the dropdown and share the log from there - thanks!

sieggoet commented 6 months ago

Hi, this is the log from output tab: {"assetPath":"c:\Users\sgoetsch\.vscode\extensions\halcyontechltd.vscode-db2i-0.7.1\dist\codeforiserver-1.4.9.jar","assetExists":true} {"basename":"codeforiserver-1.4.9.jar"} {"code":0,"signal":null,"stdout":"/home/sgoetsch/.vscode/","stderr":"tput: unknown terminal \"dumb\""}

sieggoet commented 6 months ago

Hello, for your information. The CodeforIserver component is installed on my windows workstation. I did not know that it was on the client site. I thougt it was on the IFS under my home dir. But i cannot access DB2 on IBM i. I thougt it needed also a component on the IBM i side. What can I do next for accessing DB2 tables? Thank you