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 57 matches
Author Message
  Topic: GDM with JSON including namespaces causes compile error
catshout

Replies: 0
Views: 1261

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jul 18, 2018 9:13 am   Subject: GDM with JSON including namespaces causes compile error
Hi everybody,

we're currently facing an issue with GDM. We got a JSON Schema like

{
"$schema": "http://json-schema.org/draft-04/schema#",
"description&q ...
  Topic: PASSTHRU MS SQL - charset conversion?
catshout

Replies: 0
Views: 1548

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 13, 2017 9:28 am   Subject: PASSTHRU MS SQL - charset conversion?
Dear community,

we're trying to fire a PASSTHRU statement to MS SQL Server 2008 with "Latin1_General_CI_AS" collation.

See below the statement

SELECT DISTINCT company.id,company.cit ...
  Topic: OData support in IIB?
catshout

Replies: 3
Views: 4339

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 08, 2017 5:47 am   Subject: OData support in IIB?
Our client is asking for exchange data over SAP HCM API, specified in

http://help.sap.com/saphelpiis_cloud4hr/EN/SuccessFactors_HCM_Suite_OData_API_Handbook_en.pdf

Might be the REST API and REST ...
  Topic: OData support in IIB?
catshout

Replies: 3
Views: 4339

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 08, 2017 3:35 am   Subject: OData support in IIB?
Dear community,

we've a request to deal with SAP's HCM Suite OData API. Is there any built-in support in IIB for OData yet?

https://en.wikipedia.org/wiki/Open_Data_Protocol

I've checked the I ...
  Topic: RESTRequest Node and HTTP Basic Authentication
catshout

Replies: 3
Views: 5079

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jan 23, 2017 7:02 am   Subject: RESTRequest Node and HTTP Basic Authentication
Found it.

It's necessary to add the use of the security definition to the path definition in the Swagger file as well like

"paths" : {
"/v1/checkmobile/artikel&quo ...
  Topic: RESTRequest Node and HTTP Basic Authentication
catshout

Replies: 3
Views: 5079

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jan 23, 2017 6:21 am   Subject: RESTRequest Node and HTTP Basic Authentication
Dear community,

I'm trying to setup a REST call against an external resource that is secured by HTTP Basic Authentication.

The common thing described here
mqsisetdbparms EIB001 -n rest:: ...
  Topic: Configure and enable flow monitoring through IIB10 REST API?
catshout

Replies: 0
Views: 1275

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 17, 2017 4:01 pm   Subject: Configure and enable flow monitoring through IIB10 REST API?
Dear community,

is it possible to

1. create a Configurable Service (for a MonitoringProfile)
2. assign a MonProf file to this Configurable Service and
3. activate the Flow Monitoring for a par ...
  Topic: Subscribing to event message topics (MQTT on IIB10 w/o QM)
catshout

Replies: 2
Views: 2232

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 17, 2017 3:51 pm   Subject: Subscribing to event message topics (MQTT on IIB10 w/o QM)
Found that the Info Center is a bit misleading here. Under

topicRoot/Monitoring/integrationServerName/messageFlowName

where topicRoot is "IBM/IntegrationBus".

It should be

topicR ...
  Topic: Subscribing to event message topics (MQTT on IIB10 w/o QM)
catshout

Replies: 2
Views: 2232

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 17, 2017 2:42 pm   Subject: Subscribing to event message topics (MQTT on IIB10 w/o QM)
Dear community,

I've enabled the IIB flow monitoring for an existing message flow based on a monitoring profile with following commands

mqsicreateconfigurableservice EIB001 -c MonitoringProfiles ...
  Topic: Bar file deployment against IIBv10 REST API (apiv1)
catshout

Replies: 11
Views: 7516

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Dec 08, 2016 8:02 am   Subject: Bar file deployment against IIBv10 REST API (apiv1)
A 500 means that the server itself had an error...

A 400 might be a better fit, with a response message indicating what file doesn't exist, or can't be read.

Hm, HTTP 400 means that the request ...
  Topic: Bar file deployment against IIBv10 REST API (apiv1)
catshout

Replies: 11
Views: 7516

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Dec 08, 2016 7:51 am   Subject: Bar file deployment against IIBv10 REST API (apiv1)
When I look at the IIB Web UI that is leveraging the REST API as well (checked in the Firefox debug window) there's a return for the succesful/non-succesful deployment.

This follows probably the as ...
  Topic: Bar file deployment against IIBv10 REST API (apiv1)
catshout

Replies: 11
Views: 7516

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Dec 08, 2016 6:50 am   Subject: Bar file deployment against IIBv10 REST API (apiv1)
The deployment time(out) is indeed a valid issue.

My point is that even in the case that none of the provided ressources (referenced by name in the HTTP request body) are exist (e.g. due to a typo) ...
  Topic: Bar file deployment against IIBv10 REST API (apiv1)
catshout

Replies: 11
Views: 7516

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Dec 08, 2016 12:58 am   Subject: Bar file deployment against IIBv10 REST API (apiv1)
The 3rd gives a HTTP 204 in any case. This even if there is some typo and therefore nothing has been deployed.

Finally you need to check the successful deployment with this command

/usr/bin/curl ...
  Topic: Bar file deployment against IIBv10 REST API (apiv1)
catshout

Replies: 11
Views: 7516

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Dec 07, 2016 11:48 am   Subject: Bar file deployment against IIBv10 REST API (apiv1)
Tested some syntax modifications, by now this worked ..

/usr/bin/curl http://10.10.15.121:4414/apiv1/bar/readBar -X POST -v \
-c /var/jenkins/workspace/Runtime_Deploy_Entwicklung/IIBDeplo ...
  Topic: Bar file deployment against IIBv10 REST API (apiv1)
catshout

Replies: 11
Views: 7516

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Dec 07, 2016 10:20 am   Subject: Bar file deployment against IIBv10 REST API (apiv1)
Dear community,

we're trying to deploy a pre-created bar file against the IIBv10 REST API (apiv1) as documented here /usr/bin/curl http://10.10.15.121:4414/apiv1/bar/readBar -X POST -v \
...
Goto page 1, 2, 3, 4  Next Page 1 of 4

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.