spssforum.com

by SPSS users, for SPSS users
SPSSVideoTutor.com
It is currently Wed Jun 19, 2013 10:04 pm

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Mon May 14, 2012 9:00 pm 
Offline

Joined: Mon May 14, 2012 8:32 pm
Posts: 1
Hi There,

lately I have been working with the SPSS Data Export Wizard to export data to my local mysql server.
That worked like a charm for a while. But after two weeks, something rare happened. So here's the
situation:

When I run this syntax, everything works perfectly and the data is stored exactly where it should:

SAVE TRANSLATE /TYPE=ODBC
/CONNECT='DSN=localhost;UID=root;PWD=!S%E&u#k;'
/ENCRYPTED
/MISSING=IGNORE
/SQL='CREATE TABLE test1 (jaar double , maand double , dag double , huishoud double , persoon
double , verpl double , rit double )'
/REPLACE
/TABLE='SPSS_TEMP_2'
/KEEP=jaar, maand, dag, huishoud, persoon, verpl, rit
/SQL='INSERT INTO test1 (jaar, maand, dag, huishoud, persoon, verpl, rit) SELECT jaar, maand, dag,
huishoud, persoon, verpl, rit FROM SPSS_TEMP_2'
/SQL='DROP TABLE SPSS_TEMP_2'.


But, since the data has over a hundred of variables it would be very useful to export the data by
using the data export wizard (file->export to database) instead.
When the wizard opens, I see the database listed 'localhost'. Selecting it and clicking 'next' causes
SPSS to completely freeze. After a couple of minutes I then get three error dialogs. First two identical
dialogs saying 'timeout waiting for server response', and one dialog saying 'A unknown error has
terminated communication with the processor'.

I'm running SPSS 20.0.0 on Mac OS X 10.7.4 with 12GB of memory.

Any help would be more then appreciated; this problem is necking me for days now.
Thanks in advance!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group