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

Similar Messages

  • File Repository Error

    Hi experts,
    I have created a file repository, and i have also mapped the drive but when i check the file repository in System Administrator->content monitoring->repository manager, the status is red.
    Could any one help in solving the problem.
    Thanks and regards
    Sivaprasath

    Hi experts,
    Thank you all for your immediate replay.
    I have checked the port also.
    These are the parameters that I have given
    Description         :   KM Test Repository
    Prefix                 :   /Knowledge Base
    Active                 :   checked
    Lookup Mode      : caseless
    Root Directory     : x/
    Security Manager: AclSecurity Manager
    Thanks and regards
    Sivaprasath

  • NWDI import of sca files repository error

    Hi,
    When I am importing SCA files. I am getting following message.Please help me.
    SAP_JTECHS
    20081202184915 Info   :Starting Step Repository-import at 2008-12-02 18:49:15.0396 -5:00
    20081202184915 Info   :Component:sap.com/SAP_JTECHS
    20081202184915 Info   :Version  :SAP AG.20080216073957
    20081202184915 Info   :1. propagation request is of type TCSSoftwareComponent
    20081202184915 Info   :Sources will not be imported for this SC
    20081202184915 Info   :Step Repository-import ended with result 'not needed' at 2008-12-02 18:49:15.0396 -5:00
    SAP_BUILDT
    20081202184221 Info   :Starting Step Repository-import at 2008-12-02 18:42:21.0146 -5:00
    20081202184221 Info   :Component:sap.com/SAP_BUILDT
    20081202184221 Info   :Version  :SAP AG.20080216005300
    20081202184221 Info   :1. propagation request is of type TCSSoftwareComponent
    20081202184221 Info   :Sources will not be imported for this SC
    20081202184221 Info   :Step Repository-import ended with result 'not needed' at 2008-12-02 18:42:21.0146 -5:00
    SAPPCUI_GP
    20081202185133 Info   :Starting Step Repository-import at 2008-12-02 18:51:33.0735 -5:00
    20081202185133 Info   :Component:sap.com/SAPPCUI_GP
    20081202185133 Info   :Version  :MAIN_ERP53PAT_C.20080709102623
    20081202185133 Info   :1. propagation request is of type TCSSoftwareComponent
    20081202185133 Info   :Sources will not be imported for this SC
    20081202185133 Info   :Step Repository-import ended with result 'not needed' at 2008-12-02 18:51:33.0750 -5:00
    SAP_ESS
    20081202185713 Info   :Starting Step Repository-import at 2008-12-02 18:57:13.0511 -5:00
    20081202185713 Info   :Component:sap.com/SAP_ESS
    20081202185713 Info   :Version  :MAIN_ERP53VAL_C.20080605130151
    20081202185713 Info   :1. propagation request is of type TCSSoftwareComponent
    20081202185825 Info   :Propagatable:<a href="http://SAP-PORTALDEV:50000/dtr/system-tools/reports/ResourceDetails?resourceID=ac445ae8331a11ddbdec0030057116fe&path=&command=Show" target="_blank">ac445ae8331a11ddbdec0030057116fe</a> exists allready in the repository. No import necessary.

    Looks OK. This is not the first time you importing these SCs, correct?
    Slava

  • "File Repository Server error" when trying to commit a new CrystalEnterprise.Program instance to the InfoStore

    I've run into an issue where saving a new CrystalEnterprise.Program instance is throwing an ambiguous exception with no other information than a generic HRESULT code and the even less useful error message "File Repository Server error". I've debugged the code using the COMException managed debugging assistant and Reflector to get to the callsite of the COM object, but there is nothing there to indicate what the actual File Repository error is attributed to. Logging for the InputFileRepository service in the CMS was been set to HIGH, but nothing shows there as a result of my code executing.
    The call to myInfoStore.Commit(...) is where the COMException is thrown.
        protected void CreateProgramObject(InfoStore infoStore)
            using(PluginManager pluginManager = infoStore.PluginManager)
                using(InfoObjects newCollection = infoStore.NewInfoObjectCollection())
                    using(PluginInfo programPlugin = pluginManager.GetPluginInfo("CrystalEnterprise.Program"))
                        using(Program tempProg = (Program)newCollection.Add(programPlugin))
                            const string USER_FOLDER_QUERY =
                                "Select SI_ID From CI_INFOOBJECTS Where SI_NAME = '[email protected]'";
                            using(InfoObjects folders = infoStore.Query(USER_FOLDER_QUERY))
                                if(folders.Count < 1)
                                    Response.Write("No user folder was found!");
                                    return;
                                using(InfoObject userReportFolder = folders[1])
                                    tempProg.Title = "Scheduled File";
                                    tempProg.Description = "My new program";
                                    tempProg.ParentID = userReportFolder.ID;
                                    tempProg.ProgramType = CeProgramType.ceScript;
                                    tempProg.Files.Add(@"E:\sample.bat");
                                    try
                                        infoStore.Commit(newCollection);
                                    catch(SystemException snx)
                                       Trace.Write(snx.ToString());
    Has anyone run into this issue and found a resolution?

    Thank you for the reply. I changed the file path on the BOE Server to match the path I'm using in the Files.Add(...) call. At least now I get a different error message, but it's still not enough to resolve the issue. The message is "File Repository Server error : File system operation for D:\Scripts\test.bat on File Repository Server failed.  If the problem persists, please contact your system administrator for event log information." I verified the service account the SIA service runs under can access that path, but still no luck.
    Using a UNC path resulted in the original "File Repository Server error" message in the Exception.

  • File System Repository Errors

    Hello All-
    I'm having a puzzling time trying to set up a file repository. My portal (EP6, SP14) is sitting on Unix box. I am attempting to connect to a NAS as a windows share. I've added the windowsKM system in system landscape and I've added the corresponding KM landscape. I then added an network path pointed to
    <IP>\Share, set jCIFS and used Domain/User as my password. I've then set up my repository, making sure the localroot matches the network path. To minimize variables, I'm just using ACLManager, not Windows ACL, to keep things simple.
    I believe I've followed all the steps as specified in the manual. But no luck. I keep getting the following types of errors. Either "Startup Error: The localroot does not exist: /usr/sap/EPD/JC02/j2ee/cluster/server0/
    15.233.66.264\portshare" or "getting mapped math - java.io.IOException: Canonical path not available for portshare." (I'm getting that when I use the UNC).
    Does anyone recognize these errors and can point me to where I'm going wrong? I've dug through the logs and message board and I can't find anything obvious.
    Plenty of points awarded for any and all helpful answers!
    Thanks-
    Jim Orbin

    Hi James,
    Would like to clarify few points..
    a. Does your share "
    15.233.66.264\portshare" refer a different unix machine or the same machine ?
    Same Machine: If this is the case, you need not provide the "IP Address" and other stuff. You can directly provide the actual path eg: /usr/docs
    Different Machine: Pointing the repository to other unix systems gives some problems. Does your Unix box have GUI mode. If so, a way to solve this..
    You will have a NFS (Network File Share) tool available. Use this tool and create a Network file share.
    Steps:
    1. Launch the NFS Server link from NFS tool and create a share in the Machine which hosts the docs. This machine is to act as the "NFS Server"
    2. Now go the Portal server.
    3. Here, launch the NFS Client link from the NFS tool and create a link to the share in the source machine which hosts the docs.
    4. Now, all the source docs from the host machine will be available in your portal server as a network share folder .
    ie.Documents under //machine 2/docs will be available in portal server under /usr/docs as a link.
    5. Now give the local path ie. /usr/docs in your repository config.
    The File System Repository will now work fine with no trouble in locating the folder in the same machine.
    Hope this helps. Pls get back if you still face issues.
    Regards,
    Venkat.
    [Reward points for useful answers]

  • Unable to create File System Repository using Network Path

    Hi All,
    I am trying to create a File System Repository.
    I created a networkpath and windows system and used the same while creating File Repository according to the steps in help.
    With out using Networkpath(i.e.,If I use IP address,I am able to create File System Repository).
    But with the network path,it throws the following error as seen in Component Monitor.
    <b>Startup Error:    The localroot does not exist: C:\usr\sap\IGTE\j2ee\j2ee_00\cluster\server\NWP_001
    My network path is NWP_001
    </b>
    Did any one face this problem?
    Any help please........
    Rgds,
    Santhosh

    Hi,
    I am getting the same error even if I replace(\) by slashes(/).
    I tried on EP6SP12 as well as EP6SP2 and got the same error on both.
    The repository is searching for a folder named with
    n/w path on the portal server itself(i.e, it is searching in the following folder
    <b>C:\usr\sap\IGTE\j2ee\j2ee_00\cluster\server\NWP_001
    My network path is NWP_001</b>),instead of searching on the remote system.
    Can any one help me in solving the problem
    Thanks in Advance.
    Rgds,
    Santhosh

  • Error: File Not Found on File Repository Server

    Post Author: Ashish.Phanse
    CA Forum: Exporting
    Hi
    We have clustered 2 servers and all the services of both the servers have CMS Name as "@<Cluster_Name>"
    But when we run any crystal report through the thin client(portal) or through crystal itself, it is showing the errror ---
    "xxxxxxxx.rpt not found on File Repository Server". If I check the path for report in CMC and if I check physical location, the file is present.
    This is happening only with Crystal reports and not with DESKI or WEBI reports.
    Please help...
    Thanks
    Ashish

    Post Author: eng_y_y
    CA Forum: Exporting
    Hi Ashish,
    Did you uninstall the Business Objectes and reinstall it again?

  • An Error has occurred: File Repository server input is down

    Hello Team,
    I am getting the following error message "An Error has occurred: File Repository server input is down" when try to upload exel or any other document in repository using . NET Infoview. Even with the Admin account.
    and 
    If i try the same steps from Java Infoview i am able to upload the excel.
    I guess some issue with IIS .
    Env Dtls:
    BO XI 3.1 SP3
    IIS 7
    Windows server 2008.
    Waiting for your valuable suggestions.
    Regards,
    Sonu Pandita

    Hi Team,
    I resolved this issue by giving one user a permission on temp folder.
    Regards,
    Sonu Pandita

  • Input File repository server Error: The requested directory does not exist.

    Hi,
    Getting following error "The requested directory does not exist." for Input and Out put file repository server.
    The specfied directory exists and the user has local administrative privelges with full control of the IFRS and OFRS location.
    The location was earlier working and after trying to implement Windows AD the things stopped. Have tried reverting the things but the following issue still persists.
    Thanks,
    Manpreet

    @Siva,
    I am not using the defacult FRS, I have specfied a specfic location on which the user has full control.
    this was working prior to the Windows AD setup tried by me.

  • File Repository Server error : Failed to determine whether there is enough

    Hi, We have setup a new server and while loading file we are getting following error message.
    File Repository Server error : Failed to determine whether there is enough disk space. We are on BOXI R2 SP3 on windows server 2003 with WAS on IIS 6.0.
    From CMC the error message is:
    There was an error while retrieving data from the server: Unable to open file C:\WINDOWS\TEMP\tmp875.txt.
    I ran Input FRS with a particular port and was able to ping FRS on that port. So port is opened.
    Does anyone know reason for this?
    Thanks,
    Kalpesh

    Can you elaborate exactly what you had to resolve this issue.
    Thanks, Mani

  • Error 1923. Service 'Input File Repository Server' (BOBJInputFileServer) co

    I get the following error:
    Error 1923. Service 'Input File Repository Server' (BOBJInputFileServer) could not be installed.  Verify that you have sufficient privileges to install system services.
    I am trying to perform the install as an admin. I previously had the server installed but had to uninstall and now I cannot re-install. how would I do a complete uninstall of all registry components, etc. if necessary?

    Ok. Please open the services browser (Start->Programs->Control Panel->Administrative Tools->Services) and check if there are any BOBJ services still listed (like the Input File Repository Server).
    If you find any services still listed, please use instsrv.exe to remove them (even if the services are stopped and/or deactivated). Try to install again after you have removed all BOBJ related services.
    Regards,
    Stratos

  • Error writing path into a text file

    Latest edit to my text edit script is trying to remember the last opened file using a .txt "preference" file in a script bundle.
    Before I click run I edit the Pref file and put Default. I then click Open last. It then does what it should (alot like my other post) but gets an error at the last write in the script, writing the file path to the pref file. This is taken from the event viewer:
    write alias "Macintosh HD:Users:Richard:Documents:Other Text Files:Untitled.txt" to file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Prefs:Save Location Pref.txt" as text
    Result:
    error "Can’t make alias \"Macintosh HD:Users:Richard:Documents:Other Text Files:Untitled.txt\" into type string." number -1700 from alias "Macintosh HD:Users:Richard:Documents:Other Text Files:Untitled.txt" to string
    Script here:
    display dialog "Open last saved or choose file" buttons {"Open last", "Open other"} default button 2
    if button returned of result is "Open last" then
    set val1 to (read POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt")
    if val1 is "Default" then
    EditFile("no")
    else
    EditFile(val1)
    end if
    else
    EditFile("no")
    end if
    on EditFile(val2)
    if val2 is "no" then
    set val3 to (choose file with prompt "Please select a .txt file:
    To save a text file as .txt in TextEdit, click 'Make Plain Text' in the Format menu and save the file.")
    --Get file path.
    else
    set val3 to val2
    end if
    if (get eof val3) is 0 then --Read doesn't like eof (end of file) to be 0 bytes.
    set val4 to ""
    else
    set val4 to read val3 --Read file before it gets erased.
    end if
    open for access val3 with write permission --Open file.
    set eof val3 to 0 --Erase file.
    repeat
    display dialog "Edit your text." default answer val4 buttons {"Revert", "Save"}
    set {val5, val6} to {text returned of result, button returned of result}
    if val6 is "Save" then
    write val5 to val3
    exit repeat
    else
    write val4 to val3
    end if
    end repeat
    --Write to file giving old data as default (to give the same affect as as read and edit).
    close access val3
    open for access POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt" with write permission
    set eof POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt" to 0
    write val3 to POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt" as text
    close access POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt"
    end EditFile
    Thanks, I can guess this is a simple fix like the others.

    Hmmm.
    First I checked it was all OK without POSIX and it works:
    display dialog "Open last saved or choose file" buttons {"Open last", "Open other"} default button 2
    if button returned of result is "Open last" then
    set val1 to alias (read file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt")
    --Read pref file to find out path of last edited file.
    if val1 is "Default" then
    EditFile("no")
    else
    EditFile(val1)
    end if
    else
    EditFile("no")
    end if
    on EditFile(val2)
    if val2 is "no" then
    set val3 to (choose file with prompt "Please select a .txt file:
    To save a text file as .txt in TextEdit, click 'Make Plain Text' in the Format menu and save the file.")
    --Get file path.
    else
    set val3 to val2
    end if
    if (get eof val3) is 0 then --Read doesn't like eof (end of file) to be 0 bytes.
    set val4 to ""
    else
    set val4 to read val3 --Read file before it gets erased.
    end if
    open for access val3 with write permission --Open file.
    repeat
    set eof val3 to 0 --Erase file.
    display dialog "Edit your text." default answer val4 buttons {"Revert", "Save"}
    set {val5, val6} to {text returned of result, button returned of result}
    if val6 is "Save" then
    write val5 to val3
    exit repeat
    else
    write val4 to val3
    end if
    end repeat
    --Write to file giving old data as default (to give the same affect as as read and edit).
    close access val3
    open for access file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt" with write permission
    set eof file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt" to 0
    write (val3 as string) to file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt" as text
    close access file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt"
    --Save path of edited file to pref file.
    end EditFile
    But change that 3rd line to:
    set val1 to alias (read file (path to resource "Save Location Pref.txt"))
    gets:
    Can’t make file (alias "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt") into type file.
    P.S. Sorry bout question in answered post again.

  • Getting BO 4.1 File Repository Server Error

    I am trying to save a 2008 report directly from Crystal Reports 2008 to a BO 4.1 repository and I am getting the following error
    <Caution Triangle Image> File Repository Server Error:
    I am able to upload the 2008 Crystal Report using the Add / Local Document directly to the BO 4.1 server but it only allows me to make a copy not overwrite.
    Does anyone know what I need to do, if anything to get it so I can save the report directly form Crystal Reports
    thanks

    Hi Alan,
    CR 2008 is supposed to work with BO XI 3.1. For BI 4.1 you should use CR 2013.
    -Abhilash

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

  • 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

Maybe you are looking for