-
iwat thaw doesn't seem to be launching the command
I have a command that works with "iwat StartUp" but I'm striking out on "iwat Thaw" it doesn't seem to launch the app. On a side note - is there an event on a time expiring freeze? If I issue the command iwfreeze +1 there is a freeze event but no thaw event in the iwevents log.
-
Folder Permissions question
This is such a simple question but one that causes me grief every time. We have a group of users who should be able to update content in only one folder (and sub folders). For example default/main/br/workarea/development/templatedata/primary/research/data/stocks (and below) If I create a new group in TS and allow that…
-
Issues with aliases
Hi all. We have a number of different sites and I'm having issues with TWO of them with aliases not working as expected. The two sites are "cdnp" and "cdns". When I setup the alias cdnp/api/directory (yes I've deployed everything) and then go to ...:1776/cdnp/api/directory the alias is not found. Looking at the trace log I…
-
eStudio debugging question
We have some POJOs for doing some back-end processing while pages are built. ...xmlns:getdata="java:com.ntrs.livesite.xsl_utils.GetData"... Within eStudio... I would like (need) to do some debugging of the Java class GetData but for the life of me I can't find a few things: 1) if it blows up - what is the log files (path &…
-
Moving component definitions from one TS server to another
What is the best way to move components from one TeamSite server to another? (v16.2.0.1 in both cases.)
-
in-context-edit and textarea fields
TS 16.2.0.1 E-Studio I have a simple component that has one String and one TextArea that has "in-context-edit" defined. It works great.... until the textarea has multiple lines (I think). Once you exit the edit screen ("X" or preview) when you get back the In-context pencil doesn't appear and clicking has no effect. Only…
-
unknown command id iw.group.submit
Trying to submit a file and received this stack trace in the jboss log. 10:36:15,299 INFO [stdout] (default task-10) [ERROR] 10:36:15 CommandHandler - runCommandLoop: command iw.group.submit is unknown 10:36:15,299 INFO [stdout] (default task-10) com.interwoven.ui.base.command.UnknownCommandIDException: unknown command id…
-
While validating a workflow: Unable to contact server.
While using workflow builder (v16.2) I have one workflow that when I try to validate or save to TeamSite it complains that it's "Unable to contact server". It's just kidding because other workflows validate and save just fine. Soooooo... I open the developers window and watch the network traffic. The response to the call…
-
Assing a new Page type/layout in EStudio
I have successfully added a new page type and layout to SitePublisher but it's not available in EStudio. I updated: Then I did a What did I miss to get the new page type & layout available in EStudio?
-
iw.group.submit is unknown
Any guess where to look for the cause/fix to this error? I'm trying to submit a new component.
-
Command line update of "display-name"
I'm trying to set the "display-name" attribute for people when we create new users. We typically create new users with a template that we execute at the command line. It's a ton faster than through the GUI. BUT trying to set the display-name is throwing this error: I've tried my account which already had display-name set…
-
Tomcat's docBase and LSDS
I've created a new Pagetype that contains: (plus a lot more) <?xml-stylesheet type="text/xsl" href="/xsl/cml/format.xsl"?>The bottom line is I want the browser to pull in the stylesheet "/xsl/cml/format.xsl" stylesheet to do the formatting. This works in the preview/edit environment using…
-
PLC (v16.2) - Reviewers. How to add new ones?
I created a new group in TeamSite. That group has a role of reviewer for the branch but the group is not showing up in the dropdown in the PLC (not eStudio) Is there some magic?
-
EStudio error: Oops! An error occurred....
EStudio has a habit of issuing errors on the screen like: Oops! There was an error updating the component(s) Any guess where those errors are logged?
-
Workflow modeler - save as
I use workflow modeler about once every few years therefore I'm starting from scratch every time. Arghhh... Is there a way to copy an existing workflow. I need the same flow, but slightly different. Different enough that adding the different functionality doesn't make sense. Ideas?
-
Page Token definitions
I'm trying to setup two new Page Tokens to do their magic in TeamSite Preview. But for the life of me I can't find the right config file to change (plus a build) to get them to be recognized. Has anyone ever done it? To get this to work in our runtime environment I updated this file…
-
rendering-resource-config.xml - where to update?
One of the challenges I have with TeamSite is where to put customizations such that a Build or Make-toolkit (which one to use is another challenge) will pick up the change and not mess things up. Specifically today I'm trying to create a new Page_Token that will work in preview mode. To do that I need to update…
-
In-context-edit with DCRs that include Tabs?
I have a simple component (created for testing) that creates two ICE fields. One from a DCR that has tabs and one that does not. The one without tabs works great. The one with tabs does not. I've tried with and without putting the tab name in the dcr-item-paths without success. I have opened a ticket with support but…
-
Custom report / script
I'm trying to build a utility so non-TeamSite users can get a report of expiring content. I could do it on our LiveSite servers but would rather have it running on our TeamSite server. Two questions: 1) where can I put it? 2) what is the URL to use to hit it?
-
E-Studio page design/template question
I'm not up on all the bootstrap stuff available but for the life of me I'm stumped. I need to build a template that will produce a page like the diagram below. I'm stumped. LiveSite throws in sooooo many wrapper divs around the component there's little I can do. The nav component will be shorter than the body content on…
-
E-Studio (TS 8.2) - Template relationship with Pages
I built a page (6 or 7 actually) based upon a template. I have changed and submitted the template. I would expect the page to tell me that the template has been updated and I can Merge or Overwrite. But it's not. I believe that's abnormal. Opinions? (ignore signature) TS/OD/LS 8.2
-
Setting response header in site precontroller
We are having an interesting challenge. One of our requirements for a new site is to allow for people to "sign in" (it not really signing in but that's the easiest way of explaining it) and stay signed in for up to seven (7) days. To do this we are dropping a cookie on the workstation with an expiration of 7 days. That…
-
8.x CLT for creating new users?
Is there a command line tool for creating new TeamSite users in TS 8.x? I don't see one listed in the documentation.
-
Modify the RequestContext and/or ResponseObject from within an XSL component?
Is it possible to get a reference to the RequestContext and/or the Response object from within an XSL component? We have written a number of POJOs to do a lot of processing for us from within the transformation of the component's XSL. We also also have an external for updating the Response headers. One thing I would like…
-
in-context-edit for content from DCRs?
Somewhere I saw an example of setting up in-contect-edit for fields in a DCR. I don't see it in the TeamSite SitePublisher Developer Guide (v 7.2). Anyone know the syntax for that? TS 7.4.1
-
Trying to edit a Large HTML block with in-context-edit
TS 7.4.1 I have a rather large blob of HTML that I would like to make "in-context-edit"able. But it's telling me that there is an XML parse error. So I shrunk the content down to <p>hello world</p> and I get the same error. Any hints on using in-context-edit for large blocks of HTML content?
-
"Generate" but use LiveSite?
Is there an OOTB solution to this challenge? We have a SitePublisher Site that our business updates regularly. One of the consumers of that site would like a flat HTML version of that site moved to another server. Tieing that other server into LiveSite is not an option due to some security concerns. So My question is - Is…
-
Looking for email class for review/email task
There is an old posting in this forum (many years old) that says that the class com.interwoven.ui.teamsite.workflow.task.urltask.ReviewerMailNotificationTask can be found in teamsite.jar. Well in 7.4.1 it doesn't appear to be there. I'm hoping someone can either tell me where I can find it or post stub java code to get me…
-
File permissions, TS groups and access to <server>\iwserver
Are TeamSite groups that are used for setting permissions on files used while referencing files through the "Y" drive? For example: A file with permissions of "app-a-author:all" can people update that file through the Y drive if they are in that group? (I hate getting permissions setup in TS, it seems like one day it…