... does not work for me. in case this is helpful, Here is the command that starts an emulator in wide mode using an existing profile, assuming you installed ACSI for all users:
java -jar C:\Users\Public\IBM\ClientSolutions\acsbundle.jar /plugin=5250 /system=host_name /name=profile_name /wide=1
Wide mode is a preferential thing. you don't have to specify a profile (name=profile_name). so a basic form of this command is:
java -jar C:\Users\Public\IBM\ClientSolutions\acsbundle.jar /plugin=5250 /system=host_name
The trickiest part is knowing where you installed ACSi. you would have to change the path to your user acsbundle. Something like %appdata%\ibm\clientsolutions
hope this helps someone.
If I understand correctly, you are running a 5250 emulation app on the the server side, and the display you get in RDM's SSH shell is incorrect. In that case, you could make a session recording and send it to me. This will allow me reproduce the bug and correct it.
To make a recording, select the "Session Recording" item in the left pane of the SSH shell property dialog (you may have to switch to "Advanced mode" at the bottom of that same pane), set the "Mode" to "Required" and fill in the fields for "Destination" and "Filename" in order to be able to find the resulting recording. Send the resulting .trp file.
Regards
Denis Vincent
i am using the 'ibm i access' plugin that is designed just for connection to an ibm i system. it just does not work 'out of the box' for me and so i'm giving you the very straightforward solution for your developers to implement and improve the product. Meantime, i'll just use that command independently of RDM when i need to connect to ibmi.
Thanks
Thanks for the information! We weren't sure what entry you were using. We've opened a ticket to investigate and to implement your solution.
Regards,
Hubert Mireault
Hello,
Thanks for bringing this to our attention. I've updated the available fields to better reflect their usage as well as made the necessary modifications to replicate what you've brought to us. These changes should take effect with the next version. Please feel free to contact us again should there be any more issues.
Regards,
Jafran Majeau
awesome. i appreciate this level of responsiveness.