<!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">
Scott,<br>
<br>
Every ticket will try to show it's history. In your case, it died
trying to find a UserID on the USERS table that was identified in the
transaction record. I recommend the following:<br>
<br>
1) Get into the DataBase and find that Transaction (usually, I look at
the history in that ticket and see where it stops. That gives me an
idea of what to look for in terms of action)<br>
2) Get the UserId identified in that transaction record and see if it
is in the USERS table.<br>
3) If not in the Users table, you have a couple of options on how to
fix it, one being using SQL to change the UserID on that transaction
record to a Users Id that already exist and will suffice as a
replacement. This type of action would NOT meet the approval of Audit,
but it WILL fix the error situation.<br>
<br>
I have a set of SQL commands I have used in the past to resolve these
types of problems. Let m eknow if you want them.<br>
<br>
Kenn<br>
LBNL<br>
<br>
On 10/8/2009 8:59 AM, Lander, Scott wrote:
<blockquote
 cite="mid:39A20BAEB14A6344A0646DD5C8F98D4B0697B18E79@RCLTEXCMS02.resource.hearstcorp.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
  <style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style><font
 face="Arial, sans-serif" size="2">
  <div>I have one ticket that, when I go to view it, it displays about
a half of the details and then give the following error:</div>
  <div> </div>
  <div><font face="Arial, sans-serif" size="3">Can't call method "Name"
on an undefined value at /opt/rt3/bin/../lib/RT/Transaction_Overlay.pm
line 700. </font></div>
  <div><font face="Arial, sans-serif" size="3"> </font></div>
  <div><font face="Arial, sans-serif" size="3"> </font></div>
  <div>Any one have any idea what could cause this?</div>
  <div> </div>
  <div> </div>
  <div> </div>
  </font>
  <pre>------------------------------------------------------------------------------------
This e-mail message is intended only for the personal use of the recipient(s) named above. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify the Hearst Service Center (<a class="moz-txt-link-abbreviated" href="mailto:cadmin@hearstsc.com">cadmin@hearstsc.com</a>) immediately by email and delete the original message.
------------------------------------------------------------------------------------
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
<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>