-
non-DCR format DCR XML
In 5.5.2 or 6 is it possible to have a DCT that creates DCRs in a format other than Interwoven DCR XML? I know it's supposedly possible to convert a DTD to a DCT, but I'm wondering if it's possible to skip the DCR XML and store the DCR in a custom XML format. I can't find anything about this in the docs, but it seems like…
-
Job description in the tasks list
Hi All, In CCP, under the workflow tab in the task list window, the Job Description column wasn't showing up. I finally got the column to display, but each row for that column just shows "null HTML found for object". I have no idea what is causing this. Anyone else have this problem. TIA, Mukesh p.s. we upgraded from TS…
-
ldap protocol error
Hi all, I'm trying to set up our teamsite server (aix 5.1, ts 5.5.2) to authenticate with ldap (openldap). My iw.cfg auth section looks like: [authentication] authenticate_by=ldap ldap_server=10.63.132.221 ldap_dnbase=ou=Content Management,dc=ikea,dc=com ldap_account=cn=Manager,dc=ikea,dc=com ldap_pwd=secret…
-
opendeploy adapter questions
hello. i am trying to write an adapter and am having some trouble. i need to use a class from an external jar but am unsure about where the jar should be placed. also, i tried to use log4j but was unsuccessfull (iwov's logging isn't as nice but that is what i am using now.) lastly, i am having a porblem due to the fact…
-
VFE inline for some users
Some users like the convenience of having VFE appear inline, other users have hardware limitations that make the browser crash if VFE appears inline. Is there any way to configure this on a per-user basis (such as in preferences)?
-
Selectbox Options limit
Hi all, Does anyone know if there is a limitation on the number of options there can be in a MDC datacapture.cfg file? I have to pull a list of all the states in the world into a multiselect box and I get an error. If I reduce the number to say about 200 or so, it works. I can keep doing that to find out the exact number,…
-
6.1 - Tales from the front lines
OK I had posted a scathing post in the Workflow forum this morning only to realize it was my own **** fault - once again. This 6.1 upgrade is killing me. Here's the story, and this might be useful to some other people who tend to do stupid things like me. In 6.1 they made these swell new special paths where you can put…
-
delim in DCT DTD
What is the delim attribute for things like select, radio, etc? The documentation seems to say the templating system will concat multi-select values using this character, but what I get is more like <value>1</value> <value>2</value> If this delim is obsolete, can it be removed from the DTD and docs?
-
XML to DCT convert
Hi, I have several thousands of XML files with a fixed DTD. I need to convert these files into DCRs. What should be the best approach here. I am on TS 6.1. Appreciate any suggestion. Thanks -Pankaj
-
java.lang.ClassCastException: com.interwoven.dc100
What does this (in servletd.log) mean when saving a DCR (the UI shows "Saving" but it never saves): 2004-06-03 10:20:29 - Ctx( /iw/webdesk ): Exception in: R( /iw/webdesk + /templating/DatacaptureServlet + null) - java.lang.ClassCastException: com.interwoven.dc100.core.TAndContainer at…
-
bug, feature or JimmyFat losing it?
iwserver: 5.5.2 Build 17976 Interwoven 20030323 I have reduced my current problem to the following DCT code: <?xml version="1.0" standalone="no"?> <!DOCTYPE data-capture-requirements SYSTEM "datacapture5.0.dtd"> <data-capture-requirements type="content" name="admin-records"> <ruleset name="admin-records"> <container…
-
Preview/Generate from DCT prompts usr to open/save
Has anyone run into the situation when previewing a DCR using a presentation template, TeamSite 6.0 prompts the user to open/save/cancel the zz_tst file or the generated file? We are running TS6.0 on Solaris Thanks, Jumster
-
TS6.1 - UI is broken *DELETED*
Post deleted by Smitty77
-
Is Form filterng on Workarea possible?
TS 6.1 Is it possible to restrict the available Forms to particular workareas? I've a separate workarea for TFO and I dont want the author to see any templates for this workarea. Currently in CCStd the author is able to see all the forms in all the branches and workareas. The author is going to have access to both the…
-
Visual Formatter on Mac clients
Hi, Could any one suggest me what are the options available to make Visual Formatter work on Mac clients? We are using Mozilla 1.6 browser here. Teamsite 6.1 is installed on Solaris. If this is not possible use Visual Formatter, what are the other options available for formatting within DCR. Thanks much -Pankaj Bose
-
Templating/XSD Set-up in iManage environment
Hello Techies-- The project I am working on is converting an old Rite Site Documentum installation to an iManage installation. The new design includes InfoPath forms with an accompanying XSD schema. These custom forms will need to edit stored XML docs held within the WorkSite repository--so-- my question in general to this…
-
Deployment
I am using Teamsite 6.1 and opendeploy 5.6 with service pack 1. I have a problem i my opendeploy. my $area =/default/main/id/WORKAREA/sit_icard my $filelist=/picsreg1/icms/iw-home/temp/filelist772.txt In my file list i have the file to be deployed as import/webserver/images/app_it_id.gif my target directory…
-
FormAPI Recursion Assistance
I need a generic FormAPI function to find all items that match a given pattern, where the pattern would be something like "/container/replicant[]/container/replicant[]/field' where there could be any number of containers or replicants. I think the attached code works if there are no nested replicants, but my brain is not…
-
Workflow w 2 serial deployments
I need a workflow that does the following: 1. deploy files to an external QA web site. 2. send email to reviewers 3. reviewers approve the job (within TeamSite) 4. deploy files to external production web site. What is the best approach for building the workflow? Is it possible to trigger multiple deployments from a single…
-
FastCGI problem with TS 6.0 > 6.1 Solaris upgrade
Hi Devnetters - This is my 2nd attempt trying the 6.0 > 6.1 upgrade on my Solaris dev machine. I'm trying to get 2 results from this upgrade: 1) to get the machine up to the current release and 2) to gain some experience in preparation for a production upgrade. I've had the same result 2 times with this upgrade. After what…
-
drop-down annoyance
I have a "select" in my template that has options hard-coded in the DCT. When the form loads my options are there, but the first one is blank and that's great because they have not made a selection. This select is used to name the DCR, so there is an onItemChange handler on this item that checks if the DCR corresponding to…
-
Set MetaData Values in 4.0
I'm trying to set the value of an Assets MetaData in MB 4.0. After the code executes, I check the asset's MetaData, and nothing changed. Does anyone have any ideas as to what could be going wrong? I've included a code snippet below. Thanks! Set objAsset = mediaBinServerObject.GetAsset(strTargetId) ' Update metadata of…