|
Hi Elin,
> 1.
> Why does ALL-IN-1 place form MAIN in SITEMEMRES and not in SITEOAFORM,
> when the form gets moved to live area?
Possible reason:
Someone/Something updated the information in CM$SITELOG.
Question(s):
1) Is this the flow?
- ADE, COpy to Development
- MLA, which moved the form to SITEOAFORM
- E(dit), again MLA, which moved the form to SITEMEMRES
2) If so, then:
- Check the value for CM$SITELOG.LIVE_DISK_LOCATION[$CM_KEY] after the
customer selected form MAIN in the CM menu. Is it .....SITEMEMRES...?
- Did the customer install some package which updated form MAIN (and updated
CM$SITELOG)?
- Did the customer (by any chance) change the value for LIVE_DISK_LOCATION?
(I presume not)
> 2.
> How can we correct this?
> Do we use FMS commands, extract MAIN from SITEMEMRES, insert the form
> into SITEOAFORM, and delete MAIN in SITEMEMRES?
If the LIVE_DISK_LOCATION value is set to .....SITEMEMRES..., perform:
- RFL (Remove from Live area). The element will be back in Development
- WRITE CHANGE CM$SITELOG %KEY = $CM_KEY, LIVE_DISK_LOCATION = ""
- Move to Live. It should recalculate the Live location according to the
value in CM$SDC
- Check the live location via:
<GET CM$SITELOG.LIVE_DISK_LOCATION[$CM_KEY]
It should indicate ....SITEOAFORM.... If not, then there is a problem in
one of the CM procedures (which would be the first time for standard
MLA).
- Recomile the Site form libaries (espcially SITEMEMRES to get rid of
MAIN).
Ciao,
Simon
|