Author |
Message |
Topic: How to access functions and procedures from a common library |
srinivasonmb
Replies: 1 Views: 1382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 23, 2014 6:37 am Subject: How to access functions and procedures from a common library |
Hi,
I have a scenario, where we are using a common library file in which we were written some common functions and procedure, that file is used to across all the message flows.
Now I am developi ... |
Topic: How to send null values as part of submap in graphical map |
srinivasonmb
Replies: 1 Views: 1460
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 09, 2013 5:33 am Subject: How to send null values as part of submap in graphical map |
Hello,
i want to send couple of null parameters while calling sub maps from main map in V8. but i am unale to call that. i have tried to add an empty null local elements and call the sub map, but i ... |
Topic: esql functions are not calling from mapping node in v8 |
srinivasonmb
Replies: 6 Views: 4395
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2013 8:15 pm Subject: esql functions are not calling from mapping node in v8 |
Martin, i had also seen this in info center, but is there any option to do this in a easy manner, like even using the same functions... |
Topic: Submaps with multiple parameters are not migrating in V8 |
srinivasonmb
Replies: 8 Views: 4538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2013 8:12 pm Subject: Submaps with multiple parameters are not migrating in V8 |
Thanks Martin, i will try to do this.... |
Topic: Submaps with multiple parameters are not migrating in V8 |
srinivasonmb
Replies: 8 Views: 4538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 30, 2013 5:58 am Subject: Submaps with multiple parameters are not migrating in V8 |
in my previous message map we have used to empty elements as arguments, like
commonsubmap(arg1, arg2, ' ', ' ', ' ')
but after completion of migration my code as below.
coomonsu ... |
Topic: esql functions are not calling from mapping node in v8 |
srinivasonmb
Replies: 6 Views: 4395
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 29, 2013 8:54 pm Subject: esql functions are not calling from mapping node in v8 |
Sorry, i am using MB V8.0.0.2, i am getting this error in this version only. |
Topic: esql functions are not calling from mapping node in v8 |
srinivasonmb
Replies: 6 Views: 4395
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 28, 2013 11:31 pm Subject: esql functions are not calling from mapping node in v8 |
i am getting below error after migrating the message map if it have above esql functions.
The mapping expression esql:abc cannot be converted.
[/code] |
Topic: Submaps with multiple parameters are not migrating in V8 |
srinivasonmb
Replies: 8 Views: 4538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 28, 2013 11:28 pm Subject: Submaps with multiple parameters are not migrating in V8 |
But my message map contains huge number of attributes, it will take much more time to write entire message map from base.
anyway is there any option to call multiple variables from sub map.
like ... |
Topic: Submaps with multiple parameters are not migrating in V8 |
srinivasonmb
Replies: 8 Views: 4538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 27, 2013 12:55 pm Subject: Submaps with multiple parameters are not migrating in V8 |
I had seen and verified with info center, but i couldn't found any solution.
The clear picture of the problem is while migrating from V6 to V8 submaps which are having multiple parameters are not m ... |
Topic: esql functions are not calling from mapping node in v8 |
srinivasonmb
Replies: 6 Views: 4395
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 24, 2013 11:32 am Subject: esql functions are not calling from mapping node in v8 |
Hi, Good Evening,
i am using MB V8.0.0.2 for migrating my messsage flow projects from MB V6.1.
In v6 i have successfully calling esql functions which are having REFERENCE variable as argument.
... |
Topic: Submaps with multiple parameters are not migrating in V8 |
srinivasonmb
Replies: 8 Views: 4538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 24, 2013 11:21 am Subject: Submaps with multiple parameters are not migrating in V8 |
Hi, Good evening,
i am using WMB V8.0.0.2 for migrating my message flows from V6.0.0.1.
in V6.1 i have a message flow project like soap input --> compute --> mapping --> soap reply node.
... |
Topic: What is difference between fn:empty and create functions. |
srinivasonmb
Replies: 2 Views: 2219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 7:51 pm Subject: What is difference between fn:empty and create functions. |
But in my message map node i am using multiple times those attributes, some times with values and some times with default values.
so i can not use default values in schema. |
Topic: What is difference between fn:empty and create functions. |
srinivasonmb
Replies: 2 Views: 2219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 11:38 am Subject: What is difference between fn:empty and create functions. |
What is the major difference between fn:empty and create functions in graphical data mapping node in message broker v8.
while migrating my message map from v6 to v8 i came to know there were number ... |
Topic: How to add hexBinary value to Blob Object. |
srinivasonmb
Replies: 6 Views: 3379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 17, 2013 8:10 am Subject: How to add hexBinary value to Blob Object. |
Thanks to all.... |
Topic: How to add hexBinary value to Blob Object. |
srinivasonmb
Replies: 6 Views: 3379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 16, 2013 10:56 am Subject: How to add hexBinary value to Blob Object. |
please correct me if my code is wrong.
i have tried with below code.
DECLARE xyz BLOB
DECLARE abc CHAR
SET xyz = CAST(abc AS BLOB);
xs:hexBinary(xyz);
but it showing an error as Syntax E ... |