Author |
Message |
Topic: [Closed] ACE11 File Input node not processing file from NFS |
mqsi_man
Replies: 11 Views: 8796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2019 3:50 am Subject: [Closed] ACE11 File Input node not processing file from NFS |
Issue was due to NFS v3. We switched to NFS v4 server and are now able to successfully process files using File Input node.
Thanks fjb_saper and juan! |
Topic: [Closed] ACE11 File Input node not processing file from NFS |
mqsi_man
Replies: 11 Views: 8796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 26, 2019 6:17 am Subject: [Closed] ACE11 File Input node not processing file from NFS |
What is the outcome if you were using NFS4 ? 2 and 3 have some limitations where file locking is concerned...
You beat me to it. Per IBM's documentation, File nodes must use NFS v4 as N ... |
Topic: [Closed] ACE11 File Input node not processing file from NFS |
mqsi_man
Replies: 11 Views: 8796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 25, 2019 8:59 pm Subject: [Closed] ACE11 File Input node not processing file from NFS |
Remind us, which version of NFS are we talking about here?
Server nfs v2:
null getattr setattr root lookup readlink
12 100% 0 0% 0 ... |
Topic: [Closed] ACE11 File Input node not processing file from NFS |
mqsi_man
Replies: 11 Views: 8796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 24, 2019 11:14 pm Subject: [Closed] ACE11 File Input node not processing file from NFS |
ComIbmFileInputNode.getNextLocalFile, 'Trying to create a lockfile for file: ', '\\<host name>\<path>\<file name>'
2019-02-22 14:01:09.980007 8144 Co ... |
Topic: [Closed] ACE11 File Input node not processing file from NFS |
mqsi_man
Replies: 11 Views: 8796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 24, 2019 11:09 pm Subject: [Closed] ACE11 File Input node not processing file from NFS |
Are you sure the userid running the integration service has read rights to the file in the directory?? Looks to me the file input node can see the file name but not the file content... Ideally the ACE ... |
Topic: [Closed] ACE11 File Input node not processing file from NFS |
mqsi_man
Replies: 11 Views: 8796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 22, 2019 6:43 am Subject: [Closed] ACE11 File Input node not processing file from NFS |
Update : Service trace shows following,
2019-02-22 14:01:09.966810 8144 com.ibm.broker.nodes.filenodes.InputFileQueue@78582ae9.getNext, 'Polling file InputFile[\\<hos ... |
Topic: [Closed] ACE11 File Input node not processing file from NFS |
mqsi_man
Replies: 11 Views: 8796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 21, 2019 9:33 pm Subject: [Closed] ACE11 File Input node not processing file from NFS |
Hello,
My application contains a message flow that reads a File, record by record, using File Input node and writes transformed records to output file using File Output node. Functionality works fi ... |
Topic: Closed : BIP1046E:Unable to connect with queue manager |
mqsi_man
Replies: 4 Views: 4655
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 18, 2014 3:13 am Subject: Closed : BIP1046E:Unable to connect with queue manager |
[quote="mqsi_man"]If this looks more to be an issue where IBM WMQ experts can help then can I please request admins to move this thread to IBM WMQ ? I don't want to open one more duplicate t ... |
Topic: BIP1046E:Unable to connect with queue manager |
mqsi_man
Replies: 2 Views: 3946
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 18, 2014 3:11 am Subject: BIP1046E:Unable to connect with queue manager |
Hi,
For AIX system, when I tried executing a message flow deployment script, I got following error,
BIP1046E:Unable to connect with the queue manager(Failed to create a thread: retVal -107374183 ... |
Topic: Closed : BIP1046E:Unable to connect with queue manager |
mqsi_man
Replies: 4 Views: 4655
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 17, 2014 5:43 pm Subject: Closed : BIP1046E:Unable to connect with queue manager |
If this looks more to be an issue where IBM WMQ experts can help then can I please request admins to move this thread to IBM WMQ ? I don't want to open one more duplicate thread there..
Also, for m ... |
Topic: Closed : BIP1046E:Unable to connect with queue manager |
mqsi_man
Replies: 4 Views: 4655
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 15, 2014 4:34 pm Subject: Closed : BIP1046E:Unable to connect with queue manager |
Gralgrathor: The link you added was for pre 7.0.0.3 version of MB. I am using 7.0.0.4
I am using mqsideploy script which contains commands ,
mqsideploy -i <host name> -p <port> -q &l ... |
Topic: Closed : BIP1046E:Unable to connect with queue manager |
mqsi_man
Replies: 4 Views: 4655
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 15, 2014 3:38 pm Subject: Closed : BIP1046E:Unable to connect with queue manager |
Hi,
For AIX system, when I tried executing a message flow deployment script, I got following error,
BIP1046E:Unable to connect with the queue manager(Failed to create a thread: retVal -107374183 ... |
Topic: How to restore SOAP_Domain_Msg created by SOAPInput node? |
mqsi_man
Replies: 3 Views: 3535
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 13, 2013 11:50 am Subject: How to restore SOAP_Domain_Msg created by SOAPInput node? |
Thanks dogorsy!
I have put SOAPInput and SOAPRequest in one flow and it worked just fine. I was attempting synchronous service call over MQ but what I did was not the correct way. |
Topic: How to restore SOAP_Domain_Msg created by SOAPInput node? |
mqsi_man
Replies: 3 Views: 3535
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Oct 12, 2013 8:20 pm Subject: How to restore SOAP_Domain_Msg created by SOAPInput node? |
Hello,
I am using WMB v 8.0.0.2
I am receiving a SOAP message on SOAPInput (gateway mode) and enriching that request by adding few fields in the message body and writing it to MQ.
SOAPInput - ... |
Topic: Calling multiple web services in parallel |
mqsi_man
Replies: 14 Views: 9467
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 03, 2013 9:45 am Subject: Calling multiple web services in parallel |
Done!
This is working fine now. Thanks for the inputs. |