× 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.



First, Thanks to all that have replied to this thread.
I've been busy trying various suggestions, and somewhere I found that the NEONOVAAPI srvpgm no longer included the WRTSOMEMOS module. I suspect that having some of the modules including an h-spec indicating BNDDIR(...) might have caused some circular reference. I disabled those h-specs from all the modules involved, recompiled the modules, recreated the service programs, removed *MODULE entries from binder directories, and somewhere I got it right.

My most recent iteration of the CRTSRVPGM for NEONOVAAPI looks like this:
CRTSRVPGM SRVPGM(mkoester/NEONOVAAPI) MODULE(NEONOVAAPI
XMLPREPEND XMLREQUEST GETDOMAINS GSINDOMAIN
CHGNOVAPAS DLTNOVAUSR CHGNOVAPRI NOVAENROLL
GETUSRINFO NOVACHGUSR NOVAUPDINF NOVAGETPAR
NOVAUNARCH NOVAGETUSR NOVAMSGTXT ADDNOVAUSR
GETNOVASTS SETUSRINFO GETSV21EML SYNCNOVA
SPLITEMAIL CVTPHN603 DOMAIN_FIX GETNETPHN)
EXPORT(*SRCFILE)
TEXT('NeoNova Auto-provisioning functions')
BNDDIR(LIBHTTP/HTTPAPI *LIBL/PROVISION *LIBL/TFSUTILS)
BNDSRVPGM(TFSORDERS PROVISION)
ACTGRP(NEONOVA)

Back to testing...
Thanks again!
Michael Koester

-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of D*B
Sent: Wednesday, December 30, 2015 8:19 AM
To: RPG programming on the IBM i / System i
Subject: Re: Stray module in service program

Okay, I try this again. I delete and recreate the NEONOVAAPI *srvpgm, this
time with EXPORT(*ALL). Still has the WRTSOMEMOS module.
And again, after deleting the WRTSOMEMOS module.
CRTSRVPGM fails, because it can't find the module I didn't want it to
find.


Is the error an unresolved sub-procedure reference, or a module that can't
be found?
--buck

then the error is caused by adding the module to the BNDDIR. Michael would
have to remove the WRTSOMEMOS from the BNDDIR, add the exports to the
exportlist of NEONOVAAPI and NEONOVAAPI has to be added to the BNDDIR.

D*B



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.