Author |
Message |
Topic: CCSID and Convert Encoding |
bremen
Replies: 4 Views: 4231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2007 10:45 pm Subject: CCSID and Convert Encoding issue |
Hi fjb_saper,
You are right. We set the CCSID on mainframe to 37 and we resolved the issue.
The issue is actually the MF and Qmgr on MF set for different EBCDIC standards.
Thanks. |
Topic: CCSID and Convert Encoding |
bremen
Replies: 4 Views: 4231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 11, 2007 7:36 am Subject: CCSID and Convert Encoding issue |
Elvis,
I checked the Convert on Input node and
set CCSID =500 and Encoding = 785 still no luck.
does i need to change the values ? |
Topic: CCSID and Convert Encoding |
bremen
Replies: 4 Views: 4231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 10, 2007 9:25 pm Subject: CCSID and Convert Encoding |
Hi all,
My Environment is Broker 5,MQ 5.3 and AIX 5.
I am getting MQ messages from Mainframe thru MQ.
The input msg set is TDS all elements delimited by PIPE( "|") symbol.
The MF pr ... |
Topic: List declaration???? |
bremen
Replies: 1 Views: 2263
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 22, 2007 8:01 pm Subject: List declaration???? |
I know We can store the List of values in a variable under EV's i/o Root or by using the Referencess
E.v.names = List('one','Two','red'---) or Under a variable in InputRoot/OutputRoot.
How t ... |
Topic: why Leading zeroes for an Integer type are suppressed?? |
bremen
Replies: 4 Views: 3524
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 29, 2007 9:20 am Subject: why Leading zeroes for an Integer type are suppressed?? |
Hi Kimbert,
i already set the Padding character to '0' & String Justification as 'Right justification'.
probably i need to change Logical prop's-->Local element--> Type xsd:int- to Lo ... |
Topic: why Leading zeroes for an Integer type are suppressed?? |
bremen
Replies: 4 Views: 3524
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 26, 2007 1:09 pm Subject: why Leading zeroes for an Integer type are suppressed?? |
Hi all,
I am using MB V5 on AIX.
I am having an input COBOL copy book which is having a Field 9(5).
When the input data of this field is 07320 then the broker dropping that leading zero. And le ... |
Topic: Length Count issue !!!!!!!!!!! |
bremen
Replies: 5 Views: 3112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 04, 2007 2:13 pm Subject: Length Count issue !!!!!!!!!!! |
Kimbert,
I already used the CREATE function in my compute node to build the XML msg under EV's. I searched the forum too.But no chance.u pls giv me a brief esql/hint how to do that.
Thanks, |
Topic: Length Count issue !!!!!!!!!!! |
bremen
Replies: 5 Views: 3112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 04, 2007 9:02 am Subject: Length Count issue !!!!!!!!!!! |
Kimbert,
I did like this:
SET OutputRoot.MRM.NOTE-TEXT.NOTE_SEG = Environment.Variables.NOTE_TXT;
DECLARE noteTxtCount INTEGER ;
SET noteTxtLength = LENGTH(Environment.Variables.NOTE_TXT) ... |
Topic: Length Count issue !!!!!!!!!!! |
bremen
Replies: 5 Views: 3112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 03, 2007 11:42 pm Subject: Length Count issue !!!!!!!!!!! |
Hi,
My flow i/p is xml and o/p is CWF1(MB V5,UNIX). portion of i/p looks like this
<NOTE_TXT>---------</NOTE_TXT>(Maximu lenght can be up to 3000 chars). In the portion of o/p copyb ... |
Topic: Large XML Message handling technique(URGENT!!!!!!!!!!!!) |
bremen
Replies: 11 Views: 8552
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 30, 2006 10:18 am Subject: Large XML Message handling technique(URGENT!!!!!!!!!!!!) |
Marek,
As per the requirements the i/p file(data in file is in XML format) is coming from external system. Thats why we r using File i/pnode-->compute-->MQ o/p.Probably we dont need to do Seg ... |
Topic: 40 MB file processing |
bremen
Replies: 5 Views: 3310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 29, 2006 3:42 pm Subject: 40 MB file processing |
flow is failing at o/p node and came back to i/p node and i/p node reached max retry count after that i detached the debugger. thn whr the msg gone? |
Topic: Large XML Message handling technique(URGENT!!!!!!!!!!!!) |
bremen
Replies: 11 Views: 8552
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 29, 2006 1:37 pm Subject: Large XML Message handling technique(URGENT!!!!!!!!!!!!) |
Marek,
our script is monitoring on execution group not on broker. i think 2 flows is better design perspective.
One more question ??
for example the i/p fil ... |
Topic: 40 MB file processing |
bremen
Replies: 5 Views: 3310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 29, 2006 1:14 pm Subject: 40 MB file processing |
The i/p node reaches max retry count, i detached the debugger after that.
The flow after this is not in loop and cpu usage is also normal.
actually i am looking where the message will go ?? is i ... |
Topic: Large XML Message handling technique(URGENT!!!!!!!!!!!!) |
bremen
Replies: 11 Views: 8552
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 28, 2006 7:52 pm Subject: Large XML Message handling technique(URGENT!!!!!!!!!!!!) |
Patipati,
I am talking about Broker runtime memory only.Its taking ~200 MB for 10MB i/p file and ~10MB total o/p msgs.
Thanks,
Rajesh. |
Topic: 40 MB file processing |
bremen
Replies: 5 Views: 3310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 28, 2006 3:54 pm Subject: 40 MB file processing |
Hi ,
i have 2 questions
1. I am using F2F flow(file i/p node-->compute node-->file output node).
I kept the file in i/p directory after some the file is neither in o/p directory and not in p ... |