(no subject)

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

(no subject)

Marks, Jim
I just installed SPSS v17 (version 15 is also installed).

 

When I open the last file I worked on v15, I get a warning about file in
use

 

"the document is already in use by another user or process. If you make
changes to the document they may overwrite changes made by others or
your changes may be overwritten by others.

 

Do you want to continue?"

 

I've rebooted the system x3, tried using "SAVE AS" to rename the file,
and renamed the file from the Windows explorer.

 

The file does open with v15

 

I can open other files with v17.

 

Any explanations/ fixes?

 

--jim

 

====================To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

(no subject)

Jignesh Sutar
It's not entirely clear to me how/why your getting this message.
Previously in v15 if you had a file open and you opened up the same file
again, you could do this without any warning message, it would simply pick
up the last saved version of that file.

However if you do this in version 17 you get warning message.

Open a new instance of spss17 and step through the commands below.

*no warning should appear*.
GET FILE='C:\Program Files\SPSSInc\Statistics17\Samples\English\employee
data.sav'.
*warning should appear as you already have the data open*.
GET FILE='C:\Program Files\SPSSInc\Statistics17\Samples\English\employee
data.sav'.

*fix*.
DATASET CLOSE ALL.
NEW FILE.
GET FILE='C:\Program Files\SPSSInc\Statistics17\Samples\English\employee
data.sav'.


HTH,
Jigs


2008/12/18 Marks, Jim <[hidden email]>

> I just installed SPSS v17 (version 15 is also installed).
>
>
>
> When I open the last file I worked on v15, I get a warning about file in
> use
>
>
>
> "the document is already in use by another user or process. If you make
> changes to the document they may overwrite changes made by others or
> your changes may be overwritten by others.
>
>
>
> Do you want to continue?"
>
>
>
> I've rebooted the system x3, tried using "SAVE AS" to rename the file,
> and renamed the file from the Windows explorer.
>
>
>
> The file does open with v15
>
>
>
> I can open other files with v17.
>
>
>
> Any explanations/ fixes?
>
>
>
> --jim
>
>
>
> To manage your subscription to SPSSX-L, send a message to
> [hidden email] (not to SPSSX-L), with no body text except the
> command. To leave the list, send the command
> SIGNOFF SPSSX-L
> For a list of commands to manage subscriptions, send the command
> INFO REFCARD
>

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD