Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



RE: [MAXIMO List] MQ to WAS to Maximo

From: Lonnie Stone (2013-11-11 13:11)

Being sent from MQ directly.
-----Original Message-----
From: "Ian Wright" <ian.wright@gdfsuezep.co.uk>
Sent: ‎11/‎11/‎2013 12:27 PM
To: "MAXIMO@yahoogroups.com" <MAXIMO@yahoogroups.com>
Subject: RE: [MAXIMO List] MQ to WAS to Maximo

Another quick question is the message being sent in as a web service or by some other form of integration

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Lonnie Stone
Sent: 11 November 2013 16:44
To: MAXIMO@yahoogroups.com
Subject: RE: [MAXIMO List] MQ to WAS to Maximo


Good thoughts. Websphere setup looks good for all normal messaging traffic through cqin. It is when the message comes from MQ that Maximo is unable to process it. Websphere sees it in the queue.
From: Ian Wright
Sent: ‎11/‎11/‎2013 10:50 AM
To: MAXIMO@yahoogroups.com
Subject: RE: [MAXIMO List] MQ to WAS to Maximo

Having thought about this a little more I know of only one place you can bypass the queue and that’s when you deploy a web service i.e. go to “web services library” app pick a web service and on the right hand side of the screen you will see a tick box “Bypass Queue” this assumes you are using web services. But this would not stop the message getting into maximo it would just bypass the Queue

So if your messages are getting into the queue I think the problem is with the websphere setup
Have a look at this article and check your setup against it

http://www-01.ibm.com/support/docview.wss?uid=swg21461689

rgds ian

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Lonnie Stone
Sent: 11 November 2013 11:53
To: MAXIMO@yahoogroups.com
Subject: RE: [MAXIMO List] MQ to WAS to Maximo


We tried many variations but have not been able to get maximo to read it from the CQIN queue
From: Ian Wright
Sent: ‎11/‎11/‎2013 3:45 AM
To: MAXIMO@yahoogroups.com
Subject: RE: [MAXIMO List] MQ to WAS to Maximo

It should be as simple as ticking the “Use Continuous Queue” box on the enterprise service in the “external systems” application.
Then the enterprise service will use the CQIN queue

Rgds Ian

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Lonnie Stone
Sent: 09 November 2013 20:09
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] MQ to WAS to Maximo


Friends -
I am looking for a way that maximo can process messages from MQ through the CQIN queue. I was able to get it to process using the jms crontask when it was directed at a sequential queue but there are issues when it holds up everything else due to a bad data transfer
Maximo 75x
WebSphere 7x
Oracle with data stores
MQ.
Thanks in advance
GDF SUEZ E&P UK Ltd (Company Number 3386464), registered in England and Wales with a registered office address at: 40 Holborn Viaduct, London, EC1N 2PB.
****************************************************************************************************************************************************************************************
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
****************************************************************************************************************************************************************************************
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (8)
Recent Activity: New Members 2
Visit Your Group
Email addresses you might need:
Posting: MAXIMO@yahoogroups.com
Join : MAXIMO-subscribe@yahoogroups.com
Leave : MAXIMO-unsubscribe@yahoogroups.com
Cry : MAXIMO-owner@yahoogroups.com
Group : http://groups.yahoo.com/group/MAXIMO
Switch to: Text-Only, Daily Digest • Unsubscribe • Terms of Use • Send us Feedback .

__,_._,_
[The entire original message is not included.]


From: Ian Wright (2013-11-11 18:54)

If you mean directly to the JMS queue then I can’t see how it will work
Typically you have to invoke a service either enterprise / object or standard service either by web services or Http put / post
There is also a REST service which is simple but seems to bypass all the internals like message tracking etc

The easiest way to do this would be to sent the message via a web service I’m sure MQ will support this
When you publish a web service in maximo the middleware can consume the wsdl file and it then knows the format and target destinations allowing mapping from the source fields to the maximo fields

After publishing you can generate the xml schema then use the following in the middleware

http://maxdemo.gdfbrit.local/meaweb/wsdl/EXTSYS1_MXVENDORInterface.wsdl

ExteranlSystemName_NamofEnterpriseService.wsdl

Rgds Ian



From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Lonnie Stone
Sent: 11 November 2013 18:11
To: MAXIMO@yahoogroups.com
Subject: RE: [MAXIMO List] MQ to WAS to Maximo


Being sent from MQ directly.
________________________________
From: Ian Wright<mailto:ian.wright@gdfsuezep.co.uk>
Sent: ‎11/‎11/‎2013 12:27 PM
To: MAXIMO@yahoogroups.com<mailto:MAXIMO@yahoogroups.com>
Subject: RE: [MAXIMO List] MQ to WAS to Maximo

Another quick question is the message being sent in as a web service or by some other form of integration

From: MAXIMO@yahoogroups.com<mailto:MAXIMO@yahoogroups.com> [mailto:MAXIMO@yahoogroups.com] On Behalf Of Lonnie Stone
Sent: 11 November 2013 16:44
To: MAXIMO@yahoogroups.com<mailto:MAXIMO@yahoogroups.com>
Subject: RE: [MAXIMO List] MQ to WAS to Maximo


