Default configuration issue - scratch file location (win7 64)

I have installed the public beta successfully, but the first attempt to run has failed: I got an error message stating that Photoshop does not have access rights for the scratch file or the scratch file is used by another application.
Not sure if this is common practice, but my installation requires administrator account to create files in the root directory of the system drive (Windows 7 ultimate 64 bit, SP1). I have managed to start CS6 by selecting "Run as Administrator" and then reconfigured it to create scratch file on a different drive. From then on all is good so far.
Suggested ways of handling this issue:
- make the location of the scratch file an installation parameter and test whether the file can be created
- provide the location of the file in the error message: as is, it requires a bit of guesswork which may be too much for the new users
Cheers,
Peter

i am unable to connect to DB2 Server....
Test Connection
Error:  The database returned a value containing an error
Please find the logs as below.
sm21:
Database error -1337 at PRE access to table ZPRAMOD
> SQL1337N The service "db2c_db2inst1" was not found
wp:
Supported features:
..retrieving configuration parameters
..done
DB2 library successfully loaded DB2 library '/usr/sap/TOI/SYS/global/db6/SUNOS_64/db6_clidriver/lib/libdb2.so' successfully loade
Running with UTF-8 Unicode
Running with CLI driver.
ERROR in DB6Connect[dbdb6.c, 1786] CON = 1 (BEGIN)
&+     DbSlConnectDB6( SQLDriverConnect ): [IBM][CLI Driver] SQL1337N  The service "db2c_db2inst1" was not found
&+
&+
&+     ABAP location info 'Y_TESTCON', 66
&+     SAP user 'XXXX', transaction code 'SE38'
&+
ERROR in DB6Connect[dbdb6.c, 1786] (END)
ERROR => DbSlConnect to 'axsser01' as 'db2inst1' failed
bdb6.c      1791]
***LOG BY4=> sql error -1337  performing PRE on table ZPRAMOD    [dbtran#5 @ 7598] [dbtran  7598 ]
***LOG BY0=> SQL1337N  The service "db2c_db2inst1" was not found [dbtran#5 @ 7598] [dbtran  7598 ]
dbtran ERROR LOG (hdl_dbsl_error): DbSl 'PRE'
RSLT: {dbsl=99, tran=1}
FHDR: {tab='ZPRAMOD', fcode=53, mode=2, bpb=0, dbcnt=0, crsr=1,
        hold=0, keep=0, xfer=0, pkg=0, upto=1, init:b=0,
        init:p=(nil), init:#=26, wa:p=0xfffffffe7d0bffbc, wa:#=26}
ri Mar 18 19:53:43 2011
Deactivate ASTAT hyper index locking

Similar Messages

  • Acrobat XI save as is no longer defaulting to the previous files location

    As the title says Acrobat XI used to default to the location of the last file I saved when using 'save as'. This was extremely useful as I deal with multiple email attachments that go to similar directories that can be easily changed in the address bar in 'save as'. However after running an update for Acrobat this no longer happens and 'save as' defaults to Outlook's temporary internet files folder. Does anyone know how to undo this?

    Hi Fyfe_H,
    I was unable to replicate the issue with Outlook 2013 and Acrobat 11.0.09 on Windows 7-64 Bit.
    Please let me know the environment details for further analysis.
    Regards,
    Rave

  • How to configure Java Properties File location in WLW

    How do we tell Workshop 7.0 where to look for Java properties files (loaded by
    PropertyResouceBundle in code) ?
    Thanks,
    Ray

    Ray,
    The build number indicates that you have not upgraded to Service Pack 2 of
    version 7.0. I will strongly recommend you to do so. That will shield you
    from the issues which were fixed in the 2 service packs.
    Regards,
    Anurag
    "Ray Yan" <[email protected]> wrote in message
    news:[email protected]...
    >
    Raj,
    We are using WebLogic Workshop Build 7.0.1.0.0829.0 on Windows 2000.
    We shut down the WebLogic Server on Solaris 2.6, log off, log back on,startWebLogic
    in production nodebug mode, and re-run jwsCompile on the same source code.The
    error does not occur anymore. Everything seems to be fine now.
    Thanks,
    Ray
    "Raj Alagumalai" <[email protected]> wrote:
    Hello Ray,
    Can you let me know if you are using the GA version of WebLogic Workshop
    or
    if you have the latest Service Pack.
    Thank You,
    Raj Alagumalai
    WebLogic Workshop Support
    "Ray Yan" <[email protected]> wrote in message
    news:[email protected]...
    Anurag:
    Thanks for your response!
    By moving the property files to WEB-INF/classes from WEB-INF, we arealmost there.
    But we have a follow up problem. We use a static initializer to loadthe
    log4j
    property file like this:
    static {
    try {
    ClassLoader cl= (new Log()).getClass().getClassLoader();
    InputStream is = cl.getResourceAsStream(logfile);
    Properties props = new Properties();
    props.load(is);
    PropertyConfigurator.configure(props);
    } catch (Exception e) {
    e.printStackTrace();
    When we run jwsCompile, we keep getting this:
    Compiling: com/****/TestWS.jws
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[weblogic.management.Admin
    may only be used on the Server ]
    at weblogic.management.Admin.getInstance(Admin.java:104)
    at
    weblogic.security.internal.ServerPrincipalValidatorImpl.getSecret(ServerPrin
    cipalValidatorImpl.java:79)
    at
    weblogic.security.internal.ServerPrincipalValidatorImpl.sign(ServerPrincipal
    ValidatorImpl.java:59)
    at
    weblogic.security.service.PrivilegedActions$SignPrincipalAction.run(Privileg
    edActions.java:70)
    at java.security.AccessController.doPrivileged(Native Method)
    at
    weblogic.security.service.SecurityServiceManager.createServerID(SecurityServ
    iceManager.java:1826)
    at
    weblogic.security.service.SecurityServiceManager.getServerID(SecurityService
    Manager.java:1839)
    at
    weblogic.security.service.SecurityServiceManager.sendASToWire(SecurityServic
    eManager.java:538)
    at
    weblogic.security.service.SecurityServiceManager.getCurrentSubjectForWire(Se
    curityServiceManager.java:1737)
    at weblogic.rjvm.RJVMImpl.getRequestStream(RJVMImpl.java:434)
    at
    weblogic.rmi.internal.BasicRemoteRef.getOutboundRequest(BasicRemoteRef.java:
    88)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :255)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :230)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.lookup(Unknown
    Source)
    atweblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:337)
    atweblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:332)
    at javax.naming.InitialContext.lookup(InitialContext.java:345)
    at weblogic.knex.bean.EJBGenerator$1.run(EJBGenerator.java:101)
    at
    weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:780)
    atweblogic.knex.bean.EJBGenerator.lookupAdminHome(EJBGenerator.java:84)
    atweblogic.knex.bean.EJBGenerator.ensureAdminHome(EJBGenerator.java:122)
    at weblogic.knex.bean.EJBGenerator$6.run(EJBGenerator.java:660)
    at
    weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:821)
    atweblogic.knex.bean.EJBGenerator.generateJar(EJBGenerator.java:482)
    at
    weblogic.knex.dispatcher.DispJar.generateJar(DispJar.java:401)
    atweblogic.knex.dispatcher.DispCache.ensureDispUnit(DispCache.java:695)
    atweblogic.knex.compiler.JwsCompile.compileJws(JwsCompile.java:872)
    at
    weblogic.knex.compiler.JwsCompile.compile(JwsCompile.java:619)
    at weblogic.knex.compiler.JwsCompile.main(JwsCompile.java:109)
    ejbc successful.
    Generating EAR ...
    The EAR was generated and we can even deploy it on Solaris. But whatdoes
    the
    AssertionError mean?
    Thanks,
    Ray
    "Anurag Pareek" <[email protected]> wrote:
    Ray,
    ResourceBundle looks for the properties file in the current thread's
    classpath.
    Since a Workshop webservice's project is nothing but a webapp, the
    properties files can be kept in the WEB-INF/classes directory, which
    is part
    of the webapp classpath.
    You can also use
    Thread.currentThread().getContextClassLoader().getResourceAsStream("MyProp
    s
    properties"); to get access to the properties file.
    Thanks,
    Anurag
    "Ray Yan" <[email protected]> wrote in message
    news:[email protected]...
    How do we tell Workshop 7.0 where to look for Java properties files(loaded by
    PropertyResouceBundle in code) ?
    Thanks,
    Ray

  • Remote Access Management Console - configuration issue with Network Location Server

    2012 Std R2
    The remote Access management console operation status shows  all green except for network location server .
    Error: There is no response from the network location server URL. DirectAccess connectivity might not work as expected, and DirectAccess clients located inside the corporate network might not be able to reach internal resources.
    Resolution listed as:
    1. Configure the network location server on a server that is highly available to clients on the internal network.
    2. If the network location server is running on the Remote Access server, ensure that IIS is running, and that the URL is available.
    The remote access server is located on this server. IIS is running. What URL: show I be looking at?
    Any other thoughts so I can get remote access working.
    l also am getting a remote access error for IPV6, could this be a cause:
    RoutingDomainID- {00000000-0000-0000-0000-000000000000}: Unable to add the interface {D37062B2-A3E0-4496-A459-9E0BBCE5423C} with the Router Manager for the IPV6 protocol. The following error occurred: Cannot complete this function.
    John Lenz

    Hi John,
    please follow the steps to reinstall TCP/IP stack.
    1.Restart your PC into Safe Mode with Networking.
    2.
    Edit your registry. Delete the following keys:
    HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Winsock
    HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Winsock2
    3.
    Open the nettcpip.inf file in your %winroot%/inf folder
    (%winroot% is usually c:/windows).
    Find the [MS_TCPIP.PrimaryInstall] section. Change the Characteristics value from 0xA0 to 0x80.
    Open the properties of the network connection you want to fix. In the General tab, click on the Install button. Click on the Have Disk button, and point the location to %winroot%/inf. After that select TCP/IP (not version 6).
    4.
    Now you would notice that you can uninstall TCP/IP!
    Do that, then restart the PC.
    Go back to your network connection, and install TCP/IP again as per the above. After another reboot, you should be up and running.
    I also noted that the XP network repair tool may yank out the ISA 2004 firewall client stuff. Just run the firewall clinet repair or install it again to fix that problem after you did your reboot. Before you do this kind of crazy stuff.
    5.
    This along with a TCP/IP reset using the netsh command:
    netsh int ip reset resetlog.txt
    wish you have a nice thanksgiving too
    Regards,
    Mike
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • KDE Default Window Manager Setting File Location

    I recently switched KDE to use Awesome instead of Kwin via the "Default Applications" configuration dialog. Unfortunately, using the same dialog to switch back to Kwin gives me a message stating that it can't start Kwin and it immediately reverts the setting back to Awesome.
    I imagine somewhere under ~.kde4/share/config/ is a file that will allow me to select the window manager by hand, but I haven't been able to find it. Can someone point me in the right direction?

    That's what I would've expected too! It turns out it was in ksmserverrc

  • Essbase Issue temp file location.

    Is there a way to change the location where Essbase writes a temp file when data load(text file) is being done. It usually writes to Windows Temp location.
    Also will Essbase writies similar temp file when data is loaded from sql too?
    If anyone are familiar with this setting, please respond.
    Appreciate any response.

    Is there a way to change the location where Essbase writes a temp file when data load(text file) is being done. It usually writes to Windows Temp location.
    Also will Essbase writies similar temp file when data is loaded from sql too?
    If anyone are familiar with this setting, please respond.
    Appreciate any response.

  • 3.1 Upgrade Issues - Referenced File Locations Broken

    I have been through the 3.0.3 to 3.1 upgrade routine now four or five times without success. Each time, the process stalls after the upgrade, during the opening library routine. Eventually, I get an error, quit, and rebuild the library.
    That effort gets the program to open, but now all of my referenced files (about 72,000 of them) have lost their connection. Each image has a badge with a red line through it, and when I right-click on it to 'show in finder' I get an error message that says it cannot locate the file, as the previous location is 'null'.
    When I go through the locate and reconnect function, it will only work on one file at a time.
    I've noticed on the reconnect dialogue, that it shows the correct location except for the .NEF at the end of the path.
    Also, I have noticed that the adjustments are not grayed out as they would be for an offline file, and are operational. However, they do not work.
    There does not appear to be any processing going on in the background, although there is slight activity showing in my OS Activity monitor.
    My db is about 70gb in size. I tried the upgrade on another db, and it worked fine. That db is much smaller, so I am not sure that the problem is related to the size, or that my db may be damaged somehow prior to the upgrade.
    Any help would be appreciated. This is getting pretty frustrating.

    OK.....thanks for the advice. But, confirm for me, please....
    1. Set aside 3.1 app (does that simply mean rename it temporarily)
    2. Restore 3.0.3 app from Time Machine.
    3. Restore 3.0.3 db from Time Machine.
    4. Run Rebuild on db.
    5. Run resulting db from 3.1 app and perform upgrade conversion.
    That should take care of the rest of today....:-)

  • Importing mp3 library issue.  File location still on DVD (E) Drive.

    I am trying to import a rather large library from a mp3 DVD to iTunes. Yet when everything is done (I choose File/Add Folder to Library), the location of the file still points back to my DVD (E) drive. There is just too much music of this DVD for me to select File/Library/Import Playlist, as I only have the option of selecting an individual song rather than a complete folder.
    What would be the most efficient way to import this mp3 library onto my hard drive so I don't have to have the mp3 in my E drive every time I want to play a song?
    Thanks.

    Chris, thank you also for your quick reply!
    I did that on mistake, When I had hit reply, I didn't see your post, and thought I was giving Niel the star.
    Message was edited by: kmhoffman

  • Cannot open HTML files on Win7 using FF 3.6.10 as default browser.

    When I click on any HTML file in Windows 7 (64 bit, Ultimate) I get an error dialog that says "There was a problem sending the command to the program."
    The only way I can open local HTML files is with IE as default browser - which I do not want.
    I first noticed the error when clicking links in emails in Outlook 2010. But now it also happens on any local HTML file - like help files (help files that I really need to be able to easily read).
    I have tried editing the registry (this solution found at http://www.raymond.cc/blog/archives/2008/03/25/fix-general-failure-when-open-link-or-url-from-outlook-and-windows-mail/) which temporarily fixed the problem, but would not work a second time to fix the issue as the change I made was still present in the registry, so nothing to do.
    I tried making IE the default browser then making FF the default browser again, but that didn't work.
    I tried checking the default program for HTML files in Win7, but that is set to FF.
    I don't get it. This just started happening in the last 2 weeks or so.
    The "This happened" drop-down below is not entirely correct. This happens whenever I click on a local HTML link or a link in an Outlook email. But, the "This happened" drop down does not have an option for "When I click a local HTML link".

    ( links in emails )
    this is what fixed my issue with links in my windows live mail
    in Firefox go to tools >options >advanced > general tab > at the bottom click the check now button to make sure Firefox is your default browser . if its not click yes to make it default now your links in emails should open in Firefox properly

  • Another PSCS5 Won't Start/Scratch File/Permissions Thread

    Win 7 x64, PS CS5 12.0.3.  12GB RAM, SSD for C:, HDD for D:, >900GB available on D:.
    PS starts fine with only C:/ selected as scratch file location.  But when I add a secondary scratch file location of D:/, I get the following errors on PS startup,
    I have searched and read everything I can find about this problem but to no avail.  In exploring this problem, I have set permissions for C: and D: to Full Control for my user account, administrator account, System, and authenticated users.  No change in behavior.  I have deleted the Preferences file, although as shown above, PS itself is deleting it.  After the prefs file is deleted, whether by me or PS, PS starts fine, but with only C:/ as scratch.  If I again add D:/ it again errors on next start.
    I know of no problem with D:, no error messages except the one from PS.  It is also used for a second Windows pagefile location and Windows TEMP/TMP files.
    PS will start with D:/ selected as a scratch file location if I Run As Administrator.
    I don't see any relevant error in Event Viewer, although I am incompetent and ignorant of that tool.
    Any help will be appreciated.
    Hold on, before hitting the Post button, I tried one more thing.  I did the CTRL-ALT thing on PS startup and added D:/ as a scratch file location in that dialog.  Then close PS, start it again.  No problems.  So it appears that PS just doesn't like to have a secondary scratch file location added from the running application by calling up the Edit/Preferences/Performance dialog.
    I'll go ahead and make this post, hoping it might help someone else, and I will watch things for a while, maybe back off on some of the permissions, and report back with any findings.
    Stan

    No, I haven't been unable to access the scratch folder.  I have been unable to successfully have Photoshop use my D: drive as the location for a secondary scratch file if it has insufficient room on C:.  Going into the Edit/Preferences/Performance dialog and telling Photoshop to add the D: drive as the secondary location for a scratch file does not work.  It appears to work, and a new preferences files is written, but when Photoshop opens the next time, it says it encountered a disk error and that the preferences file is invalid and then it deletes the preferences file.  Then I can open Photoshop and it will make a new preferences file and works OK, but with only C: as the scratch file location, per default.  If instead, I press CTRL-ALT immediately after starting Photoshop, it opens a dialog to ask me where I want scratch files.  I can tell it C: and D:, it makes a preferences file with that information, and then everything is fine.  I just don't know why I can't accomplish that from within Photoshop using the Edit/Preferences dialog.  As I said, this behavior does not depend on file permissions.
    As to what I have been through, it is pretty much what I have described, elevating file permissions to Full Control for all user categories, resulting in no change in behavior, and then trying the CTRL-ALT procedure, which solves the problem, and then lowering the permissions to where they were before, and the CTRL-ALT procedure still works.  Every time.  And the Edit/Preferences dialog never works (for this purpose).
    Uh, oh, there is more to this.  Although the CTRL-ALT procedure solved the problem specifically for setting the secondary scratch file location, I just tried setting some more preferences from within Photoshop, and got the same behavior as before, namely that the two error messages appear the next time Photoshop tries to open.  So it appears to be more general, occuring whenever Photoshop creates a preferences file from the Edit/Preferences dialog.   [Note:  not right, further experiment results later.]
    Now what?
    Noel, if you believe this is due to security settings, I am willing to try whatever you recommend, but I believe you think I should solve the problem by elevating file permissions (which I have already tried) and running on an administrator account, and dealing with security issues in Windows and with procedures.  But does everyone else using two drives for scratch files have to do that?  I think I have something messed up somewhere but I don't know what.
    Here are three scenarios:
    Scenario #1:
    1.  Delete preferences file.
    2.  Open PS running as user.
    3.  A prefs file is created, but with 0 bytes, as observed in Windows Explorer.
    4.  Using Edit/Preferences/Performances, add D: as a secondary scratch drive.
    5.  Close PS.
    6.  The prefs file now has 190 KB. .
    7.  Open PS running as user.
    8.  Error messages received, PS does not start.  Prefs file is deleted.
    Scenario #2:
    1.  Start PS using CTRL-ALT procedure.
    2.  In the Scratch Disk Preferences dialog that comes up before PS, set D: as a secondary scratch drive.
    3.  A prefs file is created, but with 0 bytes.
    4.  Close PS.
    5.  The prefs file now has 190 KB.
    6.  Start PS, running as user.
    7.  Look in Prefs, shows C: and D: as scratch drives.
    8.  Close PS.
    9.  Time stamp of prefs file is updated.
    Scenario #3:
    1.  Delete prefs file.
    2.  Start PS, Run As Administrator.
    3.  Using Edit/Preferences/Performances, add D: as a secondary scratch drive.
    4.   A prefs file is created, but with 0 bytes.
    5.  Close PS.
    6.  The prefs file now has 190 KB.
    7.  Start PS, Run As Administrator.
    8.  Look in Prefs, shows C: and D: as scratch drives.
    9.  Close PS.
    10.  Time stamp of prefs file is updated.
    11.  Start PS, running as user.
    12  Get errors, prefs file is deleted.
    Note that I used scratch file locations in these scenarios.  I do't think it has anything to do with scratch files, as it turns out.  It seems to just be how the prefs file is created.
    Further experiment.
    Open PS as user, Edit/Preferences/Cursors, don't change anything, hit OK, close PS.
    Open PS as user, opens OK.  Edit/Preferences/Performance, don't change anything, hit OK, close PS.
    Open PS as user, get errors.
    Open PS as user, Edit/Preferences/Performance, don't hit OK, switch to Cursors dialog, no changes, hit OK, close PS.
    Open PS as user, get errors.
    Open PS as user, Edit/Preferences/Performance, don't change anything, Cancel, close PS.
    Open PS as user, opens OK.
    OK, so it doesn't have anything to do with scratch files, it just has to do with visiting the Preferences/Performance dialog.  Unless the only action taken is to Cancel the dialog.
    My head hurts.
    Stan

  • Cannot start Photoshop Elements 8 - scratch file error

    Admittedly, I posted this in the wrong forum: http://forums.adobe.com/message/3020052#3020052.  Also, I resolved my issue, but I'm posting this because it's apparent other are having the same issue and maybe this will help them.
    When attempting to launch Photoshop Elements 8 on a brand new, core I7 MacBook Pro running Snow Leopard, I got an error message that PSe was unable to create a scratch file due to insufficient permissions.  I've seen others having this issue, and here is what I have tried:
    1.  Use Disk Utility - repair permissions -- no change
    2.  Allow my account, which is an administrator to read/write to root drive (manually changed permissions).  No change.
    3.  Started PSe while holding Option Command and attempted to change scratch file location from "Start" to "Macintosh HD" - no change.
    4.  Multiple uninstalls, manually deleted plist/prefs followed by reinstalls - no change
    I read all the posts I could find on this topic and advice I received was:
    "2) Check your disk/folder permissions -- because they are messed up, as previously discussed in this topic (even though it's about Windows)."
    This did not resolve the issue.  I think this is a PSe bug that should be filed/fixed.  As I said, this is a brand new machine and fresh install.
    What did work for me after trying the above:  Plugged in a FAT32-formatted Western Digital USB external drive and started PSe.  PSe was able to start and I've been able to use app.
    Again, I think this is a PSe bug.
    -Randy

    Ahh, a point I failed to see Have you tried resetting the Photoshop preference file? Hold Ctrl+Alt+Shift/Cmd+Opt+Shift as you initiate Photoshop's startup. Select "yes" when asked if you would like to continue with reset.
    Benjamin

  • Could not open PS scratch file or initialize because disk not available.

    I have a new MAC and am putting all of the adobe programs on the new machine. When opening PS the dialogue box gives the above error and will not open the program. I did see that I needed to diactivate PS on the old system. I did that and still get the error. Because it will not open the program I do not know what to do at this time.

    Hold down Cmd+Alt+Shift while starting the program to reset the prefs and define a new scratch file location.
    Mylenium

  • CS6 could not open a scratch file because the file is locked

    I am able to run CS6 when I login Admin, so i change scratch file location to D:\. After restarting PC, login by Admin, I can run CS6. But I still can't run CS6 when I login by other account, I think the location of scratch file is per user setting. Any way to set this for all user?

    Yes, it's per user because it's part of the prefs. If the scratch file can't be created, then you need to set your drive permissions properly. Refer to this:
    Installation Preparations
    Mylenium

  • Restore Elements 7 catalog into Elements 13 that was just installed on a new PC. The hard drive structures are different. I am trying to restore this to an empty drive and when the organizer opens it is having issues finding the location of all the photos

    New PC. New solid sate OS and the new photo 1tb drive. the restore and convert seemed to go smoothly. all the photos loaded. the albums although are having issues finding file locations.@ !

    You keep asking variants on this same question. You've had replies in all your other threads. If you can't find them, go here and click where it says Activity:
    Thomas Cannon Jr.

  • How to set default file location in Illustrator?

    I'm using Creative Suite CS5 in Windows Pro 64, and would like to set a default location for files in Illustrator and Photoshop when I execute the File > Open or File > Save commands.
    Yes, the program defaults to the location of the last file opened, but sometimes that file is gone, or I'm creating a new one from scratch, and the program looks for files in a distant place in my file structure.
    ** Is it possible to set a default file location for opening and saving in Illustrator CS5 (and in Photoshop CS5)?
    Thanks.

    Not that I know of. It simply reverts to the global "My Documents"/ "Documents" folder as provided by your operating system. these can of course be changed using variables and editing the Windows Registry/ Group Policies, but that affects all programs...
    Mylenium

Maybe you are looking for

  • Report generation toolkit: Avoid a separation of title and image at pagebreak in a work document.

    I want to generate a report with the report generation toolkit in LV7.1. In that report I use several report VIs to append text, titles and frontpanel images to a word document template (Office 2003). That works fine. Depending on the size and text o

  • Db Time in Statspack report...

    Hi , I generated a statspack report of 22 minutes duration. In the Instance Activity Stats DB/Inst portion of the report , there are the following figures , regarding the Db Time statistic: Total Per Second Per Transaction 530,488 400.7 1,449.4 where

  • Add Voice Call features

    Hey, I indeed have to say that Windows 10 seems to become one of the best OS you released ever. But one suggestion. As you said, Windows 10 will be the same base at any Windows device. Nice step indeed. But one thing should be added to Windows 10 for

  • Student Project - Need Help With ViewPlatform Rotation

    Hello folks, I'm a student in Strathclyde University, Glasgow, and I'm currently doing a small project for one of my programming classes. I'm doing a 3D knots and crosses game but I'm having tremendous difficulty getting the rotation to work just the

  • How to retrieve name4 data from backend for display on View Ship-to Address

    Hi Everyone, I need your advise / help: I added name4 in shiptodetails1.jsp for new ship-to address when ordering.  This name4 can be entered, saved to backend and display before submit rder.  but when dispaly the created order, the name4 data is not