<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Kevin,<br>
<br>
My log has been on and it gives no errors. This is it (for a small file
for testing):<br>
<br>
-bash-3.00$ ./RT-TravelConversion.pl<br>
Use of uninitialized value in concatenation (.) or string at
/apps/rt/rt-3.6.4/etc/RT_SiteConfig.pm line 35.<br>
Use of uninitialized value in concatenation (.) or string at
/apps/rt/rt-3.6.4/etc/RT_SiteConfig.pm line 47.<br>
Use of uninitialized value in concatenation (.) or string at
/apps/rt/rt-3.6.4/etc/RT_SiteConfig.pm line 47.<br>
Subroutine Connect redefined at /apps/rt/rt/lib/RT/Handle_Local.pm line
90.<br>
Subroutine BuildDSN redefined at /apps/rt/rt/lib/RT/Handle_Local.pm
line 121.<br>
New_Ticket request=1 Ticket 87287 created in queue 'FS-Travel' <br>
New_Ticket request=2 Ticket 87288 created in queue 'FS-Travel' <br>
New_Ticket request=4 Ticket 87289 created in queue 'FS-Travel' <br>
New_Ticket request=5 Ticket 87290 created in queue 'FS-Travel' <br>
New_Ticket request=5 Ticket 87291 created in queue 'FS-Travel' <br>
New_Ticket request=5 Ticket 87292 created in queue 'FS-Travel' <br>
New_Ticket request=5 Ticket 87293 created in queue 'FS-Travel' <br>
New_Ticket request=6 Ticket 87294 created in queue 'FS-Travel' <br>
New_Ticket request=7 Ticket 87295 created in queue 'FS-Travel' <br>
New_Ticket request=8 Ticket 87296 created in queue 'FS-Travel' <br>
New_Ticket request=9 Ticket 87297 created in queue 'FS-Travel' <br>
New_Ticket request=10 Ticket 87298 created in queue 'FS-Travel' <br>
-bash-3.00$ <br>
<br>
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.<br>
<br>
<br>
Kenn<br>
LBNL<br>
<br>
On 8/27/2009 7:14 AM, Kevin Falcone wrote:
<blockquote cite="mid:20090827141433.GF806@jibsheet.com" type="cite">
  <pre wrap="">On Wed, Aug 26, 2009 at 01:50:36PM -0700, Ken Crocker wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">   Kevin,

   I hate to bug you, but I went to your link and saw some code. I'm not a big perl guy (I can
   code some simple scrips, etc.) so some of it confuses me. Attached is the program I've been
   speaking of. I put what I thought would be the correct code in it ("set Date Fields").
   It is not working. Before I added that "set Date Fields" section, the program would run, but
   the date fields remained empty, except the resolved date and that would have today's date.
   Could you please look at it and show me what I did wrong? Thanks.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ken

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.

-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>