dbTalk Databases Forums  

Windows 7 x64

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


Discuss Windows 7 x64 in the sybase.public.sqlanywhere.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Thomas Bodell
 
Posts: n/a

Default Windows 7 x64 - 09-21-2009 , 01:53 AM






Hi All,

I have installed SQL Anywhere 10.5.2.3873 on Windows 7 x64 and the
installation was no problem. When I start a database with dbeng10 and try to
connect to this database from the ODBC Administrator it hangs. I have been
using the same setup in Windows Vista x86 environment earlier with no
problem.

It seems that it is not possible to use Shared Memory Link at all in this
environment. Has anyone else experienced this problem?


Regards
Thomas Bodell

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

Default Re: Windows 7 x64 - 09-21-2009 , 08:56 AM






Windows 7 has not been tested with SQL Anywhere 10.0.1. The only thing I can suggest is to disable
the IPv6 layer?

dbsrv10 -n test_case -x tcpip(IPv6=NO)

--
Joshua Savill
Sybase Inc. - Product Manager


Thomas Bodell wrote:
Quote:
Hi All,

I have installed SQL Anywhere 10.5.2.3873 on Windows 7 x64 and the
installation was no problem. When I start a database with dbeng10 and
try to connect to this database from the ODBC Administrator it hangs. I
have been using the same setup in Windows Vista x86 environment earlier
with no problem.

It seems that it is not possible to use Shared Memory Link at all in
this environment. Has anyone else experienced this problem?


Regards
Thomas Bodell

Reply With Quote
  #3  
Old   
Thomas Bodell
 
Posts: n/a

Default Re: Windows 7 x64 - 09-22-2009 , 03:03 AM



Sorry about the cross post

First we uses 10.5.2.3873 as I wrote. Second it is the Shared Memory Link
that is not working, the tcpip link is working.

//Thomas


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

Quote:
Windows 7 has not been tested with SQL Anywhere 10.0.1. The only thing I
can suggest is to disable the IPv6 layer?

dbsrv10 -n test_case -x tcpip(IPv6=NO)

--
Joshua Savill
Sybase Inc. - Product Manager


Thomas Bodell wrote:
Hi All,

I have installed SQL Anywhere 10.5.2.3873 on Windows 7 x64 and the
installation was no problem. When I start a database with dbeng10 and try
to connect to this database from the ODBC Administrator it hangs. I have
been using the same setup in Windows Vista x86 environment earlier with
no problem.

It seems that it is not possible to use Shared Memory Link at all in this
environment. Has anyone else experienced this problem?


Regards
Thomas Bodell

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

Default Re: Windows 7 x64 - 09-22-2009 , 07:51 AM



You have stated that to be the case but provided no additional detail.
Can you start the engine with -z -o <file_spec>:
i.e.,

dbsrv10 -z -o eng.log <your_engine_startup_parms>

and add client logging to the DSN. To do so:

1. Open the DSN
2. Go to the Advanced tab
3. Check "Display debugging information in a log file"
4. Specify a filename in "Log file"

Please run your connection and reproduce the problem and post the files
generated by the engine and the client.

-chris


Thomas Bodell wrote:
Quote:
Sorry about the cross post

First we uses 10.5.2.3873 as I wrote. Second it is the Shared Memory
Link that is not working, the tcpip link is working.

//Thomas


"Josh Savill [Sybase]" <no_spam_jsavill_no_spam (AT) sybase (DOT) com> wrote in
message news:4ab785fa (AT) forums-1-dub (DOT) ..
Windows 7 has not been tested with SQL Anywhere 10.0.1. The only thing
I can suggest is to disable the IPv6 layer?

dbsrv10 -n test_case -x tcpip(IPv6=NO)

--
Joshua Savill
Sybase Inc. - Product Manager


Thomas Bodell wrote:
Hi All,

I have installed SQL Anywhere 10.5.2.3873 on Windows 7 x64 and the
installation was no problem. When I start a database with dbeng10 and
try to connect to this database from the ODBC Administrator it hangs.
I have been using the same setup in Windows Vista x86 environment
earlier with no problem.

It seems that it is not possible to use Shared Memory Link at all in
this environment. Has anyone else experienced this problem?


Regards
Thomas Bodell

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

Default Re: Windows 7 x64 - 09-22-2009 , 08:50 AM



Thomas,

There is no SQL Anywhere 10.5.2.3873. I'm not sure where you are capturing this information. Can you
explain?

--
Joshua Savill
Sybase Inc. - Product Manager


Thomas Bodell wrote:
Quote:
Sorry about the cross post

First we uses 10.5.2.3873 as I wrote. Second it is the Shared Memory
Link that is not working, the tcpip link is working.

//Thomas


"Josh Savill [Sybase]" <no_spam_jsavill_no_spam (AT) sybase (DOT) com> wrote in
message news:4ab785fa (AT) forums-1-dub (DOT) ..
Windows 7 has not been tested with SQL Anywhere 10.0.1. The only thing
I can suggest is to disable the IPv6 layer?

dbsrv10 -n test_case -x tcpip(IPv6=NO)

--
Joshua Savill
Sybase Inc. - Product Manager


Thomas Bodell wrote:
Hi All,

I have installed SQL Anywhere 10.5.2.3873 on Windows 7 x64 and the
installation was no problem. When I start a database with dbeng10 and
try to connect to this database from the ODBC Administrator it hangs.
I have been using the same setup in Windows Vista x86 environment
earlier with no problem.

It seems that it is not possible to use Shared Memory Link at all in
this environment. Has anyone else experienced this problem?


Regards
Thomas Bodell

Reply With Quote
  #6  
Old   
Thomas Bodell
 
Posts: n/a

Default Re: Windows 7 x64 - 09-23-2009 , 04:49 AM



Josh,

Sorry for my confused information, it should be 10.0.13873

//Thomas

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

Quote:
Thomas,

There is no SQL Anywhere 10.5.2.3873. I'm not sure where you are capturing
this information. Can you explain?

--
Joshua Savill
Sybase Inc. - Product Manager


Thomas Bodell wrote:
Sorry about the cross post

First we uses 10.5.2.3873 as I wrote. Second it is the Shared Memory Link
that is not working, the tcpip link is working.

//Thomas


"Josh Savill [Sybase]" <no_spam_jsavill_no_spam (AT) sybase (DOT) com> wrote in
message news:4ab785fa (AT) forums-1-dub (DOT) ..
Windows 7 has not been tested with SQL Anywhere 10.0.1. The only thing I
can suggest is to disable the IPv6 layer?

dbsrv10 -n test_case -x tcpip(IPv6=NO)

--
Joshua Savill
Sybase Inc. - Product Manager


Thomas Bodell wrote:
Hi All,

I have installed SQL Anywhere 10.5.2.3873 on Windows 7 x64 and the
installation was no problem. When I start a database with dbeng10 and
try to connect to this database from the ODBC Administrator it hangs. I
have been using the same setup in Windows Vista x86 environment earlier
with no problem.

It seems that it is not possible to use Shared Memory Link at all in
this environment. Has anyone else experienced this problem?


Regards
Thomas Bodell

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.