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



We've discovered, with IBM PMR, that the combination of HTTPS and Java debug=true will cause certain IBM functions to fail.
There are times where debug will be needed and turned on.
Thus production could break if using functions as below.
Appears some IBM functions have debug limitations.

Any thoughts from the group?

/QIBM/UserData/Java400/SystemDefault.properties
javax.net.debug=true

Below function fails if debug=true.

URL = 'https://api.XXX.com/rest/ofscCore/v1/events/?' 'subscriptionId=db4....7c1&limit=10&page=180302-459,0

HttpHeader = '<httpHeader>' '<header name="Authorization" ' 'value="Basic YXBpdXNlckBicmMudGVzdDpDaGFzZU5pbXp5MjAxMQ=="/>' '</httpHeader>';

exec sql
SELECT varchar(responseMsg, 32535),
varchar(responseHttpHeader, 1000)
INTO :replyData :iReply,
:replyHeader :iHdr
from table(SYSTOOLS.HTTPGETCLOBVERBOSE(:URL, :HttpHeader)) as OFS;


Thank You
_____
Paul Steinmetz
IBM i Systems Administrator

Pencor Services, Inc.
462 Delaware Ave
Palmerton Pa 18071

610-826-9117 work
610-826-9188 fax
610-349-0913 cell
610-377-6012 home

psteinmetz@xxxxxxxxxx
http://www.pencor.com/



As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.