- 
is externaltask_affinity still supported?
We have a situation that one of my colleagues thinks might be addressed well by setting the externaltask_affinity config directive in iw.cfg. When I went to look it up in the documentation, I couldn't find anything about it. After some additional searching, it looks like it was documented on page 36 of the 6.5.0 admin…
 
- 
Multiple Domain Controllers
Hi folks, I am very new to TS, so please let me know if this is documented somewhere that I have not found yet. Today, we provide a single domain controller in the configuration. In reality, we have multiple domain controllers to utilize. I'd like to specify multiple controllers to provide redundancy, should one of them…
 
- 
Force uninstallation MediaBin server
Hi, I am trying to install MediaBin server. Sometimes setup fails inbetween due to some issue. I go to 'Add / Remove programs' and try to unstall the 'MediaBin Server'. But many times I get following error message while unstalling and due to this I can't unstall the MediaBin server. 'Error loading…
 
- 
Issue while installing MediaBin Server
Hi, I am trying to install MediaBin server. It goes smoothly untill I get to the 'MediaBin Server for SQLServer Setup(Step 2 of 3)' screen. Here I specify my SQL server name and provide the credentials for SQL user 'MediaBinSQLUser'. After I click on 'Next' I get error message 'ERROR: Connection to failed.' and then i can…
 
- 
Work Flow Modeler and Cusom Instantiation File
I have developed a work flow model using the new WFM visual tool and am working with a custom_instatiation.cfg file to make the work flow forms the way I wanted it to. I have created some global variables in the work flow root properties coinciding with some items in the cfg file. It all works, but now I want to create a…
 
- 
Set ceiling-dir and init-dir to current directory
I know how to set the ceiling to the WorkArea. How would you set a browser instance to start in the current directory and no higher? Thanks, Stephen
 
- 
DomUtil is undefined calling SetMetaTagsWebTask Webtask
Does somebody else get this error? DomUtil is not defined [Break on this error] var urlNode = DomUtil.getElementByTagName(xmlDoc.documentElement, "Url"); could not remap old .......... to .......... Greg.
 
- 
Workaround to send emails to a group without java development
I read lots of developer's messages having problem to send email to a group. here is a workaround to quickly achieve to send an email to members of a group. As the instantiated workflow is only able to run Java or simple javascript, the idea is to prepare the list of group member before instantiating the workflow. 1. you…
 
- 
VFE Style Menu Customization
I am trying to customize the Style menu in the Visual Format Editor. I have modified my CSS file and the visualFormatConfig file to no avail. If someone has a simple example they could post, that would be appreciated. TS 6.7.1 SP1 P1 Windows 2003 Server
 
- 
file modified-by in file listing in CCpro - 6.7.1 SP1 - Solaris 10
Environment - Solaris 10 - TS 6.7.1 SP1 - using TS Groups - using OS Users so I have a workflow that I kick off and one of the tasks is an External Task that loops thru some DCR's and modifys the XML and rewrites them... here is an excerpt from the code just to give an idea.. this is working, no issues yet..open(DCR,…
 
- 
"Take" button nightmare! can we stop it?
our business units hate the take button, its nearly impossible to see/find. its like a wheres waldo everytime we do workflow training. also, its location is different in the CSSTD and CSPRO interfaces. is it possible to customize the button to make it more prominent?!
 
- 
Mediabin 4.5.3 uses ODBC or DSN-Less?
What exactly is the MediaBin Server confguration for connecting to the database? It has something to do with an ODBC connection and a "System DSN?" Can it be a trusted connection? What registry entries should be needed? Blaa blaa blaa, any information anyone has would be great! I need to document how to rebuild a server…
 
- 
Date::Manip and ParseDate for TPLs
Trying to capture the current date to include on the TPL output. The TPL includes Perl script for other things which works. From the code below, the output is a bunch of numbers like "1204922551", how can we format it to be like 3/7/2008 or March 7, 2008? Code: BEGIN{ $ENV{TZ} = "US/Central"; }; use Date::Manip; use Time:…
 
- 
PageLayout-Config.xml
Hi all i m a new user to live site 3.1 can we use jsp/aspx as output in the pagelayout-config.xml. if yes the how ? kindly help ? i means to say that live site has provided us following Supported Page Default HTML HTML 4.01 Transitional HTML 4.01 Strict XHTML 1.0 Transitional XHTML 1.0 Strict XHTML 1.1 WML 1.1 - Wireless…
 
- 
Quick Search + Web Site is s-l-o-w-.-.-.
We are using Mbin 4.5.3 with Quick Search enabled on PhotoShop Title, PhotoShop Caption, and asset name. We have a dedicated web server, dedicated sql server, and dedicated application server. We consume a good deal of images anywhere between 3,000-5,000 images in a single day. Our asset count exceeds 750,000 assets. When…
 
- 
aspnet_wp.exe preventing folder deletion?
Hello all. I have an intermitten issue and am not sure if it's a conflict between asp.net and OD. Every once in a while, we will delete a folder from TeamSite and then submit the changes. It seems like when OD pushes out the changes, the folder that is to be deleted gets locked by a process. When this happens, our entire…
 
- 
Metadata - can it query database/xml file?
pretty much instead of using a static list setup in the web client, we would like a few of our MediaBin metadata items thats are very long and updated frequently to be called from a database or from an xml file. i know when u export a metadata item its xml, but i couldnt find where they are being referenced in the MB…
 
- 
TeamSite Restrict Access issue
Hi all, We are trying to create a new Branch under /default/main using teamsite GUI. from an INITIAL edition. When ever we create a new branch the "Restrict access" is automatically selected and when i uncheck the box and save, it does not clear the flag. The Private flag is set back again. Can any knows how can i get…
 
- 
Unable to Start TeamSite Server
Hi. We had installed teamsite 6.7.1 under /apps. To synch our development sever with that or production we wanted tp repoint IW-HOME from /apps to /opt/customer. We did that by unmounting /apps and then mounting to /opt/customer. I have changed all the defaultiw* files will the correct path and updated all the…
 
- 
CGI Task with window.close in CCstd
I am running a workflow via both the CCstd and CCPro interfaces. Under CCPro it opens in a new window, runs and then closes the window via a javascript window.close(); command. When this CGI task is run via the CCstd interface, it takes over the main window and tries to close it when it completes. Is there a way in the…