Author |
Message |
Topic: Query about FileInputNode |
kaushik.godugunur
Replies: 14 Views: 7755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 06, 2013 12:34 am Subject: Query about FileInputNode |
Hi,
Thank you everyone!!
IF( InputLocalEnvironment.File.Record = 1) THEN
DELETE FROM Database;
END IF;
This did the job for me.
Apologies, the broker was down the ... |
Topic: Query about FileInputNode |
kaushik.godugunur
Replies: 14 Views: 7755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 05, 2013 4:59 am Subject: Query about FileInputNode |
Hi Tech1621, lacelotlinc,
I apologize by i just don't see it happening.
My requirement is such that when i receive the file with say 100 records and yesterdays file has say, 50 records, I need t ... |
Topic: Query about FileInputNode |
kaushik.godugunur
Replies: 14 Views: 7755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 05, 2013 4:35 am Subject: Query about FileInputNode |
Thank you lancelotlinc for the reply!!
But since the control returns to the compute node from FileInputNode after the first record is processed, where im performing the DELETE FROM DATABASE, the fl ... |
Topic: Query about FileInputNode |
kaushik.godugunur
Replies: 14 Views: 7755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 05, 2013 4:26 am Subject: Query about FileInputNode |
Hi,
I've a flow which reads a csv file and loads it into a DB. Before the dataload, the DB is flushed of existing data and then the insert happens. We are using the record by record processing with ... |
Topic: Unable to set the port type in SOAP Input node |
kaushik.godugunur
Replies: 3 Views: 1905
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 04, 2013 11:01 pm Subject: Unable to set the port type in SOAP Input node |
Hi nukalas,
Thank you for the response!!
The WSDL is too long as it contains around 120 operations and im not sure how to attach it here. But then it does contain " <wsdl:portType name=& ... |
Topic: Unable to set the port type in SOAP Input node |
kaushik.godugunur
Replies: 3 Views: 1905
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 04, 2013 8:43 am Subject: Unable to set the port type in SOAP Input node |
Hi,
Im using a SOAP input node in my flow. Im dragging and dropping the deployable WSDL on the node and the WSDL filename property is populated and the Port type, Imported binding and the service p ... |
Topic: Unable to hit a broker flow hosted as service through SOAPUI |
kaushik.godugunur
Replies: 8 Views: 5556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 01, 2013 2:35 am Subject: Unable to hit a broker flow hosted as service through SOAPUI |
Thank you Vitor, mqjeff, lancelotlinc and smdavies99!!
Im now able to hit the service. I got the port number wrong and now its resolved.
As far as whether my supervisor knows, he did, the concer ... |
Topic: Unable to hit a broker flow hosted as service through SOAPUI |
kaushik.godugunur
Replies: 8 Views: 5556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 6:38 am Subject: Unable to hit a broker flow hosted as service through SOAPUI |
I have to admit that im very new to Webservices here. We got the port from CMP API Excerciser. But since it is a Locally hosted service do i still have to take care of SSL and firewall? and if yes, i ... |
Topic: Unable to hit a broker flow hosted as service through SOAPUI |
kaushik.godugunur
Replies: 8 Views: 5556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 5:23 am Subject: Unable to hit a broker flow hosted as service through SOAPUI |
Hi,
Ive been given the job to identify the reason for a "CPI converter input data invalid" error through by a flow created by someone else. What i have in hand is a project which handles ... |