Author |
Message
|
ucbus1 |
Posted: Tue Nov 19, 2002 12:21 pm Post subject: [Solved]Build time question |
|
|
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 |
|
 |
Ratan |
Posted: Tue Nov 19, 2002 12:36 pm Post subject: |
|
|
 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 |
|
 |
ucbus1 |
Posted: Tue Nov 19, 2002 1:20 pm Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
yes i did  |
|
Back to top |
|
 |
vennela |
Posted: Tue Nov 19, 2002 1:31 pm Post subject: |
|
|
 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 |
|
 |
ucbus1 |
Posted: Tue Nov 19, 2002 1:35 pm Post subject: |
|
|
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 |
|
 |
vennela |
Posted: Tue Nov 19, 2002 1:45 pm Post subject: |
|
|
 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 |
|
 |
vennela |
Posted: Tue Nov 19, 2002 2:16 pm Post subject: |
|
|
 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 |
|
 |
Ratan |
Posted: Tue Nov 19, 2002 2:21 pm Post subject: |
|
|
 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 |
|
 |
jmac |
Posted: Tue Nov 19, 2002 2:44 pm Post subject: |
|
|
 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 |
|
 |
ucbus1 |
Posted: Wed Nov 20, 2002 5:17 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
John,
I have just emailed you the FDL for your suggestions
Thanks |
|
Back to top |
|
 |
jmac |
Posted: Wed Nov 20, 2002 6:30 am Post subject: |
|
|
 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 |
|
 |
ucbus1 |
Posted: Wed Nov 20, 2002 7:38 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Thanks john, I have just sent to you the FDL after Exporting DEEP |
|
Back to top |
|
 |
jmac |
Posted: Wed Nov 20, 2002 8:27 am Post subject: |
|
|
 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 |
|
 |
Vladimir |
Posted: Thu Nov 21, 2002 6:04 pm Post subject: |
|
|
 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 |
|
 |
jmac |
Posted: Fri Nov 22, 2002 4:25 am Post subject: |
|
|
 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 |
|
 |
|