Author |
Message |
Topic: BIP1106S: Reason code 2030 |
WBISurvivor
Replies: 1 Views: 3539
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 07, 2006 1:06 pm Subject: BIP1106S: Reason code 2030 |
I created a new config manager and when i tried to deploy, I get this
<<<BIP1106S: WebSphere MQ error detected, reason code 2030>>> error.
Also when I did look into the MQ failu ... |
Topic: FTP problems - FTP Server Input node |
WBISurvivor
Replies: 5 Views: 2755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 03, 2006 12:16 pm Subject: FTP problems - FTP Server Input node |
Your FTP client is trying to use PASV mode. It can't, because the Input node doesn't support it.
It then tries to use a regular FTP transfer, and fails. Regular FTP transfers only fail like this ... |
Topic: FTP problems - FTP Server Input node |
WBISurvivor
Replies: 5 Views: 2755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 03, 2006 10:54 am Subject: FTP problems - FTP Server Input node |
This is likely a firewall issue.
I was able to ftp files earlier but now suddenly I am running into this issue for the last couple of days. I am pretty sure there is no firewall issue involved as I a ... |
Topic: FTP problems - FTP Server Input node |
WBISurvivor
Replies: 5 Views: 2755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 03, 2006 10:39 am Subject: FTP problems - FTP Server Input node |
I am using a FTP server input node and I am running into an issue (421 Service not available, remote server has closed connection) where the server is not letting me FTP files. Have anyone of you fami ... |
Topic: FTP Server Input Node |
WBISurvivor
Replies: 15 Views: 7798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 27, 2006 7:19 am Subject: FTP Server Input Node |
You need to create a valid MQMD with at least a minimum set of headers.
There are lots of specific instructions for doing this when the input node is the HTTPInput node - so you should start by loo ... |
Topic: Triggering a message flow through a email |
WBISurvivor
Replies: 6 Views: 4094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 26, 2006 8:32 am Subject: Triggering a message flow through a email |
You may have an easier workaround if you think outside the MQ/box.
On Windows, if you use Outlook you can create a rule to start an application to "start the message flow" (put a message onto a queue ... |
Topic: Triggering a message flow through a email |
WBISurvivor
Replies: 6 Views: 4094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 26, 2006 7:49 am Subject: Triggering a message flow through a email |
I was wondering if there is a wy to trigger a message flow upon receival of an email message? Has anyone tried doing it. |
Topic: Unknown Error - Dump handler |
WBISurvivor
Replies: 0 Views: 1442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 25, 2006 7:21 am Subject: Unknown Error - Dump handler |
Has anyone run into or familiar with this error (see trace below). I see this in my stderr logs, which happens quite frequenty and is restarting the execution group. Trying hard to figure out what exa ... |
Topic: FTP Server Input Node |
WBISurvivor
Replies: 15 Views: 7798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 24, 2006 9:38 am Subject: FTP Server Input Node |
You need to create a valid MQMD with at least a minimum set of headers.
I can always use a compute node instead of a java compute node.But right now I am trying to figure out what are the exact hea ... |
Topic: FTP Server Input Node |
WBISurvivor
Replies: 15 Views: 7798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 24, 2006 9:14 am Subject: FTP Server Input Node |
The FTP node will not put messages on a queue.
Connecting it to an MQGet node will not help that.
If what you want is FTP->Queue->Get->Flow, then you need to do
FTPServer -> Compu ... |
Topic: FTP Server Input Node |
WBISurvivor
Replies: 15 Views: 7798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 24, 2006 7:16 am Subject: FTP Server Input Node |
Transactional?
Tony I didn't get your question? What do you mean by transactional? |
Topic: FTP Server Input Node |
WBISurvivor
Replies: 15 Views: 7798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 21, 2006 10:43 am Subject: FTP Server Input Node |
I've not used that s/p, so forgive me if I ask a silly question: Why do you have an MQGet node after the ftp node?
In any case, put a trace node between the ftp node and the MQGet node and see i ... |
Topic: FTP Server Input Node |
WBISurvivor
Replies: 15 Views: 7798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 21, 2006 10:19 am Subject: Re: FTP Server Input Node |
I have a FTP server input node fedding to a MQget node which then routes the message to another subflow, which processes the message....ThanksWell, you need to explain this a bit better...
Is the " ... |
Topic: FTP Server Input Node |
WBISurvivor
Replies: 15 Views: 7798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 21, 2006 10:02 am Subject: FTP Server Input Node |
I have a FTP server input node feEding to a MQget node which then routes the message to another subflow, which processes the message.
his is how my message flow looks.
FTP Sever Input Node --> ... |
Topic: Extract XML elements from a XML message as a String object |
WBISurvivor
Replies: 8 Views: 5038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 24, 2006 6:47 am Subject: Extract XML elements from a XML message as a String object |
You can use MBSQLStatement to call ASBITSTREAM from Java.
Or you can experiment with the toBitstream method on MBElement. It might not work on anything other than the root element, though.
When ... |