BSID/BSEG error with statement version

I go to F.01 and get revenue for 2010.April. , the revenue figure including five accounts, when I go to BSID and BSEG, but it can't separate by period, also figure is not correct.
so which table store revenue in financial statement version?
Thanks

There is no seperate table that  store revenue in financial statement version
Please note the following 
Financial Statement Version (FSV) is a u2018treeu2019 that organizes and groups general ledger accounts. The tree is used by RFBILA00 and GL drill down reports in order to present data in an organized manner.
RFBILA00 reads table GLT0
If you are analyising the result of F.01 you should first ensure that you have set up you FSV correctly. See note
1154817 Creating financial statement versions in this regard
You can also review results in
FS10N u2013 display GL balances
Report RFSSLD00 u2013 GL Account Balances

Similar Messages

  • I continue to get r6025 runtime error with iTunes version 10.6.3.25.  Have uninstalled and reinstalled twice.  Happens when I search in iTunes Store.  Ideas to fix?

    I continue to get r6025 runtime error with iTunes version 10.6.3.25.  Have uninstalled and reinstalled twice.  Happens when I search in iTunes Store.  Ideas to fix?

    Hi,
    got it fixed! My Son had both files on his Win7 iTunes installation. Never mind he had no issues whith ths iTunes and iPhone Sync. So I checked my other Win XP PC, where I don't have this problem syncing my ipad, and surprise. Both files do NOT show up on this PC. So I renamed the iTunesPhotoProcessor.exe I found under c:\program file\iTunes and synced again my iPhone and it went through without any error. So the problem might be and unremoved iTunesPhotoProcessor.exe or the missing iTunesPhotoProcessor.dll under the iTunes install root folder and this even if I had checked that the folder was completely removed during iTunes unistall.
    Please try yourselve and just rename the iTunesPhotoProcessor.exe to iTunesPhotoProcessor.exe_ under c:\program file\iTunes or get a copy of the missing iTunesPhotoProcessor.dll and cp to c:\program file\iTunes.

  • Still getting Javascript error with new version of UIX

    I'm facing some problem after changing my UIX framework version (2.2.3030829.1626).
    Currently I'm using UIX version (2.2.3030829.1626) . Paging with table is not working with new frame work .
    It is giving me javacript error "object doesn't support property or method" when clicking 'Next' .
    It's working fine with old version.
    We had used proper cabo directory. These files are in sync with the version of the runtime
    Here is our finding
    I found a error in _updateFormActions() function from MarlinCoreb2.js file.
    In this function it is giving error at
    if(a8!=a6)
    a7.action=a6 line (line # 1841,1842). If I comment out this two lines page is
    working properly without any javascript error.
    This problem is a bit tricky....
    Because it seems to be a problem with the UIX framework that only occurs on some versions of the Internet Explorer. On some version (IE 6.0.2600.0000) it works fine
    and it also works on the Mozilla Firefox browser.
    Can any one advice on the same?
    Thanks in advance
    Anindya

    I answered this question on a different thread.
    Do NOT post the same question multiple times. If you require more complete or prompt assistance than you receive on these forums, contact Oracle Support.
    -brian

  • Error with  Statement

    hello i have some errors here:
    statement = connect.createStatement();
    resultSet = statement.executeQuery("SELECT * FROM DEMO.info");
    the first line :
    cannot find symbol
    symbol: method executeQuery(java.lang.String)
    location: class java.beans.Statement
    the other is:
    cannot find symbol
    symbol: method executeQuery(java.lang.String)
    location: class java.beans.Statement
    my imports are:
    import java.beans.Statement;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.util.ArrayList;
    import java.util.Calendar;
    import java.util.Date;
    import java.util.regex.Matcher;
    import java.util.regex.Pattern;
    thanks for helping

    user12163960 wrote:
    hello i have some errors here:
    statement = connect.createStatement();
    resultSet = statement.executeQuery("SELECT * FROM DEMO.info");
    the first line :
    cannot find symbol
    symbol: method executeQuery(java.lang.String)
    location: class java.beans.StatementThe error message is telling you exactly what's wrong. You're trying to call a method executeQuery(String) on a java.beans.Statement object, but java.beans.Statement does not have any such method. Where did you get th idea that it does?
    >
    the other is:
    cannot find symbol
    symbol: method executeQuery(java.lang.String)
    location: class java.beans.StatementThis is exactly the same as your first error.
    my imports are:
    import java.beans.Statement;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.SQLException;Nothing looks just a tiny bit out of place here?

  • Error with Statement Rule: Reference is ambiguous

    Hello,
    Hopefully someone will be able to help me out with this inquiry. I have a configurator model where the BOM has been imported. Within this model, there are two BOM nodes of the same name (Item Number) but they are unique in the model by their effective dates. Basically, I have the following:
    Model
    __Feature1
    ____Option1 Eff_In: 1/1/2009 Eff_Out: 9/20/2011
    ____Option1 Eff_In: 12/21/2011 Eff_Out: 9/21/2090
    If I create say a CONTRIBUTE statement rule referencing node 'Option1', I get an error that reads "The reference Option1 is ambiguous". I understand that I am getting this error because Configurator cannot determine which instance of this Option1 I am referring to. Can anyone tell me how I can specify the specific node required? I would have expected that Configurator would always look at the structure effective dates, but it would appear not. I have looked at using full path or properties as part of my node reference, but the effective dates don't appear to be a standard system property that can be referenced (unless I missed something).
    Any help would be appreciated.
    Thanks,
    Paul Wentink

    From: Veerendra Singavarapu <veerendra.singavarapu@...>
    Sent: Sun Aug 15, 2010 12:50 am
    To: [email protected]
    RE: [configsig] ambiguity error
    Hi Lauree,
    As Carole rightly pointed out, this issue has been recently fixed in 11.5.10 branch. This happens only when the ECO change brings one or more item’s attribute changes. i.e. for instance an OC undergone an ECO change, with {min=0 and max=null} prior to ECO change and {min=0 and max=1} after ECO change can cause this issue.
    With regards,
    Veerendra S.
    ==========
    From: Lauree Swihart [mailto:lswihart@...]
    Sent: Friday, August 13, 2010 10:52 PM
    To: [email protected]
    Subject: RE: [configsig] ambiguity error
    Thanks a bunch Carole!
    ==========
    From: [email protected] [mailto:[email protected]] On Behalf Of Landgrebe, Carole
    Sent: Friday, August 13, 2010 1:21 PM
    To: [email protected]
    Subject: RE: [configsig] ambiguity error
    Hi Lauree-
    This is a known issue, and I had them create a fix for it in 11.5.10 when we were on 25-43A. Now the issue exists in 12 and I haven’t yet logged the TAR for that. We have exactly the same issue as we force all bom changes through ECOs, and even putting effectivity dates on the rules that match the effectivity dates of the BOM does not resolve the issue. Fix was produced off of TAR 7619362.994, looks like bug number was 8737252….not sure what release it was part of, we applied it as a manual fix, a jar file and an update to package body for cz_model_util_pvt.
    Holler if you need more info.
    Thanks!
    Carole
    ==========
    From: [email protected] [mailto:[email protected]] On Behalf Of Reinsch, Ted A (GE Energy)
    Sent: Friday, August 13, 2010 1:09 PM
    To: [email protected]
    Subject: RE: [configsig] ambiguity error
    Have you refreshed the model since this change?
    The only time I have received this error was if I was using the same component in more than 1 option class or option feature and it tells me that I need to further define the path to the object in the rule such as
    'ATO Model Name'.'Option Class 1'.'8003-518.8003-519.8003-502.029-4572-03' or
    'ATO Model Name'.'Option Class 2'.'8003-518.8003-519.8003-502.029-4572-03'
    ==========
    From: [email protected] [mailto:[email protected]] On Behalf Of Lauree Swihart
    Sent: Friday, August 13, 2010 10:45 AM
    To: [email protected]
    Subject: [configsig] ambiguity error
    I have a component that is currently in a logic rule. When this component is in a logic rule it works.
    This same component was changed out on an ECO, causing 2 records in the BOM. One with an end effective date and another with a begin effective date. When I convert my rule to a statement rule, I receive this error. I’ve received this error in the past and normally I thought I’d just changed the effectivity range associated with the rule and that resolved the issue. But, it’s not resolving the issue today.
    Is there any other way for me to resolve this without deleting the component in the bom that has been effectively end dated? I don’t want that route because that defeats the purpose of using an ECO and general foundation of why we use ECO’s for our healthcare products.
    The reference 8003-518.8003-519.8003-502.029-4572-03 is ambiguous.
    Thanks,
    Lauree Swihart

  • Freemarker Error with Jdev version 11.1.1.1.4.0

    Hi,
    I am using Jdeveloper version 11.1.1.4.0 for AIA 3.0 development and have added freemarker.jar version 2.3.16 in the lib folder. When I create a requestor/provider abcs using service constructor, i am getting the following error message when i select the Finish button on the last step for service constructor : "78:COuld not create type evaluateFTL due to java.lang.NoClassDEfFoundError:freemarker/template/Configuration "
    Any idea what could be the issue?
    Thanks in advance

    I think I had already enough with this drudgery!
    I 'd better stick to the official policy of the company for pure open source J2EE tools and frameworks such as Eclipse.
    However, you have been most helpful.
    Alles Gute!
    For the unlucky colleagues who may need some info, working on a project and not a book tutorial, the following might save some time and frustration:
    This is part of the output of jarscan:
    ===============================================
    Found: Authentication
    Class: weblogic.security.services.Authentication
    Package: weblogic.security.services
    Library Name: weblogic.jar
    Library Path: C:\oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar
    ===============================================
    ===============================================
    Found: Authentication
    Class: weblogic.servlet.security.ServletAuthentication
    Package: weblogic.servlet.security
    Library Name: weblogic.jar
    Library Path: C:\oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar
    ===============================================
    C:\oracle\Middleware\modules\com.bea.core.weblogic.security.auth_1.0.0.0.jar for SimpleCallbackHandler
    ===============================================
    Found: AuthenticatedSubject
    Class: weblogic.security.acl.internal.AuthenticatedSubject
    Package: weblogic.security.acl.internal
    Library Name: wlthint3client.jar
    Library Path: C:\oracle\Middleware\wlserver_10.3\server\lib\wlthint3client.jar
    ===============================================
    Edited by: Nick Aiva on Feb 20, 2010 11:41 AM

  • Error with new version of nokia ovi suite

    Hello update to the new version de ovi suite 3.1.1.9, but say Nokia Ovi Suite 3.1.1.85 PC Connectivity Solution 11.4.21.0 Connectivity Cable Driver 7.1.45.0 Nokia Ovi Suite Software Updater 2011.7.0.61004 Maps Service API 4.0.28.3 Nokia mPlatform 2.7.72 Ovi Desktop Sync Engine 1.4.4.57 Sistema operativo: Microsoft Windows Vista Edición de 32 bits, Service Pack 2 Idioma: English Navegadores de Internet detectados: - Microsoft Internet Explorer 9.0.8112.16421 Stacks Bluetooth detectados: - Microsoft (Versión: 6.0.6000, Compilación: 16386), Activa Controladores USB detectados: - Default Hub Driver for USB 6.0.6002.18005 - USB Modem Driver 6.0.6002.18005 - EHCI eUSB Miniport Driver 6.0.6002.18005 and the cel phone restart and restart again when connect with this new version please repair this is urgent

    I followed instructions but nothing happend
    It seems Nokia gives me nothing but trouble... W t F?
    A not so proud owner of an N8!
    Attachments:
    cmdprntscr.jpg ‏168 KB

  • Firefox 9 experiencing web dynpro errors, didn't experience these errors with previous version

    Just after perform the latest firefox version to 9.01 and the update prior, I can no longer view certain pages within a my company's employees workforce website. I receive an error that says the browser doesn't support web dynpro. I see that there were earlier post related to this topic, but it was for an earlier version of firefox.
    Please advise if I need to revert back to an older version of firefox.

    Thanks for the link edmeister! That at least explains how to turn off 'the plugin-container.exe problem. What it doesn't explain is why OOPP was added to the browser in the first place? I don't recall Firefox crashing before v.3.6.4 when encountering Flash or QuickTime plug-ins!?!

  • Moved Premiere Elements 10 project Error: "Project is not compatible with current version of Premiere Elements"

    After moving an entire client folder from an external hard drive to an internal one, the client's video, created in adobe premiere elements 10, will no longer open in adobe premiere elements 10. It appears to be loading the project, and instead of completing, the following error message is displayed: "The project is not compatible with current version of Premiere Elements."
    The same thing occurs when attempting to open the archive files.
    New projects, and unmoved projects behave properly.
    Moved projects receive this error.
    I'm running Windows 7 Home Premium SP1 on a solid state drive (SSD) (c:/), where premiere elements is installed
    My documents, including the project I need to work with are on my "storage" drive (HDD). it is (f:/)

    txnoda
    Archiving Aspects of this.....
    First let clear the matter of the "archiving" as a life saver.... We do not appear to be on the same wave length.
    a. I am talking about File Menu/Project Archiver with its Archive project and Copy project options. This feature is a safety net to save you when you
    inadvertently disconnect source media from the project file. With the Archive option (Trimmed Folder result), you get saved to the computer hard drive (safe keeping) a copy of the project file plus copies of the media that were taken to the Timeline. With the Copy option (Copied Folder result), you get copy of the project files plus copies of much more.
    b. Instead, you appear to be talking about "archiving" in the context of AutoSaves. AutoSaves are saved snapshots of the project at various phases of the edit. They suffer from the same shortcomings of the original project that has been disconnected from its source media.
    When you import media into a project, all you get are copies of the originals in the project. But, those copies need to trace back to originals at the locations where they were when first imported into the project. Moving, renaming, deleting files/folders that went into the project after the project save close leads to some very time consuming messy situations.
    What to do....
    If you can, put everything back the way it was. If not.....
    Let me emphasis some factors..
    You wrote
    After moving an entire client folder from an external hard drive to an internal one, the client's video, created in adobe premiere elements 10, will no longer open in adobe premiere elements 10. It appears to be loading the project, and instead of completing, the following error message is displayed: "The project is not compatible with current version of Premiere Elements."
    Here you mention specifically "client's video". Later you detail with .mod files converted to .avi. What kind of .avi? If you have converted to AVCHD.avi or H.264.avi, they have been found not to be compatible with Premiere Elements. You should not be able to import them into any new or old project.
    From what you described, I am envisioning
    "Video" Folder
    which contains 2 folders named
    "Timestamped Folder" with .avi files
    and
    "DVD" Folder with the project file (project.prel)
    The project file has many files generated automatically in the course of it workflow. Where do you have them going?
    (See Premiere Elements  10 Edit Menu/Preferences/Scratch Discs). If you have the Scratch Discs directed
    "Same As Project", then we would expect all those files to be going to the DVD Folder in the above scenario.
    If we could open the project and get greeted with some "Where is the file.....?" messages, that might give us some hope.
    But that is not the case.
    Consequently from what you have said, I am suggesting that the path of least resistance is try to recreate the "before".
    Please review and consider.
    ATR
    Add On...Not sure if it will assist in the matter, but the following is the link to Adobe's document related to troubleshooting
    damaged projects.
    Troubleshoot a damaged project file | Adobe Premiere Elements

  • Runtime Error while creating FINANCIAL STATEMENT VERSION

    Hi Experts,
    The major concern of the problem is related with the new creation of FINANCIAL STATEMENT VERSION.
    (SPRO --> IMG --> Financial Accounting --> General Ledger Accounting --> Business Transactinons --> Closing > Document> Define Financial Statement Versions.)
    My quries is that is it possiable to maintain more then one FSV for the same company code or for same chart of account.
    If yes then we are trying to do it . But the problem reflect, be the indication that we can`t maintain more then one code.
    Its giving an runtime error
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC                                               
    Except.                CX_SY_OPEN_SQL_DB                                                        
    Date and Time          15.03.2008 18:36:04                                                                               
    Short text                                                                               
    The ABAP/4 Open SQL array insert results in duplicate database records.                                                                               
    What happened?                                                                               
    Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLFAGL_FSV" had to be terminated because it has                
         come across a statement that unfortunately cannot be executed.                                                                               
    Error analysis                                                                               
    An exception occurred that is explained in detail below.                                   
         The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught              
          in                                                                               
    procedure "FSV_TEXTS_CONVERT" "(FORM)", nor was it propagated by a RAISING                 
          clause.                                                                               
    Since the caller of the procedure could not have anticipated that the                      
         exception would occur, the current program is terminated.                                  
         The reason for the exception is:                                                           
         If you use an ABAP/4 Open SQL array insert to insert a record in                           
         the database and that record already exists with the same key,                             
         this results in a termination.                                                                               
    (With an ABAP/4 Open SQL single record insert in the same error                            
         situation, processing does not terminate, but SY-SUBRC is set to 4.)                       
    We are trying Its giving an abap dump
    Rest the technicall aspect that is comming in ABAP Dump i am not
    getting.....so pls inquire according to yourself.
    Kind Regards,
    Sudhanshu

    Hello
    Logically speaking, a company code can have more than one FSV as long as they share the same chart of accounts.
    When COA is common, the FSV pattern can be designed seperatly to serve the purpose of varied reporting.
    The dump you are getting is a temporary snag. Take a screen shot from SM54 after you execute the report and pass it to BASIS for analysis. They would fix that.
    Reg
    assign points if useful

  • UCCheck Showing error with XSL statement

    We are preparing to convert to Unicode and my XSL scripts are failing in UCCheck.  It appears my XSLT script (Z_EBPP_FINAL_OUTPUT_CSV) is fine, but the SAP created code behind it is failing (Z_EBPP_FINAL_OUTPUT_CSV=======XT) on the first line "<xsl:transform version="1.0"
    with an error message = "Statement "<XSL" is not defined. Check your spelling."
    Has anyone experienced this problem before?  If so, how did you fix it?
    Thanks,
    Ken Kammer
    The Reynolds and Reynolds Co.

    Here is the code that is causing the problem:  Unicode is saying the first line is in error in the SAP generated code from the XSLT.
    <xsl:transform version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:sapxsl="http://www.sap.com/sapxsl"
      xmlns:asx="http://www.sap.com/abapxml"
    >
    <xsl:output encoding="iso-8859-1" method="text"/>
    <xsl:strip-space elements="*"/>
    <xsl:template match="asx:abap/asx:values">
    <xsl:text>Bill To,</xsl:text>
    <xsl:apply-templates select="SOURCE/_-1BEA_-S_CRMB_BDH_WRK/PAYER"/>,<xsl:text/>
    <xsl:apply-templates select="ADDINFO/PAYERNAME"/><xsl:text>
    </xsl:text>
    <xsl:text>Invoice No.,</xsl:text>
    <xsl:apply-templates select="SOURCE/_-1BEA_-S_CRMB_BDH_WRK/HEADNO_EXT"/><xsl:text>
    </xsl:text>
    <xsl:text>Date,</xsl:text>
    <xsl:apply-templates select="SOURCE/_-1BEA_-S_CRMB_BDH_WRK/BILL_DATE"/><xsl:text>
    </xsl:text>
    <xsl:apply-templates select="INVOICEITEMS"/>
    </xsl:template>
    <xsl:template match="INVOICEITEMS">
    <xsl:text>Ship To,Name,Line #,Ref #,Order Number, Quantity,Description,Customer Price,Extended Price,Allowance Amount,Net Price
    </xsl:text>
    <xsl:apply-templates select="INVOICEITEM/SOURCE"/>
    </xsl:template>
    <xsl:template match="INVOICEITEM/SOURCE">
    <xsl:apply-templates select="ZZSHIP_TO_CUST"/>,<xsl:text/>
    <xsl:apply-templates select="ZZSHIP_TO_CUST_NAME"/>,<xsl:text/>
    <xsl:apply-templates select="ITEMNO_EXT"/>,<xsl:text/>
    <xsl:apply-templates select="ZZCONTRACT"/>,<xsl:text/>
    <xsl:apply-templates select="ZZLEGACY_ORDER"/>,<xsl:text/>
    <xsl:apply-templates select="ZZQTY_SHIPPED"/>,<xsl:text/>
    <xsl:text>"</xsl:text>
    <xsl:apply-templates select="ZZPROD_DESC"/>",<xsl:text/>
    <xsl:apply-templates select="ZZUNIT_PRICE"/>,<xsl:text/>
    <xsl:apply-templates select="ZZGROSS_PRICE"/>,<xsl:text/>
    <xsl:apply-templates select="ZZDISC_AMOUNT"/>,<xsl:text/>
    <xsl:apply-templates select="NET_VALUE"/><xsl:text>
    </xsl:text>
    </xsl:template>
    <xsl:template match="ZZSHIP_TO_CUST|ZZSHIP_TO_CUST_NAME|ITEMNO_EXT|ZZCONTRACT|ZZLEGACY_ORDER|ZZPROD_DESC|PAYER|PAYERNAME|HEADNO_EXT|BILL_DATE">
    <!-- this is for string value nodes -->
    <xsl:value-of select="normalize-space(.)"/><xsl:text/>
    </xsl:template>

  • Financial Statement version error

    Hi,
    here i create Define financial statement version i am dong the new entries this folw i am nentioned Financila stament version code, and given description and maintain language, and the select "Item Keys automatic" and given Chart of acc. and did save these settings
    and then click on "Financial Statement Item" Button
    and the keep curson on "Comp code"
    and click on " Create Items" button
    under this screen i mentioned,
         Income
         Expenditure
    and then clickin on enter
    then double click on " No text exist " aginst  "assets"
    and then mention the appeared screen as " Item = Assets "  and click enter button
    then Double click on " No text exist " against  "Liability+equity"
    here appared screen same as above step " Item = Liabilities " hear am press Enter and save
       i got a error meassage " Structure was not saved due to error when order was changed. Message no. FE740 "
    please help me
    sree

    Hi,
    If you are trying to save the FSV with Transport Request means,
    Try to save the FSV into a New Request and Transport both the request.
    There may be some inconsistencies in your request you are trying to save.
    Thanks and regards
    Praveen.J

  • I cannot create a new business catalyst site with Dreamweaver CC 2014. The error message states that Dreamweaver cannot connect with server, try again later. How can I fix this problem?

    I cannot create a new Business Catalyst site with Dreamweaver CC 2014 (Mac). The error message states that Dreamweaver cannot connect with server, try again later. In addition, I am also unable to load remotely a previously created Business Catalyst site as it says there is something wrong with my username or password. However when I put my password in and press test connection, it says it has connected successfully. What is going wrong and how can I fix this problem?
    Thanks

    Hi Ozy08,
    Can you try the solutions mentioned in Re: Can't Login to Business Catalyst within Dreamweaver CS6?
    If you still have problems, and you have a purchased version of DW CC, send me your Adobe ID, location, and contact details over a private message. Click my picture and use the message option.
    Thanks,
    Preran

  • I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to che

    I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to check your printer settings before printing."  I have uninstalled and re-installed Photoshop Elements, checked my printer settings and still I can't print a photo.

    Hi ,
    Please update to PSE 13.1
    13.1 has solved this problem.
    Refer to this link.
    Photoshop Elements Help | Printer errors with Photoshop Elements 13

  • Photoshop CS2: "file not compatible with this version of Photoshop" error

    So, I've been working with Photoshop for almost 20 years now, and lately I've been getting this error message on occasion (but not on every file) when I go to open a file I worked on just yesterday: "Could not complete your request because the file is not compatible with this version of Photoshop." I just worked on it yesterday in Photoshop. The file was saved as a PSD, and when I attempt to open it through Painter IX, that program tells me that it's not a Photoshop document. Why can't I open this file anymore, and why is it giving me this error message when I don't have Norton AntiVirus installed, and my 'maximize PSD and PSB file compatibility' is set to 'always'??
    Does anyone have an idea on how I can open my file? How can I get around this, and how do I prevent it from happening again?
    OS: OSX 10.4.11
    Photoshop CS2
    Info:
    Kind: Adobe Photoshop file
    Size: 394.4MB
    Created: December 13, 2007
    Modified: Yesterday at 3:54 PM

    This is the boilerplate text I use in connection to saving to a network (please NOTE the part where it explains that normally, it does work, but that it is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe):
    If you are opening files over a network or saving them to a network server, please
    cease and desist immediately
    in the event you are currently experiencing problems with one or more files.
    Working across a network is not supported.
    See:
    http://www.adobe.com/support/techdocs/322391.html
    Copy the
    CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
    Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work. It should.
    Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does
    not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
    If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.
    When problems arise, a lot of valuable work can be lost.

Maybe you are looking for