Good thoughts. Websphere setup looks good for all normal messaging traffic through cqin. It is when the message comes from MQ that Maximo is unable to process it. Websphere sees it in the queue.
________________________________
From: Ian Wright<mailto:ian.wright@gdfsuezep.co.uk>
Sent: ‎11/‎11/‎2013 10:50 AM
To: MAXIMO@yahoogroups.com<mailto:MAXIMO@yahoogroups.com>
Subject: RE: [MAXIMO List] MQ to WAS to Maximo

Having thought about this a little more I know of only one place you can bypass the queue and that’s when you deploy a web service i.e. go to “web services library” app pick a web service and on the right hand side of the screen you will see a tick box “Bypass Queue” this assumes you are using web services. But this would not stop the message getting into maximo it would just bypass the Queue

So if your messages are getting into the queue I think the problem is with the websphere setup
Have a look at this article and check your setup against it

http://www-01.ibm.com/support/docview.wss?uid=swg21461689

rgds ian

From: MAXIMO@yahoogroups.com<mailto:MAXIMO@yahoogroups.com> [mailto:MAXIMO@yahoogroups.com] On Behalf Of Lonnie Stone
Sent: 11 November 2013 11:53
To: MAXIMO@yahoogroups.com<mailto:MAXIMO@yahoogroups.com>
Subject: RE: [MAXIMO List] MQ to WAS to Maximo


We tried many variations but have not been able to get maximo to read it from the CQIN queue
________________________________
From: Ian Wright<mailto:ian.wright@gdfsuezep.co.uk>
Sent: ‎11/‎11/‎2013 3:45 AM
To: MAXIMO@yahoogroups.com<mailto:MAXIMO@yahoogroups.com>
Subject: RE: [MAXIMO List] MQ to WAS to Maximo

It should be as simple as ticking the “Use Continuous Queue” box on the enterprise service in the “external systems” application.
Then the enterprise service will use the CQIN queue

Rgds Ian

From: MAXIMO@yahoogroups.com<mailto:MAXIMO@yahoogroups.com> [mailto:MAXIMO@yahoogroups.com] On Behalf Of Lonnie Stone
Sent: 09 November 2013 20:09
To: MAXIMO@yahoogroups.com<mailto:MAXIMO@yahoogroups.com>
Subject: [MAXIMO List] MQ to WAS to Maximo


Friends -
I am looking for a way that maximo can process messages from MQ through the CQIN queue. I was able to get it to process using the jms crontask when it was directed at a sequential queue but there are issues when it holds up everything else due to a bad data transfer

Maximo 75x
WebSphere 7x
Oracle with data stores
MQ.

Thanks in advance

GDF SUEZ E&P UK Ltd (Company Number 3386464), registered in England and Wales with a registered office address at: 40 Holborn Viaduct, London, EC1N 2PB.

****************************************************************************************************************************************************************************************
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.

If you have received this email in error please notify the system manager.
****************************************************************************************************************************************************************************************
Reply via web post<http://groups.yahoo.com/group/MAXIMO/post;_ylc=X3oDMTJwYWdjMmUwBF9TAzk3MzU5NzE0BGdycElkAzM4MTgyOARncnBzcElkAzE3MDUwMDczODkEbXNnSWQDNTk1MzAEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMzg0MTkwODAx?act=reply&messageNum=59530>

Reply to sender <mailto:Ian.Wright@gdfsuezep.co.uk?subject=RE%3A%20%5BMAXIMO%20List%5D%20MQ%20to%20WAS%20to%20Maximo>

Reply to group <mailto:MAXIMO@yahoogroups.com?subject=RE%3A%20%5BMAXIMO%20List%5D%20MQ%20to%20WAS%20to%20Maximo>

Start a New Topic<http://groups.yahoo.com/group/MAXIMO/post;_ylc=X3oDMTJkZzZ1b29iBF9TAzk3MzU5NzE0BGdycElkAzM4MTgyOARncnBzcElkAzE3MDUwMDczODkEc2VjA2Z0cgRzbGsDbnRwYwRzdGltZQMxMzg0MTkwODAx>

Messages in this topic<http://groups.yahoo.com/group/MAXIMO/message/59523;_ylc=X3oDMTM1ZWVyYWI4BF9TAzk3MzU5NzE0BGdycElkAzM4MTgyOARncnBzcElkAzE3MDUwMDczODkEbXNnSWQDNTk1MzAEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMzg0MTkwODAxBHRwY0lkAzU5NTIz> (8)

[Yahoo! Groups]<http://groups.yahoo.com/;_ylc=X3oDMTJjN2tybmpsBF9TAzk3NDc2NTkwBGdycElkAzM4MTgyOARncnBzcElkAzE3MDUwMDczODkEc2VjA2Z0cgRzbGsDZ2ZwBHN0aW1lAzEzODQxOTA4MDE->
Switch to: Text-Only<mailto:MAXIMO-traditional@yahoogroups.com?subject=Change%20Delivery%20Format:%20Traditional>, Daily Digest<mailto:MAXIMO-digest@yahoogroups.com?subject=Email%20Delivery:%20Digest> • Unsubscribe<mailto:MAXIMO-unsubscribe@yahoogroups.com?subject=Unsubscribe> • Terms of Use<http://info.yahoo.com/legal/us/yahoo/utos/terms/> • Send us Feedback <mailto:ygroupsnotifications@yahoogroups.com?subject=Feedback%20on%20the%20redesigned%20individual%20mail%20v1>
.

__,_._,_

[The entire original message is not included.]