Roberto Torrez
Roberto Torrez
My problem is that i can't access to localhost:8080.
Yeah @worksofliam , i can log in but can't work on any source since when i try opening the object filter it says that the library don't exist Here is...
@sebjulliand this is the .bashrc `export PATH=/QOpenSys/pkgs/bin:$PATH` Also, i have a .profile `PATH=/QOpenSys/pkgs/bin:$PATH export PATH PASE_PATH bash`
@worksofliam @sebjulliand any other idea? The arch people say they didn't change anything :/
@sebjulliand yep, it runs ok, i even tried adding again the qshell library with `cl addlible QSHELL` and trying `cl CALL SYSTEM` this works, but i don't know if that...
@SJLennon the output of `DSPCMD QSH` is exactly like your image
@chrjorgensen Hi, the `IFS BROWSER` view works just fine The `USER LIBRARY LIST` also works just fine Here is the transcribed output of the pane after expandind the filter in...
> I would not expect this view to work - since it uses the same QSHELL commands as the Object browser to retrieve IBM i object information. Given what u...
Maybe this helps. I tried this from a PASE Terminal opened from VSCode This gives no error `system "CHCKOBJ OBJ(QSYS/MYLIB) OBJTYPE(*LIB) AUT(*NONE)"` So it founds the system command But this...
From the green screen this works fine `QSH CMD(' /QOpenSys/usr/bin/system "CHKOBJ OBJ(QSYS/MYLIB) OBJTYPE(*LIB) AUT(*NONE)" ')` This gives the same error `QSH CMD('system "CHKOBJ OBJ(QSYS/MYLIB) OBJTYPE(*LIB) AUT(*NONE)" ')`