Karling, it sounds like your having some basic, low level, problems with
PLPs.
In general, you should not be creating a PLP every time you run it. You
should either design the PLP via the webtop, or write a one time only script
to create the PLP.
Once that's done, yes, you have a 'runner' file that simply calls CFA_PLP.
Normally it will do other things like check for the completion of the PLP
and then do something.
How do you know the ID of the PLP? When you create the PLP, there is an
attribute you can pass that will return the PLP ID for you. Or you can just
check the webtop.
=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
Email : [EMAIL PROTECTED]
ICQ UIN : 3679482
"My ally is the Force, and a powerful ally it is." - Yoda
> -----Original Message-----
> From: Lum, Karling [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 05, 2001 6:12 PM
> To: Spectra-Talk
> Subject: RE: Probs with PLP step execution
>
>
> Thank you Michael, howevre I still get the same problem - my plp steps do
> not execute althouh the steps themselves have been created by
> plp_create.cfm
> (the file I sent last time)...I think this is because I do not have a
> run.cfm file or similar...should I have another file can run.cfm?
> So far I have: plp_create (plpcreate.cfm)
> step1 (NumberofPaths.cfm)
> step2 (DefiningVar.cfm)
>
> If I have a run.cfm to actually execute the thing, what should I
> put in it?
> It seems Spectra uses a run file with the just a cfa_plp tag inside it:
>
> <CFA_PLP
> PLPID="blah..." <!---whatever plp was created--->
> Datasource="#request.cfa.objectstore.dsn#"
> UserName="admin"
> r_bPLPIsComplete="PLPComplete"
> r_stOutput="stDDO"
> bforcenewinstance="0">
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.