-
iwutild - can't create process as user
TS 6.7.2 SP2 on Windows 2003 I'm seeing lines like this in my iwutild.log:[Fri Jan 21 12:54:31 2011] Error: CreateProcessAsUser failure user=principalusa\TXXXXXX; argcount=3479; errCode=206; cmd=E:\iw-home/iw-perl/bin/iwperl.exe E:/iw-home/local/bin/pfgWriteSubmitDirectLog.ipl 10403711 10403718…
-
TS 7.2.1 "Failed to edit user"
Finally completed 7.2.1 install. Now testing functionality. In Admin Console\User Management\Edit User I'm getting "Failed to edit user". Anyone come across this error yet?
-
Include a reusable DCT snippet in datacapture.cfg
Hi, does anyone know how i can include a reusable code snippet like a snippet for a component or an item within datacapture.cfg? I want to do it using java(not java -cp) and not iwperl. If anyone knows a framework that interwoven provides for this, please notify. Regards Bhaskar
-
Moving 6.7.2 on a Windows 2000 server to a Windows 2008 64 bit server
I have TS 6.7.2 on a Windows 2000 server. I want to move it to Windows 2008 64 bit server. It looks like only 2008 32bit is supported since the installer gives me the following error. Dependency and Compatibility Analysis Result: ============================================= Rejected product "TeamSite" - Windows NT…
-
Components Do Not Update Properly Within Pages
I am working with TeamSite 7.1, and have a component with an External and a Prefix: [HTML] ... handleRequest [/HTML] The component is used by a template. When the page is updated with the template, the Params element appears in the page, but not the Prefix element, and the Prefix code is not executed. Has anyone…
-
Cannot Reference DCR from Component
I am working with TeamSite 7.1. I have a component with several Datums in the Content XML, including a DCR Datum: [HTML] Stuff ...more String Datums... ...path to DCR... [/HTML] When I hardcode the path to the DCR, I cannot preview the component (the preview pane just comes up blank). When I publish a page that uses this…
-
OD 7.1 "check correct JDBC Driver installed"
We have upgraded to OD 7.1. When trying to run Quick or Custom Reports we receive "Please check if the correct JDBC driver is installed." We have tried sqljdbc and sqljdbc4. No luck. We are running this on a Windows 2008 SP2 box. SQL 2005 DB Any thoughts?
-
TeamSite slow and copying files to Y drive give error when completed.
My users have been copying files through a mapped drive to our TS server. Yesterday they reported that it was very slow and that they were receiving the following error, "Cannot copy xxxxx: the specified network name is no longer valid". The file will copy, but tends to hang the open explorer window on their desktop and…
-
Cleanup unused Assets in TeamSite workarea
Happy New Year everyone! Environment: TeamSite 672 SP1 with SitePublisher on Solaris 10. There are many unused assets like images, css, javascripts etc. and DCRs in the workarea. We're planning to cleanup these unused items. Identifying the assets manually is a time consuming task, so thinking to write a script to identify…
-
DNR child2 user failed to initgroups because it OD was not super-user
Getting the error above in od.log after attempting a deployment with a DNR script - this is the first time we have ever attempted to run a deployment with a DNR script at this location (I have done DNRs in a past life somewhere else). It's maddening because it makes no sense. The OpenDeploy instance on the source and…
-
Templating - Save Error: DCR is already modified
Hi, we are using TS 7.1 and in our installation we are facing a peculiar issue in the templates. When a new DCR is created, everything works fine. However when a DCR is edited, for every second click of "Save" (we tried both out of box save and custom save) we keep getting the following error message: The file you are…
-
EOL for 6.7.2?
I wasn't able to find this by searching -- could someone advise as to when support for TS 6.7.2 will be no longer?
-
Need help creating simple Select All checkbox
I have an incredibly simple task for a DCT form and just can't see why this is not working. The script is very basic. It is triggered via an init script whenever any checkbox has a state change. function fnHandleCarType(item) { var arOptions = item.getOptions(); for (i=0; i<arOptions.length; i++) { if (arOptions.value ==…
-
LSCS deployments are failing
Hi, We have upgraded our Teamsite environment from TS 7.1.0 to TS 7.1.0.0.1 (Windows 2008) and we are facing an issue with LSCS deployments. We are getting the following error: ----------------------------------------------------------- ENG: *** In Adapter Processing ENG: ENG: *** Iterating ENG: *** Class To Instantiate =…
-
Using Images in Rich text editor (Tiny MCE)
Hi, We are using TS 7.1 along with Sitepublisher on windows 2008. In our sitepublisher components we have a textarea datum which is a rich text editor (Tiny MCE). Users make use of the insert image button to browse for images and add it to the text area. When the image is inserted it has the relative path as…
-
Problems invoking workflow using CSSDK
I have a use case where an external java application creates files inside of TeamSite, and those files need to be immediately published (submitted and open-deployed to the apache servers). I found the following tech article: http://devnet.interwoven.com/site.fcgi/techlib/55800 We have a basic workflow that publishes static…
-
Replicant Item Value
Hello Forum, Is there a way to get the number value of how many replicants are there in the DCT? I need to get the max value of the replicants - 1 to apply some sytle sheet on the template?
-
AD Users and Groups in Teamsite
Hi All, We are working with TS 7.1 installed on windows 2008 and we are using Teamsite authentication. In our environments (Dev and QA) we are adding AD users to Teamsite using the admin console and we are creating Teamsite groups. In our UAT and Production environments we have AD authentication enabled, users and groups…
-
Number of Assets in MediaBin
Hi, What is the most straightforwared way to find out the count of assets and revisions that we currently have in MediaBin. This is in preparation for an upgrade.
-
OD updated files deployement failure
Hi , I have setup for workflow in TS 6.7.1 in which the OD of files to prod servers is configured from pre prod server. Issue is updated files are not getting deployed to prod server with newer version(updates are not getting reflected) and newer files are getting deployed successfully. I have checked logs deployment is…
-
deploying multiple site on same LSRT
hi, can any one guide me how to deploy multiple sites on single LSRT. can we have multiple ROOT folder like web and web1 .... under LSRT-home/runtime.
-
Action->New Job vs Submit :: Instantiation Form
Forgive me if this topic has been brought up - I am not allowed to search for the words New or Job as they are 3 characters. Good grief.... Anyway, we have noticed that a workflow instantiation form for a WFM workflow displays quite differently when you use the Action->New Job method of invoking a workflow or the Submit…
-
LSCS query relationship with OGNL
Outside of simple LSCS queries hacked together in various javaclasses we have created I have not been able to get my head around the relationship between OGNL and the lscs query as provided in the Display Document List.component. I have not been able to find good documentation about it either. So I have some specific…
-
Hide/show the DCT save and generate buttons dynamically?
We have a few seconds of load time on our DCTs, i would like to hide the save/generate buttons with FORMAPI or javascript until a callserver is done loading. we have issues were users spam save/generate before the form is dont loading which throws errors. i am able to hide the finish/cancel buttons simply, but if i use the…
-
tuckey URLReWritFilter - response.encodeURL
Our marketing folks want to use the site name as the sub domain, get rid of the site name in the url path, and of course ditch the .page extension. We are using LS & SP 7.1. I get how the incoming url can be easily rewirtten to point to the correct page using mod_rewrite or via the directions off the tuckey.org site. It is…
-
getting page parameters
Hi all, I'm looking for a way to get , in an external, the parameters which are passed to the page.(GET method mainly) Ex : I have my page, called by www.mypage.fr?parameter=value I have a component on this page, and in his external i would like to get the ?parameter=value . Anybody knows a way to achieve this? Thanks