Christian Jorgensen
Christian Jorgensen
@androidgene Please confirm you can log in to the server using a SSH client like [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) or [MobaXterm](https://mobaxterm.mobatek.net/download.html) or similar - there is no point in looking at Code for...
@sureshramakrishnan Please enter any findings / solution here in the issue - for others to learn about how this was resolved. 🙏
@rbeckham IIRC we cache the content of any opened object filter or IFS shortcut / directory. So the cache will grow over time - but you can clear the cache...
@worksofliam I think this merged PR fixes issue #1902 right?
@ravisankar-PIO Add a line to your YAML file for the service, containing `startup_wait_time: nnn`, where `nnn` is the number of seconds to wait for the application to start. For more...
@KerimG First, thanks for your great and enthusiastic presentation about IBM i and Open Source tools on CEC2023! Second, to submit a job for another user on IBM i, the...
@KerimG We use the built-in job scheduler for all jobs needed to be started at IPL after the system is back to normal. The last command in our QSTRUP program...
There is no CCSID issue - all characters in `AT IPL:` are invariant, i.e. have the same hexcode in all codepages. You can put the text everywhere, I just chose...
You can use any criteria for selecting the scheduled job, and store this criteria somewhere. But you add an additional step besides adding the scheduled job by having to add...
@ThePrez No, nothing obvious - I'm as puzzled as you are... Are we sure the user running SC at the time of the userprofile check has the right authority? I...