-
Flash, xml and iwproxy
Hi Devnetters - I've got a Flash-based site in a workarea that I can look at fine with the iPlanet web server I use as the port 81 Content web server, but will not correctly virtualize when viewed through the port 80/1080 proxy server. This Flash file loads in some xml to define some of its parameters & one parameter…
-
OpenDeploy 5.6 Service Pack 1
OpenDeploy 5.6 Service Pack 1 is now available for all five supported platforms. SP1 includes bug fixes, select product enhancements, documentation updates, and additional platform certifications. A separate OpenDeploy 5.6 SP1 install package is available for each of the following product components: 1. Base Server or…
-
ERROR OCIEnvInit
Hi, I moved database from oracle8i to 9i. I have some perl scripts which is perfectly working in 8i. In oracle 9i it is giving the following error: Couldn't connect to database: ERROR OCIEnvInit Could any body have idea about above error ? Thanx in advance
-
Opendeploy Scheduling Options
When scheduling a deployment, it looks like you can only have one numeric entity associated with the "-s" option. For example I can do this: iwodschadd -s 1w but I cannot do this iwodschadd -s 1w 2d 3h 4m Is there a way that I can do the latter or is the only way to do this to convert weeks, days and hours to mins? If I…
-
How to pass the authentication information to SMTP
I used the Template-Based Email Notification (iw_solution_email.ipl) provided with TeasSite 5.5.2 in workflow. But I got a error message: 554 5.1.0 Sender Denied (p.s. Please see attached file at line 452) Because the SMTP server need authentication. Does anyone know how to pass the authentication information to SMTP…
-
Locking Models
The client has asked me to justify the choice of Sumbit Locking model. It is the only locking model I have ever worked with and someone told me that it is the most frequently used. I am trying to understand the documentation (ts.552.admin.win.pdf around p.73). Am I just not understanding, is this not accurate, does this…
-
onSaveNameSpecified
Hi, I am using below Handler IWEventRegistry.addFormHandler("onSaveNameSpecified", handle_saveNameSpecified); when i say save it is asking for DCR name then it is saving to corresponding folder. handle_saveNameSpecified(path) { dcr = path.substring( path.lastIndexOf( "/" ) + 1,path.length ); var area = parent.gWorkarea;…
-
setDCRName
Hi, Could any body post the sample code how to use setDCRName? Here is my code it is not working. function handle_saveNameSpecified(path) { valid = true; sname = path.substr(path.lastIndexOf("/data")+6,1); cond = true; cond = sname.match(/^[A-Za-z]$/) if(!cond) { alert("DCR NAME SHOULD START WITH ALPHABETICS.Press Save…
-
null pointer exception
Hi, when i'm running the datadeploy script through command line , the following error is coming up: ******************************************************* SQLException occured in TDbSchemaGroupCfg Exception Message: ORA-01400: cannot insert NULL into ("INTERWOVEN"."PRESS_RELEA SES"."SUBTITLE") Vendor Error Code: 1400 SQL…
-
Nested Workflow - does child wft get parent info?
If I have a child workflow that is nested within a parent workflow, I may want to display some information from the parent in my child workflow's TAG_info UI. Currently, does the parent's jobID get passed in a form variable (or by any other means) to the child's wft? I don't see it and I suspect it's not being passed. I…
-
Reading Log File with IWOV Perl!
In the following snippet - I'm trying to just read my opendeploy base log file and then print any errors to a string - however, this simple script can't open the log file - does someone see something I don't? Is this because IWOV Perl is a little different then standard PERL? What I indeed to do once I get this working is…
-
border
hi using ts552 .. Is there any border attriobute for a container ..?? thanks
-
Savedone
Hi all, in my js file, i execute a callserver on savedone event. the call server returns data that i need to set some item values. This works perfectly well but i have the message " You have not saved your changes.Are you sure you want to close ?" seems the changes are note considered ...what can i do it's a urgent matter…
-
you don't have access to any workarea
I use the Domain local Group of the windows 2000 for Workarea permissions . Usesr login Teamsite with author role and get the error message "you don't have access to any workarea". Users with editor role trying to edit files in any workarea get the error message: "Teamsite File Edit: you dot not have permission to modify…
-
TeamSite install : /etc/dfs/dfstab is not a file
Right now in a process of TeamSite installation. The details r as below, - TS 5.5.2 SP3 - Solaris 8 - Database Oracle 9i (installed) - Installing using solaris console itself - Logged in as : root Getting following error, Step 4: Install & Export /iwserver /etc/dfs/dfstab is not a file -- please insure that you are on a…
-
iwodstart.ipl and spaces
Has anyone successfully used the iwodstart.ipl script in Windows to start a deployment where the deployment configuration file contains spaces in the name (i.e., "Generic - 2 node.xml")? I seems to think the -, 2 and node.xml are separate parameters. Sebouh
-
passing multiple params to a call server
Hi all, i have such kind of code : for(vu_J=0;vu_J<vu_Temp.length;vu_J++) { alert(vu_Temp[vu_J].getName()); var item = IWDatacapture.getItem(vu_Temp[vu_J].getName()+"/Desc"); var itemsize = IWDatacapture.getItem(vu_Temp[vu_J].getName()+"/category"); Att_Array[vu_J] = item.getValue(); if(itemsize.getValue() == ""){…
-
Form-API
Hi, I have a problem with setDCRName function. I am using the following handler IWEventRegistry.addFormHandler("onSaveNameSpecified", handle_saveNameSpecified); Once i entered the dcr name it shd. validate the name then setDCR name. It is working without set dcr name.But in my case aftervalidation i want to append workarea…
-
Different web server on TeamSite box
Hi, We r in a proces to install TeamSite (5.5.2) on Solaris with Oracle web server (as per client request). Anybody have experience using a web server different than regular suggested web servers (iPlanet, Apache, Netscape) on TeamSite box? Specially with Oracle 9i/9iAS web server?? If yes.. what r the typical installation…
-
FormAPI & Netscape
Is FormAPI supported in Netscape Browser? If yes, which versions? Because, i'm facing difficulties with executing FormAPI scritps in Netsacpe 4.78 Browser which work perfectly fine with IE 5.5. I'm working on TS5.5.2 on solaris 5.8 All TeamSite clients are on winows NT4.0 /2000. Thanks
-
addItemHandler on replicant only working to 9
I'm wondering if anyone knows why when I create an "addItemHandler" for a replicant which can go to 50, although only 15 are displayed initially, the event is only ever kicked off for the first 9 replicants. When I try the 10th replicant, for example, nothing happens (not even a JavaScript error). Please help! Thanks, Dave…
-
DataDeploy not detecting an edit in TEXT field
We have recently changed the datatypes for some of the columns in our MSSQL DB from NVARCHAR to TEXT (and updated the TS config files accordingly). However, we now have the problem that if I edit one of these fileds in a DCT and then deploy it, datadeploy does not detect the change. Only if I change a non' TEXT' field also…
-
XMLNode
Hi, I have a question about below module in Teamsite In Team site perl module use TeamSite::XMLnode $rootnode = TeamSite::XMLnode->new($xml); print "root node",$rootnode; @customer = $rootnode->get_node_list('Label'); when i compile above code i am getting the following error: Can't locate object method "get_node_list" via…
-
decorate a dct
hi any idea to get a border in a container and then modify a dct background ..? thanks
-
Presentation
Hi, In my final presentation i need to display which has 100 rows of data. for ex: Name ID --------------- A 1 B 2 C 3 So i have dcr's for each record. I mean in my DCT i have Name and id. While generating presentation template is it possible to take multidcr's at time?? or Which is the best way to present Thanx in advance
-
adding replicants
hi , i try to automatically add replicants once the dct is being loaded : function init() { for (i = 1; i <=10; i++) { var item = IWDatacapture.getItem("/CrossLinks[" + i + "]/CrossLink"); item.setVisible(true); item.setValue("test"); // Do something with item. } //this doesn't work ..am i wrong or is it impossible to do…
-
Hunrers of Errors in servletd_err.log
TeamSite 5.5.2SP2? on W2K. Webdesk was not working and I found the attached in servletd_err.log. Restarting TomCat seems to make WebDesk work...for a while. Any idea what is causing this? The machine has plenty of memory. Is there some way to configure TomCat to take advantage of it?