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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » [Solved]Build time question

Post new topic  Reply to topic Goto page 1, 2  Next
 [Solved]Build time question « View previous topic :: View next topic » 
Author Message
ucbus1
PostPosted: Tue Nov 19, 2002 12:21 pm    Post subject: [Solved]Build time question Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

I want the input container of an activity to be mapped to the output container of the activity. I have used "Default data connector" so that the _STRUCT( user Data) is populated. I did check the FDL and imported using options "-u -p -t -o -y -i" with FMCIBIE. Still my oputput container is having null values. Am I missing somethig?
Please help
Back to top
View user's profile Send private message Send e-mail
Ratan
PostPosted: Tue Nov 19, 2002 12:36 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

Did you map the data members you want from the input container to the output container?

-Laze
Back to top
View user's profile Send private message Send e-mail
ucbus1
PostPosted: Tue Nov 19, 2002 1:20 pm    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

yes i did
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Tue Nov 19, 2002 1:31 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Are you talking about the INPUT and OUTPUT containers of SAME activity or OUTPUT of ACTIVITY1 to INPUT of ACTIVITY2.

If you have done the mapping then always the container data from where its originating is to be double checked

Venny
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ucbus1
PostPosted: Tue Nov 19, 2002 1:35 pm    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

I am talking about populating the output contaner of the same activity from the input container
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Tue Nov 19, 2002 1:45 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Try using data loop connector. I really don't know the difference but both of them should work.

Does your FDL say something like

DATA
LOOP 'ACTIVITY1'
MAP '_STRUCT' TO '_STRUCT'
LAYOUT

....

---
Venny
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vennela
PostPosted: Tue Nov 19, 2002 2:16 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

I am sorry about the above post.

It seems that Data loop container is used to copy OUTPUT container of an activity back to the INPUT container of the same Activity. So Data default connector is the only way other than setting them up in the program. The values that are set in the program overwrite the values copied by the default data connector.

---
Venny
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Ratan
PostPosted: Tue Nov 19, 2002 2:21 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

update your process model in buildtime. select Process, select object statues-> Reset to updated.

Then export the fdl and try impoting it. The -o option should be doing this. But give it a try and also use the -f option.

-Laze.
Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Tue Nov 19, 2002 2:44 pm    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

Ucbus:

If you are still having a problem email me your FDL (Unless it's small enough to paste in here)... And I will have a look for you.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
ucbus1
PostPosted: Wed Nov 20, 2002 5:17 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

John,
I have just emailed you the FDL for your suggestions
Thanks
Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Wed Nov 20, 2002 6:30 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

Ucbus:

Please send me your FDL again, and this time do your EXPORT DEEP. I can not tell anything from this, since when I import into Buildtime I get several hundred errors.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
ucbus1
PostPosted: Wed Nov 20, 2002 7:38 am    Post subject: Reply with quote

Knight

Joined: 30 Jan 2002
Posts: 560

Thanks john, I have just sent to you the FDL after Exporting DEEP
Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Wed Nov 20, 2002 8:27 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

Ucbus:

Sent an email reply to you.

Let me know how this works.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Vladimir
PostPosted: Thu Nov 21, 2002 6:04 pm    Post subject: Reply with quote

Acolyte

Joined: 14 Nov 2002
Posts: 73
Location: USA, CA, Bay Area

UCBus, John:

Do you want to share with us what was the actual problem there?

We are using "Default data connectors" and if there is any problems with it - I personally really want to be aware about them.
Back to top
View user's profile Send private message
jmac
PostPosted: Fri Nov 22, 2002 4:25 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

Vladimir:

I have not heard back fromUcbus, but I believe it was human error.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » [Solved]Build time question
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.