NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjmiller on February 10, 2014, 06:06:39 AM
-
Hi, I am attempting to convert a desktop app to the web.
I am using NT 7.34, Secwin 6.3 and Clarion 8 (9759)
Initial test of compile as a webserver works.
Attempting to add secwin (memory tables) import gives error... "dictionary may be corrupt". If this is ignored the files seem to be imported and after all steps completed in "adding secwin to nettalk" docs, compile completes with error in join of usergroup file where "firstname" is being added.
I have erased all and just attempted to add secwin files using TXD in both memory (I do have memory drivers) and Topspeed but get the dictionary error again.
Files are being installed from clarion8/accessory/libsrc/win folder.
If it matters... the existing data is on an mssql server which has secwin files. None of these secwin files are in web dictionary.
Thanks.
RJ
-
In fact those TXD files don't import into ANY dictionary... even a small dictionary created as a test.
Their file date is 8/15/2013.
Could it be that my version requires a DCTX file?
I have been able to import a DCTX file but not TXD. Is there a way to convert TXD to DCTX?
RJ
-
I went back to C6 and attempted to import the TXD... failed on line 389 (relationships).
This is where import into C8 generated the error on join (guess it could not find the relate)
Bruce... if you could break into this conversation with myself I could use some assistance and/or a new copy of the TXD I can import.
RJ
-
I have reported it to Geoff, and he is looking into it.
-
Thanks
Geoff, it is failing on line 389 of memory table TXD. Right at [RELATIONS]
All prior to this line are created properly including the aliases.
RJ