-
iwmodelc not working - need to invoke WFM via perl
I can only find about 4 lines of details about the iwmodelc command in the "documentation" (wfm_1011_user_v01_en.pdf). There is nothing in the CLT guide. Pretty much, i need to invoke a WFM (with files attached if possible) via perl. Our wfms have custom instantiation forms, but I've read in other threads that this command…
-
Are Hibernate Mappings Needed in 7.1?
The SitePublisher 7.1 Dev Guide still contains the appendix for extending the data model. I would have thought that with the advent of LiveSite Content Services that one would not need to extend the data model - that one would instead just leverage queries into LSCS. The manual doesn't give a lot of guidance around…
-
lscs query examples.
The LiveSite Content Services Technical Reference Guide is very sparse on examples of how to query the lscs. I would like to see some examples of queries others have written that are not immediately obvious from reading the manual. An example of the metadata on one of our location dcr's [HTML] <metadata> Central true…
-
IWItem copy Instance
Hi All Like addInstance, moveInstance method, is there any method to copy contents from one replicant to another. My requirement is to copy the values from one replicant to another. Rather than setting each Item value using FORMAPI setValue method, is there any direct method to copy values from one replicant to another.
-
Files not getting deleted from STAGING after I submit the deleted file from the WA
We are using custom workflow and open deploy to deploy the files. The workflow as such has no problems but on delete of a file from the workarea and consecutively submitting the file into STAGING nothing happens. We have doDeletes option in the OD config file set to yes The default Submit workflow which comes out of the…
-
Teamsite not accessible through internet
Hi, We did a fresh install of TS 7.1 on windows 2008 ES and when we access the Teamsite UI through a webbrowser it is not accessible (http://hostname/iw-cc), when accessing port 81 i.e http://hostname:81/ it reports the following error "401 - Unauthorized: Access is denied due to invalid credentials. You do not have…
-
Perl: multiple dcrs, replicants and sort
I have a Perl based tpl that reads mutiple DCRs and sorts the data based on a form field (to create an indexed page), which works fine. However going deeper, I have to work with replicants within each DCR. The Perl code currently reads the first occurence of a replicant within a DCR, but not the remaining replicants (the…
-
Problem installing Adminstration server
Hi, We are currently in the process of doing a fresh install of IW products(TS 7.1,LS 7.1) in our developemnt environmemnt, we had a trial license for 2 days and all the products were installed successfully. When we got the actual license and after the new license was installed we found that admin link was not working and…
-
getting parameters from $CONTEXT
$CONTEXT{parameters['dcr']} So how far off am I? There is a dcr parameter in the querystring of the page.
-
Real world users of .Net for 7.1
Hey gang, Are any of you out there doing either of the following: 1. Running LSCS on .Net 2. Running the .Net version of LSDS If so, have you encountered any issues (other than the documented issue that you cannot enable targeting LSCS on IIS)? Also, what did you have to do differently on the authoring server? For…
-
iw.cfg and iwproxy_preconnect_remap and page tokens
I will test this but was hoping for some input also. I am trying to set up some remap rules and notice that one is there already and has %24URL_PREFIX in it. Does that mean I can use any of the tokens in this file? [iwproxy_preconnect_remap] _regex=^/iw-mount/(.*)/%24URL_PREFIX/(.*)=/iw-mount/$1/$2 Our xslt is going to…
-
Tracking Logins
Does anyone know who to configure TS to log all user logins? We need to track who logs-in for security purposes. Does not seem to be a part of the trace or events log or any of the iwui logs. In the past we have run a cron job using output from iwrecentusers. Is that still the only way? I would like to avoid customization…
-
Using MediaBin in conjunction with SharePoint and other ECM tools
Has anyone implemented MediaBin in concert with SharePoint and if so, can they suggest any caveats? What are the points of disjuncture and/or how well-integrated can a single solution be when combining these two tools?
-
What are the sizing requirements for teamsite 7.1 database?
What are the sizing requirements for teamsite 7.1 database? How much storage space is needed? Is there documentation?
-
Trying to use the web task paradigm from the PLC workflow
Hey guys, I need to create a workflow based off of the Publish LiveSite Content workflow. The approach that was taken for the cgitasks is interesting to me, and I have it mostly figured out, but I'm missing one key detail. First, what I've figured out, in case others want to know: 1. Almost all of the cgitasks invoke…
-
Using Sitemap across multiple branches
Is it possible to use a Sitepublisher sitemap across multiple branches
-
EventSubsystem DB migration
I will be performing a fresh install of TeamSite 7.1, migrating from 6.7.2 SP2. Our EventSubsystem DB is running on a SQL server, which will also be upgraded to Win 2008 and SQL 2008. What is needed to copy over the existing DB’s and ensures they work with the new fresh install of TeamSite 7.1?
-
Dumb question Facet?
What does facet mean? There are a bunch of references to it in the LSCS Tech Ref guide. Even a LscsFaceQuery class that extends the LscsQuery. I cant find anything that explains what a facet is. Seems like I should know.
-
teamsite 7.1 installation was unsuccessful -no logs
teamsite installation failed: 1. windows 2003, virtual image 2. it goes thru the entire process then spits out a message on the final screen " Installation was unsuccessful". --no log files were generated.... any clues... trying to install teamsite and core dependecies
-
Extended Attibutes Size
does anybody know if there is a character size limit on extended attributes, it is taking only 4096 characters?
-
Suppress list of individual files on instantiation page?
Workflows generated via worfklow modeler seem to have the unsavory habit of injecting an individual file comment list on the instantiation page. So far as I can tell, there doesn't seem to be a way to prevent this. I can do a bit of poking around in the instantiation page HTML and probably make a good guess at the path for…
-
LSCS Fan-out deployment.
If needed I'll open a support ticket but I get a lot of good help hear so I figure I ask here first. We are trying to get a deployment to go to more then one server. One is to the lscs packaged with sitepubisher the other is an instance running on redhat. When we add multiple destination area pairs to the odAdapter the…
-
CSNode.getKind to determine Deleted File
While generating the manifest file for deploying EA to lscs I need to also determine if a file is deleted. CSFile file = client.getFile(new CSVPath(area+"/"+path.toString())); fElement.addAttribute("delete",file.getKind()==CSHole.KIND?"true":"false"); Am I on the right track with this or is there another way to determine…
-
Upgrade TinyMCE to latest version in TS 6.7.2 SP2?
is this possible? i have a request to use the latest tinyMCE (3.3.6) in our templates (like wordpress has) but the version in 6.7.2 sp2 is old and missing a lot of functionality (i.e. cropper). is it possible to download the latest version from TinyMCE site and overlay/upgrade the version in TS? i did a little digging in…
-
customizing iw.cfg
Do you see any issues with this? My colleague is trying to add the following in /etc/iw.cfg and then read it using iwconfig CLT in his scripts (instead of going for custom config file). [cust_section] cust_var=value What would you suggest? Thanks. TS 6.7.2 Solaris 10
-
7.1 vs 6.7.1 performance on Solaris 10
Hi DevNetters - We've just completed a 7.1 TeamSite / Search / OpenDeploy install on a virtualized Solaris LDOM instance. The install was OK and everything seems functional. As I expected, this 7.1 LDOM instance is a good bit slower than my 6.7.1 instance that I have on a powerful Solaris quad processor server. Because of…
-
TeamSite Installation on Windows 2008 Server
Greetings to all Team Site Guru's, We are planning to install Team Site for training environment and looking for some queries and suggestion. We have Windows 2008 server which we want to use to setup Team Site. Since we already have Windows 2008 so we want to avoid new licenses for OS as much as possible. Is TeamSite…
-
Configurable Job Variable
I have a WFM workflow where I am defining a hidden Configurable Job Variable and assigning it a default value of some string. I also have a PostProcessor Java class that updates the value of that Configurable Job Variable string based on some logic. That works great. Problem is, I have some individual task variables that I…
-
Out of the box localization capability of SitePublisher/LiveSite
I have a requirement for multilingual content on a site, potentially at the component level. The description of the out of the box capability for localizing based on a component that loads a DCR seems like it would do exactly what I want, but the docs are missing a crucial detail. How does LiveSite determine the locale? Is…