-
CSSDK and WIin XP
I tried to install CSSDK 2.5 so I could gen a key for the TeamSIte server. The installer failed because the client was Win XP 5.1 Why is this a problem? What exactly does this mean? Do I simply use a Win 2000 client to gen the key? Thanks,
-
TeamSIte 6.5 and IIS 6.0
Hi All- We are about to install TeamSite 6.5 in a Windows 2003 Server Enterprise Edition environment. Has anyone had any problems configuring IIS 6.0 for this. Our operations group turns off the Default Web Site for the base builds of web servers. I assume we can just create the IW-Mount Web Site (documentation) and…
-
Data Deploy and Open Deploy
Have heard rumblings that Open Deploy and Data Deploy will merge into one product. If so, whan is this slated to happen? Currently, they are still shipping as separate products ... Any ideas? Thanks,
-
Verity Ultraseek version
Can someone confirm what version of Verity Ultraseek comes bundled with TeamSite 6.5?
-
Perl vs. .NET
Will Interwoven begin abandoning the Perl API to TeamSite. If so, is it possible to implemenet everything you can with Perl also with C#? We are looking at using Perl in the short term to validate some design. We have heard that Interwoven will be moving away from Perl. Are some of IWOV's biggest customers using the Perl…
-
6.5 Custom Search
Hi All- Anyone know limitations on building custom search applications on TeamSite 6.5 For instance, can we add a CGI menu item for search results (i.e. just like edit, preview, tag) Is there completely granular access to the Verity collections for building search applications? Thanks,
-
usertask scenario
Hi All- I have a usertask where a user is editing a document, he/she then selects a successor which open a nested review workflow. let's say an iwupdate happens to a reviewer workarea ... can I keep the usertask open so the user can keep editing their document, then do a merge when the review comes back with an edited…
-
workflow successors
Thought I would throw this out to the board: Task C can be activated by Task A or Task B in once instance. But it would need both to be activated in another instance. How do I create the successorsets in this case? Thanks, Sorry if the above was confusing: Task C could be activated by Task B, or activated by Task B AND…
-
nested workflow
Hi All- I amusing wftask to kick off a nested workflow. However, I am being asked to "Start" the job manually. Something has changed...Before it simply went to the nested workflow. I am using jobfile to pass an XML file (not a wft), and I am using immediate=t. I would like to know what could possibly be causing this…
-
sub workflow
Hi All- I am calling a sub workflow (nesped workflow pre 6.*). How do I make sure the file associated with the parent job are passed to the sub workflow?
-
HTML entities
Hi All- Quick question. I am passing some custom JavaScript in a wft. It is doing some auto-population of TAG_info elements. Problem is - I have some French characters that I am passing through, but I cannot get them to display propertly in drop-down boxes. I have tried everything. (even changing the encoding from utf-8 to…
-
iwmnt question
Ok, if iwmnt is configured as: /hello/goodbye therefore... /hello/goodbye/default/main ... what is .iwmnt (webserver alias)? ./hello/goodbye? Thanks, Lucas Cochrane lucas.cochrane@baucanada.com
-
parsing with XMLparser
Anyone know the best way to parse this XML doc with TeamSite::XMLparser: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ealist [ <!ELEMENT ealist (ea)*> <!ELEMENT ea (key, value*)> <!ELEMENT key (#PCDATA)> <!ELEMENT value (#PCDATA)> <!ATTLIST value encoding (text|hex) "text"> ] > <ealist> <ea>…
-
copying favourites
Hi All- Is there a way to copy favourites (TeamSite 6.1, Solaris) from one user to another. Is there some way, through the entities DB, to copy favourites? Lucas Cochrane lucas.cochrane@baucanada.com
-
default "New Form Entry"
Hi All- Does anyone know the size of the default form that appears when a user selects File > New Form Entry in CCPRO? If not, can anyone recommend what a good sizing would be? Currently I am opening once thru custom JS and it is taking the whole browser window. Thanks,. Lucas Cochrane lucas.cochrane@baucanada.com
-
Simple CCI URL
I can't seem to find the URL command for simply "viewing" a TeamSite asset (a DCR) in a web browser. The UI we are using is CCPRO. Any ideas? Lucas Cochrane lucas.cochrane@baucanada.com
-
UserName
Is there a FormAPI call to get the user name Lucas Cochrane lucas.cochrane@baucanada.com
-
Oracle 9i
Is the Perl: BI driver that sips with TS 6.1 compatible with Oracle 9i. We get errors all over the place whenever we try DBI calls inside workflow scripts, inline commads etc. Lucas Cochrane lucas.cochrane@baucanada.com
-
allowedDirectories
Is allowed directories recursive? For eg, if I make /mydir/dira and allowed directory, can I also published to all sub-directories of /mydir/dira? Thanks, Lucas Cochrane lucas.cochrane@baucanada.com
-
<or> container
All- Is there a quick way to test if replicants have been filled out in an <or> container? Lucas Cochrane lucas.cochrane@baucanada.com
-
iw_sendmail.ipl
Is there an easy way to get access to the Job Variables with this script. I want to print some in the BODY of the message. Thanks, Lucas Cochrane lucas.cochrane@baucanada.com
-
filelist deployment
Hi All- I have been trying to figure this out for a while, but need some assistance. I am on OpenDeploy 6.0, trying to do file list deployments. I am acutally replication iw-home from a workarea. So when a file is edited, I need it OD'ed to the server and where it belongs in iw-home. First off, I am just tyring to get a…
-
localizing strings in datacapture
Hi All- Is there a way to localize strings into a resourceBundle for the datacapture forms. An example would be cgi-calloout buttons? Lucas Cochrane lucas.cochrane@baucanada.com
-
CCStd Wizards
Hi All- I am looking at customizing a Content Center Standard Wizard. I know you can remove the tagging step no problem. Can you removed the annoying "Submission Succeeded" (which is very confusing to casual users) page that asks to save the file as a favorite. This is not desired, and should be configurable. I mean CCStd…
-
disabling buttons
Hi All- I have a cgi-callout button that I want to remain unactive until a couple of fields in the form have been populated. Is there an easy way to do this with FormAPI? Thanks, Lucas Cochrane lucas.cochrane@baucanada.com
-
Callouts
Hey All- Is there a way to show a callout button with NO form field (i.e. text box or something like that). All I want to see is the label for the item, and the callout button. I tried just doing that, but the Form bonked on load. Any ideas? Lucas Cochrane lucas.cochrane@baucanada.com
-
FormAPI
Hi All- If I create a DCR programatically (i,e in a workflow or something like that), INCLUDING the call to a JS for FormAPI - will the JS file be executed? I have a callServer script I need to run. Thanks, Lucas Cochrane lucas.cochrane@baucanada.com
-
TAG_info layout
Is there a way to line up form elements side-by-side on a TAG_info scree. I can only seem to get them to run underneath one another. Thanks, Lucas Cochrane lucas.cochrane@baucanada.com