-
workflow script variable
I am trying to do a JavaScript $IW_SCRIPT variable like this: "$IW_BRANCH".match(/^(.*)_SaContent(.*)?$/) ? "true" : "false"; In regex buddy I got a successful match on the branch /SA/main/bba/Interchange/bba_SaContent/maintenance The workflow does not like transitioning into the conditional link that I set up for this. I…
-
asynchronous urlexternal task design pattern
I am using 731. i have this use case: a workflow has a java (URL) external task which calls a service asynchronously. The service follows a JMS pattern and publishes status. We need to get a callback to the URL external task in case the job on the service fails or ends. we do not want polling. Does anyone have experience…
-
File system UI customization: Add a column with an extended attribute text
hi, UI customization question: Did someone customize the iw.ccpro.directory_list.paged_list to include a custom type="string" which holds an extended attribute from the file?
-
Forms 71: update a container item from callout cgi
I have a problem updating the current node in a container with a cgi callout value. I got it working for a hardcoded container item like this /article/iptc/iptc[2]/iptc-callout, and I got it working for all at once, however I cannot get it to update the current item as item is undefined in the callout ipl. There surely is…
-
LiveSite runtime on JBoss
TS71/win2003 I have run through the article 63495: Setting up LiveSite runtime on JBoss. I managed to get all setup, so that the iw-runtime.ear is deployed fine and the site and all other assets in livesitecs-demo is deploying fine in the Jboss folder. I have the issue that the jboss app is not accessible though. I have…
-
URL Alias
How is a URL Alias implemented in runtime? The reason for asking is the following: the web server stops directory browsing and we would need to know if there is any autonomatic configuration updates done from the websphere app layer into the IHS apache web server to store the urls. If there is any storage in the web server…
-
Targeting 31
In TeamSite 6.7.1/LS31(Solaris10) using Targeting and iLOG jRules we experience an issue that the Select Related Categories button in the Tag UI throws a NPE. The Content Type select button works fine. Then I found that the Taxonomy Explorer is empty and all the menu bar items are greyed out. My question is how do I get a…
-
Retrieve Hero Content for Adults or Children rule returns a $ only
I set up the LiveSite CS demo site in TS71/windows2003SP2 and the targeting functionality for anonymous targeting is working in runtime as the sitemap changes once I log in as an adult as opposed to a child. However, the Landing Page returns just a $ and the component seems to return an empty . Using the debugpanel on both…
-
livesite-cs rule demo in preview
I have installed the livesite-cs spar. I created 2 user profiles for development and production. When I log in and log out, I am running in the following error stack trace: [html] The system has encountered an internal error. com.interwoven.livesite.runtime.rendering.RenderingException: Unhandled Exception at…
-
targeting rule to display text/header in header
Hi, We have a component which is a header. The header consists of an icon, header text and a navigation bar. The header text has to be targeted on the basis of a segment which is based on a header referrer condition or a url click condition (not sure yet which). The business would like the messaging controlled by a DCR…
-
nested rule
solution: TS71/LS71/solaris10 Targeting implementation I have the following business case: In a header component we would like to display a message when a user is in site investor, a different message when in site adviser and another third, fourth, fifth, n times of different messages when in another site. I have the…
-
targeting-heartbeat rule not applied in preview
I have installed the targeting-heartbeat spar in a branch called targeting-heartbeat and that works successfully in the customer TS71/solaris10 environment. Now I wanted to go one step ahead and I copied the same conditions, rules, segments, actions into the branch for the customers own branch. I am using the exact same…
-
task to add transparent background to targa
is there an example of an insertion or retrieval task out there which adds a transparent background to an image? I am trying to add a transparent background to a targa file with the example from https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=50242 but that does not work.
-
Update Task expected behaviour of overwritemod="f"
TeamSite 672/win2003 I would like to ask a question as regards to the Update Task in workflow. I put into place the updatetask: [html] owner="__TAG__('iw_areaowner');" description="Update without Overwrite" start="f" overridemod="f" lock="f" delete="t" > __INSERT__(""); __INSERT__(""); [/html] I would expect the updatetask…
-
MediaBin Asset Size Limitations?
Hi there, a Customer is asking if we have any written statement on how large assets can be in MediaBin. I know that the file transfer applet support large file sizes. I could not find in the documentation bundle how large exactly: Found in the Installation guide for MB642: Enabling the File Transfer Applet The MediaBin Web…
-
Group Task does not proceed through email notification approve button
Solution Stack: TeamSite 672/WFM1.0.1.0/Linux (RH) and TeamSite 6.7.2/WFM1.0.1.0/Solaris10 It seems that the URL email task template (find attached with workflow model) does not work after a group task and review task. The group task itself in the UI works OK. I suspect that the xsl logic in the…
-
Script variable
Solution stack: TeamSite 672/Solaris10, WFM1010 Concerning an external taskScript variable I am trying to avoid having to create a sh script or a perl script to do this. I was wondering if the product supports the following command: Script Variable: [html] var cmd = '$IW_HOME/bin/iwmkwa'; var b = '/iwmnt/default/main/UHB';…
-
ECM Connector in a Form does not have the task in the browser.jsp
Solution Stack: MediaBin462, TeamSite672, SitePublisher3.1, ECM2.0, win2003. Active Directory domain CPWPLC setup against Mediabin and TeamSite. Mediabin User: CPWPLC\svc-mediabin Mediabin User has Task Administration privileges. In the Mediabin Client the user can add a new task Issue Description: In the LiveSite Image…
-
triggering a workflow from a DnR
opendeploy62 base /solaris10 opendeploy62 receiver /windows reverse deployment with a DnR [html] <script cmd="/opt/interwoven/iw-home/iw-perl/bin/iwperl /opt/interwoven/iw-home/local/bin/runworkflow.pl"/> [/html] Question: did anyone attempt to trigger a Java workflow model from an opendeploy DnR script? We are trying to…
-
Mediabin Web Services error: Access to the path hash.web is denied
MB 462/win2003/IIS6/asp.NET 1.1 and 2.0 installed After MB Web Services installation error message on remove FF or IE client: Server Error in '/MediaBinWebService' Application. Runtime Error error message in client (FF or IE) running on MB server itself: “System.UnauthorizedAccessException“ – Access to the path…
-
FormAPI Select Dropdown not populating option value
Environment: windows2003/TeamSite671SP1 Code attached: model.js/datacapture.cfg + enumeration.js/datacapture.cfg + displaydropdown.ipl I am dealing with a code setup issue here at this large European retailer The issue is that on editing a dcr, the featureselect dropdown in a Feature Information container contains a stored…
-
custom_instantiation workflow formapi workarea regex
I am trying to get the workarea path in a text element. [html] dcr-validation="reject-invalid" xmlns="http://www.interwoven.com/schema/datacapturedtd"> <script><br> var waPath = IWDatacapture.getWorkarea();<br> alert("waPath " + waPath);<br> var waTmp =…
-
Deploy task success failure in workflow modeler
Solution: TS671SP1/WFM1001/OD62+patch1/LS302 attached: workflow model of CPW Preview Selected Content. I have a workflow which selects files in a URL task (custom java code). Then it has a Deploy Task. When the deploy task finishes, I would like to get the Deployment status back to the user in a cgi screen somehow. How…
-
DeployTask variable set through custom_instantiation.cfg
solution: TS671SP1/OD62/LS30/WFM1001 Query I have is that I have a wfm that I would like to reuse in different branches kicking off different OpenDeploy deployment configuration files. I created a custom_config.xml through the TS Admin UI for a branch called AUTHORING. I included some global variables like: [html] CPW…
-
Update Task for whole workarea
TS671SP1/WFM1001 Hi there! I have a business requirement that a workarea gets copied to another workarea. The user does not select any files, so there are no files attached to the update task. It makes sense that the update task then does not work. Question is: How should I approach this? Should I create a datasource to…
-
contentModificationDate customisation in ui_custom.xml breaks sorting
env: win2ksp4/TS65SP2 (multiple TS servers affected, DEV/UAT/PROD) Uncommenting the below commented contentModificationDate item in ui_custom.xml customisation breaks the sorting in CC PRO. [html] [/html] Our objective is to have Name, Modified By and Modified sortable, but it seems that only Name and Modified can be…
-
extra column with submit state
ENV: win2003/TS671 business requirement: An extra visual cue in Content Center Professional that indicates whether a file has been published and whether a file is visible to the public site or only visible to the internal corporate realm. The idea is to have an extra column in CCPRO that is called Published which has the…
-
data type not picking up correct tpl
env: win2k/TS65SP2 I have a global branch and a subbranch for China. We want to have a presentation template in the global branch and a Chinese presentation template in the Chinese branch. I have this in templating.cfg: [html] [/html] In the global branch I negate the Chinese branch to prevent that data type template to be…
-
fcgiwaspc hangs after iw.server shutdown on linux due to rotate log in httpd.conf
environment: RHE4 (update 5) TeamSite 6.7.1 (no servicepacks) iwwebd.conf.template has this set: # # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a # container, error messages relating to that virtual host will be # logged here. If you *do* define an error logfile for a…