Jesse Gorzinski
Jesse Gorzinski
Root cause is that the result set returns a column which is a `CHAR(80)`. I suspect we will also run into problems using a temporary QSYS file. I have verified...
> @ThePrez Looks like this is throwing a null pointer exception: > > ```ts > await JobManager.runSQL( > `CALL QSYS2.GENERATE_SQL(?, ?, ?, CREATE_OR_REPLACE_OPTION => '1', PRIVILEGES_OPTION => '0', DATABASE_SOURCE_FILE_NAME =>...
> This is way more complicated than the Jenkins build, though the Jenkins build is more complicated on the backend (ie you need Jenkins set up). I agree. Though one...
Really should have folded #50 into these, since I also made a make target for a save file but in a much more rudimentary capacity
delegating to @tlhaze to explain what the renew action does, but it ultimately just calls the `QycdRenewCertificate` API documented [here](https://www.ibm.com/docs/en/i/7.4?topic=ssw_ibm_i_74/apis/qykmimpk.html) The minimum release requirement for this API is IBM i...
The `dcmassign` command is minimally tested, but I was not able to recreate this. Can you please re-run with `-v` and provide the output? Thanks!
@jkdavew, I'm curious if it's a CCSID-related issue as @phelgren suggested. To rule out a permissions issue, one could copy the .KDB to a local directory and try. For instance:...
> I'm also getting this error in 1 of 3 LPARs upon running `dcmimport --installed-certs`. Is there a way to do a verbose to see where the error is occurring?...
Can you please re-run with `-v` specified on the command line and provide the results?
You may also be able to specify the `ctl` transport option like so: `*sbmjob(LIBNAME/JOBD/JOBNAME)` I believe this will result in the XMLService jobs being submitted to batch under the given...