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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
144 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
71 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
125 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
79 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment