-
can't get ECM connector going
OK, so I loaded .Net 1.1 back on my 6.7.1 SP1 server with MB 4.6.1 and loaded the web services. I configured TS through the admin gui to use http://server:81/MediaBinWebService/MediaBin/Server.asmx (running on port 81 since I have MB and TS on the same server) I can go to that URL and get the MediaBinServer screen. Client…
-
MB 4.6.1 needs .Net 2.0 and 1.1 ?
This is confusing me. I upgraded MB 4.5 to 4.6.1, it spent a great deal of time installing .NET 2.0. Then I was trying to install the Web Service for MB (same date as the 4.6.1 release) and it tells me to install .NET 1.1 Then it provides me a bad link to MS to get it. So what is the deal ?
-
Attaching DCRs
Normally I do not automatically attach a DCR to a WF if the generated file was submitted. There are cases when you do not want to (often to avoid the overhead of regenerating if you submit a bunch). Now I have been asked to. My users don't know much about DCRs but then know the HTML. They save and generate and click submit…
-
Workflow, index page, many DCRs, etc.
OK, so the good news is that if I am dealing with an issue like this then my implementation must be doing pretty well. I have a page that reads several hundred DCRs and builds and index page. I only use 1 workarea and like to build this when a DCR is submitted. The workflow steps (that matter) are generateHTML, deploy to…
-
Javascript Regex
I have 2 types of DCRs, an index and a catch all DCR. There are only 4 index (somedir/default) and I want to prevent the catchall from using the same name. My regex is a Perl stype (using \Q \E with a variable in between) but is is not catching the match in JS. Since I am on a DOS platform I need to make certain it is a…
-
onReplicantBeforeAdd
OK, this is strange. (TS 6.7.1 SP1 Win2K) I am writing a table template. A replicant of rows, each with a replicant of columns. Get to the text via /Root/Table/Row/Column/Text Caveat, when you add a column in a row other than #1, you cannot exceed the number of items in 1 (heading) So I have an item handler…
-
Generating page on another site (and branch)
OK, so I have 2 sites that are very different. No content is shared between the 2 until now. The customer wants homepageB content available on site A. So I can get my homepage TPL to generate the new page. That is not tough. Then my question how do I get the content out. That is why this is posted under workflow. My gut…
-
Cannot load JDBC driver class
Win 2003, SQL Server 2006, TS 6.7.1 new install. I have read KB 56631. So I want to confirm what I did (if anything was wrong) I downloaded SQLJDBC from MS, ran the install and have in this folder d:\Interwoven\sqljdbc_1.1\sqljdbc_1.1\enu these files (install.txt, license.txt, release.txt, sqljdbc.jar) and these folders…
-
User ordered select lists
OK, I am looking for ideas. Here is my issue, I have an index DCR (say a list of press releases), the user selects 1-100 to be listed on the index page. Currently that is in a scrolling list. Order is now becoming important. Currently, it is whatever order DOS servers up the DCRs to my callserver. Sorting that by title,…
-
Upgrading DB to SQL 2005 on TS 6.7.1
OK, so I have a 6.7.1 server with SQL Server 2000. IT wants to push it to 2005. I know there are some issues (documented in the 6.7.1 RN) about installing TS on a SQL Server 2005 event subsystem. But I have not been able to see anything about changing the DB after the fact. emails already into support, but thought I would…
-
OOB Workflows broken in 6.7.1 SP1 ?
This is not pretty. My deployments have been failing from the config branch. I use the OOB workflow (configurable default submit, with deployment). Deployments are broken. Basically, none of the command line parameters are being read, the deploymentName was not in the old config file, needed to be added, which I did. Now…
-
Checking if an DCT object exists
OK, so I am lazy and am reusing code for certain tasks (FormAPI), in once case, if someone uses select list A, I want to hide list B. However this code is used by multiple DCTs, some of which do not have list B. So if I just try to hide B (and it is not there) I will get a JS error. My thought is to getRootItems and, if B…
-
Do people use TeamSite::XMLParser ?
I am doing an index page of thousands of DCRs. My TPL reads other DCRs and uses XMLnode, which works 99.9% of the time, except when (like during data import) there is a mistake in the XML and then XMLnode dies a horrid death and there is no easy way to debug. Since every once in a great while the DCRs get hand edited,…
-
TS 6.7.1 is available
A quick check of the support site shows TS 6.7.1 SP1 is available, of course I posted this AFTER I started my downloads. It is not compatible with LiveSite. I never saw that mentioned in the Beta, I hope I did not hose myself too bad with the Beta Andy
-
select list behavior ?
OK, so I have a list of features of an item. The list is about 30 entries and a typical selection is 10-15. I have implemented this with a straight select list. The issue is that if there are 12 already selected and I want to add #13 I need to remember to hold the control button down before I choose the entry or I will…
-
Removing events from the DB
So my VMware instance is getting full and I cannot add disk. Log files are getting cleared. I may need to remove Cygnus (2GB) I have noticed that the TSEvents_Data.MDF is almost 1 GB. I do have search and want to be able to search on the content but I suspect I do not need all of the events. Is there a reasonable way to…
-
Ostream, Preview zz_files etc
OK, so problem: out home page is a dev (not CMS) controlled page. So the Content team changes a bunch of include files that are read by the code. I have written a template that collects the information from user and creates the 11 different files via iw_ostream. Easy enough, the TPL then redirects to the main page to view.…
-
Passing data from callserver to FormAPI
SO I have a callserver set up. It generates some information (names of DCRs and locations without workarea). and passes it back to FormAPI with onload="javascript:parent.getScriptFrame().$callBackFunction('$names','$location')" inside HTML and BODY tags. $names = "One | Two | Three" etc and $location is the same. The…
-
Password request on preview
OK, so this is strange. Only happens for IE, not Mozilla. Happens on 1 branch but others are fine. If I click preview on a DCR, I get a login/password for each /img or /inc in the HTML, but they still do not load. If I use generate, then no problem images load fine. I have copied the zz_tst file to foo.htm and it is…
-
locks on generated files
OK, so I am not certain if my approach will help. My DCRs create multiple files, foo.xml -> foo.aspx and foo.ascx all in a shared workarea. every once in a while one of the files will get locked by someone (say foo.ascx), so if Joe User submit foo.xml, my generate_content step in the WF attempts to add the generated files…
-
TST regex
What am I missing ? Is there a bug I am hitting ? Am I really stupid ? TS 6.7.1 Win 2003. Got a text field, max 1 digit [0-9]. another field 0-9999 have tried many variations of this" [html] Max Occupancy Number of Rooms [/html] They both stop characters after 1 and 4 respectively however they are not limited to numeric…