ASE to ASEHi,
Is anyone out there doing ASE to ASE replication using SQL remote? If
you are have created your own version of the SSEXTRACT utility to set up
a replicant database in ASE rather than ASA? Or does anyone know if
SYBASE has created a version SSEXTRACT for use with ASE to ASE
replication?
Thanks in advance
Doug Trainer
Hi Douglas,
I thought the SQL Remote Replication support in ASE11.5 was meant for a
consolidate-database only (by design)! At least that was what Sybase
said when they announced support for SQL Remote technology support in
ASE11.5.
I will be happy to...
ASE and ASECould it be possible to take scripts from ASA and load them in an ASE
Any information is welcome
jean-fran�ois
ASA supports a fairly large sub-set of Transact-SQL, so if you write your
stored procedures and triggers in ASA using T-SQL, you should be able to
create scripts that will run against both ASE and ASA. If you're planning
to do this though, I would suggest developing your database schema against
ASA, since everything you write in T-SQL in ASA will be supported on ASE,
but the reverse is not true.
Check out the section in the ASA documentation entitled "Tra...
ASA To ASE - VSWhat are the differents in terms of configuring SQL Remote Between ASA to
ASE and ASE To ASE ?
You should start with the Help file and then ask specific questions:
Data Replication with SQL Remote
PART 5. Appendix
APPENDIX A. Enterprise and Anywhere: Differences
There are many differences, so begin there.
--
David Fishburn
Sybase
Please only post to the newsgroup
BH Ong <bhong@tm.net.my> wrote in message
news:01bf4b98$33183580$7ccdc8c8@virtual-branch...
> What are the differents in terms of configuring SQL Remote Between ASA to
> ASE and ASE To ASE ...
Adding ASE to existing ASE-to-ASE Installation
I am using all ASE's in my SQLRemote setup.
My current installation consists of a Consolidated ASE & 2 Remote ASE's.
My attempt to add another Remote ASE to the existing installation
consists of these steps:
- Install the sqlremote system objects in the new Remote
- Install the stable queues in the new Remote
- Manually extract a bcp file of the shared table from the Cons
server
- Configure the Cons server for another subscriber
- Configure the new Remote's shared table, publications, &
subscriptions.
- Manually b...
Dump/Load (from ASE 12.5.4 to ASE 15.x) - VS.Hi All,
We are in the process of planning the upgrade of our ASE
12.5.4 dataservers to ASE 15.x. What is the most
recommended way to upgrade ASE dataservers from ASE 12.5.4
to ASE 15.x?
Potential options:
1) Install new instances of ASE 15.x and load database
dumps from our ASE 12.5.4 dataservers to the newly installed
ASE 15.x dataservers.
- OR -
2) Use the ASE upgrade utility (sqlupgrade) to upgrade our
existing ASE 12.5.4 dataservers to ASE 15.x.
What are the Pros vs. Cons for loading a 12.5.4 database
into a 15.x ASE dataserver versus performing an ASE
dataserv...
Poor index page cluster ratio; ASE 12.0I have created a fresh clustered index but dbcc is reporting index page
cluster ratio of 0.00.
What can I do to improve this?
Thanks.
In article <EQKn#4KrCHA.287@forums.sybase.com>, Vikas-
ramrakhiani@deshaw.com says...
> I have created a fresh clustered index but dbcc is reporting index page
> cluster ratio of 0.00.
> What can I do to improve this?
> Thanks.
>
>
Hi,
Take a look in the Performance & Tuning Guide
(http://sybooks.sybase.com) for "update statistics". You will want to
pay special attention to "update statistic...
ASE and ClustersHi,
Anyone know if exists any ASE version for clusters?
(HP Intel Clusters on SCO UnixWare)
Or I can use the same ASE version that I have for a common server, for a
cluster?
We work with ASE 11.9.2.2 for SCO UnixWare 7.1.1
Where can I find any paper about that?
Any experience?
TIA
Gabriel Mautino.
...
Clustered ASE?Hi,
How do you know if a ASE server is part of a cluster?
Thx,
rick_806
On 18 Nov 2009 15:02:32 -0800, rick_806 wrote:
What kind of cluster are you talking about? ASE has SMP and CE
(Clustered Edition) products in the current 15.0.3 offerings. Also ASE
has an HA option which requires cluster hardware.
the sql command "select @@version" is a good start as others can tell
you capabilities based upon the product version. You may need more
command to see what is configured?
"select @@clustermode" -> "shared disk cluster" for Cluster Editio...
sql-remote between ASE and ASEhello!
sql-remote document don't give us help with replication with ASE and ASE.
i need detail how to do it.
i use ASE12 + NT4.0 + SQL Remote6.0.2 .
i test it in the list
1�� define messagetype : smtp
2�� define use_name :one is publisher,the other is remote user_name
3�� define publisher,publication,subscription
4��execute ssremote.exe to receive or send message
I failed at the step of extract database .i don't extract the database .
please help me ,tell me the datail of sql-remote confige.
Thanks a lot ,
...
ASE 11.9.2 Error 625 with clustered indexI am using ASE 11.9.2 in HP-UX 10.20.
Asynchronous i/o is configured in Sybase and HP-UX. The database devices
are created as raw devices in a RAID 5 System.
After upgrading from 11.0.3.3 to 11.9.2 I am getting the error 625 when
a specific table is accessed via a clustered index on this table. When
this index is dropped the error does not come up. I dropped already the
index and also the table and created it again without any success.
Is there anyone out there who had similar problems and solved it ?
Thanks
Keith
billnia@hyperia.com
...
Replication between ASE and ASE URGENTHI everybody
Can you help me please with the following question.
We need to syncronize ASE to ASE ( bidirectional)
Initially, it was planned to implement with SQL remote, but it isn't
available.
With replication server, it isn't a solution beacuse, the customer
doesn=B4t have a comunntication channel all time.
We think use Mobiliink Server to replictase ASE to ASE, but using an
ASA in the middle, so that,
first it replicate ASE to ASA, and later, ASA to ASE, is it this
feasible ???
Thanks four your answer
"Marco" <mbarrion@uniplex.com.ec> wr...
sql remote ase to asecan I use sql remote ro replicate data form ase to ase or only from asa to
ase and asa to asa ?
I would also recommend that you read over the following tech doc;
Implementing ASE to ASE Server SQL Remote Replication
http://my.sybase.com/detail?id=1009730
Ian Bater
iAnywhere Solutions
Reg Domaratzki wrote:
> Just be aware of the limitations pointed out in the documentation when using ASE as a remote database.
>
> Replication and Synchronization Guide
> PART 4. Appendixes
> APPENDIX A. Enterprise and Anywhere: Differences
>
> Limitations ...
ASE workgrouphi,
what the diference between ASE workgroup and ASE Enterprise, to which
systems apply workgroup or enterprise.
is an AlphaServer 4000 (DIGITAL SERVER 7305) workgroup and unix
and ASE 12.0 will be avaliable for true unix (DEC UNIX).
thanks in advance
...
SQL Remote ASEhi
did anybody know when SQL Remote support blob (image, text) replicacion for
ASE - ASE?
our company need this feature.
joan caceres
electro sur este s.a.a.
Hello Joan,
Support for image and text replication with SQL Remote went in as of ASA 6
mainline, 6.0.01.1256,
and SA maintenance 5.5.04 build 1938.
Regards,
Bob Bauer
Sybase Technical Support
jmcd wrote:
> hi
>
> did anybody know when SQL Remote support blob (image, text) replicacion for
> ASE - ASE?
>
> our company need this feature.
>
> joan caceres
> electro sur este ...