#ERR:75-Path/File access error

Hi folks,
Trying to build a report using the EVDRE data grid and upon dragging & dropping the object to the report display area, this error message  "#ERR:75-Path/File access error"  is showing up.  Please can anyone provide an explanation for this.
Thanks,
Ravi

Hi Ravi,
Please follow the Note # 1493992.
Hope this helps.

Similar Messages

  • PATH/FILE ACCESS ERROR CITRIX

    Hello!
    My customer is using BPC 5.1 and users are accessing BPC through Citrix.
    Whenever they send data (button that run MNU_ESUBMIT_REFSCHEDULESHEET_REFRESH), they are getting a popup window that says "SAP - Path/File Access Error". When they click ok on this window, the data sends anyway.
    However, we'd still want this resolved as the clients do not feel comfortable having their users see this message. We also noticed that when they are not on Citrix, it sends without any issues.
    Your thoughts would be greatly appreciated!
    Thanks,
    Fabiola
    Edited by: Fabiola Vezza on Jan 21, 2010 2:36 PM
    Edited by: Fabiola Vezza on Jan 21, 2010 2:37 PM

    I have moved this thread to the BPC MS forum.  Notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of the FPM - General (PCM, FC, Other) Forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future.
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • Path/File access error

    Hi all,
    I have a client that is acting strange. The users said the following:
    "The page opens to the landing page but then when I click to open an income statement or report on employment costs the path/file access error appears and I cannot get further"
    It seems like there is a conflict between the client and the server.
    Any ideas?
    Regards,
    AvdB

    Hi,
    I don't think that is it, because this is an xlt template in BPC, they do not get published to SSRS as far as i know.
    Regards,
    AvdB

  • TipTab.exe file access error

    I have been filling out IRS forms using their online pdf files, running in Adobe Reader XI in laptop mode on my Dell XPS 12 laptop. Each time I use the mouse or touch pad to move to a new line I get the following file access error (no error if I tab to the next line). Error: "Windows cannot access the specified device, path or file. You may not have appropriate permissions to access the item." Path: c:\program files\common files\Microsoft shared\ink\TabTip.exe If I double click the above file it runs properly and opens the on-screen keyboard (which I don't want). Any ideas? marjimbo

    Do you use Windows 8.x?  See http://helpx.adobe.com/acrobat/kb/windows-8-81-problem-11006.html

  • FileDialog in SAVE mode does not throw file access error

    Hi,
    We are using FileDialog to SAVE and LOAD files.
    If a file is selected to which the user has no access, then LOAD dialog throws an
    error, but SAVE dialog does not.
    Have I skipped something ??
    Below is a sample code :
    import java.util.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class TestClass extends JFrame {
    public TestClass() {
    setSize(400, 400);
    JPanel l_objPanel = new JPanel();
    getContentPane().add(l_objPanel);
    final JButton l_objButton = new JButton("FileOpen");
    l_objPanel.add(l_objButton);
    l_objButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent p_objEvent) {
    FileDialog l_objDlg = new FileDialog(TestClass.this, "Save now", FileDialog.SAVE);
    l_objDlg.show();
    public static void main( String[] strArgs ) {
    try {
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    } catch(Exception e) {
    e.printStackTrace();
    TestClass l_objDlg = new TestClass();
    l_objDlg.show();

    The bug you pointed out is pretty different: JWS should work offline if no network connection is available, but no such behaviour is provided, never the less granted, if your server is down. No matter what your 'web-distributed' app is (ASP, SaaS, SOA, RIA, cloud, ...), you may have it work without a network, but no architectural pattern would ever remotely consider it should run if the providing server is down (and is not redirecting or, at least, sending some 'manageble' error).

  • TS3623 How do we get refunds for poor service? 20 times I've had to restart my move due to file access errors

    Back when movie rental stores existed you would get a refund if you kept having to run tracking on your tape. If apple's service constantly fails we should get similar credits.

    http://apple.com/feedback/

  • Starting firefox brings up a dialog box. Title is "Session Manager" and the message is "This operation failed due to a file access error: unknown error". What's up?

    Above says it all

    If anyone is is intrested. I figured out the solution. In the Weblogic Console Located in the JDBC Data Sources. Added correct JNDI Name for Name: soademoDatabase which was jdbc/soademoDatabase. Redeploy and restart server. Works fine

  • Data Access Error importing Large Files, which previously worked

    Hi All,
    I am trying to import files directly from the server (from inbox), these files worked earlier so I know there is nothing wrong with them. If I take 600 rows out of the file, and upload them, it imports fine, however if I attempt to import the entire file, which is 16 meg, I get the error "Data Access Error". Why could this be?
    1. It had been working for days prior, but cant anymore.
    2. A sample of the file works - pulling from the same file path.
    3. I try other files (other months) that are comparable in size, 15 meg+, and none of them work. So it is indeed a file size issue.
    what can I do to resolve it?
    Thanks
    ERROR:
    Code............................................. -2147217900
    Description...................................... Data access error.
    Procedure........................................ clsImpProcessMgr.fLoadAndProcessFile
    Component........................................ upsWObjectsDM
    Version.......................................... 1111
    Thread........................................... 4940
    Edited by: tyson33 on Dec 29, 2009 9:22 AM

    Hello,
    A "Data Access Error" means that something happened at the database level; not at the FDM level. I would suggest you clear your error log, reproduce the error log and then look at the very first entry.
    Also, I would suggest you possibly open an SR for further review.
    Thank you,

  • Err.Description="Data access error."

    This question pertains to FDM 9.3.1, ImportAction script, StartProcess event.
    After successfully CREATEing a table and BULK INSERTING a file sans a few erroneous records using "DW.DataManipulation.fExecuteDML strSQL, True, True" or "DW.DataManipulation.fExecuteDML strSQL, False, True", I get
    Err.Number=2147217900 and Err.Description="Data access error."
    However, after explicitly defining a connection to the FDM database server and executing the same SQL against the same data, I get an error description that is much more useful for my users, Error.Number=-2147217900 and Err.Description="Bulk load data conversion error (truncation) for row x, column y (fieldname)."
    I'd rather not establish a second connection to the FDM database server if I can avoid it. Any ideas as to why each method produces a different error message? How do I get fExecuteDML to return the useful description?
    ' Connect to the FDM database server
    Set adoConn = CreateObject("ADODB.Connection")
    adoConn.ConnectionString = API.DataWindow.Connection.PstrConnection
    adoConn.CursorLocation = 3' adUseClient
    adoConn.Open
    ' Create the ADODB Command object
    Set adoComm = CreateObject("ADODB.Command")
    adoComm.ActiveConnection = adoConn
    adoComm.CommandType = 1' adCmdTable
    On Error Resume Next
    adoComm.CommandText = strSQL
    adoComm.Execute

    Larry - apologies for the incomplete response. I misunderstood your question to be "how do I change the error message that FDM displays" I assumed you were trying to modify the information bar display.
    Glad you found something that helps you.

  • Photoshop CC 2014 - The file can not be saved in path because an error has occurred

    Hello,
    I need again help regarding this issue. Sometimes but very often I receive an error, trying to save a PSD file, the error is: "The file can not be saved in <path> because an error has occurred". After that it is not possible to save the file in any format, using save or save in dialog. The only way to rescue the result is, to save for web as an jpeg. This error occours often using Topaz or NIK filter and until now only in PS-CC 2014. My workflow looks like this:
    - Open NEF RAW file in Brdige
    - Settings in ACR and give it into PS by clicking OK in ACR
    - In PS doing a adjust some levels
    - press SHIFT+STRG+ALT+E for a new summary layer
    - Uing Topaz Adjust on the new level with 65% opacity
    - press SHIFT+STRG+ALT+E for a new summary layer
    - Using Topaz DeNoise on the new layer
    - pres STRG+i and resize the image to 1200x797
    - Using Topaz InFocus on the same layer as DeNoise
    - create a vignette with brightness adjustlayer
    After this workflow in nearly 90% it is not possible to save the file as PSD or something else, only to save for web as JPG. If I save the file after opening the RAW in PS and after every layer with Topaz Filter, I can save the file when I am done. Same issue occurs using NIK Filters in that way.
    I tried to optimize the performance by using this guide: http://helpx.adobe.com/photoshop/kb/optimize-performance-photoshop-cs4-cs5.html doesn’t solve the issue.
    I re- and installed all Adobe Products more than three times, doesn't solve the issu.
    After that I ordered a new SSD drive and insall Windows 7 64bit inkl. All latest hotfixes, patches and drivers. I downloaded the newest Adobe Versions and the newest filter sets from Topaz and NIK. Doesn’t solve the issue.
    This is my rig:
    Gigabyte Z87X-UD4H mainboard
    Intel Core i7 4770k
    32GB Corsair RAM
    250GB Samsung 840 Evo SSD Drive
    nVidia Geforce GTX770
    During my tests I took the same RAW File and created nearly 20 adjustment layers and summary layers, without using Topaz or NIK filters. No problem, I was able to save the file as PSD file. 
    From my point of view, actually, the error occurs only when I am using Topaz or NIK filters. Both supports doesn’t know the issue and if I search the web, I can’t find more then me. It seemed to depend on my settings, my rig or something else, perhaps a cache is overflowed or something like this. Adobe telephone support can’t help because I said I use a third party filter. But it occurs with two different manufactures…
    So please guys, help me to figure out why this error occurs in my system.
    Thanks in Advance and best regards,
      Michael

    Update: I tried several times to reproduce the error, actually it dosen't occur. I changed nothing on my system, without reboot it twice. This is what I said in my beginning times: it occurs sometimes but often. I will keep you up to date.

  • Error message: "Can't open file "[File path, file name].key"

    If I attempt to open any Keynote files, I now get this error message.
    "Can't open file "[File path: file name].key"
    To clarify, the text in the square brackets above would be the file path and then the file name.
    The file then will appear on the screen, but is unresponsive to any clicks or menu commands.
    The files will open successfully on other Macs, so they aren't corrupt.
    Also - I've just checked, and opening Keynote and trying to create a new presentation leads to the same problem: All screen menus / buttons are dead - all I can do is drag the window around the screen.
    I've tried to reinstall Keynote, but this hasn't resolved the problem.
    Is there some corrupt preference file (or similar) that I need to get rid of? Is there an easy way to do a complete uninstall of Keynote so I can try another install? Or is this a symptom of something else?
    All ideas gratefully appreciated!
    Message was edited by: Brendan Donlon

    All the issues I describe in my questions around this time re: Keynote were actually symptoms of a soon-to-die laptop. The Hard Disc was corrupting, and Keynote was the first application to be affected.

  • Sql agent job getting file access denied error

    I'm not sure if this question belongs in this forum. Please move it if you want to.
    Here is my question. I have an ssis package that is running into an error at the file system task trying to move a file. The package is deployed to the catalog and I am running the package using the stored procedure
    [SSISDB].[catalog].[start_execution] @execution_id
    When I execute this stored proc in Management Studio while logged in under a sysadmin, everything works fine. But when I call the same TQL in SQL Agent job, I get a file access denied error. This has something to do with the id that is getting used
    to run the package and I am not sure how to track that down. Any help would be appreciated.
    I've check the windows permission on both the id that is running the SQL Agent and SQL SSIS Service. Both seem to have the right windows permission.

    Please see:
    http://support.microsoft.com/kb/918760

  • Install iTunes 10.4.1 install error - The Folder Path "File Name" contains an invalid character

    Upgraded computer from XP Prof 32-Bit to Windows 7 Ultimate 64-Bit (Upgrade package, performed Custom Install).
    Attempt to install iTunes 10.4.1 for 64-Bit.  Receiving the following error/problem:
    The Folder Path "File Name on my external drive" contains an invalid character
    I click ok and then get this:
    The Installer encountered errors before iTunes could be configured.  Errors occurred during installation.  Your system could not be modified,  Please run the installer again, or click Finish to exit.
    Any fixes for this?

    Sorry, one of us is not managing to be clear enough.
    Does the message read The Folder Path "File Name on my external drive" contains an invalid character or perhaps The Folder Path "<some path name here>" contains an invalid character?
    If so, then the problem might be just what it says it is with the path name in question... Either way if you list the path given in the error message in a reply to this thread it might provide a clue for anyone tying to help with the problem.
    You could try downloading the installer to C:\iTunesSetup.exe in case that helps.
    tt2

  • TFS Build Error - Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters

    I am trying to set-up CI of Orchard CMS and deploy it on Azure using TF service. I am stuck at following error for path being
    longer than 260 characters. However, when counted the total characters in path are 235. Please see the below error :
    Other Errors and Warnings
    1 error(s), 1 warning(s)
    Exception Message: TF400889: The following path contains more than the allowed 259 characters: drop/_PublishedWebsites/Orchard.Web_Package/Archive/Content/C_C/a/src/projects/Orchard/dev/DevAltaf/Orchard/src/Orchard.Web/obj/Debug/Package/PackageTmp/Modules/BrentApart.BannerManager/Scripts/controllers/bannerAssignmentController.js. Specify a shorter path. (type VssServiceException)
    Exception Stack Trace: at Microsoft.TeamFoundation.Build.Workflow.Activities.FileContainerDropProvider.EndCopyDirectory(IAsyncResult result)
    at Microsoft.TeamFoundation.Build.Workflow.Activities.CopyDirectory.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
    at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
    Inner Exception Details:
    Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. (type PathTooLongException)
    Did anyone came across such issue while deploying Orchard on Azure with TF service? If yes, how did you sort this freaking error?
    Thanks,
    Altaf B.

    Hi AltafB,
    For your situation, you can short the path for the source code. Or use a short path for build agent folder in your build definition. You can refer to the links below to solve your problem:
    http://blogs.msdn.com/b/aaronhallberg/archive/2007/06/20/team-build-and-260-character-paths.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/1638a5f0-9321-4ff9-9ee7-6d347badb972/please-some-solution-to-the-specified-path-file-name-or-both-are-too-long?forum=tfsbuild
    Besides, since you deploy Orchard to Azure, you can also publish it directly using publish profile in Visual Stduio or WebMatrix directly.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • KM File Repository Error-Canonical Path

    Hi
    We are trying to configure a File repository manager.
    In Component Monitor we are getting Error for That repository  as  Startup Error:  getting mapped math - Canonical path not available for "Folder Name"
    And the Trace log is giving error as follows:
    java.io.IOException: Canonical path not available for "folder Name"
    Any clue>
    Deepti

    Hi Deepti
    Try to double check username and password. And take a look at these threads:
    Startup Error:  folder Root has no canonical
    cm repository error: folder has no canonical file
    Startup Error in CM repository in fsdb mode
    Best regards,
    Martin

Maybe you are looking for

  • How do I export a project from Final Cut Pro onto my desktop?

    How do I export a project from Final Cut Pro to my desktop as a movie?

  • 3rd party Iphone books. Are these any good?

    Everyone knows that Apple is notorious for their lack of written documentation regarding their products. You get a little booklet with little or no information and either a web site or a electronoc file with a to fill in the rest of the documentation

  • Reverse reset of Clearing Restriction

    Dear All, I have a requirement where I need to block a clearing of an invoice until customer signs an agreement. I have set a clearing restriction on the invoice. And I made an entry in modifiable clearing restriction in IMG. This allows manual reset

  • Create entry in calendar app when tapping on a date in the app

    Hello, I've been researching the internet on this topic but haven't really found a solution for my problem: I'm using the Adobe DPS Single Edition for iPad app magazines and I'm creating the content in Indesign CC. I have an event list page in the ma

  • OAS JServlet Cartridge and PathInfo

    OAS 4.0.8 documentations states that to invoke a JServlet cartridge, the URL must be in the following format: /virtual_path/java_class_name[path_info][?QUERY_STRING]]http://hostname:port]/virtual_path/java_class_name[path_info][?QUERY_STRING] For exa