Rdi 9.6.0.11 and Isphere (PCML Exception – Search Function)

Upgrading Rational Rdi to version 9.6.0.11 I encountered a problem with the Isphere plugin … source search has stopped working.

Rdi users probably know the great plugin Isphere which offers numerous advantages and, among these, a really interesting “source file search”, with the possibility of searching for multiple strings in AND / OR or even in correspondence with the same line.

Well, installing Rational Rdi version 9.6.0.11, due to a Java cache problem, the Isphere source search stopped working … Help please!!

No problem, just follow the Midrange.com discussion groups to find that the problem can be solved in two ways … I tried the first one and it works!

Solution number 1: modify eclipse.ini file

Tip taken from Mike Hokings’ post: https://archive.midrange.com/wdsci-l/202109/msg00039.html

Edit the file “ eclipse.ini “in the Rational Rdi installation folder (in my case, for example, it was C: Program Files IBM SDP

Edit the ECLIPSE.INI file (with an editor like Notepad ++ in administrator mode), 
changing only this line: 

-Xshareclasses: name = IBMSDP_% u 

change it in this way: 

-Xshareclasses: none 

Save and restart Rational Rdi ... It should work!

Solution number 2: Disable or recreate the JVM chache

Still in the same Midrange.com thread there is a second possibility by disabling the Java share cache or something similar … but having solved with the above option I did not elaborate …

I leave you the link to the whole discussion if anyone wants to try the JVM cache route too: https://archive.midrange.com/wdsci-l/202109/msg00038.html

HTH

Bye

Related Posts
DB2 for i SQL – String Manipulation – POSSTR-LOCATE-LOCATE_IN_STRING (EN)

Introduction Often, in our applications, we need to work with text strings, and DB2 SQL can come in very useful Read more

DB2 for i – FAQ & Howtos (EN)

DB2 Database and SQL ... maybe the most important things on IBM i platform: here's a collection of FAQs, tips Read more

IBM i 7.4 Announcement (En)

Comes directly with the Easter egg this IBM announcement for the news of the IBM i 7.4 version, iNext version Read more

Generated Always Columns (EN)

Introduction "Generated Always Column": are columns, table fields, filled by DB2 engine: something like columns with a default value but Read more

--- Roberto De Pedrini Faq400.com

Recent Posts

ACS Access Client Solution 1.1.9.5

Early April saw the release of the "Spring Version" of ACS Access Client Solution, version 1.1.9.5 Interesting new features especially…

10 hours ago

Tim Rowe and Scott Forstie for CEC 2024 – Milan

If the packed agenda of sessions at Common Europe Congress 2024, June 3-6 Milan, wasn't enough for you, here's another…

11 hours ago

Code for IBM i 2.10.0 – Debug IBM i App with Visual Studio Code

Debugging functions with Visual Studio Code have been available for some time but this new version 2.10.0 simplifies the handling…

3 days ago

ObjectConnect over TCP/IP

Two and a half years after my post Transferring objects with ObjectConnect and Enterprise Extender, I finally got around to…

3 days ago

SQL: SELECT with “superpowers”

With a little trick even a simple SELECT statement can execute any system command! Let's see how to do that...

5 months ago

NetServer for everyone – part 5

A mini-serial guide to configuring, managing, using, and troubleshooting the IBM i NetServer

1 year ago