-
Redirect Users to workflow screen after new job
I am running TeamSite 6.5 SP1 on Solaris. Is it possible to redirect users to workflow/tasklist screen after they start a new job on Content interface? This is to avoid having users to click the workflow tab to access workflow tasks when they start a new workflow. Thanks Jason
-
callout on a replicant
I have a callout that I use for adding an item to a text file that becomes an option list and refreshing the option list when I close it. It works fine on non-replicant items, but it's blowing up on replicants. The function that actually reloads the list is a formapi function that I call from this close function that fires…
-
CCPro Custom Menu Item
Hi, I would like to add a link at the top right corner of the CC Pro screen and I modifed /iw-home/local/config/lib/content_center/customer_src/etc/conf/customer/ui_custom.xml It looks like this: <iwov-ui> <action-list id="iw.ccpro.common.actions_top.actionlist"> </action-list> </iwov-ui> I compiled the gui and there was…
-
disabling File>Delete
I´m trying to disable File>delete option for the Master role. I´ve modified the ui_custom.xml file that way: <iwov-delete> </iwov-delete> and in the roles_custom.xml if modified in the master_role the following: <operation id="iw.ccpro.file_menu.delete.op" isPermitted="false" /> But when loggin as master I can see File >…
-
How to dynamically update templating.cfg ?
Hello, I need to dynamically update templating.cfg file with new branch informating that depends on the template. templating.cfg files does not seem to respond to the xml include, any ideas? Thanks Suresh
-
xpath with attribute
Hi, Does anyone know how to use iwpt_dcr_value to locate an element using attribute? e.g my $taskname = iwpt_dcr_value('dcr.workflowinformation.workflow.events.event[@task='8545']@taskname'); I want to grep attribute taskname from element whose attribute task = 8545. Ideally I'd like to change 8545 to a variable.…
-
capture wftask error
We have a big workflow using information provided by users to start another workflow using wftask at end of the workflow. Once a while there will some issue with the xml job file created (for example, not correct syntax). When wftask encounters errors, the workflow will just stop at the final step. Is there any way to…
-
TeamSite 6.5 iw_desc textbox is missing
Does anyone know how to add the iw_desc description textbox back to the new job screen. It was available from 5.5.2 and it was disappeared with 6.5. Thanks Jason
-
OD Admin, without teamsite server
Hi, We are planning to install OD Admin on our Test Server(We dont have/need TeamSite on this) and deploy the content to a production server(Which has receiver). Basically we want to use the OD to deploy some directories under a source directory /opt/path/to/source to /opt/path/to/destination. Our requirement is to deploy…
-
Moving server
I am located at John Deere and we are planning to move our MediaBin server from one active directory domain to another. We tested the move in our test environment and, for the most part, users and permissions moved correctly. One small item that did not change as we were expecting... When emailing an asset as an…
-
Javascript in workflow
I am trying to put javascript in the wft (workflow file) in order to get a pop up confirmation alert message for one of the check box. It's giving me an javascript error. Does anybody know where should I put it exactly in my code. (within the <template_script> code or outside) Here is my javascript code. <script…
-
OD/DD 6.0.1 datadeploy problem
I am using OD / DD 6.0.1 on Windows 2003 server deploying to a DB2 database on Windows. The problem is that when I run a standalone deployment (not using DAS) I get the following error in the log: Unable to determine operation mode I cannot find reference to this anywhere. I have asked support but they don't (yet) have an…
-
addings items in the same line
Hi, I'm trying to add in a datacapture two items on the same line, but I've no idea for doing it or even if it's possible I attach the way the datacapture should looks. Thanks in advace.Edited by kude on 05/18/05 08:14 AM (server time).
-
Will OpenDeploy 5.5.1 receiver work on Win 2003?
We're using OpenDeploy 5.5.1. Will the OD receiver work on a Windows 2003 OS?
-
TS interaction with Windows dialog?
Is there anything native to or easily integrated with TeamSite that is able to interact with a Windows dialog? For instance, there is a tool that I would like to use as part of an external task. This tool essentially converts a file to a different format, but (at the moment) prompts for a filename to save the converted…
-
Add workflow job id to the tasks screen
I was able to add workflow description as well as the workflow activation date to the tasks screen. However, when I tried to insert the workflow id to the tasks screen, I am getting 0 value, Here is the copy of the code I added to ui_custom.xml file. please advice. I tried to replace type with link and there is no luck.…
-
Form API race condition
I seem to have run into a race condition in some formapi code that makes asynchronous server calls. I didn't expect order of execution to matter here, so I'm a little surprised at what's happening. We have a select item on one of our templates that pulls its values from a file. An associated callout can add additional rows…
-
Poll: Should Developers Have Root Access?
I am trying to find out 2 things: 1) Does your company allow TeamSite Developers to have root access (or at least sudo access to TeamSite functions)? 2) Should TeamSite Developers have root access and why? - Jason
-
OpenDeploy WebServices
I get this error when invoking OpenDeploy WebServices: AUTHEN_NOT_INITIALIZED, Details: Authenication was not initialized. WARNING - Authenication was not initialized. Cannot get user name and role from CSContextString. Request app: APP_ODWEBSVC REQUEST_DENIED Request denied: Get a deployment status. Item:…
-
XML or IWOV style data records?
could some1 explain the difference to me? im reading thru the new Templating guide for 6.5 and i really dont see a plus/minus to each type. i just know for XML type you need a <root-container> node...and some functionality from the old version (hide-names type effect) is only available with XML type. -------------------…
-
url command for preview
I couldn't decide whether to put this here, in the workflow forum, or in the main TeamSite forum. In the end, I decided on this one. I have a request to change the link in the email that goes to our reviewers so that, if the file is a DCR, it will go straight to previewng it rather than going to the DCR. There is no…
-
Inline error: ORA-12545: Connect failed...
During my upgrade to 6.5 whenever after pulling over my Inline perl scripts, they all give me the below error. I have the ODBC connection setup and it tests fine in windows 2003 here is the line its dying on: $db = DBI->connect("dbi DBC:$dsn", "$db_user_name", "$db_password") Root cause: DBI…