Exporting with IDs

I have a question regarding the use of the Fscript command: [ExportPlan

ids]. When should you export with IDs? Is this only advisable for

deployed applications that have UUIDs assigned? Any advice would be

appreciated.

Bradley Wells

brwells@strong-funds.com

Strong Capital Management, Inc

<a href=

"http://www.strong-funds.com">http://www.strong-funds.com</a>

[433 byte] By [kamran.amin] at [2007-11-25 5:02:06]
# 1

Brad,

The reason for using the command [ExportPlan ids] is when you need to

create a new workspace which will be exactly the same as the one you are

exporting from. We do this when we are setting up applications for

failover scenario. The runtime object ids have to be the same for an

application to failover from one environment to another. You would have

make distribution from two different repository because they are two

different environment(or you can copy the appdist directory from one

environment to another if the nodes have been defined the same). To do

this you would need the workspaces in both environment to be exactly the

same. Another scenario where you would use the command is to keep a

backup of you production repository in pex format. Hope this answers

you question.

Kamran Amin

Forte Technical Leader, Software Engineering

kaamin@oxhp.com

203-459-7362

Oxford Health Plans

48 Monroe Turnpike

CT, Trumbull 06611

<a href="http://www.oxhp.com/">http://www.oxhp.com/</a>

>-

>From:Brad Wells[SMTP:brwells@strong-funds.com]

>Sent:Thursday, February 05, 1998 6:35 PM

>To:'Forte Users - Sage'

>Subject:Exporting with IDs

>

>

>I have a question regarding the use of the Fscript command: [ExportPlan ids].

> When should you export with IDs? Is this only advisable for deployed

>applications that have UUIDs assigned? Any advice would be appreciated.

>

>Bradley Wells

>brwells@strong-funds.com

>

>Strong Capital Management, Inc

><a href=

"http://www.strong-funds.com">http://www.strong-funds.com</a>

>

kamran.amin at 2007-6-29 9:22:35 > top of Java-index,Application & Integration Servers,Integration Servers...
# 2

Daniel Nguyen wrote:

>

> Hi Brad,

>

> You need it for Repository management in the life cycle (for instance

> if you use reference partitions). This has been already explained.

> But, you can also need that if you want to use the serialized format

> of Forte with persistence.

> In one of my applications I have used the serialized format in a file.

> If I don't maintain the IDs of my classtypes, I won't be able to

> read my objects. You can imagine the same problem with blobs in

> databases with serialized format.

>

> On that subject, has anybody developped a format like serialized but

> independant from IDs. The aim is to store an object without its

> classtype and then at read time, cast it to reuse it.

>

> Thanks.

>

> Daniel Nguyen

> Freelance Forte Consultant

>

> Brad Wells wrote:

> >

> > I have a question regarding the use of the Fscript command: [ExportPlan

> > ids]. When should you export with IDs? Is this only advisable for

> > deployed applications that have UUIDs assigned? Any advice would be

> > appreciated.

> >

> > Bradley Wells

> > brwells@strong-funds.com

> >

> > Strong Capital Management, Inc

> > <a href=

"http://www.strong-funds.com">http://www.strong-funds.com</a>

Guest at 2007-6-30 22:03:06 > top of Java-index,Application & Integration Servers,Integration Servers...