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 17 matches
Author Message
  Topic: How to execute mqsi commands from Powershell
abinaya

Replies: 5
Views: 5653

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 19, 2018 10:13 pm   Subject: How to execute mqsi commands from Powershell
I tried this too :

$BROKER_HOME = "C:\Program Files\IBM\IIB\10.0.0.8\server\bin"
$env:PATH =$env:PATH + $BROKER_HOME
mqsiprofile
mqsilist

Powershell screen :

PS C:\Users\xxx> ...
  Topic: How to execute mqsi commands from Powershell
abinaya

Replies: 5
Views: 5653

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 19, 2018 10:03 pm   Subject: How to execute mqsi commands from Powershell
Hi

can you please elaborate what you mean by "source mqsiprofile" ?

$BROKER_HOME = "C:\Program Files\IBM\IIB\10.0.0.8\server\bin"
$env:PATH =$env:PATH + $BROKER_HOME
Set- ...
  Topic: How to execute mqsi commands from Powershell
abinaya

Replies: 5
Views: 5653

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 19, 2018 3:22 am   Subject: How to execute mqsi commands from Powershell
Hi
Thanks for your reply . I tried setting the environment variable path to the folder where mqsiprofile is there in a powershell script .

Setting environment variable path
Set location -path â ...
  Topic: How to execute mqsi commands from Powershell
abinaya

Replies: 5
Views: 5653

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 19, 2018 12:42 am   Subject: How to execute mqsi commands from Powershell
Hi All

I have IIB Version 10.0.0.8 in windows environment and I want to execute mqsi commands in powershell . After executing mqsiprofile in powershell I am getting error as "The user environ ...
  Topic: Issue in File Transfer from IIB to Sterling Integrator
abinaya

Replies: 1
Views: 1431

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 01, 2018 3:09 am   Subject: Issue in File Transfer from IIB to Sterling Integrator
Hi All

I know that File Transfer is old ,but we are using it due to some limitations in project.

From IIB 10.0.0.8 performing a remote FTP to Sterling Integrator . In Development environment ev ...
  Topic: Convert XML to String in ESQL
abinaya

Replies: 12
Views: 13054

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 30, 2018 1:36 am   Subject: Convert XML to String in ESQL
My intention was below ,

Flow 1 ( Generic IDOC Router) -> Flow 2 (With MQ Input Node)

Flow 1 receives IDOC and passes to Flow 2 and Flow 2 parses with DataObject Domain and with Physical for ...
  Topic: Convert XML to String in ESQL
abinaya

Replies: 12
Views: 13054

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jan 24, 2018 1:47 am   Subject: Convert XML to String in ESQL
I want to pass the Text extracted to a flow with MQ Input to parse as IDOC . Is there no other way other than traversing the whole xml to extract values alone ?
  Topic: Convert XML to String in ESQL
abinaya

Replies: 12
Views: 13054

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 23, 2018 10:04 pm   Subject: Convert XML to String in ESQL
This is the Input XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<event><applicationData><![CDATA[<complexContent><name>& ...
  Topic: Convert XML to String in ESQL
abinaya

Replies: 12
Views: 13054

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 23, 2018 8:03 am   Subject: Convert XML to String in ESQL
I tried the logic without CDATA, even that is resulting in same error . To be more clear ., I will be having an xml containing exception information and in a xml tag called original input the actual i ...
  Topic: Convert XML to String in ESQL
abinaya

Replies: 12
Views: 13054

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 23, 2018 4:48 am   Subject: Convert XML to String in ESQL
DECLARE inMessage BLOB;
SET inMessage = ASBITSTREAM(InputRoot.XMLNSC OPTIONS FolderBitStream CCSID 1208);
DECLARE cMessage CHARACTER CAST(inMessage AS CHARACTER ENCODING 546);
SET OutputRoot.BLOB ...
  Topic: Convert XML to String in ESQL
abinaya

Replies: 12
Views: 13054

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 23, 2018 2:12 am   Subject: Convert XML to String in ESQL
Hi All ,

I know this is a topic which has lot of reference posts in MQSERIES , But I am raising a new thread as I already tried with all options. Apologies .

I have a XML wrapped in a CDATA (XM ...
  Topic: Unable to connect to Remote Integration Server
abinaya

Replies: 2
Views: 2329

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 14, 2017 6:48 pm   Subject: Unable to connect to Remote Integration Server
On top of this, MQ version I am using is Version: 9.0.2.0
  Topic: Unable to connect to Remote Integration Server
abinaya

Replies: 2
Views: 2329

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 14, 2017 6:27 pm   Subject: Unable to connect to Remote Integration Server
Hi All,

I am trying to connect to a integration server located in client place through IIB toolkit 10.0.8 , as connect to remote broker . Integration server is not SSL enabled and exposed in defau ...
  Topic: Integrating IIB10 with AS400 system
abinaya

Replies: 5
Views: 4261

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jul 06, 2017 7:52 pm   Subject: Integrating IIB10 with AS400 system
Hi abinaya,

by any chance, any work around did you found on this? Even am looking for the same requirement.., if possible do call me at 7382942380

No I have not found any solution , If you found ...
  Topic: Integrating IIB10 with AS400 system
abinaya

Replies: 5
Views: 4261

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jul 05, 2017 7:20 pm   Subject: Integrating IIB10 with AS400 system
Hi All

Different possible approaches to connect to As400 system from IIB10

1) through MQ
2) through FTP
3) Calling Databases in AS400 system through JDBC drivers
4) Usind Iseries adapter no ...
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.