Zugriff auf MySQL Daten generiert Fehler.

Transcrição

Zugriff auf MySQL Daten generiert Fehler.
News
Artikel
Foren
Join
Projekte
List
Links
Random
Über Redscope
Previous
Next
Startseite › Foren › ETL & Base SAS
Zugriff auf MySQL Daten generiert Fehler.
8 February, 2009 - 18:40 — wusaa
Hallo liebe Redscopre-Gemeinde.
Ich habe ein Problem mit dem Zugriff auf Datentabellen in MySQL.
Ich habe für Testzwecke mir lokal einen MySQL Server installeirt (Version 5.0.51b).
Hab diesen eingerichtet, ein Skript aus einem Backup eingespielt und wollte ich in SAS auf diese
zugreifen.
SAS liefert mir dabei folgende Fehlermeldung:
13
libname mysql mysql user=root password=XXXX database=opengeodb server=localhost port=
NOTE: Libref MYSQL was successfully assigned as follows:
Engine:
MYSQL
Physical Name: localhost
14 libname out 'F:\opengeodb';
NOTE: Libref OUT was successfully assigned as follows:
Engine:
V9
Physical Name: F:\opengeodb
15
ERROR: Read Access Violation In Task [ DATASTEP )
Exception occurred at (564B27DB)
Task Traceback
Address Frame
(DBGHELP API Version 4.0 rev 5)
564B27DB 04A0F554 sasmyl:mcn_main+0x17DB
564C8BB5 04A0F5CC sasiomyl:mcn_main+0x7BB5
564C8879 04A0F600 sasiomyl:mcn_main+0x7879
659945B7 04A0F638 sasxdbi:mcn_main+0x235B7
659742DA 04A0F6CC sasxdbi:mcn_main+0x32DA
671B1B5A 04A0FC14 sasyoio:mcn_main+0x10B5A
671AF417 04A0FD54 sasyoio:mcn_main+0xE417
672F7F88 04A0FDEC sasdsa:mcn_main+0x6F88
672B9F72 04A0FE74 sasdsc:mcn_main+0x8F72
67871CF7 04A0FF04 sasxshel:mcn_main+0x30CF7
67871385 04A0FF14 sasxshel:mcn_main+0x30385
672B1891 04A0FF48 sasdsc:mcn_main+0x891
673111E9 04A0FF88 sasds:mcn_main+0x1E9
01272B72 04A0FFA0 sashost:Main+0xBEE2
01276C90 04A0FFB4 sashost:Main+0x10000
7C80B713 04A0FFEC kernel32:GetModuleFileNameA+0x1B4
NOTE: DATA statement used (Total process time):
real time
0.01 seconds
cpu time
0.01 seconds
NOTE: The SAS System stopped processing this step because of errors.
16 data a; set mysql.geodb_changelog; run;
Das Libname-Statement wird korrekt ausgeführt.
Ich habe mich schon im www schlau gemacht und das Service-Pack 4 ist installiert.
Habe folgende Hotfixes nachinstalliert:
e9bb11wn
e9bx04wn
e9yq03wn
e9ba02wn
Alle ohne Erfolg.
Ist solch ein Fehler bei jemanden hier schonmal aufgetreten oder kennt ne Lösung dazu?
Bin für jede Anmerkung offen.
MFG
Niko
Foren:
ETL & Base SAS
Log in or register to post comments
Weiss keiner etwas dazu?
16 February, 2009 - 12:02 — wusaa
Hallo Liebe Gemeinde.
Hat niemand einen Tipp für mich?
Log in or register to post comments
Options setzen
10 March, 2009 - 16:36 — PeterLingnau
Die genannten Hotfixe reichen möglicherweise noch nicht. Für MySQL Version 5 sind auch noch
options ... zu setzen, siehe http://support.sas.com/kb/18/824.html
Log in or register to post comments
http://support.sas.com/kb/31/
16 February, 2009 - 13:07 — NicoHaag
http://support.sas.com/kb/31/060.html
Log in or register to post comments
Danke
Hallo Herr Haag,
dann werd ich es mal mit einer früheren Version versuchen.
Danke für den Link.
Grüße
Niko
Log in or register to post comments
25 February, 2009 - 16:57 — wusaa