-
Call servers on Unix
OK this works on DOS but not Linux I have a callserver that gets called if a user wants to say a DCR in .../data/path/ that will create the folder if it is not there. It fails when it creates the directory. The parent folder (data) has permission of 775 owned by tsadmin and iwglobal. The callserver touches a temp file (as…
-
Turn SSL on but not for preview ?
OK so I turned on SSL so that when someone logs in the password cannot be sniffed. I used the following KBs: Adding Security to the Login Process in TeamSite Knowledge Base Article: 49698 Generating SSL certificates for Teamsite 6.x.x [size=2]Knowledge Base Article: 59690 [/size] [size=2]However when I preview a page it is…
-
my LS/SP gripes
A couple of points from what I have seen with SP/LS. It is funny that there is some really cool functionality and yet some (seemingly) minor (and common) functionality has been left out. Web servers have the concept of default datatype so that if I enter /some/path/ it will look for index.html (or whatever) and display.…
-
getting data out of TS with security on
TS 6.7.1 on Win2003. branch_security on and workarea_security on. TS groups in place. I am a member of the local admin group (though not logged in as local admin). I am trying to get a copy of each workarea, though I hit permissions problems quickly. Some workareas I cannot even cd to (or view permissions). In TeamSite I…
-
TinyMCE stripping stuff
From the searching I have done, I see solutions for TST but not SP. I am not certain if this can be fixed here. TS/SP 6.7.2 SP1, Linux. We have inline styles that are getting commented out after editing with SP using TinyMCE (see attached JPG) I have checked iwhome/httpd/iw/tinymce/jscripts/tiny_mce/tiny_mce_src.js and…
-
Finish buton ?
OK I have been RTFM'ing This should be easy. How do I kick off the WF automatically when someone hits finish on a SP page ?
-
LiveSite connect file ?
Linux servers (TS and LS) 6.7.2 & 3.1 I did not install LS as it is on a www server. We are getting DB connect errors when we try to start LS. Admins swear the correct port is open in the firewall. So I am thinking the install did not point to the correct server. I do not have access to the server itself. So I need to have…
-
editions in Publish LiveSite WF ?
So am I missing something or is there no way to add editions to the Publish LS Content WF without adding a new external task ? I was expecting a parameter somewhere to flip. Andy
-
LiveSite Content not getting pushed
Using the default LiveSite WF, pushing .page, .site, etc. LS WF runs fune, No errors return. The ContentMetadata deployment runs as well as the SiteMetadata. But no files get pushed. I changed the opendeploy.properties and rebuilt the GUI, also added the nodes to OpenDeployWebRoot.xml How can I debug this ? WHere to start…
-
WFM with Perl inlines ?
OK, I thought this would be the easy part. I have a script to get the list of approvers, as an inline. I changed custom_instantiation.cfg to this: -- The IPL prints out this: But when I try to run my WF, I get this: Unable to create DCRDocument object and cannot even get to put the WF in debug mode Tips/Pointers/RTFMs…
-
WFM Email debugging
OK, so how does one debug the email system in WFM ? I cannot find any logs and get no errors. Linux TS 6.7.2 SP1. I have updated iw.cfg, the reviewer has a valid email address. I am using the OOTB LiveSite WF, only change from normal is sender is noreply@myco.com rather than noreply@interwoven.com I saw a note that said we…
-
Publish LiveSite Content Reviewers
I am using the OOTB SitePub/LiveSite WF The reviewers are a datasource that reads LiveSite Reviewers (iwhome/local/config/Datasource.xml) The Roles were originally Admin, I changed it to Admin,Reviewer & boom, see both. Cool. Since I am an Admin, I do not want to review, so I tool Admin out, left with: [html] LiveSite…
-
current branch in WFM instantiator ?
Is there a way (on submit) to get the area VPath or IW_WORKAREA in the JS for the custom_instantiation.cfg ? Tips/Pointers/RTFMs appreciated Andy
-
WF/Deployment to LiveSite
OK, I am missing something stupid. I have TS 6.7.2 SP1 with SP loaded on a Linux server. Deploy set to another Linux server. Using the Publish LIveSite Content (copied) WFM. My question is where do I define the destination for the content ? I need to say put it here: /somedir/www/htdocs I am reading the TS SitePub Dev…
-
WFM, emails and customizations
ok, starting with the LiveSite WFM. Issue is with review task and the email Desire is to have a 2 day timeout & send another email to the user, after 4 days timeout, send email to the web team and a 7 day timeout email goes to the director. OK, so you cannot have mulitple timeouts per task. So I need a 1 day timeout, that…
-
Linux authentication choices ?
So I am digging through the manuals, but I just want a little confirmation that I am reading this correctly. I have a 6.7.2 Linux install. User authentication choices are 1. local users 2. PAM/LDAP from a Linux/Unix server or 3. use Vintela to lave Linux validate the password from AD. What do people use ?
-
Verify CSF
OK, got 2 servers. One has CSF working, one does not. I have been looking through the manuals and everything is identical (with CSF and OD) that I can tell. I have tried the steps in Verifying the CSF Access Service Has Started Successfully Knowledge Base Article: 60042 and the logs show exactly what you expect. However I…
-
Win 2003 JDBC driver for SQL 2000 ?
So I upgraded my VMWare from Win 2000 to 2003. TS 6.7.2 was loaded with the event subsystem working on SQL 2000. The upgrade went OK, some licensing problems (domain went from NoDomain to localdomain) once I changed that back my OD and TS licenses were good again. The only issue I have is the event subsystem talking to…
-
Regex in JS Q
OK, working an ecommerce site and cannot allow certain tags in text blocks. Easy enough, onItemChange I run a StripCode function which does a series of regex statements including: text = text.replace(/<.*?javascript.*?>/ig, ""); alllowing no JS (so someone can't put something bad to steal a credit card) Now the request is…
-
textarea character limits --- has this changed ?
So this *used* to work. now is failing. validation-regex="^(.|\n){0,500}$" I have also tried validation-regex="^[\s\S]{0,500}$" Now (6.7.2, Win2K, IE7) I get error opening DCR value of attribute "validation-regex"... must not contain the '<' character (which it doesn't) Remove or escape the $ and it opens (though the regex…
-
diverging workareas, same branch
Now, I have always avoided workareas that diverge and never get synced with staging. IMHO, only bad things can happen. The 2 times I have seen it I was brought in to clean up some really screwed up branches. So I have another customer I am talking to. They are usign language specific workareas, so the fr workarea has a…
-
Windows - Delayed Write Failed
6.7.1 SP1, Win2003. on of our developers hacks on the css via notepad though the network path: \\server\default\main\branch\workarea\content\css\ A couple times now the file has become corrupt and I am seeing an error saying Delayed Write Failed in the event viewer. Anyone see this before ? Clues ?
-
The port number 1433?database=DemoDB is not valid.
This DD had been working. Now I am getting this error when I try to run: DBD: Area VPath:/default/main/DotCom/WORKAREA/Content DBD: Setting up TDbSchemaAgent. DBD: Loading com.microsoft.sqlserver.jdbc.SQLServerDriver DBD: url : jdbc:sqlserver://DBSERVER:1433?database=DemoDB DBD: login : sa DBD: login timeout=3 DBD:…