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 » Importing FDL into buildtime

Post new topic  Reply to topic
 Importing FDL into buildtime « View previous topic :: View next topic » 
Author Message
khan_dada
PostPosted: Tue Aug 12, 2003 9:55 pm    Post subject: Importing FDL into buildtime Reply with quote

Newbie

Joined: 27 May 2003
Posts: 7

Hi everyone,
I have an FDL which was generated by buildtime in a one machine and then when I try to import that FDL file into buildtime in a workflow environment that is on different machine I am getting the following error.
Could some one please help me.

8/13/2003 12:41:15 AM FMC20500I Start parsing C:\unzipped\Export\BT.fdl.
8/13/2003 12:41:15 AM FMC21029E Entity Index of type DataStructure exists already (tried to create).
8/13/2003 12:41:15 AM FMC22010E Internal exception arised: FmcAssertionException, Condition=*** Assertion failed in e:\v340\src\fmcfmodl.txx(1896): member.IsValid()
8/13/2003 12:41:15 AM FMC20510I Finished parsing C:\unzipped\Export\BT.fdl.
8/13/2003 12:41:15 AM FMC51301E Parsing of FDL C:\unzipped\ExportAll2003-05-19\BT.fdl terminated with errors.
Back to top
View user's profile Send private message
vennela
PostPosted: Wed Aug 13, 2003 5:46 am    Post subject: Reply with quote

Jedi Knight

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

It says member already exists. Maybe if you use force option (-f) , you will get through.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Ratan
PostPosted: Wed Aug 13, 2003 3:49 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

I got the same problem today.
Venny, Force option doesnot solve it.

Sagar, What database do you use?
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
khan_dada
PostPosted: Mon Aug 18, 2003 8:13 pm    Post subject: importing FDL into buildtime Reply with quote

Newbie

Joined: 27 May 2003
Posts: 7

Hi ratan,
sorry for the late reply i was out of town.
i am using DB2. I am trying to import the FDL into buildtime.
Back to top
View user's profile Send private message
Ratan
PostPosted: Mon Aug 18, 2003 8:52 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

That is interesting, I thought the problem was because of Microsoft Access. I have to look again to see what caused my error.

Thnx
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
tdwells
PostPosted: Mon Sep 08, 2003 12:28 pm    Post subject: Reply with quote

Apprentice

Joined: 30 Oct 2002
Posts: 42

Did anyone ever get a solution for this problem? I am getting the same type of error.
_________________
IBM Certified Specialist - MQSeries
Back to top
View user's profile Send private message
vennela
PostPosted: Mon Sep 08, 2003 12:41 pm    Post subject: Reply with quote

Jedi Knight

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

(1) What version of BuildTime?
(2) Where did you get the FDL from ?
Are (1) and (2) of the same versions?

-------
Venny
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Ratan
PostPosted: Mon Sep 08, 2003 1:02 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

my buildtime was at v332 sp3. I have not tried doing it again and havent looked if there were any version inconsistencies. I will see if I can recreate the problem some time today.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
Ratan
PostPosted: Wed Sep 10, 2003 10:56 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

There are no version inconsistencies. My FDL and Buildtime are at the same version. I am getting this error when exporting the whole FDL from one Buildtime and importing it into another.

When I only exported a few processes and imported it into other, It was successful.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Wed Sep 10, 2003 11:09 am    Post subject: Reply with quote

Jedi Knight

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

If you do an export "ALL", then standard objects like DefaultDataStructure, Levels, will also be exported from the runtime. This might be giving an error. If you get rid of those then it might work. But identifying what all are standard objects is a bit of work to do

If you do identify them, and if you find a way to export excluding those objects, then it may work.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Ratan
PostPosted: Wed Sep 10, 2003 11:22 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

I was not getting an error because of the standard objects. If I select Overwrite it should not matter and also even if there are standard objects buildtime should not throw an exception.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Wed Sep 10, 2003 11:33 am    Post subject: Reply with quote

Jedi Knight

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

I think you are right.
I exported the entire runtime and imported into BT and I am not getting any errors. I thought it would fail on the default system objects but it didn't.

Can you post the error messages
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Ratan
PostPosted: Wed Sep 10, 2003 11:46 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

It is the exact same error message as in the initial post in this thread.

Also this happens when I am exporting from one buildtime and importing it into another (not from runtime to buildtime).
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Wed Sep 10, 2003 12:52 pm    Post subject: Reply with quote

Jedi Knight

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

I don't have any problem doing it from BT to BT also.
I am having MQWF BuildTime 3.3.2 with no SP.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Ratan
PostPosted: Tue Nov 04, 2003 2:33 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

Anybody found a solution for this?
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Importing FDL into buildtime
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.