We have migrated to new server 7.2.1 from current 6.7.2
The only change is OS from Solaris to Linux. Rest of configurations are same.
All the code and Content Migration has been smooth till now. The OD filelist based deployments are working fine.But now i was testing the deployments and struck at the point where my DD scripts are failing.
The DD DNR script runs and executed DD deployment. On new server it is unable to find the DCR path and throws following error. ( Unable to find the DCR though it exists on the path ) we are not sure why it is thowing an error.
***************************************************
ENG: Begin logfile [/opt/OpenDeployNG/log/src.offers_dd_us15446838.DCR-TO-INDEX.BVASNDD03.to.database.log] ---------
ENG: Job ID=m24 Deployment=offers_dd_us15446838
ENG: DataDeploy Version is 7.4.1.0.0
ENG: Owner started the deployment is wsdeploy
ENG: DD args iwdd="DCR-TO-INDEX" date="2014-09-09" ddhome="/opt/OpenDeployNG" area="/opt/iwmnt/default/main/ecommerce/IntervalWorld/WORKAREA/Common" filelist="/opt/Autonomy/TeamSite/tmp/datadeploy.15446807" server="iw_webp1" val="new" cfg=/opt/OpenDeployNG/conf/offers_dd_us.xml need-result=yes depuuid=245415e0-385a-11e4-8995-aa06f155adbe leglabel=database
ENG: Proceed to execute the database deployment
DBD: Deployment : DCR-TO-INDEX
DBD: **WARN**:com.interwoven.dd100.dd.TConfiguration 104 Ignoring unrecognized element "logRules" in client section
DBD: Database Vendor set to oracle
DBD: SQL datatype for column path is VARCHAR(40)
DBD: SQL datatype for column state is VARCHAR(40)
DBD: SQL datatype for column name is VARCHAR(40)
DBD: SQL datatype for column pubdate is DATE
DBD: SQL datatype for column title is VARCHAR(80)
DBD: SQL datatype for column region is VARCHAR(30)
DBD: # of columns: 6
DBD: # of primary key columns specified: 1
DBD: # of groups defined in <dbschema> element: 1
DBD: [Tue Sep 09 15:47:33 EDT 2014] Begin executing DCR-TO-INDEX
DBD: Area VPath:/opt/iwmnt/default/main/ecommerce/IntervalWorld/WORKAREA/Common
DBD: Setting up TDbSchemaAgent.
DBD: Validating cached connection...
DBD: Cached connection OK
DBD: Connected to [aloecmp02:1521:WEBPROD1]
DBD: SELECT * FROM USER_TABLES WHERE TABLE_NAME='IWOV_OFFERSINDEX'
DBD: Table [iwov_offersindex] exists.
DBD: Running deployment [DCR-TO-INDEX]
DBD: extraction type=default
DBD: tuple mode=wide
DBD: area=/opt/iwmnt/default/main/ecommerce/IntervalWorld/WORKAREA/Common
DBD: filelist=[/opt/Autonomy/TeamSite/tmp/datadeploy.15446807]
DBD: /opt/iwmnt/default/main/ecommerce/IntervalWorld/WORKAREA/Common/templatedata/epiphany/offers/data/15446807
DBD: Generate DirectoryContents start:Tue Sep 09 15:47:34 EDT 2014
DBD: Generate DirectoryContents end :Tue Sep 09 15:47:34 EDT 2014
DBD: TDirectoryContents: Initial directory is invalid - Error looking up branch "/opt/iwmnt/default/main/ecommerce/IntervalWorld/WORKAREA/Common/templatedata/epiphany/offers/data/15446807" (No archive found)
DBD: Generate TDCRTupleProducer start:Tue Sep 09 15:47:34 EDT 2014
DBD: Generate TDCRTupleProducer end :Tue Sep 09 15:47:34 EDT 2014
DBD: Path not found -- interpret as 'NotPresent'
DBD: Building replicant order column information.
DBD: Building replicant order column information... Done.
DBD: TUPLE={state=NotPresent, path=15446807}
DBD: TTableSchemaHelper not found in cache for [iwov_offersindex]. Creating new.
DBD: db-datetime-format is not specified for [pubdate]. Using default converter.
DBD: Converted JDK DateFormat [yyyy-MM-dd] to Oracle DateFormat [YYYY-MM-DD].
DBD: SELECT
ELECT state,name,TO_CHAR(pubdate,'YYYY-MM-DD') AS pubdate,title,region,path FROM iwov_offersindex WHERE path = ?
DBD: Recurse select: pIndex = 0, value = 15446807
DBD: BuildTuples:executeQuery returned valid result set
DBD: TTableSchemaHelper object for [iwov_offersindex] found in cache.
DBD: BuildTuples:BuildRows returned: true
Attached the detail log file for DD:-