-
Converting ASP pages to Presentation templates
Newbie to templating. Read "teamsite templating developers guide". Do not know any perl language and my immediate task is to convert the existing .ASP pages into interwoven. In the real world, can I develop the ASP page using interdev and then bring that file into interwoven presentation template and make changes to it?…
-
UTF-8 and Polish characters
Hi, We are running TS501SP1 and TST501SP1 on Win2000. We are doing a project for a Polish site and are struggling to get the proper results in templating. I've set up my PC to use Polish as the Regional Setting in ControlPanel, modified templating.cfg and my TPL to include encoding = UTF-8. I can enter Polish characters in…
-
FormAPI & cgi-callout question
Hello, I have a text item in my DCT for storing a date which is entered using a cgi-callout. I've made this item read-only using: var publish_dateItem = IWDatacapture.getItem("/publish_date"); publish_dateItem.setReadOnly(false); When I change the value of this item using the callout, this is not directly shown on form so…
-
Multilingual Templates
Overview - building DCT to show the field labels and description in local language. To allow your users to see the fields and description in the templates in their own language you can modify your DCT to have the labels and description typed in local language. The steps are: 1. Open the DCT in Notepad 2. Type in the field…
-
VisualFormat Editor
why does this snippet of perl not work? (note: it is at line # 68 in my tpl file.) <iw_perl> my $tableclass=iwpt_dcr_value "shortDescription.shortIntroduction"); $tableclass =~ s/tr><td>/tr><td width=\"20%\">/; </iw_perl> i am trying to replace the first occurance of each table data cell in a row with a width…
-
<p> </P>
Hi, I want to file <p> and </p> from the string. I am able to filter <p> like this xyz =~ s/<p>//g; But i am not able to file </p>.Anybody has any clue about this Thanx in advance
-
Regenerate
Hi, I have question about File->Regenerate.How many .html files i can regenerate at a time. Is there any restriction for that.I feel at a time 6 files i can regenerate is it True? Thanx in advance
-
Limitations of the <Select> item
Hi, A quick one here... I have a DCT where I make an inline in order to import data from other DCR's... one of this imports is for a Select Item, which imports values+labels from other DCR, each imported line looks like this (+or-) <option label="Onbeschikbaarheid van PC banking - Algemeen onderhoud met SD gelijk aan ED…
-
Populating a dropdown list in a DCT
I am using 5.5.2 non java UI. I have used a cgi callout to populate a dropdown box with the data from a .txt file, it works fine. But is there a way I can populate a dropdown box in a DCT with data from an xml file. I assume it could only be done with formAPI - but with which method etc?
-
virtualization
dear all I was confused by virualiztion.IT is too diffcult for me to add the regular expressions to iw.cfg in section [iwproxy_preconnect_remap]. I want all jsp files can be previewed on all branchs and workareas.I setup a tomcat server with port 8201 and virtual directory "cms". (http://localhost:8201/cms),then I mount Y…
-
Multiple value selection
Hi, I have the following dropdown. <select name="branchmenu" multiple="true"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select> I have the follwoing code in perl $val= $cgi->{'form'}{'branchmenu'}; when i am selecting single value it is working perfect. Iwant to select…
-
VisualFormat Editor
how can the font size within a table (that is created using VisualFormat Editor) be set?
-
Resolve Conflicts after submittask
I did a search to see if this had come up before, but didn't find anything, so if this is a repeat, I apologize. I would like to be able to, as part of my workflow, send an email notification to one or more people if the Resolve Conflict state occurs as a result of my submittask. On more than one occasion, I've had people…
-
TSchemaHelperCacheManager
Can someone tell me - what the: TSchemaHelperCacheManager is in my iwddd log file I have a whole bunch of these lines: TSchemaHelperCacheManager: Cache size is 2 <= 500, Mon Nov 25 12:12:35 EST 2002 and I don't know what they mean - I have a cgi-callout to a form which in my DCT returns a 500 Internal Server Error on a…
-
DAS, User-defined Schemas and Virtualization
Is it true that if we are to use DAS and have virtualised staging that we must change our own production code (or in this case 47 stored procedures) so that : 1. They check the filepath to see if this is the production server or a staging server workarea. 2. If it is the staging server, which workarea. 3. Use the work area…
-
create directory for new DCR
When the user is in a directory within a workarea and they select new DCR, is there a way to create the corresponding directory within the templatedata/category/type/data structure? I don't want users navigating into templatedata if I can avoid it, and there doesn't seem to be a "New Directory" in the save DCR dialog. I…
-
Feedback to user Workflow Instantiator is busy
Between pressing the "Submit" button after entering data into the workflow instantiator form and the window disappearing or the first cgitask appearing can take quite some time (there is a lot going on in the background, like regenerating, attaching output files, checking locks, checking if files are involved in workflows…
-
How do YOU use CGI_info, TAG_info, and CGItasks?
As a review, CGI_info allows you to control the look and feel of the workflow instantiation form. TAG_info allows you to control what and how data gets collected in the workflow instantiation form. CGI tasks allow you to run external programs that have their own user interfaces. I'm interested in finding out (in as…
-
DAS, UDS and Large Integers problem
Anyone know what should I use in my Dbschema files for a large integer when dd'ing to an MSSQL BIGINT ? CreateViaSql fails with BIGINT, INTEGER(19), and LONG Cheers /Nick
-
Data Deploy Image Insert
I am using data deploy to insert the dcrs in to DB(oracle 8i). My dcr caonains field called paragraph which takes content as well as imgae as input. I have defined the data-type blob in the backend.When I paste the content and deploy it gives error-inconsistent datatype. regards Param Environment-…
-
Parsing the log files after iwodstart CLT
I have an issue with the way OD 5.5.1 returns log information. Specifically, when you run deployments using the iwodstart CLT from a script. In the old days, using iwdeploy, you could set a variable to the result of iwdeploy as such: my @deployresults = `iwdeploy ...`; and then @deployresults would contain all the detailed…
-
JDBC-ODBC bridge
iwsyncdb.ipl is still picking up the JDBC-ODBC bridge setting from somewhere and causing the following error - >>> Loading drivers <<< ERROR eployment to a Microsoft SQLServer database using user-defined dbschema is not supported with JDBC-ODBC bridge. You should use Inet-UNA JDBC driver.Refer to DataDeploy Administration…
-
Log files
We have an OD receiver Unix installation installed in /opt/opendeploy, with the log files configured to use /logs/opendeploy A log file, "od.log" is created in /opt/opendeploy, and appended to at every deploy. This is in addition to the main log file /logs/opendeploy/[servername]_odrcvr.log. We need ALL the logs to go to…
-
iwsyncdb.ipl -mb option
Maybe I'm just a little tired now but ... I can't seem to get iwsyncdb.ipl to run with the -mb option. It just takes the -mb option as a DCRType argument. For example I try - iwperl iwsyncdb.ipl -initial /default/main/Empower2.0/WORKAREA/Home -mb or iwperl iwsyncdb.ipl -initial -mb /default/main/Empower2.0/WORKAREA/Home or…
-
dcr-type "iwov" vs. "xml"
I have had to point the dcr-type to "XML" in templating.cfg in order to enable formAPI, however when I try to save the DCR it wont save if the DCT has more than one item, it will only save properly if templating.cfg is pointing to dcr-type "iwov" but then I loose the formAPI.
-
Inserting Into DB
I am trying to insert the data captured by a dct into db by calling a perl file from .tpl database is oracle and the same pl is able to insert from CLT. But while calling the same pl file from tpl it does not work. Any clues or suggestion on this front. A snippet from .tpl <iw_system command="iwperl c:\dbaseinsert.pl" />…
-
iwsync a.d workareas problem
I have definetly misunderstood or missed something here but - I have a branch that has several workareas with several DCT/DCR's in each. (Note the same DCT/DCR can occur in several workareas). I have tested all my DCT/DCR's dbschema files with standalone deployments and they all wor´k fine. I'm now trying to set up DAS.…
-
Enabling formapi
I have enabled formapi in the iw.cfg and run iwreset, but a simple javascript alert box I have added to a DCT still doesn't show when the DCT is loaded, I have pasted the contents of the dct. p.s I am using tst5.5.2 non java GUI <?xml version="1.0" standalone="no"?> <!DOCTYPE datacapture SYSTEM "datacapture5.0.dtd">…
-
Installation of formAPI
Hi, I am using Teamsite5.0.1.I want to install formAPI.Does anybody knows how to install and what are the impacts. Thanx in advance
-
Default location for saving the generated HTML
Hi All, When we generate the html page - it brings up a popup for entering output file name. I have to select the path for saving the html by browsing. Is there any way we can specify the default location for saving the html? Thanks, Ravindra