LSCS is an entity that is composed of multiple parts. I don't think anyone would agree to people looking at the internal LSCS schema that it uses. What are you trying to do?Anyways, the LSCS entity as a whole is populated by the OD adapter. Including all internal parts.
Even I do not personally know the inner details. We consider it as a black box. I know it uses an OD Java Adaptor.
Hi iwstore,I think it is Iwovs responsibility to properly document the workflows and deploys around lscs. It is a big shame to release it like this. Maybe Alex can comment on this?Having said this:the obstacle is that the lscs deploy can NOT be configured to add more deploy targets then the default dev & prod. This is hard-coded in the java-code. :-(((((
It feels, however, that it is possible to configure the 'production' target to deploy to more then 1 lscs-instance, at the same time. This would make sure they would be in sync. So if you want to have your staging & prod to be in sync, this should be possible.
HARD CODED?? Where exactly, any information on class name or place where this has been done ? Is it possible to customize?
Then, whats the significance of below materials ?1. ts_72_spdev_en_rev1.pdf page numbers 338 to 343
2. https://customers.autonomy.com/support/secure/index.jsp#{"state":{"version":2,"Text":"livesite%20database%20state"},"datasource":"FAQ","operation":"zoom","vstate":{"MatchReference":["/automater/automater_files/docs/FAQ/Interwoven/60255.html"],"oldState":{"state":{"version":2,"Text":"livesite%20database%20state"},"datasource":"allTab","operation":"zoom"},"resultSetIndex":3,"resultSetSize":1152,"links":"LIVESIT,DATABAS,STATE","text":["livesite%20database%20state"]}}
Also, the xml-structure of lscs-authoring (under lsauth-home/authoring\etc\deployment\config) does not look like we can add target-nodes here.Maybe we are able to set target-nodes PER branch. Some minor/global instruction are included in the lscs-auth reference but a detailed reference on this is missing.
The code has been refactored to allow for multiple LSCS targets, either with 7.2.1 or 7.2.2.
We start to support multiple LSCS targets in LSCS7.2.2. In the new lscs-authoring.xml, we are no longer using "preview" and "production" elements for global and branch specific node definition. Instead, we are using generic "runtime" element for runtime node definition and use mode attribute to distinguish the different deployment modes.For example:old preview node is defined as:new preview node is defined as:Besides "preview" and "production" modes, user can specify any deployment mode. For example, "demo", "sample" ......
We start to support multiple LSCS targets in LSCS7.2.2.