dbTalk Databases Forums  

Re: Sybase 11 Central and Windows 7

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


Discuss Re: Sybase 11 Central and Windows 7 in the sybase.public.sqlanywhere.general forum.



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

Default Re: Sybase 11 Central and Windows 7 - 11-11-2009 , 08:12 AM






Hello,

How do I report this and where so it is resolved?

-Robert

"Robert Paresi" <firstname (AT) lastname (DOT) net> wrote

Quote:
Hello,

This is what my Windows 7 user folder looks like.

How do I resolve this ... this is not good.

I should only have the folders in there that I want. I can't hide these
files, it causes Sybase Central to GPF.

These should be doing to APPDATA or PROGRAMDATA to be compatible with
Windows 7.

Is this going to be resolved in a near update?

-Robert

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

Default Re: Sybase 11 Central and Windows 7 - 11-11-2009 , 08:46 AM






You can open a technical support case or report it via the free Bug
Report Case service on case express depending on the priority of the
issue for you.

To report this via the free service, go to
http://case-express.sybase.com and select "Create Bug Report Case" in
the sidebar menu list. Please read the "Important Message Regarding Bug
Reports" as it defines the terms and service levels for this service.

-chris

Robert Paresi wrote:
Quote:
Hello,

How do I report this and where so it is resolved?

-Robert

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

This is what my Windows 7 user folder looks like.

How do I resolve this ... this is not good.

I should only have the folders in there that I want. I can't hide these
files, it causes Sybase Central to GPF.

These should be doing to APPDATA or PROGRAMDATA to be compatible with
Windows 7.

Is this going to be resolved in a near update?

-Robert

Reply With Quote
  #3  
Old   
Breck Carter [TeamSybase]
 
Posts: n/a

Default Re: Sybase 11 Central and Windows 7 - 11-11-2009 , 08:49 AM



You can call tech support; an answer is guaranteed, although it might
not be a solution: http://www.sybase.com/ianywhere/services-support

You can report it on Case-Express where AFAIK an answer is not
guaranteed: http://case-express.sybase.com

You can be patient, wait at least 24 to 48 hours for an answer here,
but that is not guaranteed.

You could try posting it on sqla.stackexchange.com but once again, an
answer is not guaranteed.

You might have better luck here and on SQLA if you ask "When will SQL
Anywhere support Windows 7?"

Breck

On 11 Nov 2009 06:12:57 -0800, "Robert Paresi"
<firstname (AT) lastname (DOT) net> wrote:

Quote:
Hello,

How do I report this and where so it is resolved?

-Robert

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

This is what my Windows 7 user folder looks like.

How do I resolve this ... this is not good.

I should only have the folders in there that I want. I can't hide these
files, it causes Sybase Central to GPF.

These should be doing to APPDATA or PROGRAMDATA to be compatible with
Windows 7.

Is this going to be resolved in a near update?

-Robert

--
Breck Carter - Blog: http://sqlanywhere.blogspot.com/

SQLA questions and answers: http://sqla.stackexchange.com

RisingRoad helps SQL Anywhere developers make better databases
http://www.risingroad.com/
Breck.Carter at gmail

Reply With Quote
  #4  
Old   
Paul Tonizzo
 
Posts: n/a

Default Re: Sybase 11 Central and Windows 7 - 11-12-2009 , 10:12 AM



Hi Robert,

PROGRAMDATA points to a hidden directory (c:/ProgramData). Files created in
that directory only have read/write privileges for their creator. This makes
it a bad area for files that need full access for all accounts on the
machine (like the file .scRepository600). (Note that this problem has been
encountered by other application developers too.)
For 11.0.0, we chose the directory 'C:\Users\Public\Documents' to ensure all
accounts have full access.

APPDATA points to c:\Users\<username>\AppData\Roaming.
However, the Java JDK identifies the value of the user.home System Property
as the directory where a users files can reside. It points to
c:\Users\<username> and this is where we write the (very small) application
settings files (like .jlogon11).

--
Paul Tonizzo [Sybase]
iAnywhere Tools Development
"Robert Paresi" <firstname (AT) lastname (DOT) net> wrote

Quote:
Hello,

This is what my Windows 7 user folder looks like.

How do I resolve this ... this is not good.

I should only have the folders in there that I want. I can't hide these
files, it causes Sybase Central to GPF.

These should be doing to APPDATA or PROGRAMDATA to be compatible with
Windows 7.

Is this going to be resolved in a near update?

-Robert

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

Default Re: Sybase 11 Central and Windows 7 - 11-12-2009 , 01:58 PM



Hello,

Why not write to Program Files and let Windows handle it on the user level
virtualized directories. All programs (old) which point to Program Files
will be redirected automatically.

OR --- why not get rid of the entire files all together and use the USERS
Registry portion to store/read the data?

There are many places that data can be written without putting it where
Sybase is putting it now. Otherwise, there'd be 100 applications of data in
that directory. Right now, the only person putting files in that directory
right now is Sybase. :-)

-Robert

"Paul Tonizzo" <paul.tonizzo (AT) sybase (DOT) com> wrote

Quote:
Hi Robert,

PROGRAMDATA points to a hidden directory (c:/ProgramData). Files created
in that directory only have read/write privileges for their creator. This
makes it a bad area for files that need full access for all accounts on
the machine (like the file .scRepository600). (Note that this problem has
been encountered by other application developers too.)
For 11.0.0, we chose the directory 'C:\Users\Public\Documents' to ensure
all accounts have full access.

APPDATA points to c:\Users\<username>\AppData\Roaming.
However, the Java JDK identifies the value of the user.home System
Property as the directory where a users files can reside. It points to
c:\Users\<username> and this is where we write the (very small)
application settings files (like .jlogon11).

--
Paul Tonizzo [Sybase]
iAnywhere Tools Development
"Robert Paresi" <firstname (AT) lastname (DOT) net> wrote in message
news:4af9ae55 (AT) forums-1-dub (DOT) ..
Hello,

This is what my Windows 7 user folder looks like.

How do I resolve this ... this is not good.

I should only have the folders in there that I want. I can't hide these
files, it causes Sybase Central to GPF.

These should be doing to APPDATA or PROGRAMDATA to be compatible with
Windows 7.

Is this going to be resolved in a near update?

-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.