-
Variables in DCT ?
OK , I do not think I can fix this, but maybe someone will think of something I have not thought of. So my DCTs (and TPLs) are stubs, pointing to includes to perl scripts run from iwhome/custom: [html] [/html] Works great. Changes are made to the IPL on the config branch and pushed to iwhome. However, when I move my code…
-
unset ReadOnly
Is there a submit.cfg entry that affects the readonly bit ? I have my submit.cfg entries but it does not appear this affects the RO bit. I have had people copy files into TS that were in SourceSafe and were marked readonly. This causes problems in the WF if you try to regenerate a file or deploy over a file with the RO bit…
-
Starting deploy_agent.bat ?
OK, so I am pushing OD 6.1 out to a share. Due to issue 59225, cannot start OD via services, rather one needs to use deploy_agent.bat on Windows 2003. My Q is that how can I make it start automagically ? Also, it is currently running in a DOS shell, how can I log off without killing OD ? I cannot see to start it like a…
-
onReplicantDelete (after)
So I am using a field in 1 replicant to populate a list. My onChange event (field) and onReplicantAdd both call the same function to regen the list. But know I want to be able to, if a replicant is deleted, remove the entry. Easy I thought, onReplicantDelete call the same function. But No. This runs before the replicant is…
-
Can TinyMCE be an external ?
For VFE you can set it to be an external editor (so it pops up in a separate window). It appears that TinyMCE ignores external-editor-inline="f" Any ideas ? I assume I can set it up as a callout, but IIRC, when Greg Z first used TinyMCE with TS, the development was not trivial. Andy
-
Remove an object
OK, so I have 1 Workarea. In there testing, I somehow submitted a templating manifest file. So if I generate a new template I get preview.removemanifest.error.msg when making the 1st preview (I have this in iw.cfg preview_history_limit=5) I have a 0 length file zz_tst_aknipp_0_manifest…
-
WF Variables and WFM
OK, I am playing with WFM. My questions are around how WFM and external tasks behave. I have an external task that does a check for review needed. First, how can I get the value of IW_REVIEWER(ID12345) in my perl ? I can easily set a second task variable (and hard code it), but since I have it already, I should be able to…
-
dot.net, aspx and TeamSite
Is there any more current information on how ASPX pages work in TeamSite ? I have seen a few old (circa 2003) posts and a couple of KBs (with now restricted access). Have things changed in 6.7.1 ? Do you still need to change the iw-mount virtual dir in IIS ? We have 2 branches, Code and Content (aspx and aspc files…
-
restart event subsystem
I am not using the OpenJMS, DB but rather SQL Server. TS 6.7.1 on Win2K. Event Subsystem (and thus TS Index) start before SQL server does, so they fail. Using Services -> recovery I changed it to restart after 1 minute on failures. However they never start (and the log files do not update, so I suspect the restart is not…
-
Clearing select list
TS 6.7.1 Win 2003 I have a select list I want to clear, it is defined as required and not multi select. If I run IWDatacapture.getItem("/Root/List").setValue(7); IWDatacapture.redraw(); it selects that one fine. However if I run: IWDatacapture.getItem("/Root/List").setValue(); IWDatacapture.redraw() Nothing happens, the…
-
Navigation, autonaming & prevent overwrite
OK, so I am trying to figure the best way to handle this. I have a navigation menu, that creates top nav, left nav and bread crumbs. So I create it with menu/Item -> /some/dir/index.html In my detail page DCR, I have a select list that the user chooses menu-Item (and thus I know the generated page and can determine the DCR…
-
Unable to use OD GUI
New install (TeamSite 6.7.1, then OD 6.1, then OD AdminService) Version: 6.1.0.0.0 Build 56030 Interwoven 20060325 of OD When I try to log into the GUI I get this: Failed to locate Access Service ; nested exception is: java.net.ConnectException: Connection refused: connect With 6.1, there is not a separate install of for…
-
something like iw_count ?
TS 6.7.1 Win 2K. Building a TPL, I need to know the count of a replicant and then iterate through it. Of course I can iterate once, make the count and then iterate again. Digging through the PT docs I cannot find a better approach, is there one ?
-
Maximum number of branches
Q for Heather or Sunil. If I purchase a server with 10 branches, is this just 10 of any kind or 10 that have any data in them ? As a best practice, I might set up branching like /default/main/COMPANY_NAME/ with subbranches of INTERNET_SITES EXTRANET_SITES INTRANET_SITES none of which contain any data (nor would there be a…
-
pdb's in TS 6.7.1 Win2K ?
I was perusing an install where iw-home has room, but being conservative I was checking to see if we can save space anywhere. I noticed the bin dir was 1.1 GB, of which .75 GB were PDB files (program debug database). How are these used and can the be removed ? I can put a lot of OD logs in that amount of disk space.
-
What do you get with EasyDeploy ?
OK, new project, they bought TS, dev server and EasyDeploy. I cannot tell what the restrictions for EasyDeploy are. Any ideas ?
-
What is the downside of not Upgrading DST for TS
We tried TS 6.5 SP3 (Win2K) yesterday in dev. It failed. The prod rollout was to be today, but that will not happen (unless support gets a real quick answer). I understand the impact of OD if we do not fix that, what is the impact to TS ? THe GUI fails with the java.lang.NoClassDefFoundError error that has been posted on…
-
param_val in iw_include
OK, so I am pulling my hair out. TS 6.7.1 Win2K PT calls include with: [html] itemCode_param_val = 'dcr.Root.TopNav2.TopNavSelect2' mode = 'ptlocal' /> [/html] I use this module from multiple spots in the PT (with different itemCode) In the PT module I do this: [html] my $itemCode = $iw_arg{itemCode}; chomp($itemCode); my…
-
Getting the Type of an XML Node in a TPL ?
I use a container that has an or clause, so that the user can add any of 5 different items in any order. It creates XML like this: [html] Anchor Stuff ANCHOR FLASH ANCHOR ANCHOR HTNML CODE ANCHOR HEADER ANCHOR NAV MENU ANCHOR LINK imageanchor Anchor2 <p>Paragraph</p> [/html] So, I want to iterate through container, for…
-
iwat issue ?
TS 6.7.1, WIn2K I set up an iwat trigger: >iwat GroupTaskTaken "C:/interwoven/iw-home/iw-perl/bin/iwperl c:/interwoven/iw-home/custom/wft/bin/take_cgi.ipl" >C:\interwoven\iw-home\iw-perl\bin\iwperl c:\interwoven\iw-home\custom\wft\bin\take_cgi.ipl >iwlsat ID: 53903 "GroupTaskTaken" C:/interwoven/iw-home/iw-perl/bin/iwperl…
-
TS 6.5 SP3 question
I am hoping someone form IW can answer this. Does SP3 have the SP2 patches (latest is 1766) in it ? I would hate to see a critical defect (for us) come back (66475 it was fixed in 5.5.2 and re appeared in 6.1, 6.5, and 6.7) If the bug is back then we will need to do the manual approach to fixing the JVM, which I want to…
-
remove Start Job on TAG_INFO ?
I have some preprocessing going on and if a person submits a file that is currently in a WF, I want it to fail. So I set the CGI_info and kick off TAG_INFO with a hidden, required dummy parameter. There are 2 buttons, Start Job and Cancel. Start job just reruns the check, so you cannot get around it, but I would prefer…
-
Datadeploy license enabler ?
OD 6.0.2 SP1 on DOS I upgraded OD and generated a new license for OD. No where did it mention DD license generation. I am getting this error when I try to run DD: ERROR: Standalone DataDeploy module not enabled I cannot find anything in the 6.0.2 release notes Tips/pointers/RTFMs appreciated. Andy