-
TS 7.1 no admin window
So I have loaded 7.1 on a Linux server. Connected to a SQL2005 server for the DB When I click on the Administration button, it tells me the Admin server is not available: Could not contact Adminstration server. Please try it later, or contact your system administrator. From the servletd_out log: Could not connect to broker…
-
Global constants
OK, requested to build components using a set of global constants. So in Perl I always had a pm with constants and I could query that. The data will be used all over the site. I assume I can do a jar with the same thing. Is there a better way ? These are things like: copyrightText = "Copyright 2000-2010"…
-
Akamai and .page files ?
OK, I know Akamai will serve .htmls, we are rolling out with LS runtime, can Akamai help in runtime ? The site is still static (for now - targeting on the way), but blah.page should be the same for everyone and be able to be served by Akamai. I could not find anything of interest with search (shocking isn't it)
-
SP cross branch browser ?
OK, have a number of image/flash objects. Default SP browser will only look in the local workarea. Due to support for many languages (which I am seeing some fundamental issues in SP anyway) we need to host the images/flash on another branch. Only option I know of is to use a DCR and hten use the ability to search other…
-
TS 7.1 available for download
on the support site
-
finding field in XSLT
OK, I have a DCR with replicants of translated content. So I do a foreach, trying to compare the Root/TranslatedContent/language to a variable ($locale) and use that data: [php] [/php] No data is presented. if I use: [php] [/php] it works fine (for the 1st language) So I assume it is in my xsl:if test= Can anyone…
-
What does OD read for host for license ?
the license info java for OD is crashing, so I cannot get OD running. C:\Interwoven\OpenDeployNG\jre\bin>java -cp /Interwoven/OpenDeployNG/lib/odng.ja r com.interwoven.license.LicInfo -f something -p OD com.interwoven.license.LicenseException: Bad host name at com.interwoven.license.LicInfo.gather(Unknown Source) at…
-
Multiple languages for SP
How many people have done multi-lingual sites in SP when integrating with a translations utility ? I am curious on the approaches used. Since tools have to be able to parse the date (usually can do .html or .xml), a SP approach would require either using DCRs or a translation preprocessor that can read .page files. The DCR…
-
TS 7 validation regex not working ?
Anyone have 7.0 try something ? I am using a simple validation regex for a field but none of them are working. Something like this: [php] Insert code here [/php] should accept from 0 to 99999 but it takes anything. I can do this in FormAPI but it is a serious bug if is not working because of legacy code.
-
setLabel issues
OK, building a table, set of Rows and data points inside the row. The plan is that id a person puts foo, bar and blah in Row 1, to make the label of each data point for Row 2, 3 4 etc to be foo bar and blah rather than Data. To start I have this running onReplicantAdded & I will worry about other cases later. No Luck (DCT…
-
Building a spar (sanity check)
OK, so I am moving SP from a dev server to a prod server. I have a bunch of TS configs, components, .page, etc. It looks like I make a folder /tmp/something with folders (component meta-inf template toolkit workarea_root and workflow) and copy everything in. create a manifest and zip (calling it .spar) Where does Ant come…
-
DD substitution Q
OK I do not think I can do what I want to (with DD substitution) but here goes. I am using DD to push a PR to a file, I also want to push the destination URL. I was hoping that I could use the substitution section to create the URL (which I can) however I can only do it by overwriting the original path variable (which DD…
-
TinyMCE images not using URL_PREFIX
ok Using a basic component in a site, but when I edit the properties of an image, the path tells me http://teamsite/common/images/blah.jpg if I change it to either $URL_PREFIX/common/images/blah.jpg or just browse to the image, it still shows up the same. When I view the .page it has http://teamsite/ and when I deploy to…
-
Popuos in sitemap
TS 6.7.2 SP1, SP & LS both up to date on Linux. I added a node to the sitemap, pointed it to google and marked it as new window as well as popup. In both cases the page opened in the same window. Anyone have a chance to duplicate before I log a bug with support ?
-
TincyMCE oddity
OK, this one has me stumped. It is a low priority bug, but I will toss it out there. One one site (we have about 20 sites in various branches, this is the only site on this branch), if you open a new page and add bullets or numbered lists to TMCE, the bullets do not show in MCE. However when you save them, they look great…
-
SSI for XSL ?
OK, I have a form that pushes data to SP. I also an writing an XSL to preview the data. The HTML uses #include virtual...... When I have that in the XSL nothing shows (though they do work in the old TPL). Since it is preview only it does not need to be truly dynamic, I have tried xsl:include href="/iwmnt/def...../blah.inc"…
-
Setting SP EA's
OK so someone did a get latest with overwrite. Lost about 25 .page files. We have copies of the .page files but no EAs. If I put them in the correct place, I can figure out most of them. What about the ID & Checksum ? Am I hosed ?
-
TS 7.0 soon ?
Cliff McBride refers to "soon to be released TeamSite 7" in this thread - anyone know about it ? When ?
-
Should LiveSite autostart ?
I installed 3.1.01 in Windows, also Tomcat. However there does not seem to be an entry for LiveSite in control panel -> services. I can run LS from a DOS shell. The manual says use run.bat There has to be a better answer than that.
-
Debug LS WF
OK, I am trying to push 2 different branches to 2 different servers (one is a www site and one is an intranet). So I used "Deploying Multiple Sites to Multiple Runtime Instances" instructions in the SP Dev Guide. Added a new bean (entry key="vip") for the vip site (new target node, path, etc), changed the Target node in…
-
LS WF Email Q
OK, playing with the default SP/LS WF. The email task has a variable called Recipients. It is set to DATASOURCE(Reviewer). Since the variable is plural, one would assume you could have a list of Recipients. Can I ? What would the delimiter be (comma, semi colon)? Where is this documented ? This has much more functionality…
-
passphrase expires ?
On my Dev server, I have noticed that every month or so, OD fails to be kicked off via the WF. Invariably I need to follow the KB to regenerate a passphrase, copy to to CSK/etc OD/etc and iwhome/private/etc and reboot. Then things work again. I am at a loss to to understand why I need to keep doing this. I understand once.…
-
Poll - users use CC STD or CC Pro ?
OK, I am curious, not developers, but the people who actually use TS daily, Do they use CC STD or CC Pro ? Why ? From my experience a large majority use Pro instead of Std.
-
Sanity check (LS WF -> diff branches to diff servers)
OK, I have a TS server pushing to LS Server A and DB A. We have another branch coming live that will do to a different DB and different LS server) From what I have determined so far, I add another bean: bean id="customer.teamsite.DeploymentService.OpenDeploy.DeploymentTargetMap"…
-
WFM/LiveSite/OD exclusion filters
TS 6.7.2, SP/LS workflow (WFM), Linux, OD 6.2 Using the OOTB WF for LiveSite. It has a createList entry for OD, something like: [html] ^(//[^/]+)?/default/.*/WORKAREA/[^/]/sites/.* [/html] that should deploy only files from /sites. Easy enough, I would like to use te same mechanism for deploying the remainder of the…
-
using Publish LiveSite Content WF for everything
OK, since LiveSite gets published to a different folder (served by TomCat) from the other content (served by Apache)I started out with using 2 WFs, one to push the /site folder and one for other assests. Not the best approach So I want to integrate everything into the PLSC-WF (Publish LiveSite Content Worflow). I am…
-
DB For SitePub on linux ?
OK, I can understand not supporting Derby as a SP/LS DB, but not MySQL. So what is the most common setup ? Oracle ? SQL Server on a DOS box ? I saw an option of using other as a DB, can I make use of that for Derby or MySQL in a dev server environment ?