home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / informix / 3033 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.9 KB

  1. Path: sparky!uunet!gatech!emory!emory!not-for-mail
  2. From: bob@worms-emh2.army.mil (Bob Kane)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re:  Help with dbload
  5. Date: 22 Jan 1993 09:28:04 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 40
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1jp09kINNl06@emory.mathcs.emory.edu>
  11. Reply-To: bob@worms-emh2.army.mil (Bob Kane)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1809>
  14.  
  15. }
  16. }I use Informix version 4.00 on a 3b2 and cannot get
  17. }dbload to work properly.  The comand file looks like this:
  18. }
  19. }   FILE "Newreport.out" DELIMITER "|" 21 ;
  20. }   INSERT INTO acd (pdate,ptime,vdn,acd,exten,tpeg,tusg,avg_svc_time,
  21. }                 taban,textaban,qpeg,qusg,avg_que_time,max_calls,max_que_time,
  22. }                 pct_time_exc,vpeg,vusg,vaban,success,status)
  23. }       VALUES (f01,f02,f03,f04,f05,f06,f07,f08,f09,f10,f11,f12,f13,f14,f15,f16,
  24. }             f17,f18,f19,f20,f21);
  25. }
  26. }
  27. }Resulting in this error:
  28. }
  29. }   DBLOAD Load Utility           INFORMIX-SQL Version 4.00.UG1
  30. }   Copyright (C) Informix Software, Inc., 1984-1989
  31. }   Software Serial Number AAA#C293637
  32. }
  33. }   FILE "results/Newreport.out" DELIMITER "|" 21 ;
  34. }   Syntax error occurs on statement above.
  35. }   Line 1          Character 30
  36. }
  37. }Character 30 would be the D of DELIMITER.  Help is greatly appreciated.
  38. }
  39. }
  40. }
  41. }Leif Van Horn
  42. }Telecommunications Services
  43. }University of Colorado at Boulder
  44.  
  45.  
  46. On our 3B2 with 4.0, dbload will not work with the quotation marks around the
  47. path name, even though the manual specifically states to use them.  Give it
  48. a try.
  49.  
  50. -----------------------------------------------------------------------------
  51. Bob Kane                   Internet: bob@worms-emh2.army.mil (IP 134.235.9.2)
  52. TechDyn Systems               Voice: (049) 6241-487306   (WORMS, GERMANY)
  53. CMR 421, BOX 706                Fax: (049) 6241-49560
  54. APO AE 09056                    CIS: 71054,2661
  55.