-
OpeDeploy license info ?
Can anyone get the license info for OD on their server ? I am running (per page 43 of the 6.2 install guide): java -cp /Interwoven/OpenDeployNG/lib/odng.jar com.interwoven.license.LicInfo -f output-file -p OD and get Exception in thread "main" java.lang.NoClassDefFoundError: com/interwoven/licens e/LicInfo OD 6.2 Win 2003,…
-
DD read timeout ?
Trying to load a new system with DD. Win 2003, SQL 2005 DD/OD 6.2 db.xml: [html] [/html] conf.xml: [html] plus lots of mappings.... [/html] I can look at the DB and view my columns without trouble. I am using sa which has complete rights. But when I run DD, I get this error, OD hangs and keeps the DB locked: DBD: login :…
-
field matching, replicants and datadeploy
From the dearth of answers to other posts about fields, I am not too hopeful to see an answer but... I need to put a CDATA tag around a field before I insert it into the DB. The field is 2 level deep in replicants. I can get the filter to work for a single entry: [html] [/html] That will change the 1st entry. I have tried:…
-
DD with WFM ?
I am finally working WFM. I have my external task working fine. However I have a Q with the Deploy Task. To invoke the DD I run this: iwodcmd start DD/DD.xml -k iwdd=NAV -k areavpath=/default/main/branch/workarea/content -k filelist=/interwoven/iw-home/tmp/filelist.txt So how do I put this into WFM ? I made the deployment…
-
DD, replicants, and preventing violent outbursts
So, in spirit of me not breaking anything..... I am doing a Navigation DCR, that is to be put into a DB, really only the 2nd level data. I have TS 6.7.1, OD 6.2, Win2K, and SQL Svr, using XML style templates. In a simple case, my DCR looks like: [html] Level1 1 Level2 1 /some/path/ Level2a 2 /some/path/ Level1a 2 Level2b 3…
-
Deploy Folders -> DNR file list
OK, so I am trying to fix some oddities in a site. There is a WF that runs OD. Once OD is run, there is a DNR that collects some more information and creates XML files from metadata. If I submit blah.pdf everything works just fine. If I submit folder containing 1000 PDFs (with metadata), no XM L files are produced but the…
-
WF spanning multiple branches
OK, so here is the scoop. I have an implementation with 2 branches mapping to separate project (A&B). There has been no sharing of information between the 2 branches at all. My WF is ubiquitous, working for both branches the same. One restriction is that the WF was written to be on 1 branch at a time. Now a manager has…
-
DCR Too large for IE 7 ?
I have a DCR with a few fields, and a replicant with (currently) 165 blocks each with a text field and then another replicant with max 10 items (select list and text field) So net of 1500 select lists. If I open it with Mozilla or IE6, it works (rather slowly). If I use IE 7 (same java level) I get 3 JS errors (I turned…
-
cannot rebuild GUI
6.7.1 prod server, 2003. I run make_toolkit, get this: [exec] The entry for toolkit 'customer' in D: \Interwoven\iw-home\local\config/lib/content_center/toolkits.xml does not point to D: \Interwoven\iw-home\local\config/lib/content_center/customer_out/customer.tk.war BUILD FAILED D:…
-
why is EasyDeploy at 6.1 ?
I just heard from support that the most recent version of EasyDeploy is 6.1 which is over 2 years old. If IWOV does not want to have this product, then cancel it. But people do use it and this is boneheaded.
-
item-type=directory ?
OK I am looking at a filelist deployment, if I include a dir in the filelist, the deployment automatically adds the files underneath So I am unfamiliar with a OD conf setting that tells it to traverse the directory and send everything. Can anyone tell me what is happening ? Andy (from the log): LIB: 2008-04-16 13:56:30…
-
onReplicantBeforeAdd & onReplicantAdd on same event ?
I need to either not allow a replicant to be added or change it when it is added. I was hoping to do this: IWEventRegistry.addItemHandler("/Root/Container/TextField", "onReplicantBeforeAdd", checkReplicantIsValid); IWEventRegistry.addItemHandler("/Root/Container/TextField", "onReplicantAdd", checkReplicant); The first…
-
ouput CDATA
OK, I am creating an XML file from a TPL. I was asked to wrap a field in a CDATA field. According to the doc - /iw/help/tst/pt/TeamSite__PT__iw_pt.html, if the TPL is not a script XML file then it should pass the data straight thought. However, this: [html] <![CDATA[ {iw_value name='dcr.Root.LeftSection.Title'/} ]]><br>…
-
item.setRegex ?
OK, so from the manual I can do this: item.setRegex(/^[1-9]$/); to define the validation regex in formapi. But what if I want to define a variable and use it as the regex (I am setting an array of choices and will choose the correct one) val="/^[1-9]$/"; item.setRegex(val); does not work Any ideas ?
-
trouble with add instance
OK, so I am building a table, my DCT is a replicant of Row with children named Column. Something like this: [html] Row Column Column Text [/html] The idea is that if I have 5 columns in the 1st row, when a new row is added, it should have 5. I am not worrying about someone added/removing in the middle yet. But I want when…
-
Can anyone with 6.5 run a test for me ?
I have 6.7.1 and am trying to debug an issue on a 6.5 system that I do not have access to. So it is done over email to an admin who is overworked. Basic issue is that a custom menu item times out. My test on 6.7.1 works fine, however IWOV has changed the files a little. SO here is what I need: Add this custom menu item (if…
-
custom menu item timeout ?
I have a custom menu item that kicks off a deployment. Sometimes it times out if the process runs more than 5 minutes. I *thought* this would be governed by the IIS timeout, but it was changed by the admin to 10 minutes but it still ends after 5. TS 6.5 Win 2003. What am I missing ? I have not found anything in the…
-
TST avoid certain files
OK, so I have a project, 5 set of "normal" templates similar pages say press release, exec bios, templates that generate certain pages. I also have a catch all page the puts a set of widgets for a user to put a text block here, image there, bullet points and generate. I calculate the URL (from the breadcrumb parent) and…
-
Templating default encoding
OK, so I am really confused here. We are translating some pages, HTML everywhere say UTF-8. These are all generated from templates, on Windows 2003 TS 6.7.1. When the 3rd party sent the DCRs, they had the funky characters (ü) rather than the encoded &# 1234; No big deal the page should support that. So I generate the page,…