IBM Sterling B2B: Map Editor: Difference between revisions
No edit summary |
|||
Line 16: | Line 16: | ||
3) Change the value of **Java Version* and click OK | 3) Change the value of **Java Version* and click OK | ||
[[file: ibm-mapeditor-java-version.png.png]] | [[file: ibm-mapeditor-java-version.png.png]] | ||
Line 22: | Line 23: | ||
5) Update the dialog boxes in the Map Editor when it opens. | 5) Update the dialog boxes in the Map Editor when it opens. | ||
= UPDATE Process Data in map extended rules = | = UPDATE Process Data in map extended rules = |
Revision as of 17:28, 21 August 2023
Fix Sterling B2B Integrator Map Test utility referring to a missing 1.8 java runtime environment
You must be an administrator of the Windows machine to do this.
1) From a MS Window, Execute **regedit**. The Registry Editor will open.
2) Dig down to
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sterling Commerce\STERLING Integrator\Map Editor\8.0.3.0\Java Virtual Machine
Check current Version
3) Change the value of **Java Version* and click OK
File:Ibm-mapeditor-java-version.png.png
4) Close the Registry Editor.
5) Update the dialog boxes in the Map Editor when it opens.
UPDATE Process Data in map extended rules
UPDATE processdata set xpathresult = var/#field where xpath="header";
SELECT Process Data in map extended rules
SELECT xpathresult into var/#field from processdata where xpath="header";