Hi all, I am again asking the same question but in diffrent way. Sorry.. but its urgent.1. My data deployment is not updating the DB, as the content is beyond the capacity of table column. It is raising exception ORA-12899 in log file. But the return status is completed in OD-GUI and on command prompt also.2. If the DB does not updates then how to inform the user that something went wrong? I mean how to get the result where deployment is succeded or failed?3. on running the 'iwodcmd start ViewerCategory_en_US ' the corresponding deployment log is gets written in src.ViewerCategory_dd_en_US.basearea.USLAXCMSDEV.to.database.logunder $ODHOME\log\..Is there any way to capture the latest log(only for the current deployment)and parse so that can get idea of deployment status.Please help me out in these issues...Thanks,-Parag
Hi all,I am again asking the same question but in diffrent way. Sorry.. but its urgent.1. My data deployment is not updating the DB, as the content is beyond the capacity of table column. It is raising exception ORA-12899 in log file. But the return status is completed in OD-GUI and on command prompt also.2. If the DB does not updates then how to inform the user that something went wrong? I mean how to get the result where deployment is succeded or failed?3. on running the 'iwodcmd start ViewerCategory_en_US ' the corresponding deployment log is gets written in src.ViewerCategory_dd_en_US.basearea.USLAXCMSDEV.to.database.logunder $ODHOME\log\..Is there any way to capture the latest log(only for the current deployment)and parse so that can get idea of deployment status.Please help me out in these issues...Thanks,-Parag
Is there any way to capture the latest log(only for the current deployment)and parse so that can get idea of deployment status.
yes, the exception is due the field having too large content. I am doing it purposfully.My project requirement is to send an email on failure of deployment.In this case the datadeployment fails,(exception occurs and the DB doesnt update) but it returns completed/Success.tried with '$iwodcmd 2>$results';but no way as it says " Status: Completed".Anybody catched these errors? how?can anybody help me?Thanks-Parag
check the datadeploy admin pdf and add the necessary configuration to throw the error.