dbTalk Databases Forums  

SQLA 9.0.2 on 64-bit Windows 7

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


Discuss SQLA 9.0.2 on 64-bit Windows 7 in the sybase.public.sqlanywhere.general forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Chris Keating (Sybase iAnywhere)
 
Posts: n/a

Default Re: SQLA 9.0.2 on 64-bit Windows 7 - 12-18-2009 , 10:48 AM






Sybase Central is a 32 bit application and therefore needs 32 bit
components for any libraries that it needs to access. These files should
have been installed and I cannot tell you why those were not.


Robert Paresi wrote:
Quote:
Besides...what do you mean "reinstall the 32-bit components".

This is a 64-bit OP system, and I downloaded the 64-bit Installation
from Sybase and installed it, and EBF'ed it.

Why am I having to do now a 32-bit installation on this machine too? or
why are we talking about 32-bit to make the UNLOAD work?

What am I missing here?

-Robert

"Robert Paresi" <firstname (AT) lastname (DOT) net> wrote in message
news:4b2ba291$1 (AT) forums-1-dub (DOT) ..
Hi,

I'm lost - why am I copying in the 32-bit components??

Isn't this the 64-bit version of Sybase SQL Anywhere?

Why am I using 32-bit components to make this work? I guess it's not
really 64-bit or something?

I'm confused. Is this not a 64-bit application?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote
in message news:4b2ba059$1 (AT) forums-1-dub (DOT) ..
Again, you need the 32 bit version. You copied the 64 bit version.
You might need to reinstall the 32bit components.

-chris


Robert Paresi wrote:
The dbtool11.dll was not in my BIN32 directory. It was in the BIN64
directory.

I copied the dbtool11.dll into the BIN32 directory (did not remove
it from BIN64, so it is currently in both places) and I still
receive the same error when attempting to unload.

-Robert

"Reg Domaratzki [Sybase iAnywhere]"
firstname.lastname (AT) ianywhere (DOT) com> wrote in message
news:4b2b9358$1 (AT) forums-1-dub (DOT) ..
Chris Keating (Sybase iAnywhere) wrote:
Check for the dll dbtools11.dll in your BIN32 directory

Chris had a minor typo in the DLL name. It's actually called
"dbtool11.dll".


--
Reg Domaratzki, Sybase iAnywhere Solutions
Please reply only to the newsgroup

Documentation : Exercise your WRITE @DocCommentXchange: DCX.sybase.com
SQL Anywhere Patches and EBFs :
http://downloads.sybase.com/swd/base.do
-> Choose SQL Anywhere
-> Optionally set filter to "Display ALL platforms IN ALL MONTHS"

Reply With Quote
  #12  
Old   
Jeff Albion [Sybase iAnywhere]
 
Posts: n/a

Default Re: SQLA 9.0.2 on 64-bit Windows 7 - 12-18-2009 , 10:48 AM






Robert,

