× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Isaac,

The data area thing hasn`t to be changed. Below is an extract of the iSphere
documentation related to this issue. If the character # makes problems on
spanish machines I will change it.

With IBM i V6R1M0 IBM has added the parameter value ?Activation? to
parameter OBJ of command ADDBNDDIRE. If on a server is not installed at
least V6R1M0 you have to execute the following command on this server in
order to work with this feature of the iSphere plugin. You have to replace
the value VxRxMx with the installed release on this server. For example
V5R4M0.

CRTDTAARA DTAARA(QGPL/ISPHERE) TYPE(*CHAR) LEN(6) VALUE('VxRxMx')
TEXT('iSphere')

Frank




-----Ursprüngliche Nachricht-----
Von: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] Im
Auftrag von Isaac Ramirez
Gesendet: Freitag, 29. November 2013 17:53
An: wdsci-l@xxxxxxxxxxxx; wdsci-l@xxxxxxxxxxxx
Betreff: Re: [WDSCI-L] WRKBNDDIR plugin for RDi?

Just found the issue. I had to change two things:

First change
---------------------------------------------------------------------
In the class
de.taskforce.isphere.bindingdirectoryeditor.BindingDirectoryEditorInput,
I had to change the line:

CharacterDataArea iSphere = new CharacterDataArea(as400,
"/QSYS.LIB/QGPL.LIB/ISPHERE.DTAARA");

to

CharacterDataArea iSphere = new CharacterDataArea(as400,
"/QSYS.LIB/ISPHERE.LIB/ISPHERE.DTAARA");

Because there was no dataara in QGPL.LIB.

Second change
---------------------------------------------------------------------
In the class
de.taskforce.isphere.bindingdirectoryeditor.BindingDirectory, the line

String command = "DSPBNDDIR BNDDIR(" + _library + "/" + _bindingDirectory +
") OUTPUT(*OUTFILE) OUTFILE(QTEMP/#BNDDIR#) OUTMBR(*FIRST *REPLACE)";

had to be changed to:

String command = "DSPBNDDIR BNDDIR(" + _library + "/" + _bindingDirectory +
") OUTPUT(*OUTFILE) OUTFILE(QTEMP/BNDDIR) OUTMBR(*FIRST *REPLACE)";


I was having a CPF0006 error on the statement.executeUpdate. Our development
machine is in spanish, so '#' is a problematic character...

Now is working, thanks Frank!

On 29/11/2013 09:56 a.m., Isaac Ramirez wrote:
We are running on 6.1. I just upload the library ISPHERE and didn't
work...going to debug it...


On 29/11/2013 08:47 a.m., Frank Hildebrandt wrote:
Can it be, that your AS/400 is running a release lower than V6R1? For
example V5R4.




-----Ursprüngliche Nachricht-----
Von: wdsci-l-bounces@xxxxxxxxxxxx
[mailto:wdsci-l-bounces@xxxxxxxxxxxx] Im Auftrag von Isaac Ramirez
Gesendet: Freitag, 29. November 2013 15:36
An: wdsci-l@xxxxxxxxxxxx; wdsci-l@xxxxxxxxxxxx
Betreff: Re: [WDSCI-L] WRKBNDDIR plugin for RDi?

Hi Frank, I'm having an issue displaying binder directories, the
things is that I press right click on the binder directory but the
view appears empty, only the tableviewer column headers appears, but
no content at all.
Does the
plugin have a log or something similar?

I'm using RDi 9.0.0.1...

Thanks!


On 28/11/2013 10:18 a.m., Frank Hildebrandt wrote:
Isaac,

iSphere already contains a binding directory editor. You can
download iSphere here. http://www.taskforce-it.de/downloads.php

Frank




-----Ursprüngliche Nachricht-----
Von: wdsci-l-bounces@xxxxxxxxxxxx
[mailto:wdsci-l-bounces@xxxxxxxxxxxx] Im Auftrag von Isaac Ramirez
Gesendet: Donnerstag, 28. November 2013 16:17
An: wdsci-l@xxxxxxxxxxxx
Betreff: [WDSCI-L] WRKBNDDIR plugin for RDi?

Hi everyone.

Does anyone knows of any free plugin for working with binder
directories from RDi, with all the functionality of the wrkbnddir
command? I'm planning to create a plugin for this, but I don't want
to
re-invent the wheel...

Thanks!


Isaac Ramirez
--
This is the Rational Developer for IBM i / Websphere Development
Studio Client for System i & iSeries (WDSCI-L) mailing list To post
a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change
list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/wdsci-l.


--
This is the Rational Developer for IBM i / Websphere Development
Studio Client for System i & iSeries (WDSCI-L) mailing list To post
a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/wdsci-l.



--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list To post a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/wdsci-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.