Author |
Message |
Topic: Debug Issue on cobol MRM domain |
joemq
Replies: 2 Views: 1837
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2015 2:16 pm Subject: Debug Issue on cobol MRM domain |
I am working on WebSphere Message Broker Toolkit - Message Broker Version: 7.0.0.5. I imported a COBOL copybook that has REDEFINES clauses in it. I am using this message set in my flow. When I am tryi ... |
Topic: Displaying data properly in the output xml |
joemq
Replies: 11 Views: 5531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 20, 2015 6:16 am Subject: Displaying data properly in the output xml |
The value of a single column in a database table should have a single type. That is, it should be a Character, and NOT a Date and Not Decimal. Or otherwise one of the three, and not all of the three ... |
Topic: Displaying data properly in the output xml |
joemq
Replies: 11 Views: 5531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 20, 2015 6:14 am Subject: Displaying data properly in the output xml |
Column data type is CHARACTER and value present will be like this CAST;CHAR;AS (OR)CAST;DECIMAL;AS (OR) CAST;DATE;AS;FORMAT . I have to take this value and use this for data manipulation. |
Topic: Displaying data properly in the output xml |
joemq
Replies: 11 Views: 5531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 20, 2015 5:49 am Subject: Displaying data properly in the output xml |
Hi Jeff,
No. The value in the database will be CHAR or DECIMAL or DATE (this value tabRef.{dbRef.VAL2}). I have to apply CAST for this one which i am taking it from another Database table column[co ... |
Topic: How to reload the saved cache every 24 hours |
joemq
Replies: 8 Views: 6142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 20, 2015 5:31 am Subject: How to reload the saved cache every 24 hours |
I am not using IIBv9. |
Topic: Displaying data properly in the output xml |
joemq
Replies: 11 Views: 5531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 20, 2015 5:28 am Subject: Displaying data properly in the output xml |
Are you really prepared to incur the costs of using Exec, or the pain of using lots of {}?
Yes we have requirement to do it. My scenario like i am grabbing a value from database and applying this S ... |
Topic: How to reload the saved cache every 24 hours |
joemq
Replies: 8 Views: 6142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2015 9:57 pm Subject: How to reload the saved cache every 24 hours |
Reload wont happen every 24 hours . I Just have to check database in every 24 hours and reload my cache data with what ever present in database. we are using some logic in shared variables so that it ... |
Topic: Displaying data properly in the output xml |
joemq
Replies: 11 Views: 5531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2015 9:48 pm Subject: Displaying data properly in the output xml |
I have a requirement where to fetch the table one column data consists of combination of ESQL non-reserved keywords (AS, FOR, FORMAT, DATE, DECIMAL, CHAR) and string manipulation functions (TRIM,SUBST ... |
Topic: How to reload the saved cache every 24 hours |
joemq
Replies: 8 Views: 6142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2015 3:04 pm Subject: How to reload the saved cache every 24 hours |
Hi,
I am using a SHARED ROW to store the database records and to use it further with out interacting with the database from next time onwards. Basically i am storing the records in to a cache.
My ... |
Topic: WMB 6.1.0.5 and Oracle Client 11g (ODBC) |
joemq
Replies: 5 Views: 3880
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 18, 2012 9:03 am Subject: WMB 6.1.0.5 and Oracle Client 11g (ODBC) |
I am also getting same error when i am connecting to oracle database and my broker version is 6.1.0.8. Are you able to connect now after updating the version to 6.1.0.9. |