Author |
Message |
Topic: Migration to New DP Appliance |
Vgowda
Replies: 1 Views: 6905
|
Forum: WebSphere DataPower Posted: Mon Oct 21, 2013 11:52 pm Subject: Migration to New DP Appliance |
Hi,
In our organization we are currently using WebSphere DataPower Integration Appliance XI50 and it is planned to upgrade to WebSphere DataPower Service Gateway XG45. Could anybody guide w ... |
Topic: Mapping in BO Mapper |
Vgowda
Replies: 1 Views: 35357
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Jun 03, 2013 6:55 am Subject: Mapping in BO Mapper |
Hi,
I am working on WID 7.0.0.5, i am unable to map all the elements under single root element of the same name. I have request array message Data Request message :
<Data>
<Type> ... |
Topic: Accessing Deby Database |
Vgowda
Replies: 5 Views: 6849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 22, 2012 8:51 pm Subject: Accessing Deby Database |
@satya2481 :
The main error is not able to create ODBC for derby DB, but @mqjeff said it is not possible at WMB 6.1
DB2 Client has been installed and broker runtime is on Windows platform only.
I ... |
Topic: Accessing Deby Database |
Vgowda
Replies: 5 Views: 6849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 22, 2012 5:28 am Subject: Accessing Deby Database |
If we use MQSICREATEDB, then only it will work with DB2 client driver. |
Topic: Accessing Deby Database |
Vgowda
Replies: 5 Views: 6849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 22, 2012 4:54 am Subject: Accessing Deby Database |
Hi,
I have created table in Derby Database called SampleDB and trying to insert a record from Message Flow. But i am unable to create ODBC driver for Derby Database.
Database created in Derby ... |
Topic: How to Store trace data in a variable using esql |
Vgowda
Replies: 16 Views: 12751
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 23, 2012 8:22 pm Subject: How to Store trace data in a variable using esql |
@deepnair : your code dint work..
Find the link which i have posted :
http://www.mqseries.net/phpBB/viewtopic.php?t=60432 |
Topic: Convert Refernce Variable to String |
Vgowda
Replies: 2 Views: 4533
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 23, 2012 4:40 am Subject: Convert Refernce Variable to String |
Hi All,
I have requirement to reterive final loop of Exception list in a ExceptionTree and convert that to String. I have retrieved the lastExceptionRef from the tree when i am trying to conver ... |
Topic: Calling JAVA Method from ESQL |
Vgowda
Replies: 8 Views: 13755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 23, 2012 3:30 am Subject: Calling JAVA Method from ESQL |
Thanks mgk and Esa .
Changed the code as mentioned below and it worked
public static Boolean isEventEnabled() {
return new Boolean(com.slk.emm.core.event.EventEnv. ... |
Topic: Calling JAVA Method from ESQL |
Vgowda
Replies: 8 Views: 13755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 21, 2012 4:28 am Subject: Calling JAVA Method from ESQL |
@Esa : As error states it is return type mismatch
<Number>2928</Number>
<Text>The Java return type does not match the ESQL return type</Text>
<Insert>
... |
Topic: Calling JAVA Method from ESQL |
Vgowda
Replies: 8 Views: 13755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 21, 2012 4:13 am Subject: Calling JAVA Method from ESQL |
smdavies99
This table here ->
I tried as per the table and changed the code as below.
SET Environment.MsgDetails.EventStatus = EventEnabled();
SET isEventEnabledVar = CAST(Envi ... |
Topic: Calling JAVA Method from ESQL |
Vgowda
Replies: 8 Views: 13755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 20, 2012 8:47 pm Subject: Calling JAVA Method from ESQL |
Hi All,
I am working on WMB V6.1, i have written a function in Java which returns Boolean Data type. I am trying to access the same from ESQL but it gives Type mismatch error.
Code
In ESQ ... |
Topic: Unable to access Remote Broker |
Vgowda
Replies: 9 Views: 8484
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2012 9:36 pm Subject: Unable to access Remote Broker |
I created local user by name 'vinay.narayan' on Windows Server and added to mqm and mqbrkrs group, and gave MCA user Id as vinay.narayan on SVRCONN channel name it worked.
Thank you all for your va ... |
Topic: Unable to access Remote Broker |
Vgowda
Replies: 9 Views: 8484
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2012 7:07 am Subject: Unable to access Remote Broker |
In the above mentioned was there anything wrong in MQ Authorization command? but it throws invalid principal name...
Can u share anylinks for the same? It would be gr8 for me  |
Topic: Unable to access Remote Broker |
Vgowda
Replies: 9 Views: 8484
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2012 6:07 am Subject: Unable to access Remote Broker |
Hi,
I am trying to connect to remote WMB V 6.1.0.3 (on windows server 2003) from WMB toolkit V6.1.0.3 (local machine- windows XP). Both the systems are on different Domains, Can anybody let me kno ... |
Topic: Accessing Current TimeStamp from XSLT in WMB |
Vgowda
Replies: 5 Views: 6602
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2012 2:00 am Subject: Accessing Current TimeStamp from XSLT in WMB |
I found some solution by googling for the same to change the XSL file. Below is the link for the same, Is there anything we can do from WMB?
http://www.coderanch.com/t/129977/XML/Display-current-da ... |