-
TeamSite Search for New Branch
Hi All, I have created a new branch and copied DCRs from old branch into appropriate directories with attributes. Updated the "branches.cfg". Need advice on enabling the TeamSite search for the new branch. (I can run a iwsubmit for the new branch(workarea) files and make them available on staging and restart the TeamSite…
-
iwov_mediabin_import : java.lang.NullPointerException
Hi All, TeamSite Version: 6.5.0 Service Pack 2 MediaBin Version: 4.5 The Mediabin import is giving a "java.lang.NullPointerException". Use of uninitialized value in concatenation (.) or string at D: \iwhome\iw-perl\vendor\lib/TeamSite/PT/iwov_mediabin_irt.pm line 198. Use of uninitialized value in concatenation (.) or…
-
OutOfMemoryError: Can not create New DCR
Hi All, I am getting the following error while trying to create new DCR. An error occured executing command com.interwoven.ui.formspub.datacapture.NewDCRCommand Error Details... java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start(Native Method) at…
-
Error in connecting with MB Browser
Hi All, I am getting the following error when tried to connect the MB from TeamSite DCT Forms. And is there a way to restart the MB CONNECTION MODULE alone from the TeamSite instead of restarting/resetting the entire teamsite server. Error while preparing the browser contents Root Cause: AxisFault faultCode:…
-
Possible not to check any of the workflow on Select workflow window?
Hi All, When there is more than one active workflow then while submitting a file will pop-up a SELECT A WORKFLOW window with the list of workflows. In list, the first workflow is always checked (radio button is checked). Is it possible to show the list of radio buttons without anything checked? Show the list of available…
-
Datadeploy not inserting data
Hi all, Datadeploy is not inserting the datas into the table. But it responds as success on the deployment. The following is the DD XML config file : < database use="$databaseUse" delete-tracker="yes" real-update="no" update-type="standalone" > < dbschema> < group name="RELEASES" table="RELEASES" root-group="yes"> <…
-
How to start another workflow from current workflow?
Hi all, How to start another workflow (2nd Workflow) from the current (1st Workflow) with some values and variables passing from 1st to 2nd workflow? Help please. Thanks in advance.
-
Could not load DCR error on iw_load_dcr
Hello All, I am trying to load a DCR using iw_load_dcr and i am using the following code: And i am getting error as : Preview And Generate Error: Could not load dcr: Y:\default\main\intranet\WORKAREA\na/ :\default\main\intranet\WORKAREA\na\templatedata\us\product_category\presentation\category.tpl The following code is…
-
Deploying from 6.0.1to 6.0.2 - Failed
Hello All, The deployment from OD Base 6.0.1 to OD Receiver 6.0.2 failed with the following error : ERROR: Could not find matching OpenDeploy client for (TSSCL01). Is it because, the OD Receiver has the higher version than the OD Base? Please guide. Thanks John
-
Installaion Failed
Hello All, I am trying to install MediaBin 4.5 with MS SQL Database. While running the MediaBin Server for SQL Server Setup, I got " Login Failed for User 'mb' " , and i can't proceed further. But the database has been created along with all the tables. Even with the username 'sa' i am getting the same error. Please guide…
-
Can SOAP insert Datas?
Hi All, I am looking at implementing a database persistance layer where instead of being able to use DataDeploy to insert data into the database directly, can the workflow write(/insert) the teamsite data via a SOAP call to the persistance layer (which will insert to our database)? Is this a possibility with Teamsite?…
-
Can SOAP call insert Datas?
Hi All, I am looking at implementing a database persistance layer where instead of being able to use DataDeploy to insert data into the database directly, can the workflow write(/insert) the teamsite data via a SOAP call to the persistance layer (which will insert to our database)? Is this a possibility with Teamsite?…
-
LWP::Simple
Hi I am using the following ipl script in an INLINE command on a form. #!d:/iwhome/iw-perl/bin/perl use LWP: imple; $url = "http://localhost/fn-teamsite/completex.xml"; $xmlFile = get($url); print $xmlFile; and i returns nothing. But when i tried to execute that in the command line and it returns the values of the file.…