Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
DataDeploy-DATE
System
Hi,
I have a problem while deploying following to field to ORACLE Database with type DATE.
I have a date field like this
<item name="Expiration_Date">
<description>Enter date in MM/DD/YY Format</description>
<text size="8" maxlength="8" >
<default>MM/DD/YY</default>
<cgi-callout url="/iw-bin/iw_cgi_wrapper.cgi/z_calendar.ipl" label="Calendar"
window-features="width=200,height=230,resizable=no,toolbar=no,scrollbars=no,titlebar=no"/>
</text>
</item>
while i am deploy to database it is giving the below error.
Error:
ERROR:data-format attribute is required for column <Expiration_Date>
Column: Expiration_Date, field: Expiration_Date, Index: 8,Converting '05/6/03' to TIMESTAMP
datadeploy config file entry:
<column name="Expiration_Date" data-type="DATE" value-from-field="Expiration_Date" allows-null="no" is-url="no"/>
Thanx in advance
Find more posts tagged with
Comments
There are no comments yet