-
User dropped from our server
My #1 primary business user who is my main TeamSite Business Partner is "missing" from the user database. When I go into the TeamSite Administration GUI I see her there with all roles and groups and deployments listed. However when I do the clt "iwuser" - she's gone! O Everyother defined user can be found, but not her. How…
-
Getting Taxonomy values in LSDS
In v7.2.1 the taxonomy file was migrated to the runtime servers in the iw/config/taxonomy folder. We only have one active branch deploying into LIveSite so it worked in our case. In v7.4.1 that functionality has been removed. If you use the standard PLC workflow to publish the taxonomy file the only thing that's updated is…
-
LSCS (IDOL) query profiling / Setting up indexes in IDOL
We have some queries that are taking 2-4 seconds to respond out of LSCS. My understanding is we don't have any indexes on the query fields. Can anyone point me in the direction of some (any?) documentation on how to define indexes for IDOL? Thanks TS Stack version: Currently: 7.2.1 Very Soon: 7.4.1
-
Files are queued for deployment, waiting for execute...
Yesterday we had a situation where ALL PLC workflows were queuing up. There was plenty of disk space everywhere, no deployments were running. We restarted the OD service without success. I asked HP support one simple question "What is it waiting for?" They didn't answer me. They requested about a dozen different log files…
-
We are no longer using a Site-Map segment - can it be deleted?
We have a segment in our sitemap on one of our sites that is pretty large. We no longer need it and would like to remove it. Is there a way to do that? TS 7.2.1 LS 7.2.1
-
LiveSite returning status of 590
Has anyone ever seen a status code of 590 being returned by LiveSiteDisplayServices?
-
Internet Explorer 11
Has anyone tried Internet Explorer 11 on TS 7.4.1?
-
httponly header to secure session cookie
Has anyone enabled httponly header in LSDS to secure the session cookie? Then the obvious follow-up question, did it work?
-
Linux patch causing us issues - we think
We believe that this patch is causing issues for LSDS. Has anyone applied this patch on RHEL5 and experienced any memory issues? 2.6.18-371.4.1.el5
-
Hacking LSCS database
If you change the property of LSCS field mappings to add a new FACET, support tells me that I need to clear (delete) the LSCS project and redeploy all content. Redeploying all content is a royal pain. I'm not really excited to redeploy a few thousand DCRs, Documents and Pages. Has anyone either Hacked the LSCS database to…
-
TomCat clustering for LiveSite?
Has anyone enabled clustering for TomCat for LSDS?
-
PLC marks files modified
We have two Publish LiveSite Content deployments - one to our resting region and one to production. Somewhere in the workflow files that are added to the PLC to testing get marked "modified." Since we just dropped our LSCS database we need to redeploy everything (see post about active user community.) That will mark…
-
Very active user community
We have a very active user community and have run into an interesting issue that I have to believe long time LSCS users must have run into. LSCS Deployment error: IWDirent::Mkdir failed, err=31 The folder .../interwoven/LSCSRT-Store/ contains (what I believe) is a folder for every deployment pushed to LSCS. Try this: ll |…
-
Segmentation on first page hit
I have a test case that shows that segmentation of the sitemap on the first page hit does not work. Sitemap: primary segment has two pages defined with aliases, aaa and bbb. second segment has two pages defined with aliases, bbb and ccc The second segment has the condition of "always true" which should mean that the second…
-
Do non-page (or alias) URLs flow through the site precontrollers?
I would like to have ALL URLs that hit our LSDS server trigger the running of the site's pre-controllers. Use case: We are retiring (99% retiring) one of our web sites and moving all the content to another server. Of course all the URLs are different. Some we want to direct to new URLs, others we want 404 and some, for…
-
Segmentation issue - patch available
Sometimes I wonder how many organizations use some features of TS/LS. This time it's Segmentation. We setup a new segment for a redesign of the site's IA. We are moving stuff around, adding whole new sections and removing some others. For testing we created a new Segment that our testers can trigger by going to a specific…
-
Replacing primary segment with another
We currently have two different segments on one site, Primary and Alternate. We would like to replace Primary with Alternate thus leaving us with just one segment. Our current Primary segment will become obsolete shortly and would like all visitors to use the Alternate. We could just set the rule/condition to "true" on the…
-
Disabling Cache-control and pragma
Is there a setting somewhere to disable cache-control being added as a header coming out of LiveSite 7.2.1?
-
How do you "document" SitePublisher for your User community?
We are struggling with documenting the process to build pages, add components, update DCRs... etc What do you all do to prevent phone calls and allow the mere mortal users to use SitePublisher correctly?
-
FormsPublisher - Collapse All makes fields un-updatable
I have a DCT that is pretty big (probably near 300 fields) When I press the "collapse all" button and then press "expand all" all the fields are not updatable. They appear to be read-only. This does not appear to be an issue in Chrome, but it is an issue in IE-8. ALL of my content managers use IE since it's the corporate…
-
iwtax_node and iwtax_node_type tables missing
We are just starting to utilize the taxonomy file in SitePublisher. When I try to deploy it to our runtime environment it fails saying it can't insert into the iwtax_node_type table. After doing some digging and a LiveMeeting chat with support, we have determined that the tables are missing in the RT environment. What's…
-
Role "Update workarea"
I would like to limit the "get latest" button on the TeamSite (7.2) GUI to only a select few of my power users. If I remove the "update workarea" role from most people will that do it? Will that do other things I may not want? The TS Admin manual doesn't say anything about what each role permits/authorizes in detail.…
-
LSDS Admin panel?
The LiveSite Content Server admin/debug panel (http://serverhere:1876/lscs/admin/debugpanel/) is pretty nice for tracking down LSCS issues - is there an equivalent for LSDS?
-
SelectMultiple, Generator and ordering items
We are using a <Generator...> to populate an available list of items in a multiple select for a component. I have successfully added all the items I want to the list, but they are being sorted alphabetically. It appears that the "Order='xx'" attribute on the Option will prevent sorting, but it's not working. When I look at…
-
What does it mean to be "recognized"?
In the Session object returned by Livesite's context.getSession().isRecoginized(). Sounds like something fun, but all the javadocs say is "Gets if the user is recognized by the site associated with this session. True if the user is recognized, false otherwise."
-
TeamSite file permissions
Why can't this person create a new file? Member of BRANCHusers group. Folder: /default/main/BRANCH/workarea/development/ Workarea is "shared" (properties of the workarea) to BRANCHusers Folder Permissions: Everyone: read BRANCHusers: FullControl BRANCHusers group roles: Author Editor Reviewer workflowUser If I add the…
-
com.interwoven.livesite.runtime.model.page.Runtime Page
Looking for complete list of constants defined in this module. Any guess where I can find/decompile it? The manual lists: •RuntimePage.PAGESCOPE_TITLE Page title •RuntimePage.PAGESCOPE_KEYWORDS Page META keywords (compounded over all components and comma separated) •RuntimePage.PAGESCOPE_DESCRIPTION Page META description…
-
xx/images/favicon.ico appears when edit
On occasion (about 1/2 of the time) when editing a SitePublisher page the edit screen has the proper background but shows only "site-name/images/favicon.ico" on the screen. Anyone else experience or have a fix?
-
producing a CSV file out of LiveSite?
I will be creating a component that will produce a comma delimited table of data. Any guess how to get LiveSite to return that without adding anything to the page, including a doctype.
-
TinyMCE and TS 7.3.x
What version of TinyMCE comes bundled with TS 7.3.x? Has anyone implemented spell checking in TS 7.2.1 or 7.3.x? If you have can you share some details? Specifically which spell checker and any challenges you faced implementing it.