-
Using Form APIs to update one drop down box.
I have one Option Box (Drop down list) which displays a list of 'Topics'. I have another Option Box (Drop down list) which displays a list of 'SubTopics'. When the user selects one Topic, I want to invoke a Java program which will connects to database, retrieves a list of Sub Topics for that Topic and populates the…
-
Accessing OpenDeploy
Is it possible to invoke OpenDeploy from a batch file (.cmd file) which is running on a system in the same network as that of Teamsite and OpenDeploy Server ?
-
Interwoven Event SubSystem service is not running
All the services related to Intwreoven are running except Event Sub System service. When I try to start the service, its starts and it stops automatically after a fraction of second. The original problem is that I am running DAS (DataDeploy) and in order for DAS to run, Event Sub System must be running. Since, my Event…
-
Event Sub System service doesn't start.
All the services related to Intwreoven are running except Event Sub System service. When I try to start the service, its starts and it stops automatically after a fraction of second. The original problem is that I am running DAS (DataDeploy) and in order for DAS to run, Event Sub System must be running. Since, my Event…
-
DD Problem in invoking External Tuple Processor
Data Deploy doesn't invoke External Tuple Processor class which is used to proces the tuple before inserting into database. I am using all the current versions of Interwoven products on windows. I am using DAS. I am foillowing as per the instructions. Any insights ?? Thanks in advance !! Pavan
-
Error in creating a DCR
Hi, I am calling an inline command from my DCT as follows: <item name="topic"> <select required="t"> <inline command="c:\test.cmd"/> </select> </item> test.cmd is executing a Java program to access a list of 'Topics' from database. After retrieving it from database, I format the response XML, which looks as follows: <?xml…
-
How to validate dacapture.cfg files??
How to validate dacapture.cfg files?? We can use iwxml_validate.ipl to validate but it expects files to be .xml and this is .cfg, so just wondering how you guys validate it ?? thx in adv. pavan
-
Performance Issue
Hi, My TS 5.5.2 Server running on Win 2000 Server is running very slow. It takes a lot of time when I click on preview button. I saw one attribute called 'rpc_threadcount=64' in iw.cfg and the documentation says that its value should be equivalent to the number of CPUs. By default, the value of this attribute is 64, so I…
-
TeamSite and Authentication Mechanism
I have installed Teamsite on windows 2000 server in domain ABC. Teamsite Users are in Domain XYZ. I have created an entry into authors.uid file for a user (for eg. user testuser) as follows: XYZ \ testuser But Teamsite doesn't authenticate this user. Any ideas ?? Do I need to install to Teamsite Server in the domain XYZ ?…
-
One Presentation template accessing multiple dcr
Can we use One Presentation template to access multiple types of dcr?