Replication ASEHi,
How can i replicate data between 2 ASE servers using SQL Remote, because
when i use ssxtract it extracts a anywhere database .db.
other question is i wanto replicate data via email, is microsoft exchage
server enough for this or i'll need other mail server.
thanks in advance
Joan
jmcd wrote in message <37616E0E.91D29322@else.com.pe>...
>Hi,
>
>How can i replicate data between 2 ASE servers using SQL Remote, because
>when i use ssxtract it extracts a anywhere database .db.
>
Hi
I try this type of replication. In documentation i d...
ASE to ASE replication using SQL RemoteSince 11.9.2 comes with SQL Remote, can I use it for replication from ASE to
ASE instead of a more expensive Replication Server?
Yes you can. A couple of considerations:
1) SQL Remote is not intended for near real-time replication. Even with the
new hover mode features, you should plan on at least 1 minute latency in
each direction.
2) SSXtract does not support automatically extracting a remote ASE database.
You will have to manually configure the remote and consolidated databases,
including the initial synchronization of data before you start replication.
This is certainly...
ASE to ASE replication using SQL RemoteSince 11.9.2 comes with SQL Remote, can I use it for replication from ASE
to ASE instead of a more expensive Replication Server?
...
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 ...
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 ,
...
SQL Remote and ASE ReplicatorHello,
Is it possible to use SQL Remote and ASE Replicator on the same database?
SQL Remote and Replication Server for example have such capability when you
use ssqueue.
--
JT
Both the ASE replicator and SQL Remote for ASE need to exclusively manage ASE's
secondary truncation point in order to identify the oldest data page in syslogs
that they need to start scanning from. There is only 1 secondary truncation
point, and by the nature of it, it can not be shared between processes to
identify more than one page.
This is why we included the SSQueue as a solution for an ASE ...
ASE Replicator or SQL RemoteWe have several 11.9.x servers running on RH Linux that we need a simple
replication solution for. These severs will be upgraded to 12.5 over a
year or so. Rep sever seems overkill. I have been looking at the new ASE
Replicator in 12.5 and SQL Remote that was designed for 11.9.x. Here are
my questions:
If I set up one 12.5 db and use it as the primary database can it publish
data to the 11.9.x servers?
Is SQL Remote going to be a supported product or is Sybase encouraging
users to move to Replicator?
Does SQL Remote run on Linux?
Which is eaiser, more reliable?
T...
ASE Replicator & SQL RemoteHi,
How do I use ASE Replicator as the consolidated and ASA 6 SQL Remote as the
remote? Where can I read notes on this topic or is it same as in the
previous version of ASE (using ASE SQL Remote)?
Thanks.
AFAIK they cannot interact.
/steve
--
Stephen Rice
Technical Services Manager
iAnywhere Solutions
- Please Post-
Whitepapers, TechDocs, and bug fixes are all available through the iAnywhere
Developer Community at www.ianywhere.com/developer
<Liza_A.S> wrote in message
news:ACEE1F68940329BC001A644385256C9C.001A645285256C9C@webforums...
> Hi,
>
&g...
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...
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 11.5 Replication with SQL RemoteHas anybody gotten ASE 11.5 for NT to replicate using SQL Remote ? There
seem to be problems using SQL Remote as the agent to replicate between ASE
11.5 nodes ?
...
upgrade ASE database with SQL remote replicationThe SQL remote replication is between ASE and ASA database. Does the
secondary truncation point need to set 'ignore' before the ASE database is
upgraded ?
Thanks
Yes, correct.
You do need to ignore the secondary truncation point with
dbcc settrunc( 'ltm', ignore')
in the ASE database before upgrading. Of course your log should be totally
drained using ssremote -i, before doing that.
After successfully upgrading you have to set that back to 'valid'
"liy" <LI_YUPING@bls.gov> wrote in message
news:%23r8X8U8SDHA.3...
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...
Replication between ASE and MSSQL 6.5 with SQL Remote?Is there a way to use SQL Remote to do replication between ASE for Linux and
MS SQL 6.5? I'm planning on removing the MS SQL Server eventually and using
only ASE as our company database. I would like to have both databases
mirrored for a period of time (2-3 months) to test them. I know about
Replication server but I'm don't want to spend the money if I'll be using
only ASE in a couple of months. If it can't be done, does anyone knows of an
ODBC or OLE-DB driver that can make request to more than one data source at
the same time?
Thanks in advance
Fawzib Rojas
...