Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL++ - Programming with the C++ API to MySQL
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
SAPDB 7.3.00.48 64 Bit SUN/Solaris WG: Import Sun server...

SAPDB 7.3.00.48 64 Bit SUN/Solaris WG: Import Sun server...

2006-10-22       - By Manuel Reiter

 Back
Hallo
ich brauche wieder einmal kompetente und schnelle Hilfe um bei unserem
Umstellungsprojekt voran zu kommen:

wir sind jetzt dabei unsere Datenbank mittels rpmcli von SAPDB 7.3.00.24 32
Bit Linux auf SAPDB 7.3.00.48 unicode auf SUN Solaris 64 Bit zu importieren.
Mit nicht LONG Feldern hats gut funktioniert.

Bei den LONG Feldern gibt?s allerdings Probleme:
Replication server error (-4 : 'received a garbled packet')

K?nnte uns da wieder ein FORMAT-Wechsel helfen ( COMPACT ?)
IWe siehts mit dem LitteEndian -> BigEndian Switch aus ?

Nachfolgend das Tabellen Script:
//
CREATE TABLE "ADMIN"."EXPOSE_FORMAT_DSD"
(
 "EDIID"
Fixed (10,0),
 "TYP"               Varchar (10) ASCII,
 "DSD_ELEM"               Long BYTE,
PRIMARY KEY ("EDIID", "TYP")
)
//
DATALOAD TABLE "EXPOSE_FORMAT_DSD"
"EDIID" 1 CHAR
"TYP" 2
CHAR
"DSD_ELEM" 3 CHAR DEFAULT NULL
INFILE '/var/opt/sapdb/depend/EXPOSE_FORMAT_DSD.data'
COMPRESSED ASCII
DECIMAL '/ /./'
DATE INTERNAL
TIME INTERNAL
TIMESTAMP INTERNAL
NULL '?
'
BOOLEAN 'TRUE/FALSE'
LONGFILE "DSD_ELEM" '/var/opt/sapdb/depend/EXPOSE_FORMAT_DSD.DSD_ELEM'
BINARY


-- ---- ---
Anscheinend gibt?s f?r rmpmcli auch einen unicode patch
http://lists.mysql.com/maxdb/10734
Gibt?s da auch einen f?r Solaris ? Der Link f?r Linux funktioniert auch
nicht.

Danke f?r den Support,
Manuel


>Hi all,
>an updated Replication Manager is available for NT and Linux at:
>  ftp://ftp.sap.com/pub/sapdb/bin/patch/sapdb-repman-win32-7.3.1.8.zip
>and
>
ftp://ftp.sap.com/pub/sapdb/bin/patch/sapdb-repman-linux-32 (See http://nux-32.ora-code.com)bit-i386->7.3.1.8
.tgz
>This update is mainly for UNICODE support. For bug fixes see the
>README file.
>
>Regards,
> Steffen



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.4/480 - Release Date: 17.10.2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.9/490 - Release Date: 20.10.2006



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/maxdb?unsub=mysql@(protected)