<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi,<br><br>I am using TPC-C trace but I am not able to make it work. LBA in TPC-C trace is very large than the range of the unsigned long int. How can I make this trace environment suitable to simulation environment? I tried changing the value of 'locScale' in I/O mappings block in parameter file but it doesn't work for me.<br><br>For example:<br><br>Request 1:    3247.201        0       276996096       3       0<br>It gives following error:<br><br>unexpected request location: devno 0, blkno 276996096, bcount 3<br><br>Assertion failed:<br>simtime  = 3247.201000<br>totalreqs        = 1<br>disksim:
 disksim_logorg.c:763: logorg_maprequest: Assertion `logorgno != -1' failed.<br>Aborted<br><br><br>Request 2:    5288.554        0       <span style="font-weight: bold;">3201773568</span>      16      0<br>It gives the following error:<br><br>unexpected request location: devno 0, blkno <span style="font-weight: bold;">2147483647</span>, bcount 16<br><br>Assertion failed:<br>simtime  = 5288.554000<br>totalreqs        = 1<br>disksim: disksim_logorg.c:763: logorg_maprequest: Assertion `logorgno != -1' failed.<br>Aborted<br><br><br>In the second request, LBA value gets rounded in the range of long int. How can I fix this problem?<br><br>Thank you!<br>Janak Koshia<br></div></div><br>

      </body></html>