Hi All,
Env: TS 6.7.1 SP1, OD: 6.1.1 with Patch2
I am trying to setup DAS from a brand new backing store with only 2 files in the worakrea(I created this to test DAS). I am only doing metadeploy deployment for now. So I setup the mdc template, database.xml, iw.cfg triggers and start the command
iwsyncdb -initial
I see the following output
LIB: 2007-09-04 11:15:00 ERROR: Failed open session with TeamSite
EventSubsystem is not enabled, Register Triggers
#################################################
####### CREATING INITIAL DB TABLES ##########
#
I see that the tables were created in the database but no data in them. When I see the log files I find the following lines:
DBD: Generate DirectoryContents start:Fri Aug 31 16:28:28 PDT 2007
DBD: Generate DirectoryContents end :Fri Aug 31 16:28:28 PDT 2007
DBD: Generate TFullEAExtractor start:Fri Aug 31 16:28:28 PDT 2007
DBD: Generate TFullEAExtractor end :Fri Aug 31 16:28:28 PDT 2007
DBD: Path not found -- interpret as 'NotPresent'
DBD: FILE=[.]
DBD: TUPLE={state=NotPresent, path=.}
and little further down I see
DBD: ERROR:Exception occured while executing deployment [deltagen]: com.interwoven.ju100.util.TFSPoint is in error state - unable to open SCI session (RPC connection failur
e)
DBD: ERROR:
java.lang.IllegalArgumentException: com.interwoven.ju100.util.TFSPoint is in error state - unable to open SCI session (RPC connection failure)
at com.interwoven.ju100.util.TSCIUser.Validate(TSCIUser.java:117)
So I see that DD is not finding any files. So I created a single standalone deployment to deploy from filelist to xml. The output xml does not contain any metadata and just show status=NotPresent.
I also checked the workarea and file permissions and enabled RW permissions for all files.
Thanks !
brain_wave