Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1.201203
-
Fix Version/s: CMT8.4.1.201203
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
OS:Windows7
CUBRID:8.4.0.2027
CMT8.4.1.0010
Description
1 Install CUBRID8.4.0.2027, then copy the CM Server files in attachment(cm_server_for_windows.zip) to %CUBRID_HOME%/bin
2 Start CUBRID service
3 Do migration from mysql to CUBRID.
Goto step2, choose offline
Click new database.
Create new database.
Actual result:
The scroll bar will always run.
-
Hide
- cm_server_for_windows.zip
- 01/Mar/12 12:52 AM
- 270 kB
- 高艳铭
-
- x32/bin/cub_auto.exe 60 kB
- x32/bin/cub_ftproc.exe 28 kB
- x32/bin/cub_job.exe 167 kB
- x32/bin/cub_js.exe 38 kB
- x32/conf/autoaddvoldb.conf 0.0 kB
- x32/conf/autobackupdb.conf 0.0 kB
- x32/conf/autoexecquery.conf 0.0 kB
- x32/conf/autohistory.conf 0.0 kB
- x32/conf/cm.conf 0.7 kB
- x32/conf/cm.pass 0.0 kB
- x32/conf/cmdb.pass 0.0 kB
- x32/conf/diagactivitytemplate.conf 0.0 kB
- x32/conf/diagstatustemplate.conf 0.1 kB
- x64/bin/cub_auto.exe 74 kB
- x64/bin/cub_ftproc.exe 32 kB
- x64/bin/cub_job.exe 200 kB
- x64/bin/cub_js.exe 45 kB
- x64/conf/autoaddvoldb.conf 0.0 kB
- x64/conf/autobackupdb.conf 0.0 kB
- x64/conf/autoexecquery.conf 0.0 kB
- x64/conf/autohistory.conf 0.0 kB
- x64/conf/cm.conf 0.7 kB
- x64/conf/cm.pass 0.0 kB
- x64/conf/cmdb.pass 0.0 kB
- x64/conf/diagactivitytemplate.conf 0.0 kB
- x64/conf/diagstatustemplate.conf 0.1 kB
-
- CODE_REVIEW.creview
- 01/Mar/12 10:11 PM
- 2 kB
- 曹轶麟
-
- createdb.PNG
- 174 kB
- 01/Mar/12 12:52 AM
Activity
Hide
张彪
added a comment -
This is a problem of cmt task, it still sends data after two '\n', which isn't conform to the protocol:
task:createdb
token:8ec1ab8a91333c788f13204d6ff7fdd03c9a419a06ed7c68cbd0f9dc8e56553f7926f07dd201b6aa
dbname:mytdb4
numpage:12800
pagesize:2048
logpagesize:2048
logsize:10240
genvolpath
:\zhangbiao\cubrid\databases\mytdb4
logvolpath
:\zhangbiao\cubrid\databases\mytdb4
open:exvol
close:exvol
Show
张彪
added a comment - This is a problem of cmt task, it still sends data after two '\n', which isn't conform to the protocol:
task:createdb
token:8ec1ab8a91333c788f13204d6ff7fdd03c9a419a06ed7c68cbd0f9dc8e56553f7926f07dd201b6aa
dbname:mytdb4
numpage:12800
pagesize:2048
logpagesize:2048
logsize:10240
genvolpath :\zhangbiao\cubrid\databases\mytdb4
logvolpath :\zhangbiao\cubrid\databases\mytdb4
open:exvol
close:exvol
The bug existed in CUBRID8.4.1.1018 too.