ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 19 matches
Author Message
  Topic: IIB -9.0.0.5 - bipListener java/lang/OutOfMemoryError
Venkat10

Replies: 0
Views: 1290

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 19, 2018 1:51 am   Subject: IIB -9.0.0.5 - bipListener java/lang/OutOfMemoryError
We are doing a performance testing for API's created in IIB V9.0.0.5 and bipListener is running out of memory. We increased the number of instances of the flow, jvm on http listener to 2GB using mqsis ...
  Topic: IIB - 9 : JSON - Formatting
Venkat10

Replies: 2
Views: 1815

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri May 11, 2018 9:20 am   Subject: IIB - 9 : JSON - Formatting
Creating flat files with JSON format and sending to a client but client is requesting to send the data in readable format not in single line. Is there a way I can achieve this in IIB 9.

Example:
R ...
  Topic: {Solved}HTTP - Database throughput issues
Venkat10

Replies: 6
Views: 4364

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Feb 17, 2017 11:56 am   Subject: {Solved}HTTP - Database throughput issues
We were able to resolve this by adding more memory to SQL Server.

When we are performing the test SQL CPU was good but memory is between 80-90% once we increased the memory number of concurrent con ...
  Topic: {Solved}HTTP - Database throughput issues
Venkat10

Replies: 6
Views: 4364

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jan 30, 2017 2:35 pm   Subject: {Solved}HTTP - Database throughput issues
We are running a WebService operation using HTTP input and reply node in IIB 9.2

This operation is selecting some columns from the database and sending back a response in XML. Request variable come ...
  Topic: Message Format MQHRF2 Error
Venkat10

Replies: 8
Views: 3581

PostForum: General IBM MQ Support   Posted: Wed Mar 30, 2016 10:25 am   Subject: Message Format MQHRF2 Error
Full Trace

<32074-4099885328-Wed Mar 30 14:18:36 2016>: FULL TRACE ON
<32074-4099885328-Wed Mar 30 14:18:36 2016>: Adapter command: -FORMAT MQHRF2 -QMN QMN -QN QUEUE -CQMN -T+ / ...
  Topic: Message Format MQHRF2 Error
Venkat10

Replies: 8
Views: 3581

PostForum: General IBM MQ Support   Posted: Wed Mar 30, 2016 9:44 am   Subject: Message Format MQHRF2 Error
We are using WTX to place a message on Queue with MQ Header format MQHRF2 and getting Message_could_not_be_stored_on_the_queue Error. It was working fine earlier this morning we had an outage on Queue ...
  Topic: HTTP Request nod - Authorization information
Venkat10

Replies: 3
Views: 2483

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Mar 11, 2016 7:47 am   Subject: HTTP Request nod - Authorization information
I am able to resolve this issue using below statement.

SET OutputRoot.HTTPRequestHeader."Authorization" = 'Basic '||base64Encode('userid'||':'||'password');
  Topic: HTTP Request nod - Authorization information
Venkat10

Replies: 3
Views: 2483

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Mar 09, 2016 7:14 am   Subject: HTTP Request nod - Authorization information
Hi ,

I am trying to call an API from IIB 9 using HTTP Request node but to access this API we need to provide User ID and Password.

How can i send user id / password from IIB. I tried couple of w ...
  Topic: IIB - Http Patch Method
Venkat10

Replies: 5
Views: 5001

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Mar 02, 2016 10:06 am   Subject: IIB - Http Patch Method
Tried but no luck. We are using IIB 9.0.0.3

SET OutputLocalEnvironment.Destination.HTTP.RequestLine.Method = 'PATCH';

Going to error node with below error.

X-Original-HTTP-Status-Line HTTP/1. ...
  Topic: IIB - Http Patch Method
Venkat10

Replies: 5
Views: 5001

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 01, 2016 1:33 pm   Subject: IIB - Http Patch Method
Hi,

I have a requirement to use Http Request node and use Patch method.

But I didn't see this method in the drop down.

Is there a way that I can call a URL using Patch method?

Thanks,
Ven ...
  Topic: Dynamic Datasource in compute node for PASSTHRU
Venkat10

Replies: 6
Views: 3224

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 16, 2015 8:37 am   Subject: Dynamic Datasource in compute node for PASSTHRU
It worked when I configured some meaningful Datasource in Compute Node.

Thanks everyone for your help.
  Topic: Dynamic Datasource in compute node for PASSTHRU
Venkat10

Replies: 6
Views: 3224

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 12, 2015 8:34 am   Subject: Dynamic Datasource in compute node for PASSTHRU
Hi,

Is there a way I can assign datasource dynamically in Compute node when executing PASSTHRU.

SET Datasource = InputRoot.XMLNSC.StatementExecute.DataSource;

SET Environment.CommandExecute.r ...
  Topic: Select STMT from mapping node/ESQL
Venkat10

Replies: 1
Views: 1006

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 18, 2014 5:55 am   Subject: Select STMT from mapping node/ESQL
Hi All,

I am working on a flow which needs to fetch around 12 million records from a SQL database and creates a file. Earlier this interface was running on a standalone WTX Windows environment and ...
  Topic: Server Name string issue related to JDBC configuration
Venkat10

Replies: 3
Views: 1594

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Sep 10, 2014 8:27 am   Subject: It's working
It's working guys. Thanks a lot.

"////" worked
  Topic: Server Name string issue related to JDBC configuration
Venkat10

Replies: 3
Views: 1594

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Sep 10, 2014 6:23 am   Subject: Server Name string issue related to JDBC configuration
I am working on a mapping node which connects to SQL server.

As Mapping node requires I configured JDBC4 type connection MYSQL and I have a server name like "TESTSQL\SERVER" and port as ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.