5.5.03 or 5.5.04??I hope this has not been asked to death? But I will be upgrading our test
system from 5.5.02 build 1495 to either 5.5.03 or 5.5.04. First is there
anything in 03 that is not included in 04?
Second, are there any known problems with 04? I'll listen to facts, rumors,
opinions, etc.
TIA
Shannon
5.5.04 seems pretty stable.
--
Terry Black
HCIA, Inc.
e-mail:tblac@hcia.com
Shannon Griffith wrote in message ...
>I hope this has not been asked to death? But I will be upgrading our test
>system from 5.5.02 build 1495 to either 5.5.03 or 5.5.04. First is there
>a...
5.5.03 OR 5.5.04 ?I've just installed the 5.5.04 maint release. On opening my database
(created in 5.5), its properties state that the version is 5.5.03.
As many have no doubt upgraded to 5.5.04, could someone pls advise if
this is 'correct' behaviour?
Many thanks in advance
--
MAX HUGEN
Hugen Enterprises Pty Ltd
Email: maxhugen@ozemail.com.au
Tel: +612 9560 3061
Fax: +612 9564 5073
>I've just installed the 5.5.04 maint release. On opening my database
>(created in 5.5), its properties state that the version is 5.5.03.
>As many have no doubt upgraded to 5.5.04, could...
upgraded to 5.5.03, now getting DB error -157 in PowerBuilderI just tried upgrading to SA 5.5.03 from 5.0.02, and our (PowerBuilder)
application is giving the following error when it opens:
Predefined Message "database error" not found
transaction error -157
database error -157
SQLState 07006
cannot convert SQLDATE ti a date/time
Any ideas? I'm guessing this is from a PFC function, but have no idea how to
proceed. Any thoughts/advice/experience greatly appreciated
begin 666 Daniel C Terrill.vcf
M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..E1E<G)I;&P[1&%N:65L.T,-
M"D9..D1A;FEE;"!#(%1E<G)I;&P-...
Version 5.5.03 versus 5.5.05Sybase Sequel Anywhere Version 5.5.03 versus 5.5.05
I am using Sybase Sequel Anywhere Version 5.5.05 with a PowerBuilder 6.5
Application and everything works well.
I am going to an upgraded version of my database which will still be a
PowerBuilder 6.5 application however the vendor does not have Sybase Sequel
Anywhere Version 5.5.05 - they are running it on a Version 5.5.03.
Should I expect problems between Sybase Sequel Anywhere versions 5.5.05 and
5.5.03 while running a Power Builder 6.5 application?
Thanks
Susanne
...
5.5.03 Server + 5.5.0 Clients?We have an OS/2 server running the 5.5.0 engine.
Sometimes we encounter assertions and would like to apply the patch
5.5.03.
All clients are remote and communicate over IPX/SPX.
Some clients use ODBC, others use ESQL.
Is it possible to apply the patch to the server without updating the
clients?
Thanks for your help
Tobias
--
======================================================================
Dipl.-Ing. Tobias Krueger Tel.: +49 6103 5881-41
Giegerich & Partner GmbH Fax: +49 6103 5881-49
Daimlerstrasse, D-63303 Dreieich eM...
Upgrade database (5.5.01If a db was created in 5.5.01, do we need to run upgrade database if we
upgrade the software to 5.5.03 build 1698 ?
This is a multi-part message in MIME format.
--------------C63B018AA916E4BCB659330A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
The only inconsistances I've seen have been related to the OpenServer
Gateway, which seems to need a 5.5.03 physical store to work. Any one
else had problems?
Dave Wolf
Sybase Professional Services
pjwarner wrote:
>
> If a db was created in 5.5.01, do we need to run upgrade database if we...
server 5.5.03 to standalone 5.5.02Is there any problem with upgrading the SQLA server to version 5.5.03
and leaving the remotes at 5.5.02? There are some bug fixes in 5.5.03
that I'd like to get onto my system, but not at the expense of messing
up replication.
When ever doing an upgrade of this sort and especially on a production
replication system, make sure that you test all aspects on a test
system. Because your replication system could be different from another
system.
Make sure that you test everything, even extratraction and
synchronization, because you don't want to find out later that you have
br...
Dbremote 5.5.0 and 5.5.03 Crash.Have a problem with dbremote crashing.
I have 4 remote sites. At one of the remotes site and the consolidated
site, dbremote crashes (GPF or something) after it prints Processing Active
Transaction Log and before it prints anything else. This has had some
unfortunate side effects. It appears that data was getting to the
consolidated site, but not back out. Except for the one remote site. Any
ideas?
Wayne@aprompt.com
Wayne,
I have not had GPF problems but did have trouble similar to
yours where stuff was coming in okay from the remotes but not
replicating out correctly....
5.5.03->5.5.04 upgradeI'm running 5.5.03.
Can you download the latest updates from FTP and upgrade 5.5.03 to the
latest 5.5.04, or does the .03-.04 upgrade have to be purchased
somewhere first?
George Hale
SSC Group, Inc. Kerrville, TX
Overlooking the Guadalupe
You can download the upgrade for free from support.sybase.com. You'll have
to register yourself to get a login ID, but that's free too.
--
Jim Egan [TeamPS]
Dealer Solutions, Inc.
Houston, TX
See you at the Powersoft User Conference in August -
http://www.sybase.com/events/psuc98
George Hale <sschale@ktc.co...
5.5.04 Creates 5.5.03 databasesWhy does 5.5.04 create 5.5.03 databases? All of the files are the same
date, 10/1/97, including DBINIT. I created the database using DBINIT and
Sybase Central.
Jack T.
>Why does 5.5.04 create 5.5.03 databases? All of the files are the same
>date, 10/1/97, including DBINIT. I created the database using DBINIT and
>Sybase Central.
I suppose you are looking at the version information from sql central. This shows the version of
the db file format. The file format does not change with every release, and in fact did not change
with the 5.5.04 release.
Regards,
...
Triggers in SQL Anywhere 5.5.0 and PowerBuilder 5.0.03Hi:
I'm trying to get a series of triggers working, but am having lots of
difficulties. Initially, the following trigger did not update the
'product' table on an insert.
create trigger ti_inventory after insert on inventory
referencing new as new_inventory
for each row
begin
update product set product.current_in_stock = product.current_in_stock +
new_inventory.qty_new + new_inventory.qty_used_excl +
new_inventory.qty_used_good + new_inventory.qty_used_poor
where product.product_code = new_inventory.product_code
end;
I tried to put other commands into the t...
Where to get 5.5.03 patch ????Aaaarrrrggg !!! I hate the Sybase website. I never can find something.
Where to get the 5.5.03 patch?????
Thanks,
Majodi
http://sdn.sybase.com/sdn/mec/mec_down_patches.stm
--
Reg Domaratzki
Sybase iAnywhere Solutions
Please reply only to the newsgroup
TechWave 2000 July 30 - August 3 /2000
http://www.sybase.com/techwave2000
"Majodi Ploegmakers" <mploegmakers@eurovos.com> wrote in message
news:VA.00000196.7c18cc65@eurovos.com...
> Aaaarrrrggg !!! I hate the Sybase website. I never can find something.
>
> Where to get the 5.5.03 patch?????...
how to get the EBF for 5.5.03I am experiencing problems running a DELPHI application against sqlany DB
with version 5.5.02 and 5.5.03; when I use 5.5.01 the application runs
fine; the problem revolves around extracting blob records from a row; the
app and sqlany go into never never land except with 5.5.01; I would like to
try the more recent versions but have not found them on sybase's web page;
any directional help would be greatly appreciated.
TIA
Dennis Hank
www.irsaims.com
dhank@irsaims.com
About the only way to get the EBF files is to call Tech Support. If your
problem is one that matches what th...
5.5.03Does this release replace the 5.5.02 release? Or does 5.5.02 have to be
installed first?
More important what about 5.5.02EBF? Are all of these changes included
in 5.503?
Thanks
Kim Daniels
Acadia Software
Generally, 5.5.03 supercedes anything released prior to it. The 5.5.02 EBF
should be included in 5.5.03. To install 5.5.03 all you need is 5.0.0
installed.
--
Jim Egan [TeamPS]
Dealer Solutions, LLC
Houston, TX
Kim Daniels <kdaniels@acadians.com> wrote in article
<341D7625.F0F86197@acadians.com>...
> Does this release replace the 5.5.02 release? Or...