The JRE (Java Runtime Environment) used by Sybase Central is only
32-bit, making both Sybase Central and Interactive SQL both 32-bit
applications. (Noted under this footnote:
http://www.sybase.com/detail?id=1026234#footnotes_6 ). This is true for
all platforms on version 9, 10 and 11, except on SA 11 for Mac where
there was no 32-bit JRE, so we had to move to a 64-bit JRE. (Noted here:
http://www.sybase.com/detail?id=1062080#SA )

So, when Sybase Central calls "dbunload", it can only call the 32-bit
version of dbunload. If you copied the dbtool11.dll from the \bin64
directory, this is the 64-bit version and cannot be loaded by the 32-bit
Sybase Central application. You'll need the original \bin32\dbtool11.dll
file in-place before the unload from Sybase Central will work.

The server components, client libraries, and command-line utilities are
all compiled for 64-bit.

Regards,

Robert Paresi wrote:
Quote:
I'm lost - why am I copying in the 32-bit components??

Isn't this the 64-bit version of Sybase SQL Anywhere?

Why am I using 32-bit components to make this work? I guess it's not
really 64-bit or something?

I'm confused. Is this not a 64-bit application?
--
Jeff Albion, Sybase iAnywhere

iAnywhere Developer Community :
http://www.sybase.com/developer/libr...ere-techcorner
iAnywhere Documentation : http://www.ianywhere.com/developer/product_manuals
SQL Anywhere Patches and EBFs :
http://downloads.sybase.com/swd/summ...&timeframe =0
Report a Bug/Open a Case : http://case-express.sybase.com/cx/

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

Default Re: SQLA 9.0.2 on 64-bit Windows 7 - 12-18-2009 , 10:51 AM



Ok,

So I took that DLL from my 32-bit machine, copied it in, and it worked.

So --- from the looks of it, the 64-bit installation did not put that dll in
the 32-bit directory, nor did the EBF.

The only way to do that was to take that DLL from my 32-bit machine and
manually put it there.

Shouldn't the installation have done that for me?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote in
message news:4b2ba455 (AT) forums-1-dub (DOT) ..
Quote:
Sybase Central is a 32 bit application and therefore needs 32 bit
components for any libraries that it needs to access. These files should
have been installed and I cannot tell you why those were not.


Robert Paresi wrote:
Besides...what do you mean "reinstall the 32-bit components".

This is a 64-bit OP system, and I downloaded the 64-bit Installation from
Sybase and installed it, and EBF'ed it.

Why am I having to do now a 32-bit installation on this machine too? or
why are we talking about 32-bit to make the UNLOAD work?

What am I missing here?

-Robert

"Robert Paresi" <firstname (AT) lastname (DOT) net> wrote in message
news:4b2ba291$1 (AT) forums-1-dub (DOT) ..
Hi,

I'm lost - why am I copying in the 32-bit components??

Isn't this the 64-bit version of Sybase SQL Anywhere?

Why am I using 32-bit components to make this work? I guess it's not
really 64-bit or something?

I'm confused. Is this not a 64-bit application?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote in
message news:4b2ba059$1 (AT) forums-1-dub (DOT) ..
Again, you need the 32 bit version. You copied the 64 bit version. You
might need to reinstall the 32bit components.

-chris


Robert Paresi wrote:
The dbtool11.dll was not in my BIN32 directory. It was in the BIN64
directory.

I copied the dbtool11.dll into the BIN32 directory (did not remove it
from BIN64, so it is currently in both places) and I still receive the
same error when attempting to unload.

-Robert

"Reg Domaratzki [Sybase iAnywhere]" <firstname.lastname (AT) ianywhere (DOT) com
wrote

Chris Keating (Sybase iAnywhere) wrote:
Check for the dll dbtools11.dll in your BIN32 directory

Chris had a minor typo in the DLL name. It's actually called
"dbtool11.dll".


--
Reg Domaratzki, Sybase iAnywhere Solutions
Please reply only to the newsgroup

Documentation : Exercise your WRITE @DocCommentXchange:
DCX.sybase.com
SQL Anywhere Patches and EBFs :
http://downloads.sybase.com/swd/base.do
-> Choose SQL Anywhere
-> Optionally set filter to "Display ALL platforms IN ALL MONTHS"

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

Default Re: SQLA 9.0.2 on 64-bit Windows 7 - 12-18-2009 , 11:08 AM



Please read my previous post which stated:

"These files should have been installed and I cannot tell you why those
were not."

For me, the install of 11.0.1 x64 put down all the files as expected
(32bit and 64bit). The only way I could reproduce the error that you
posted was by deleting the file dbtool11.dll from bin32.

Can you walk us through your install process in case it is different
from the steps that I did.

-chris


Robert Paresi wrote:
Quote:
Ok,

So I took that DLL from my 32-bit machine, copied it in, and it worked.

So --- from the looks of it, the 64-bit installation did not put that
dll in the 32-bit directory, nor did the EBF.

The only way to do that was to take that DLL from my 32-bit machine and
manually put it there.

Shouldn't the installation have done that for me?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote in
message news:4b2ba455 (AT) forums-1-dub (DOT) ..
Sybase Central is a 32 bit application and therefore needs 32 bit
components for any libraries that it needs to access. These files
should have been installed and I cannot tell you why those were not.


Robert Paresi wrote:
Besides...what do you mean "reinstall the 32-bit components".

This is a 64-bit OP system, and I downloaded the 64-bit Installation
from Sybase and installed it, and EBF'ed it.

Why am I having to do now a 32-bit installation on this machine too?
or why are we talking about 32-bit to make the UNLOAD work?

What am I missing here?

-Robert

"Robert Paresi" <firstname (AT) lastname (DOT) net> wrote in message
news:4b2ba291$1 (AT) forums-1-dub (DOT) ..
Hi,

I'm lost - why am I copying in the 32-bit components??

Isn't this the 64-bit version of Sybase SQL Anywhere?

Why am I using 32-bit components to make this work? I guess it's
not really 64-bit or something?

I'm confused. Is this not a 64-bit application?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote
in message news:4b2ba059$1 (AT) forums-1-dub (DOT) ..
Again, you need the 32 bit version. You copied the 64 bit version.
You might need to reinstall the 32bit components.

-chris


Robert Paresi wrote:
The dbtool11.dll was not in my BIN32 directory. It was in the
BIN64 directory.

I copied the dbtool11.dll into the BIN32 directory (did not remove
it from BIN64, so it is currently in both places) and I still
receive the same error when attempting to unload.

-Robert

"Reg Domaratzki [Sybase iAnywhere]"
firstname.lastname (AT) ianywhere (DOT) com> wrote in message
news:4b2b9358$1 (AT) forums-1-dub (DOT) ..
Chris Keating (Sybase iAnywhere) wrote:
Check for the dll dbtools11.dll in your BIN32 directory

Chris had a minor typo in the DLL name. It's actually called
"dbtool11.dll".


--
Reg Domaratzki, Sybase iAnywhere Solutions
Please reply only to the newsgroup

Documentation : Exercise your WRITE @DocCommentXchange:
DCX.sybase.com
SQL Anywhere Patches and EBFs :
http://downloads.sybase.com/swd/base.do
-> Choose SQL Anywhere
-> Optionally set filter to "Display ALL platforms IN ALL MONTHS"

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

Default Re: SQLA 9.0.2 on 64-bit Windows 7 - 12-18-2009 , 12:01 PM



Hi,

First ... I downloaded the installation file from OEM webpage (11.01) and
installed it. I then put any EBF in. It's that simple.

I didn't delete any file - that's for sure.

This is a brand new box (brand new) that came with Windows 7 installed on
it. I then installed the 11.01 from the Sybase downloads page using our OEM
license.

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote in
message news:4b2ba8ef (AT) forums-1-dub (DOT) ..
Quote:
Please read my previous post which stated:

"These files should have been installed and I cannot tell you why those
were not."

For me, the install of 11.0.1 x64 put down all the files as expected
(32bit and 64bit). The only way I could reproduce the error that you
posted was by deleting the file dbtool11.dll from bin32.

Can you walk us through your install process in case it is different from
the steps that I did.

-chris


Robert Paresi wrote:
Ok,

So I took that DLL from my 32-bit machine, copied it in, and it worked.

So --- from the looks of it, the 64-bit installation did not put that dll
in the 32-bit directory, nor did the EBF.

The only way to do that was to take that DLL from my 32-bit machine and
manually put it there.

Shouldn't the installation have done that for me?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote in
message news:4b2ba455 (AT) forums-1-dub (DOT) ..
Sybase Central is a 32 bit application and therefore needs 32 bit
components for any libraries that it needs to access. These files should
have been installed and I cannot tell you why those were not.


Robert Paresi wrote:
Besides...what do you mean "reinstall the 32-bit components".

This is a 64-bit OP system, and I downloaded the 64-bit Installation
from Sybase and installed it, and EBF'ed it.

Why am I having to do now a 32-bit installation on this machine too?
or why are we talking about 32-bit to make the UNLOAD work?

What am I missing here?

-Robert

"Robert Paresi" <firstname (AT) lastname (DOT) net> wrote in message
news:4b2ba291$1 (AT) forums-1-dub (DOT) ..
Hi,

I'm lost - why am I copying in the 32-bit components??

Isn't this the 64-bit version of Sybase SQL Anywhere?

Why am I using 32-bit components to make this work? I guess it's not
really 64-bit or something?

I'm confused. Is this not a 64-bit application?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote
in message news:4b2ba059$1 (AT) forums-1-dub (DOT) ..
Again, you need the 32 bit version. You copied the 64 bit version.
You might need to reinstall the 32bit components.

-chris


Robert Paresi wrote:
The dbtool11.dll was not in my BIN32 directory. It was in the BIN64
directory.

I copied the dbtool11.dll into the BIN32 directory (did not remove
it from BIN64, so it is currently in both places) and I still
receive the same error when attempting to unload.

-Robert

"Reg Domaratzki [Sybase iAnywhere]"
firstname.lastname (AT) ianywhere (DOT) com> wrote in message
news:4b2b9358$1 (AT) forums-1-dub (DOT) ..
Chris Keating (Sybase iAnywhere) wrote:
Check for the dll dbtools11.dll in your BIN32 directory

Chris had a minor typo in the DLL name. It's actually called
"dbtool11.dll".


--
Reg Domaratzki, Sybase iAnywhere Solutions
Please reply only to the newsgroup

Documentation : Exercise your WRITE @DocCommentXchange:
DCX.sybase.com
SQL Anywhere Patches and EBFs :
http://downloads.sybase.com/swd/base.do
-> Choose SQL Anywhere
-> Optionally set filter to "Display ALL platforms IN ALL
MONTHS"

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

Default Re: SQLA 9.0.2 on 64-bit Windows 7 - 12-18-2009 , 12:41 PM



That is what I did also.

If you continue to have problems with this install, you will likely need
to work with support to troubleshoot.

-chris

Robert Paresi wrote:
Quote:
Hi,

First ... I downloaded the installation file from OEM webpage (11.01)
and installed it. I then put any EBF in. It's that simple.

I didn't delete any file - that's for sure.

This is a brand new box (brand new) that came with Windows 7 installed
on it. I then installed the 11.01 from the Sybase downloads page using
our OEM license.

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote in
message news:4b2ba8ef (AT) forums-1-dub (DOT) ..
Please read my previous post which stated:

"These files should have been installed and I cannot tell you why
those were not."

For me, the install of 11.0.1 x64 put down all the files as expected
(32bit and 64bit). The only way I could reproduce the error that you
posted was by deleting the file dbtool11.dll from bin32.

Can you walk us through your install process in case it is different
from the steps that I did.

-chris


Robert Paresi wrote:
Ok,

So I took that DLL from my 32-bit machine, copied it in, and it worked.

So --- from the looks of it, the 64-bit installation did not put that
dll in the 32-bit directory, nor did the EBF.

The only way to do that was to take that DLL from my 32-bit machine
and manually put it there.

Shouldn't the installation have done that for me?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote
in message news:4b2ba455 (AT) forums-1-dub (DOT) ..
Sybase Central is a 32 bit application and therefore needs 32 bit
components for any libraries that it needs to access. These files
should have been installed and I cannot tell you why those were not.


Robert Paresi wrote:
Besides...what do you mean "reinstall the 32-bit components".

This is a 64-bit OP system, and I downloaded the 64-bit
Installation from Sybase and installed it, and EBF'ed it.

Why am I having to do now a 32-bit installation on this machine
too? or why are we talking about 32-bit to make the UNLOAD work?

What am I missing here?

-Robert

"Robert Paresi" <firstname (AT) lastname (DOT) net> wrote in message
news:4b2ba291$1 (AT) forums-1-dub (DOT) ..
Hi,

I'm lost - why am I copying in the 32-bit components??

Isn't this the 64-bit version of Sybase SQL Anywhere?

Why am I using 32-bit components to make this work? I guess it's
not really 64-bit or something?

I'm confused. Is this not a 64-bit application?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com
wrote

Again, you need the 32 bit version. You copied the 64 bit
version. You might need to reinstall the 32bit components.

-chris


Robert Paresi wrote:
The dbtool11.dll was not in my BIN32 directory. It was in the
BIN64 directory.

I copied the dbtool11.dll into the BIN32 directory (did not
remove it from BIN64, so it is currently in both places) and I
still receive the same error when attempting to unload.

-Robert

"Reg Domaratzki [Sybase iAnywhere]"
firstname.lastname (AT) ianywhere (DOT) com> wrote in message
news:4b2b9358$1 (AT) forums-1-dub (DOT) ..
Chris Keating (Sybase iAnywhere) wrote:
Check for the dll dbtools11.dll in your BIN32 directory

Chris had a minor typo in the DLL name. It's actually called
"dbtool11.dll".


--
Reg Domaratzki, Sybase iAnywhere Solutions
Please reply only to the newsgroup

Documentation : Exercise your WRITE @DocCommentXchange:
DCX.sybase.com
SQL Anywhere Patches and EBFs :
http://downloads.sybase.com/swd/base.do
-> Choose SQL Anywhere
-> Optionally set filter to "Display ALL platforms IN ALL
MONTHS"

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

Default Re: SQLA 9.0.2 on 64-bit Windows 7 - 12-18-2009 , 12:45 PM



I guess one thing that could be different is the registration key used
to install initially. If that is the difference, best to work directly
with someone since the key should not be posted here.

-chris

Chris Keating (Sybase iAnywhere) wrote:
Quote:
That is what I did also.

If you continue to have problems with this install, you will likely need
to work with support to troubleshoot.

-chris

Robert Paresi wrote:
Hi,

First ... I downloaded the installation file from OEM webpage (11.01)
and installed it. I then put any EBF in. It's that simple.

I didn't delete any file - that's for sure.

This is a brand new box (brand new) that came with Windows 7 installed
on it. I then installed the 11.01 from the Sybase downloads page
using our OEM license.

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote
in message news:4b2ba8ef (AT) forums-1-dub (DOT) ..
Please read my previous post which stated:

"These files should have been installed and I cannot tell you why
those were not."

For me, the install of 11.0.1 x64 put down all the files as expected
(32bit and 64bit). The only way I could reproduce the error that you
posted was by deleting the file dbtool11.dll from bin32.

Can you walk us through your install process in case it is different
from the steps that I did.

-chris


Robert Paresi wrote:
Ok,

So I took that DLL from my 32-bit machine, copied it in, and it worked.

So --- from the looks of it, the 64-bit installation did not put
that dll in the 32-bit directory, nor did the EBF.

The only way to do that was to take that DLL from my 32-bit machine
and manually put it there.

Shouldn't the installation have done that for me?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com> wrote
in message news:4b2ba455 (AT) forums-1-dub (DOT) ..
Sybase Central is a 32 bit application and therefore needs 32 bit
components for any libraries that it needs to access. These files
should have been installed and I cannot tell you why those were not.


Robert Paresi wrote:
Besides...what do you mean "reinstall the 32-bit components".

This is a 64-bit OP system, and I downloaded the 64-bit
Installation from Sybase and installed it, and EBF'ed it.

Why am I having to do now a 32-bit installation on this machine
too? or why are we talking about 32-bit to make the UNLOAD work?

What am I missing here?

-Robert

"Robert Paresi" <firstname (AT) lastname (DOT) net> wrote in message
news:4b2ba291$1 (AT) forums-1-dub (DOT) ..
Hi,

I'm lost - why am I copying in the 32-bit components??

Isn't this the 64-bit version of Sybase SQL Anywhere?

Why am I using 32-bit components to make this work? I guess it's
not really 64-bit or something?

I'm confused. Is this not a 64-bit application?

-Robert

"Chris Keating (Sybase iAnywhere)" <keating_nospam (AT) sybase (DOT) com
wrote

Again, you need the 32 bit version. You copied the 64 bit
version. You might need to reinstall the 32bit components.

-chris


Robert Paresi wrote:
The dbtool11.dll was not in my BIN32 directory. It was in the
BIN64 directory.

I copied the dbtool11.dll into the BIN32 directory (did not
remove it from BIN64, so it is currently in both places) and I
still receive the same error when attempting to unload.

-Robert

"Reg Domaratzki [Sybase iAnywhere]"
firstname.lastname (AT) ianywhere (DOT) com> wrote in message
news:4b2b9358$1 (AT) forums-1-dub (DOT) ..
Chris Keating (Sybase iAnywhere) wrote:
Check for the dll dbtools11.dll in your BIN32 directory

Chris had a minor typo in the DLL name. It's actually called
"dbtool11.dll".


--
Reg Domaratzki, Sybase iAnywhere Solutions
Please reply only to the newsgroup

Documentation : Exercise your WRITE @DocCommentXchange:
DCX.sybase.com
SQL Anywhere Patches and EBFs :
http://downloads.sybase.com/swd/base.do
-> Choose SQL Anywhere
-> Optionally set filter to "Display ALL platforms IN ALL
MONTHS"

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.