-
"Could not find matching OpenDeploy client for"
I'm using OD 5.0.1, TS 5.0.1 on Solaris 2.8 I'm trying to deploy a filelist from my TS box out to a QA Web Server. I've done this a million times before, and never been this stumped. When I run my deployment on the command line, the reciever logs on the QA server complain that "Could not find matching OpenDeploy client for…
-
Orphan OD5.0.1 deployment
I ran an OD5.0.1 filelist deployment from my source server to my destination server as part of a deployment development effort. Between deployment iterations, I deleted everything out of the target server's destination directory. When I re-ran the deployment, the opendeploy process failed, but never died. It just sticks…
-
iwstat command reports hung process
I tried tarr'ing up some content from a user's WORKAREA and the tar process died when trying to add a GIF file to its archive. It just hung there. So I killed the tar process, and when I ran the iwstat command to see if the server was cool, I get this output: $ /teamsite/iw-home/bin/iwstat Status: Server running ID Thread…
-
Running 4.5 and 5.0 at the same time
Has anyone run OpenDeploy 4.5 and 5.0 on the same machine at the same time, deploying to different machines? For destination machine OS reasons, we're exploring that possibility, and I'd love to hear from anyone out there who might have tried it. . . What's administration like? How hairy is the configuration? Any…
-
IW Variables within a TPL
Hi all, Is there some way within a TPL to get the path of the WORKAREA that the user is in when they opened the DCT? I see something about IW_WORKAREA in the context of a DCT, but I don't see any supplied values that you can use in an iw_value tag . . . Thanks, TomEdited by tvaughan on 05/06/02 03:13 PM (server time).
-
Getting a DCT to Refresh
I've got a java-callout that I'm asking my template developers to use in order to change the string captured by a browser tag. Basically, I want to allow my content contributors to use the File Browser that interwoven provides to select some image and then click on a java-callout button I'm providing that will modify the…
-
Java Callout instead of a browse
This is a two part question: 1) Does anyone have an elegant solution to the "htdocs problem" vis a vis importing files via the default "browser" functionality. If you have a WORKAREA with a "htdocs" and a "templatdata" breakdown like this: branch/WORKAREA/username/htdocs /templatedata And you allow people to pick…
-
^M Filtering in TeamSite's "Import" function
Has anyone figured out an elegant way to strip the Windows CR/LF characters that appear as ^M's when stored on a Unix Server? I know you can do a dos2unix, and in FTP you can transfer files in "asci" mode, and in DreamWeaver you can set the "Save As" command to save with '\n' characters, but for users who use Notepad and…