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 » WebSphere Message Broker (ACE) Support » Conversion WBIA mySAP to SAPInput - Multiple create verbs ?

Post new topic  Reply to topic
 Conversion WBIA mySAP to SAPInput - Multiple create verbs ? « View previous topic :: View next topic » 
Author Message
Herbert
PostPosted: Tue Jan 15, 2013 5:59 am    Post subject: Conversion WBIA mySAP to SAPInput - Multiple create verbs ? Reply with quote

Centurion

Joined: 05 Dec 2006
Posts: 146
Location: Leersum, The Netherlands

I'm in the process of migrating from the WBIA mySAP.com Adapter to the WMB SAPInput node (WMB 6.1)

The SAP iDoc is based on one Basic Message Type with multiple Logical Message Types.

In the WBIA mySAP.com Business Object Designer you can define multiple Create Verbs for this like below.

AleOutboundVerbs Create,Create1,Create2,Delete,Retrieve,Update
Create ... MsgType=LogicalType1
Create1 ... MsgType=LogicalType2
Create2 ... MsgType=LogicalType3

Now with the SAP Adapter Connection Wizzard inside the WMB Toolkit it looks like this is not possible.

When I select Create at 'Service Operation for selected IDoc' the wizzard does see the multiple Logical Message Types in the 'Idoc values to identify selected operation' pulldown, but I must select one of them and can not create multiple Create Service Operations.

Am I missing something? Or is this something that is only possible with the WBIA mySAP.com adapter and not with the WMB SAPInput Node ?
Back to top
View user's profile Send private message Visit poster's website
lancelotlinc
PostPosted: Tue Jan 15, 2013 6:05 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

http://www.ibm.com/developerworks/websphere/library/techarticles/0807_stewart/0807_stewart.html

You should be able to select all verbs, or any subset you want.

Quote:
The "Configure Object" window will open, as shown in Figure 11 below. You need to add the Service Operations, which are called Supported Verbs in BI Adapter. It is recommended that you add all of the Service Operations, but you can check which Service Operations were support by the WBA adapter by using the WBA Business Object Designer. Open the business object in the Business Object Designer and click the General tab. Click Next.



If this is not possible in your UI, open a PMR.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Herbert
PostPosted: Tue Jan 15, 2013 6:38 am    Post subject: Reply with quote

Centurion

Joined: 05 Dec 2006
Posts: 146
Location: Leersum, The Netherlands

lancelotlinc wrote:
http://www.ibm.com/developerworks/websphere/library/techarticles/0807_stewart/0807_stewart.html

You should be able to select all verbs, or any subset you want.

Quote:
The "Configure Object" window will open, as shown in Figure 11 below. You need to add the Service Operations, which are called Supported Verbs in BI Adapter. It is recommended that you add all of the Service Operations, but you can check which Service Operations were support by the WBA adapter by using the WBA Business Object Designer. Open the business object in the Business Object Designer and click the General tab. Click Next.


If this is not possible in your UI, open a PMR.


I can indeed select all the verbs that are applicable (Create, Delete, Update in this case). However with the WBIA mySAP Business Obect Designer it's possible to create additional Create verbs. That functionality seems missing in the WMB Toolkit wizzard.
Back to top
View user's profile Send private message Visit poster's website
lancelotlinc
PostPosted: Tue Jan 15, 2013 6:46 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

You may need to update to a later version of the toolkit in order to do this. Open a PMR to find out.

Notice the document is carefully worded: 'supported verbs'. Multiple Create verbs may not fall in that category at the software version you are at.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Herbert
PostPosted: Thu Jan 17, 2013 1:36 am    Post subject: Reply with quote

Centurion

Joined: 05 Dec 2006
Posts: 146
Location: Leersum, The Netherlands

lancelotlinc wrote:
You may need to update to a later version of the toolkit in order to do this. Open a PMR to find out.

Notice the document is carefully worded: 'supported verbs'. Multiple Create verbs may not fall in that category at the software version you are at.

Exactly to the point, it's available starting in version 7 and we are still on version 6.1
Back to top
View user's profile Send private message Visit poster's website
lancelotlinc
PostPosted: Thu Jan 17, 2013 5:44 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Herbert wrote:
lancelotlinc wrote:
You may need to update to a later version of the toolkit in order to do this. Open a PMR to find out.

Notice the document is carefully worded: 'supported verbs'. Multiple Create verbs may not fall in that category at the software version you are at.

Exactly to the point, it's available starting in version 7 and we are still on version 6.1


So what stops you from using a supported version? 6.1 is end of life in seven months.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Herbert
PostPosted: Mon Jan 21, 2013 12:11 am    Post subject: Reply with quote

Centurion

Joined: 05 Dec 2006
Posts: 146
Location: Leersum, The Netherlands

lancelotlinc wrote:
Herbert wrote:
lancelotlinc wrote:
You may need to update to a later version of the toolkit in order to do this. Open a PMR to find out.

Notice the document is carefully worded: 'supported verbs'. Multiple Create verbs may not fall in that category at the software version you are at.

Exactly to the point, it's available starting in version 7 and we are still on version 6.1


So what stops you from using a supported version? 6.1 is end of life in seven months.

The usual stuff, not my call as external programmer, business not waiting to fund an upgrade project that is not triggered by new functionality, no flexible organisation because parts are outsourced.

Just upgrading, on my request, from 6.1.0.3 to 6.1.0.11 was a very difficult process ...
Back to top
View user's profile Send private message Visit poster's website
Herbert
PostPosted: Fri Jan 25, 2013 5:25 am    Post subject: Reply with quote

Centurion

Joined: 05 Dec 2006
Posts: 146
Location: Leersum, The Netherlands

Herbert wrote:
Just upgrading, on my request, from 6.1.0.3 to 6.1.0.11 was a very difficult process ...

And regression because of this .... grrrrrrrr
Back to top
View user's profile Send private message Visit poster's website
lancelotlinc
PostPosted: Fri Jan 25, 2013 5:38 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Herbert wrote:
Herbert wrote:
Just upgrading, on my request, from 6.1.0.3 to 6.1.0.11 was a very difficult process ...

And regression because of this .... grrrrrrrr


What does your organization plan to do in September?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Fri Jan 25, 2013 5:42 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

lancelotlinc wrote:
Herbert wrote:
Herbert wrote:
Just upgrading, on my request, from 6.1.0.3 to 6.1.0.11 was a very difficult process ...

And regression because of this .... grrrrrrrr


What does your organization plan to do in September?


This assumes that any planning has been done.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Conversion WBIA mySAP to SAPInput - Multiple create verbs ?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.