dbTalk Databases Forums  

How to change ASE page size from 2k to 8k

comp.databases.sybase comp.databases.sybase


Discuss How to change ASE page size from 2k to 8k in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
evoradba@yahoo.ca
 
Posts: n/a

Default How to change ASE page size from 2k to 8k - 01-29-2009 , 03:21 PM






Hello

Can someone please tell me if is possible to change sybase default
page size from 2k to 8k, I already tried to create a new ASE with the
8K and use dump / load but fails due to source coming from a 2k page
size, I would like to avoid using bcp in / out

ASE 15.0.2 on solaris 10

Thank you
Maria

Reply With Quote
  #2  
Old   
mnajs
 
Posts: n/a

Default Re: How to change ASE page size from 2k to 8k - 01-30-2009 , 05:26 AM






evoradba (AT) yahoo (DOT) ca pisze:
Quote:
Hello

Can someone please tell me if is possible to change sybase default
page size from 2k to 8k, I already tried to create a new ASE with the
8K and use dump / load but fails due to source coming from a 2k page
size, I would like to avoid using bcp in / out

ASE 15.0.2 on solaris 10

Thank you
Maria
Hi.
Try to use 'sybmigrate'. More info.:
http://infocenter.sybase.com/help/in...utility123.htm


Regards,

--
Marcin Najs


Reply With Quote
  #3  
Old   
evoradba@yahoo.ca
 
Posts: n/a

Default Re: How to change ASE page size from 2k to 8k - 01-30-2009 , 03:07 PM



On Jan 30, 6:26*am, mnajs <marc... (AT) uhc (DOT) com.pl> wrote:
Quote:
evora... (AT) yahoo (DOT) ca pisze:

Hello

Can someone please tell me if is possible to change sybase default
page size from 2k to 8k, *I already tried to create a new ASE with the
8K and use dump / load but fails due to source coming from a 2k page
size, I would like to avoid using bcp in * / out

ASE 15.0.2 on solaris 10

Thank you
Maria

Hi.
Try to use 'sybmigrate'. More info.:http://infocenter.sybase.com/help/in...sybase.help.as...

Regards,

--
Marcin Najs
Unfortenately the tool gives all kinds or errors out when i invoke
it

2009/01/30 15:55:11.516|TASK (5:3)|ERROR|Error during data migration
of 'test_table.dbo.test_table'.
2009/01/30 15:55:11.517|TASK (5:3)|ERROR|Msg 11216, Level 16, State
13
Server UAT_DS, Line 1, Status 0, TranState 0
Internal Ct-Lib/Cs-Lib error 16973838: 'blk_init(): blk layer: CT
library error: Failed when CT_Lib routine ct_results() called.'.
Msg 4847, Level 16, State 1
Server mtrs$1, Line 1, Status 0, TranState 0
BCP insert operation is disabled when data size is changing between
client and server character sets. Please use BCP's -Y option to invoke
client-side
conversion.
Command has been aborted.


Reply With Quote
  #4  
Old   
mnajs
 
Posts: n/a

Default Re: How to change ASE page size from 2k to 8k - 02-02-2009 , 03:32 AM



evoradba (AT) yahoo (DOT) ca pisze:
Quote:
2009/01/30 15:55:11.516|TASK (5:3)|ERROR|Error during data migration
of 'test_table.dbo.test_table'.
2009/01/30 15:55:11.517|TASK (5:3)|ERROR|Msg 11216, Level 16, State
13
Server UAT_DS, Line 1, Status 0, TranState 0
Internal Ct-Lib/Cs-Lib error 16973838: 'blk_init(): blk layer: CT
library error: Failed when CT_Lib routine ct_results() called.'.
Msg 4847, Level 16, State 1
Server mtrs$1, Line 1, Status 0, TranState 0
BCP insert operation is disabled when data size is changing between
client and server character sets. Please use BCP's -Y option to invoke
client-side
conversion.
Command has been aborted.
Did you read pre-migration considerations from manual? i.e.:
1. language/sort order configuration on source/target server
2. "To enable conversion of character sets that do not have an internal
Adaptive Server conversion routine, configure the target Adaptive Server
with enable unicode conversions set to 1." (maybe this parameter fits to
your case)
3. I would install newest patches (ESD #6) for both ASE instances before
migration
....

I'm not an expert but I don't know how your ASE servers are configured...



Regards,

--
Marcin Najs


Reply With Quote
  #5  
Old   
mpeppler@peppler.org
 
Posts: n/a

Default Re: How to change ASE page size from 2k to 8k - 02-02-2009 , 06:24 AM



On Jan 30, 10:07*pm, evora... (AT) yahoo (DOT) ca wrote:
Quote:
On Jan 30, 6:26*am, mnajs <marc... (AT) uhc (DOT) com.pl> wrote:



evora... (AT) yahoo (DOT) ca pisze:

Hello

Can someone please tell me if is possible to change sybase default
page size from 2k to 8k, *I already tried to create a new ASE with the
8K and use dump / load but fails due to source coming from a 2k page
size, I would like to avoid using bcp in * / out

ASE 15.0.2 on solaris 10

Thank you
Maria

Hi.
Try to use 'sybmigrate'. More info.:http://infocenter.sybase.com/help/in...sybase.help.as...

Regards,

--
Marcin Najs

Unfortenately the tool gives all kinds or errors out *when i invoke
it

2009/01/30 15:55:11.516|TASK (5:3)|ERROR|Error during data migration
of 'test_table.dbo.test_table'.
* 2009/01/30 15:55:11.517|TASK (5:3)|ERROR|Msg 11216, Level 16, State
13
Server UAT_DS, Line 1, Status 0, TranState 0
Internal Ct-Lib/Cs-Lib error 16973838: 'blk_init(): blk layer: CT
library error: Failed when CT_Lib routine ct_results() called.'.
Msg 4847, Level 16, State 1
Server mtrs$1, Line 1, Status 0, TranState 0
BCP insert operation is disabled when data size is changing between
client and server character sets. Please use BCP's -Y option to invoke
client-side
conversion.
Command has been aborted.
Use -Y, or -Jiso1, or change your LC_LANG and/or LC_ALL env. variable
so that you aren't in a UTF8 environement (note - if you're running
linux then there is a good chance that you have a UTF8 environment by
default, even if you don't need it for your language).

Michael


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.