I can upload using cuteFTP with the credentials he has given me, so I don't think it is a server-side issue.
Test by trying to ping the machine in question: "ping ftp.computername" will fail to resolve (with a slightly more meaningful message than the FTP client gives), whereas "ping computername" will respond to ping (unless security software is preventing this).
Also make sure your FTP server is setup to use port 21 (the default), or else you'll have to specify the port when you run ftp.
Been awhile since I've used TCE (this is likely to become a recurring thing for me) as I tend to switch between trading and combat for income. Last used 1.37g and have a DB from that version. I would like to import this DB into 1.39b9, but saw a page or so back that the import function is gone now. Why was it removed, and is it planned to return?
Additionally, I now see a TCE Setup.xlsm and am wondering what this is for (I suspect I need to use this before the main TCE.xlsm). I don't have time now to go through the thread to see when this file was added (I expect relevant instructions are located in that post), and suggest that relevant instructions be added to the OP
The V1.37 database should be compatible with the V1.39. Try to use it. The import button was removed, because there are some errors with it. A standalone database manager will be released, when it is finished.
The TCE Setup is required for the V1.39, because the configuration of TCE is now external with this setup done. It creates a new TCE.ini file.
Hi Eventure, the problem is we have 1 station that says it exists in both Inupinie and Menusha however there is no station in Inupinie with that name and when you click on the Menusha one in the list it selects the Inupinie one. When i land at the station in Menusha it shows correctly in the "Current Position" but for some reason is unable to be selected when you click on "Auto Destination" and try to manually select it. I looked in TCE.mdb using microsoft access and in the station category the station is listed 3 times, twice in Menusha and once in Inupinie. Hope that makes sense, hence why i would like to just remove all 3 entries linked to that station name and re-enter it.
Thats a little complicated, because you want to delete some stations, but the ID continuous numbering have to be untouched. Do the following:
Part I.
1. Delete the three station from the station table, but remember their IDs
2. Take the last three ID entries from the station table and change their ID to the deleted ones.
Now the station table ID numbering is continuous again.
Part II.
1. Find the System IDs (system ID = station ID) for the changed stations (your last three) at the StationPrices table, normally the last entries of the table (81 goods for each station).
2. Copy the data ( 3 x 81 goods) that belongs to the changed Station IDs, except the ID numbers (the System to Stock columns), to the position of the delete stations IDs and overwrite them.
3. Delete the last three Station IDs with their goods (3 x 81) from the StationPrices table including the IDs of the table itself.
If you are unsure to do this correctly, you can send me your database. I will do it for you.
In any case you change values of the database directly, make a backup before.