I was trying to transfer my databases to my new computer and ran into some issues. When I try to restore the backup file it crashes. I make it to around 80% complete and it stops loading any further and just crashes when I try to do anything. It's crashing while loading tick data which I have 4gb worth of.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Crash During Restore
Collapse
X
-
Crash During Restore
Good evening everyone.
I was trying to transfer my databases to my new computer and ran into some issues. When I try to restore the backup file it crashes. I make it to around 80% complete and it stops loading any further and just crashes when I try to do anything. It's crashing while loading tick data which I have 4gb worth of. -
Thanks for the reply Ryan,
Unfortunately That doesn't transfer the tick data. My tick data is over 2 GB but my Ninjatrader.sdf is only 500MB.
Comment
-
I'm trying to zip it first but when i try to extract it I crash just like with NT. It happens no matter how or what program I use to do it.
Comment
-
Hello magnatauren,
Can you please write into platformsupport[at]ninjatrader[dot]com and in the body of the email can you please include:
ATTN: RyanM
https://ninjatrader.com/support/foru...d.php?t=109591
Comment
-
Sorry for not getting back or emailing. I'd actually figured out a way to get the transfers to work. The massive number of files is what was causing the issue. I was able to resolve it by writing a few scripts to zip each folder individually and then zip all of those. The core to the script was this line here:
Compress:
Extract:for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a "%%X.7z" "%%X\" -aoa
Zipping them all at once caused the same issue just because there was just such a massive number of files. Using a for loop like this treated each folder as a separate instance and therefore wouldn't crash due to a file overload.for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" e "%%X.7z" "%%X" -aoa -o"%%X\"
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
80 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
46 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment