-
Attaching an Image to Submit Workflow.
Hi All, I am trying to Attach an Image file to my DCR and It's getting attached and upload to the TeamSite workarea. I have Submit workflow and this workflow got the following script. Please look in to the script and guide me if there are any errors. <submittask name="Submit" owner="__TAG__('iw_areaowner');"…
-
User context while generating page
On Windows 2000 running TS5.5.1 (yes 5.5.1 and upgrading is not a near term option) we are attempting to copy a file to another server while generating a page and cannot seem to succeed. We have tried copying using the perl File::Copy module and UNC File path (i.e. \\server\path\to\file.txt) as well as shelling out using…
-
DataDeploy not deploying "Date" fields correctly
Hi, DataDeploy is giving me a strane problem. I'm using TS 5.5.2 SP3 on Win2K with OD/DD 5.6 SP1 I'm using DD to deploy only the Metadata to oracle (8i)database. All my data is getting deployed correctly except for Date fields. I've defined date fields to be of 'dd-mm-yyyy' format. After deploying to DB, its always showing…
-
Substitution variable for filelist
I have tried every way I can think of to use one deployment config to represent a deployment that can either be used as a filelist deployment or a directory comparison deployment by using substitution variables in the config file. Using the syntax: <sourceFilesystem area="$srcarea^" filelist="$filelst^" > I have tried…
-
OD GUI bug/issue?
Has anyone else noticed that in the OD gui the "Selected Host:" pulldown goes in alphabetical order now instead of always defaulting to localhost? this forces us to go to "servers" > "manage servers" everytime we log on and switch to localhost...how can we have the lists default to localhost? we are using od 5.6…
-
Pencil Icon in STAGING/Invalid Extended Attribute
What does it mean when a file in the STAGING area appears with a pencil icon next to it (as if it's somehow been modified in STAGING)? In this case the file in STAGING is a templated output file but for some reason includes the extended attribute that indicates it's a DCR (TeamSite/Templating/DCR/PrimaryDocumentType). The…
-
Datedeploy-Update
Hi, I am using DD5.6 and TS5.5.2 on Solaris. DCR is perfectly deploying later it is updating with out any issues. Once it is updated in the approval process i am changing status and user name ,time etc through update statement Here is the update statement : UPDATE CONTENTS SET APPROVE_STATUS ='A', APPROVE_USER_ID =…
-
onSaveNameSpecified
Hi, Using formapi onSaveNameSpecified on this event i want to check whether file existing in the current directly or not. Actually when i try to save with existing name it will check by default but in my case i typing filename for example as test.So it will check whether test is existed or not. But while saving the dcr i…
-
datadeploy
Hi, In datadeploy configuration i have one of field islike below. I am updating always with 'N".When ever i deploy from teamsite it will directly update with "N". <column name="APPROVE_STATUS" data-type="VARCHAR2(1)" value="N" allows-null="no" is-url="no"/> Later in the workflow through approval process i updating this…
-
Populate a select list based upon another field
I would like to populate a select list based upon the selection of one field in DCT, i.e., a user select a country from the list, then we construct the state list by using the selected country and query the DB. I wouldn't mind to use cgi-callout (pop up another screen for user to choose). Any specific example? Albert
-
wrapper around iwpt_compile
Hi, Is there way that I can cause my custom perl script to be called rather then iwpt_compile.ipl when the Preview button is clicked in the DCR Tempating form. Thanks, Rajiv
-
Use sequency or identity as primary key for DD
During the DD deploy, a DCR is converted to a table record. The table has a primary key as autogenerated sequence (oracle) or identity (sql). What will be the dbschema look like? If the dbschema does not contain the identity field, it might not be an issue for creation (considering identity is increment automatically) but…
-
Unique ID generation for an DCR
I would like to design a DCT that contains a hidden ID field. Every time a DCR is created based upon that DCT, a unique ID is generated and saved as part of DCR. How to do so? The generated unique ID can be used for data deploy as primary key (rather than text field as described in the Data deploy admin guide). Any…
-
Preview problems
Hi, We are facing a problem generating Preview for dcrs which have accented characters in their names like testäö123.dcr. The functionality works fine for normal ascii file names. On clicking the preview button I see an error page: =================== Template Preview And Generate Error: Could not load dcr:…
-
Event Calendar Application
We like to develop an Event Calendar application that allows TS user to enter event. I was thinking to have an Event DCT that contains a calendar field. But one of the requirements is to displays current month events in a calendar format, and TS user can select the event (event is hyperlink) to edit/delete the event. Any…
-
Teamsite GUI Functionality
Using TS 5.5.2 , UNIX , Solaris 8. The 'Page' Option to goto a specific page # at the bottom of the list <filenames> right hand side pane(window), does not work. which CGI governs this, and what's the solution? Thanks -NK
-
Control Access to DCT
Say I have a DCT called "Department". I have 3 DCRs within "Department" and they are HR, IT, MARKETING. I like to have following access control: user Bob can update HR, Tom can update IT, Ted can update MARKETING, but not the other two. Is there a built-in way in TS to do so? If not, what's the recommended solution. Thanks…
-
Multiple list DCR to DD
A DCT has a multiple select list field. The user can select one or many and save the DCR. After that, I like to convert the saved DCR to data record through Data Deploy. How should I design the table schema that can store that multiple select list field. The key here is the list field can have 0 to many values per DCR.…
-
More DCT crashes! argh!
Myself and other users are continuing to notice a high # of dct crashes, esp when adding replicants. ive posted all the applicable screens including windows and IE versions at this url. please advise, thanks. Linky Teamsite 5.5.2 service pack 2 Teamsite Templating 5.5.2 service pack 2 Opendeploy 5.6.0 DataDeploy 5.6.0 All…
-
following select comp ...
Hi again, have problemes to set the value of a select component to a default one : in my js file - init methode- i try this code : var item = IWDatacapture.getItem('/Europe/lang'); var option = item.getOptions(); var defaultvalue = option[0].value; item.setValue(defaultvalue); var value = item.getValue(); alert('value on…
-
selct component
Got a select box populated with an inline. Get a blank item and i'd like to set the value of my select box comp to the value of the first item ...how to with formapi ..? cheers
-
Conditionally returning from an external task
I want to execute a validation process in an external task and according to the result; I want to return to one task or another in the workflow. How can I do this? Thanx.
-
CCI edit-URL and empty window
Hello, I've got a question concerning the Casual Contributor Interface. When you edit an file using the edit action (example http://TS_SERVER/iw/webdesk/edit?vpath=/default/.../file.html) the CCI opens a new browser window. Afterwards the CT is openend using some javascript code that runs in the empty window. Is it…
-
Table indexes
I want that some indexes are also created for tables during database deployment using DataDeploy 5.6. Is this possible, and if so what is the appropriate way? Thanx.
-
Data Deploy Primary Key Duplicate Rows Problem
We are having a strange datadeply problem using version 5.6 of DataDeploy. This was working ok with version 5.5.2. Below is the deployment configuration file: <deployment name="uzuntuler"> <source> <!-- Pull data tuples from TeamSite Extended Attributes --> <teamsite-extended-attributes options="full,wide"…
-
Templating DCT save functionality.
Hi. i have a scenario in DCT. i want that when i save the DCR, it by default takes the value in one of the specified field from the DCT(datacapture.cfg.) for example. one field name is contry. so when user click on the save button. it direct takes the value from the contry field in save window. Is their any method or code.…
-
Dcr Save
Hi, I am using TS5.5.2 on Solaris box. I have a dcr of size 180k. It is taking around 6 minutes to save the content.I am wondering what could be the reason? I have onSaveValid event where i am doing parsing and validations before saving. I have alert before return(true) statement which is coming very fast after that it is…
-
deltagen or basearea when iwsyncdb.ipl run
I can register specific branch with DAS for metadata . But for the another one , every time I run iwsyncdb.ipl -initial vpath teamsite/metadata , the deployment in command turns to deltagen like messages below DataDeploy Command=[cfg="/usr/iw-home/local/config/mdc_dd.cfg" deploymen t=deltagen…
-
Getting the DCR name from an inline
We're trying to determine the name of the DCR from an inline. What we're trying to achieve is a system that can read self defined extended attributes from a DCR and reuse that info when displaying the DCR. The extended attributes are set when the file is generated. Basically we're trying to find out whether the file has…
-
Visualformat
I have one user, that have a problem when inserting a hyperlink from within visualformat. When she presses the browse button nothing happens. Other users does not expience this problem.