-
Passing data IPL -> JS
I have a call server & need to return 2 arrays. $callBack is the routine included. <body onload="javascript:parent.getScriptFrame().$callBack('@names','@values')" /> This is the callback target : function setID(names, values) { alert ("Call Server Completed"+names[0]+" "+values[0]); } But the data is undefined…
-
includePattern regex
OK, so I am doing a deployment of JSPs, only. Works great with one minor annoyance, I have some zz_preview.jsp files that get deployed. I use includePattern regex=".*\.jsp$" Since I cannot use an excludePattern with the includePattern, I need to change the regex to not zz_ and is .jsp. My attempts have so far failed.…
-
Using filters, OD creates extra directories
OD 6.1 on DOS. My doc root in TS is a mix of everything, HTML, JSP, images, flash, etc Periodically, the JSP geeks rebuild the ear and I need to repush the JSPs wioth a deploy_all. My deployment to the JSP server uses a source filter to only include JSP. However it builds all folders even if there are no JSPs in them. So I…
-
OD Stop working
On my sender, this happens way to often: Locating OpenDeploy service. Got OpenDeploy service >>>>>-- Start deployment web22433698. iwodstart running in default synchronous mode. Need to wait for deployment to complete. ***ERROR - Starting deployment. Reason from server: DEPLOY_CONFIG_FILE Details : Got Exception:…
-
Fixing post, Javascript in code block breaks
re: Container that will not stay closed This is very strange. I have a container, use it in multiple DCTs (7). I want to start it collapsed. Easy enough. A bit of FormApi. On 6 of the 7 DCTs, a DCR opens with the container collapsed. What is different ? This is the contaner def: <container location="MetaData_Lists"…
-
row continue oddity
OK, so I have a 2 lists with 2 checkboxes (acting as buttons) in between, looks something like this: Choice1 Choice1 Choice2 Choice2 Choice3 o Choice3 Choice4 o Choice4 Choice5 Choice5 I use row continue for the select list and check box However if the window is expanded it becomes: Choice1 Choice1 Choice2 Choice2 Choice3…
-
Adding a column to a DD target
I am wondering if I was bitten by one of the IWDELTRACKER tables or something else completely. We have had DD 6.0.1 running on Win2k deploying to DB2 for a while. New requirement to add data to the DB. New column, not null. Admin put blanks in and kept the old data. I added the entry into the deploy config file. Strange…
-
Dev Server - Unable to index branches in 6.7.1
So I am using Win2K dev server with search on the same box as TS. With 6.5 (even 6.7) I was able to index the branches. But now I can only index the small branches. The large ones (tens of thousands of elements) seem to hang the CPU. Basically the box is at 100 % CPU utilization (java process) , then IWSERVER and the Y…
-
Datadeploy fields A or B to DB
OK, so I have a ton of legacy data. I need to put title into a DB now. The problem is that these are different template types and the XML is not consistent. It may be /root/0/a/0/title in one type and /root/0/b/0/title in another. So my options are: change them to be consistent. This is way too ugly to think about. I could…
-
DD To Child tables
I am trying the DD example (book reviews) where the primary record goes to one table and them a second (set of reviews) goes to a second table. The data gets inserted into my primary table, but the child table stays empty. Config: Win 2K TS 6.7.1, OD 6.1, MS SQL Server. Log: DBD: Table [BOOKS] exists. DBD: Table…
-
DD Multiple selections ?
I have a select list, the data is numeric and would be in the DCR like this: 1,2,4,6,7,9 with any number of possible selections. Since I need this in the DB, what are my options. My favorite: dump it in a char 1024 and let the app server parse it. Since that will likely not fly, what else can I do ? It is not a replicant…
-
DataDeploy os-filesystem vs ts-filesystem
DD 6.1 SQL Server Win2K I am having trouble with the <source> statement This works: <xml-source options="wide" area="Y:/default/main/test/WORKAREA/Content/" area-type="os-filesystem" xml-type="custom"> <path name="templatedata/cat/type/data/" visit-directory="shallow"/> This fails <xml-source options="wide"…
-
6.7.0 upgrade to 6.7.1 woes
Cannot get the GUI running, Win2K. Was on 6.7 upgraded. Services are all running. This did have LiveSite loaded and running. Only error I can find (servletd_out.log): 2006-10-18 16:22:22,421 WARN com.interwoven.ui.base.config.XMLMerger - iwov-insert-before tag found but the element null…
-
6.7.1 install failure
upgrading from 6.7.1 Beta on Lunix Getting error: Caught exception Copy of /usr/iw-home/iw-webd/conf/rewrite.conf.template failed Any clues ? the file does not exist in the directory, so that is not it. only 48% disk full. Andy
-
Order in select list
I have a select list that is hidden and filled out via formapi. There are no entries in the DCR, formapi adds options, selects all on save and saves. So I set the value to 1,2,3,4,5,6,7,8,9 it gets saved correctly. Open the XML and this looks fine. However if you edit the DCR again the content gets all shuffled, now it is…
-
Allowed tag in 6.7
TS 6.7.0 Win 2K Moved some templates over from 6.5, have a defintion like this: [html] Save As Type the save as name [/html] Interesting thing is that FormAPI will not read that value anymore, even though I have given myself top permissions. using this code: var stuff = IWDatacapture.getItem("/Root/DCRName").getValue();…
-
removeOption not working...
Have a select list. On an event, remove selected item. var selectlistItem = IWDatacapture.getItem(selectListPath) var selectedChoice = selectlistItem.getValue(); alert (selectedChoice); IWDatacapture.getItem(selectListPath).removeOption(selectedChoice); The alert pops up with 0 or 1 or whatever was chosen. If I hard code…
-
lists side by side
Not certain how to do this, but I need to make a template with a scrolling list that has lots of items (say 100), customer wants: |------------| |---------------| | item1 | | selected 1 | | item2 | | selected 2 | | item3 | | selected 3 | |------------| |---------------| So two lists. if item 1 is highlighted and you click…
-
I hate datadeploy.....
sometimes. This has to be easy. Of course I am spending way too much time on it. Basic DD 6.0.2.1 won Win2k connecting to SQL server. I created a table in SQL and made the columns I need. Config: <data-deploy-configuration> <data-deploy-elements filepath="C:/Interwoven/OpenDeployNG/etc/database.xml"/> <client> <deployment…
-
Dynamically removing successors of a task.
So, in my fairly complex workflow I have timeouts on all taks that could possibly hang (email, deployments, attach DCR, etc). When they timeout it goes to an admin task where the admin can fix the issue and can restart the job whereever it failed. This works great. However, I was request to disable the tasks that have…
-
New links in TS 6.7 GUI
My customization work great in 6.5. I added a button to the GUI to have a tag choice on the cc_pro UI. When I upgraded to 6.7, my custom menus were there but no custom button. This is what I added in custom_ui.xml: <heading id="iw.ccpro.filesys.heading"> </heading> <globals> </globals> I could not find anything in the 6.7…
-
I think DAS is running....
I am seeing messages like this in SERVER_odbase.log DD:================================================ DD:Begin Basearea Deployment for: Stuff/Entertainment DD kip deployment because DD:Y:/default/main/Stuff/EDITION/cr_23018/templatedata/Stuff/Entertainment/Entertainment_dd.cfg does not exist DD:End Deployment for:…