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



I have a set of classes that extract from a database and send the data via
an MQ message.
When I execute these classes from Qshell, everything's fine and the message
gets sent. However, when I execute the classes from an ILE RPG program, I
get an MQ connection error.

I can confirm:
1. The classpath is identical in both cases
2. The call interface signatures are the same (constructor and other
methods)
3. There is only one version of this set of classes.

My RPG H spec is:
H THREAD(*SERIALIZE) dftactgrp(*no) actgrp('test')

I've followed this in debug from the RPG call and within this snippet:

// Create MQ connection
factory = new MQConnectionFactory();
factory.setQueueManager(queueManager);
destination = new MQQueue(queue);
connection = factory.createConnection(); 

An exception is thrown on attempting to create the connection. The variables
queue & queueManager appear to be populated ok. 

Does anyone know of a possible cause for this? It seems like an environment
set up problem but not completely sure as I'm new to combining RPG and Java.

Also, for an RPG call, is there a way that I redirect the display output
that I get in Qshell: System.out.println and exceptions to a file?

Thanks,

Keith


The Royal Bank of Scotland plc, Registered in Scotland No. 90312. Registered 
Office: 36 St Andrew Square, Edinburgh EH2 2YB

Authorised and regulated by the Financial Services Authority.

This e-mail message is confidential and for use by the addressee only. If the 
message is received by anyone other than the addressee, please return the 
message to the sender by replying to it and then delete the message from your 
computer. Internet e-mails are not necessarily secure. The Royal Bank of 
Scotland plc does not accept responsibility for changes made to this message 
after it was sent.

Whilst all reasonable care has been taken to avoid the transmission of viruses, 
it is the responsibility of the recipient to ensure that the onward 
transmission, opening or use of this message and any attachments will not 
adversely affect its systems or data. No responsibility is accepted by The 
Royal Bank of Scotland plc in this regard and the recipient should carry out 
such virus and other checks as it considers appropriate.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.