<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Kevin, Jerrad,<br>
<br>
In the beginning of my program, I have this:<br>
<br>
use strict;<br>
 <br>
use lib "/apps/rt/rt/perl/lib";<br>
use lib "/apps/rt/rt/lib";<br>
 <br>
use RT;<br>
use RT::Ticket;<br>
use RT::Transaction;<br>
use RT::Attachment;<br>
use MIME::Entity;<br>
<br>
Do I need something else? Like :use RT::Date;" or something like that?<br>
<br>
Kenn<br>
LBNL<br>
<br>
On 8/27/2009 9:18 AM, Kevin Falcone wrote:
<blockquote cite="mid:20090827161836.GH806@jibsheet.com" type="cite">
  <pre wrap="">On Thu, Aug 27, 2009 at 08:52:21AM -0700, Ken Crocker wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">   Kevin,

   My log has been on and it gives no errors. This is it (for a small file for testing):

   -bash-3.00$ ./RT-TravelConversion.pl
   Use of uninitialized value in concatenation (.) or string at
   /apps/rt/rt-3.6.4/etc/RT_SiteConfig.pm line 35.
   Use of uninitialized value in concatenation (.) or string at
   /apps/rt/rt-3.6.4/etc/RT_SiteConfig.pm line 47.
   Use of uninitialized value in concatenation (.) or string at
   /apps/rt/rt-3.6.4/etc/RT_SiteConfig.pm line 47.
   Subroutine Connect redefined at /apps/rt/rt/lib/RT/Handle_Local.pm line 90.
   Subroutine BuildDSN redefined at /apps/rt/rt/lib/RT/Handle_Local.pm line 121.
   New_Ticket request=1 Ticket 87287 created in queue 'FS-Travel'
   New_Ticket request=2 Ticket 87288 created in queue 'FS-Travel'
   New_Ticket request=4 Ticket 87289 created in queue 'FS-Travel'
   New_Ticket request=5 Ticket 87290 created in queue 'FS-Travel'
   New_Ticket request=5 Ticket 87291 created in queue 'FS-Travel'
   New_Ticket request=5 Ticket 87292 created in queue 'FS-Travel'
   New_Ticket request=5 Ticket 87293 created in queue 'FS-Travel'
   New_Ticket request=6 Ticket 87294 created in queue 'FS-Travel'
   New_Ticket request=7 Ticket 87295 created in queue 'FS-Travel'
   New_Ticket request=8 Ticket 87296 created in queue 'FS-Travel'
   New_Ticket request=9 Ticket 87297 created in queue 'FS-Travel'
   New_Ticket request=10 Ticket 87298 created in queue 'FS-Travel'
   -bash-3.00$

   Nothing in those messages syas I have a code problem or anything. You have the code (attached
   in last note). The code seems simple enough, I just can't seem to see the problem.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Kenn

What happened when you started warning out your data and the converted
data that you're handing to Create?  What happened when you modified
your code to use a hardcoded date in a known-good format? (As
suggested in my response)

  </pre>
  <blockquote type="cite">
    <pre wrap=""> You're not providing any data or logging or error messages
 I suggest you warn out the original date, the processed date, the ISO
 date and turn your debugging logs on.  You also probably want to start
 by getting ticket Create working with hardcoded date strings and then
 move on to processing your data.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
-kevin
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>

  </pre>
</blockquote>
</body>
</html>