You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,12 +91,12 @@ To make use of the Debug Service, you need the following PTFs:
91
91
92
92
* Java 11 information:
93
93
*`/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit`
94
-
*[IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
94
+
*[IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
95
95
96
-
<Asidetype="danger">
97
-
Two defective PTF's are included in IBM i 7.5 [Java PTF Group SF99955 level 15](http://www.ibm.com/support/docview.wss?uid=nas4SF99955), released on 2025-07-03: **SJ05893 and SJ05889**.
98
-
99
-
After applying these PTFs, the debug service will no longer start. Please remove these PTFs for the debug service to work again.
96
+
<Asidetype="note">
97
+
IBM i 7.5 Java PTF Group SF99955 level 15 and IBM i 7.4 Java PTF Group SF99665 level 28 contained two defective PTF's for Java 11. These PTF's has now been superceded by newer PTF's included in PTF Group SF99955 level 16 for 7.5 and PTF Group SF99665 level 29 for 7.4.
98
+
99
+
For more information, read [this IBM Support document](https://www.ibm.com/support/pages/node/7239287)
100
100
</Aside>
101
101
102
102
</TabItem>
@@ -109,7 +109,7 @@ To make use of the Debug Service, you need the following PTFs:
109
109
* 7.3 PTF SJ02996
110
110
* Java 11 is required via LPP 5770JV1 Option 19 (not Java from Yum)
111
111
*`/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit`
112
-
*[IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
112
+
*[IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
113
113
* 5770WDS option 60 is required
114
114
* Workstation Tools - Base
115
115
@@ -122,7 +122,7 @@ To make use of the Debug Service, you need the following PTFs:
122
122
* IBM i 7.3 PTF SI85976 and SI82198
123
123
* Java 11 is required via LPP 5770JV1 Option 19 (not Java from Yum)
124
124
*`/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit`
125
-
*[IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
125
+
*[IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
126
126
* 5770WDS option 60 is required
127
127
* Workstation Tools - Base
128
128
@@ -144,15 +144,15 @@ After you have installed the PTFs, the connection inside of Visual Studio Code w
144
144
## Configuring & starting the service
145
145
146
146
This must be done with user that has *ALLOBJ and *SYSADM privlages.
147
-
Below are the base requirements to configure the certificate:
147
+
Below are the base requirements to configure the certificate:
148
148
- Master key 1 is set (this can be done in Navigator for IBM i under Security > Cryptographic Services Key Management > Manage Master Keys)
149
149
-*SYSTEM store is populated with a valid certificate (this can be done in Digital Certificate Manager)
150
150
151
151
1. On Navigator for IBM i, go to Network > Servers > TCP/IP Servers
152
152
2. Scroll down to System Debugger and right click
153
153
3. Hover over Stop Instance, select Debug Service
154
154

155
-
4. Right click System Debugger again, select Regenerate Debug Service Trust Store
155
+
4. Right click System Debugger again, select Regenerate Debug Service Trust Store
156
156

157
157
5. Enter in the password for the *SYSTEM store, click OK
0 commit comments