Author |
Message |
Topic: IBM websphere message broker migration from AIX to Linux OS |
lalitdowlani
Replies: 6 Views: 4269
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2015 11:50 pm Subject: IBM websphere message broker migration from AIX to Linux OS |
I am asking due to change in OS will it have any impact on the code. |
Topic: IBM websphere message broker migration from AIX to Linux OS |
lalitdowlani
Replies: 6 Views: 4269
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2015 9:29 pm Subject: IBM websphere message broker migration from AIX to Linux OS |
Thanks for the pointers.
Just need to understand also if someone has done such migration and came across with any code issues or code change in message flows while deploying the existing bar files ... |
Topic: IBM websphere message broker migration from AIX to Linux OS |
lalitdowlani
Replies: 6 Views: 4269
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 18, 2015 4:23 am Subject: IBM websphere message broker migration from AIX to Linux OS |
Hi
The plan is to migrate OS from AIX 6.1 to Linux (highest recommended version).
Current Details of
Message Broker :- V7.0.0.4
MQ :- V7.0.1.2
Kindly provide any pointe ... |
Topic: Message Broker 7.0.0.6 Implement HTTPS |
lalitdowlani
Replies: 2 Views: 1692
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2014 2:50 am Subject: Message Broker 7.0.0.6 Implement HTTPS |
Sorry for late reply.
The issue still persits. |
Topic: Message Broker 7.0.0.6 Implement HTTPS |
lalitdowlani
Replies: 2 Views: 1692
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 31, 2014 4:00 am Subject: Message Broker 7.0.0.6 Implement HTTPS |
Hi
I have a HTTP Gateway with HTTP Input node and the front end applications will invoke broker via HTTPS using one way SSL.
The applications for instance A and B are will connect to broker usin ... |
Topic: Problems with Broker 7, Oracle 11g and CLOB Datatype... |
lalitdowlani
Replies: 8 Views: 13580
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 26, 2011 12:08 am Subject: Message Broker Oracle Stored Procedure CLOB issue |
Hi
I am facing the same issue . Please let me know whether u rasied any PMR and please share the details of same |
Topic: Issue while invoking Stored Procedure in SQL Server |
lalitdowlani
Replies: 12 Views: 46885
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 24, 2011 3:40 am Subject: Issue while invoking Stored Procedure in SQL Server |
Still getting the same errror
MB Code
CREATE PROCEDURE POC1(IN onetwothree DECIMAL,IN lalit CHARACTER)
LANGUAGE DATABASE DYNAMIC RESULT SETS 1
EXTERNAL NAME "dbo.POC1";
Stored Pro ... |
Topic: Issue while invoking Stored Procedure in SQL Server |
lalitdowlani
Replies: 12 Views: 46885
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 24, 2011 1:31 am Subject: Issue while invoking Stored Procedure in SQL Server |
Still Same error . |
Topic: Issue while invoking Stored Procedure in SQL Server |
lalitdowlani
Replies: 12 Views: 46885
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 23, 2011 1:48 am Subject: Issue while invoking Stored Procedure in SQL Server |
Hi sorry for the late reply ,
I executed the stored procedure after adding SET NOCOUNT ON but got the same error
Below is the snapshot ODBC.trace .
2011-05-23 09:17:44.837741 : EN ... |
Topic: Issue while invoking Stored Procedure in SQL Server |
lalitdowlani
Replies: 12 Views: 46885
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2011 6:06 am Subject: Issue while invoking Stored Procedure in SQL Server |
The main issue is that when i use PASSTHRU statement instead of CALL statement everything works fine.
If its working in case of PASSTHRU then the Data is proper and even the DataTypes.
But ther ... |
Topic: Issue while invoking Stored Procedure in SQL Server |
lalitdowlani
Replies: 12 Views: 46885
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2011 5:23 am Subject: Issue while invoking Stored Procedure in SQL Server |
I m calling the Stored Procedure in this way .
CALL POC(123,'Lalit',Environment.Variables.Result[]) INTO retCode;
Even i can understand the error and i have been debugging this issue for almot ... |
Topic: Issue while invoking Stored Procedure in SQL Server |
lalitdowlani
Replies: 12 Views: 46885
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2011 5:09 am Subject: Issue while invoking Stored Procedure in SQL Server |
In the Store Procedure :- i m not doing any insert .. just firing a select query ans returning it as a result set .
Below is the code of Stored Procedure
USE [ESB_DB]
GO
/****** Object: Store ... |
Topic: Issue while invoking Stored Procedure in SQL Server |
lalitdowlani
Replies: 12 Views: 46885
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2011 4:50 am Subject: Issue while invoking Stored Procedure in SQL Server |
Message Broker Version :- 7.0.0.2 (Linux)
SQL Server :- 2008 (Windows)
Whenever we try to invoke the SQL Server Stored Procedure using the ESQL Call statement .... we get the below exception
... |
Topic: Connect To SQL Server 2005 thru Java Compute JDBC Type 4 |
lalitdowlani
Replies: 1 Views: 3635
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 22, 2011 12:04 am Subject: Connect To SQL Server 2005 thru Java Compute JDBC Type 4 |
SQL Server Version is 2008 not 2005 ... |
Topic: Connect To SQL Server 2005 thru Java Compute JDBC Type 4 |
lalitdowlani
Replies: 1 Views: 3635
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 21, 2011 10:03 pm Subject: Connect To SQL Server 2005 thru Java Compute JDBC Type 4 |
I am trying to connect to SQL Server with Windows Authentication thru Java Compute using JDBC Type 4 Driver without XA.
Message Broker V 6.1
SQL Server 2005
Windows Platform
I have created a ... |