dbTalk Databases Forums  

GPF in Sybase SQL Anywhere 8

sybase.public.sqlanywhere.general sybase.public.sqlanywhere.general


Discuss GPF in Sybase SQL Anywhere 8 in the sybase.public.sqlanywhere.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Robert Paresi
 
Posts: n/a

Default GPF in Sybase SQL Anywhere 8 - 12-18-2009 , 09:55 AM






Hello,

I need some help.

If I run this (in ISQL) or ODBC driver or anywhere:

select
siteid,'2009-12-15',year(auditdate),month(auditdate),sum(inhousero oms)
from forerev
group by siteid,'2009-12-15',year(auditdate),month(auditdate)
order by siteid,'2009-12-15',year(auditdate),month(auditdate)

It GPF's with a memory x0000000 error.

If I change it to:

select
siteid,'2009-12-15',year(auditdate),month(auditdate),sum(inhousero oms)
from forerev
group by siteid,'2009-12-15',year(auditdate),month(auditdate)
order by siteid,year(auditdate),month(auditdate)

It runs fine with NO GPF at all.

Please help and explain.

Thank you.

BTW: It runs fine in Sybase 9.02 ... but not in 8.x

-Robert

Reply With Quote
  #2  
Old   
Josh Savill [Sybase]
 
Posts: n/a

Default Re: GPF in Sybase SQL Anywhere 8 - 12-18-2009 , 10:27 AM






What version and build of 8.0.x? Have you tried the latest EBF for 8.0.3?

--
Joshua Savill
Sybase Inc. - Product Manager


Robert Paresi wrote:
Quote:
Hello,

I need some help.

If I run this (in ISQL) or ODBC driver or anywhere:

select
siteid,'2009-12-15',year(auditdate),month(auditdate),sum(inhousero oms)
from forerev
group by siteid,'2009-12-15',year(auditdate),month(auditdate)
order by siteid,'2009-12-15',year(auditdate),month(auditdate)

It GPF's with a memory x0000000 error.

If I change it to:

select
siteid,'2009-12-15',year(auditdate),month(auditdate),sum(inhousero oms)
from forerev
group by siteid,'2009-12-15',year(auditdate),month(auditdate)
order by siteid,year(auditdate),month(auditdate)

It runs fine with NO GPF at all.

Please help and explain.

Thank you.

BTW: It runs fine in Sybase 9.02 ... but not in 8.x

-Robert


Reply With Quote
  #3  
Old   
Robert Paresi
 
Posts: n/a

Default Re: GPF in Sybase SQL Anywhere 8 - 12-18-2009 , 10:57 AM



Hi,

Not sure what version - it's a VERY old installation ... but I'll be sure to
patch it to 8.03

Thanks.

-Robert


"Josh Savill [Sybase]" <no_spam_jsavill_no_spam (AT) sybase (DOT) com> wrote

Quote:
What version and build of 8.0.x? Have you tried the latest EBF for 8.0.3?

--
Joshua Savill
Sybase Inc. - Product Manager


Robert Paresi wrote:
Hello,

I need some help.

If I run this (in ISQL) or ODBC driver or anywhere:

select
siteid,'2009-12-15',year(auditdate),month(auditdate),sum(inhousero oms)
from forerev
group by siteid,'2009-12-15',year(auditdate),month(auditdate)
order by siteid,'2009-12-15',year(auditdate),month(auditdate)

It GPF's with a memory x0000000 error.

If I change it to:

select
siteid,'2009-12-15',year(auditdate),month(auditdate),sum(inhousero oms)
from forerev
group by siteid,'2009-12-15',year(auditdate),month(auditdate)
order by siteid,year(auditdate),month(auditdate)

It runs fine with NO GPF at all.

Please help and explain.

Thank you.

BTW: It runs fine in Sybase 9.02 ... but not in 8.x

-Robert


Reply With Quote
  #4  
Old   
Chris Keating (Sybase iAnywhere)
 
Posts: n/a

Default Re: GPF in Sybase SQL Anywhere 8 - 12-18-2009 , 11:09 AM



I reproduce this in early 8.0.3 builds. It was subsequently fixed as the
last 8.x MR and EBF do not show this behaviuour.

-chris


Robert Paresi wrote:
Quote:
Hi,

Not sure what version - it's a VERY old installation ... but I'll be
sure to patch it to 8.03

Thanks.

-Robert


"Josh Savill [Sybase]" <no_spam_jsavill_no_spam (AT) sybase (DOT) com> wrote in
message news:4b2b9f5f (AT) forums-1-dub (DOT) ..
What version and build of 8.0.x? Have you tried the latest EBF for 8.0.3?

--
Joshua Savill
Sybase Inc. - Product Manager


Robert Paresi wrote:
Hello,

I need some help.

If I run this (in ISQL) or ODBC driver or anywhere:

select
siteid,'2009-12-15',year(auditdate),month(auditdate),sum(inhousero oms)
from forerev
group by siteid,'2009-12-15',year(auditdate),month(auditdate)
order by siteid,'2009-12-15',year(auditdate),month(auditdate)

It GPF's with a memory x0000000 error.

If I change it to:

select
siteid,'2009-12-15',year(auditdate),month(auditdate),sum(inhousero oms)
from forerev
group by siteid,'2009-12-15',year(auditdate),month(auditdate)
order by siteid,year(auditdate),month(auditdate)

It runs fine with NO GPF at all.

Please help and explain.

Thank you.

BTW: It runs fine in Sybase 9.02 ... but not in 8.x

-Robert


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.