otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Data Loading Loading data into OTM / G-Log through CSVs, XML, and the UI.

Tags: ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old February 18th, 2008, 23:05
Junior Member
 
Join Date: Aug 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sgshah is on a distinguished road
Issue with 'Upload an XML/CSV Transmission'

Hi,

I am having issues updating a custom table using 'Upload an XML/CSV Transmission' in OTM.

The initial load of the table is fine; however, following update to the table are erroring out.

Table Definition:
----------
CREATETABLE CUSTOM_TABLE (
DC VARCHAR2(100)NOTNULL,
STATE VARCHAR2(100)NOTNULL,
LAST_PICK_RELEASE VARCHAR2(100)NOTNULL,
SHIPMENT_DATE VARCHAR2(100)NOTNULL,
DELIVERY_DATE VARCHAR2(100)NOTNULL,
DOMAIN_NAME VARCHAR2(50)NOTNULL,
INSERT_USER VARCHAR2(128)NOTNULL,
INSERT_DATE DATENOTNULL,
UPDATE_USER VARCHAR2(128),
UPDATE_DATE DATE,
PRIMARYKEY( DC, STATE )
----------

I have provided grants to APP_USER and EXT_USER. As well as created similar Triggers found in other OTM tables (to update UPDATE_DATE & UPDATE_USER etc.)

The initial load CSV is something like this (Sample):
----------
GLOGOWNER.CUSTOM_TABLE
DC,STATE,LAST_PICK_RELEASE,SHIPMENT_DATE,DELIVERY_ DATE,DOMAIN_NAME
ONT,AK,Monday,Wednesday,Friday,TESTDOMAIN
ONT,HI,Monday,Wednesday,Friday,TESTDOMAIN
ONT,DE,Monday,Wednesday,Tuesday,TESTDOMAIN
--------

And the update CSV is something like this:
--------
GLOGOWNER.CUSTOM_TABLE
DC,STATE,LAST_PICK_RELEASE,SHIPMENT_DATE,DELIVERY_ DATE,DOMAIN_NAME
ONT,AK,Monday,Wednesday,Monday,TESTDOMAIN
ONT,HI,Monday,Wednesday,Monday,TESTDOMAIN
ONT,DE,Monday,Wednesday,Monday,TESTDOMAIN
--------

When I try to upload the update into OTM via CSV (using IU - Insert Update), all records fail with the following error: ORA-00936: missing expression. The Key to the table is STATE-DC, and thus I would assume that any changes to the non-key fields would be updated, however, no changes to the table are seen, as they all error out.

Thanks,
Samir
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Transmission Reports in OAQ? krishna.kk Integration and Data Mapping 0 December 10th, 2007 03:54
Document Upload Vinod Data Loading 2 November 14th, 2007 04:17
[SOLVED] Order Release Upload Via CSV Template Dilday Stephen Email List Archive 0 October 16th, 2007 03:12
[SOLVED] Re: Order Release Upload Via CSV Template Rick v100 Email List Archive 0 October 16th, 2007 03:12
Data upload error engyeowkee Data Loading 2 July 2nd, 2007 09:50



All times are GMT. The time now is 12:11.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37