×
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.
Perhaps I posted my question too quickly - this IBM Doc seems to have the
answers to my questions:
http://www-912.ibm.com/s_dir/SLKBase.nsf/643d2723f2907f0b8625661300765a2a/9e61c67ade70359986256afd007cc9f1?OpenDocument
Regards,
sjl
"sjl" wrote in message
news:mailman.4184.1337636693.23162.midrange-l@xxxxxxxxxxxx...
I have a few physical and logical files on a development iSeries which I
need to make available to an application running on our production iSeries
system. Both systems are running V5R4.
Several programs which run on the production system need to update or
randomly retrieve data from the files on the development system via DDM
files.
Caveats:
1) Both systems are going away very soon - we are in the final stages of
converting the data to another system which uses an Oracle database.
2) There are several hundred user profiles on the production system which DO
NOT have corresponding user profiles on the development system.
3) I don't worry about production users having access to the development
system - they don't generally have command line access on the system anyway.
I have done some testing by creating [on the development system] a DDM file
which point back to the physical file on the development system:
1) CRTDDMF
FILE(DDMDEV/FILEA)
RMTFILE(DEVDATA/FILEA)
RMTLOCNAME(DEVSYS.OURDOMAIN.COM) *IP)
where DDMDEV is a library on the development system and DEVSYS is the
host name of the development system.
2) Then DSPPFM FILE(DDMDEV/FILEA) produced a CPF9190 error, so I used
3) ADDSVRAUTE USRPRF(MYPROFILE) SERVER(QDDMSERVER) USRID(MYPROFILE)
PASSWORD(MYPASSWORD)
to add a server authorization entry on the development system for myself
and then
4) DSPPFM now works OK for me (on the development system).
However, I don't want to have to add server authorization entries for
hundreds of users on the production system just to get this to work for
them.
What do I do?
Regards,
Steve
As an Amazon Associate we earn from qualifying purchases.