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

Similar Messages

  • 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

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

  • 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

  • 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

  • File repository server error: failed to put the file to file server

    Hi,
    Am trying to export relational and OLAP universe to repository and getting an error.
    Am using Universe Design Tool and product version is  BI 4.0 SP 5
    When I create a universe and export it for the first time it get exported successfully.
    However I tried to export same universe after making few changes, getting below error
    File Repository Server error: Failed to put the file to fileserver: frs://<FRS Location>/Universe_Name.unv already exists
    Is anybody faced such issue?
    I suspect it is a configuration issue/product bug.
    Your thoughts are highly appreciated.
    Regards,
    Vinesh

    Hello Vinesh,
    There is a workaround mentioned in the following KBA:
    1309859 - Error: WIS 00501 Universe not found when viewing Documents
    Please have a look.
    Thanks and regards,
    Madhumitha

  • Failed to process the file in Input agent giving repository error

    Hi All,
    I have configured input agent on my machine and when I try to process the file, that file goes into STAGE folder and Error folder by giving the repository error.
    Please, anyone help me out.
    Thanks in advance.

    Hi Vikrant,
    I have checked the log its giving the following error log:
    [2013-04-30T07:38:39.633-06:00] [IPM_server1] [NOTIFICATION] [TCM-00129] [oracle.imaging.agents] [tid: [ACTIVE].ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: ecc27246272aba84:6c20b3cf:13e5aa0c54b:-8000-000000000000059c,0] [APP: imaging] Input Agent is checking for work.
    [2013-04-30T07:45:41.397-06:00] [IPM_server1] [ERROR] [] [oracle.imaging.ui] [tid: [ACTIVE].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: ecc27246272aba84:6c20b3cf:13e5aa0c54b:-8000-00000000000005c6,0] [APP: imaging] A repository error occurred.[[
    oracle.imaging.ImagingException: TCM-00787: A repository error occurred.
         faultType: SYSTEM
         faultDetails:
         ErrorCode = oracle.stellent.ridc.protocol.ServiceException, ErrorMessage = Unable to execute service CHECKIN_NEW_SUB and function makeNewRevClass.
    The error was caused by an internally generated issue. The error has been logged.
         at oracle.imaging.repository.ucm.UcmErrors.convertRepositoryError(UcmErrors.java:161)
         at oracle.imaging.repository.ucm.UcmRepositoryOperationImpl.convertDocumentRepositoryError(UcmRepositoryOperationImpl.java:410)
    Also when I am checken in documents in content server , its giving the error : Unable to execute service CHECKIN_NEW_SUB and function makeNewRevClass.
    I think these two are because of the same problem.
    Please help me out.
    Thanks,
    Yogita

  • 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]

  • 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?

  • Error in Configuring the File Repository Server (FRS)

    Hi All.
    We are using  sap bo 3.1 sp7
    Huge space is  occupied by  File store    folder .
    So we are planning to move to share drive  entire folder
    as per few documents in  Scn.sap .I followed the steps  and made changes in  cmc---core services--input and output file repository for successfully..
    Note : I Restart each of the modified servers  and Enable the servers and i restarted SIA
    but still iam facing
    Consider it as a high priory issue
    Thanks,
    Raghunath

    Hi Raghu Go through below link it maybe helpful. http://wiki.scn.sap.com/wiki/display/BOBJ/File+Repository+Server http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=322437724 http://blogs.hexaware.com/business-objects-boogle/business-objects-file-repository-servers/

  • Report not found in File Repository Server

    I am looking for some guidance as to what to try next with this issue.
    We had ran into some issues with the central management service and had to reinstall crystal. During the setup we are connecting to our mysql database and the reports and folder structure is restored in the Central Management Console but when the reports are previewed or scheduled to run they fail I receive the following message:
    "File generated name.rpt not found on File Repository Server.
    Unable to retrieve Object.
    File generated name.rpt not found on File Repository Server."
    Has anyone came across this issue and if they could provide a solution would be greatly appreciated.
    Thanks.

    there are very many forum posts and SAp knowledge articles on this topic/error message. Please do use search before posting.
    The repository that stores all your objects in Crystal is dual one part is int he DB - called CMS DB - it stores all te metadata, and second part is FRS (Input /Output servers) - they store actual physical reports and instances on the disc.
    My guess is that during re-install you either wiped out original FRS location or after re-install didn't point your FRS to the right place.
    If its second - all you need to do is point FRS to the right directory and you'll get your reports back.
    If it's first - you just lost all your reports/universes etc.... and will need to restore from backup.

Maybe you are looking for

  • Want to transfer data via idocs from one  R/3 to different R/3

    Hi!! May i hav nay step by step pdf which gives the complete flow of how to transfer idocs from from one  R/3 to different R/3. Though i have the basics steps but some where I m stuck. Also I have two doubts:: 1.Is thr Any relation bw port name and L

  • SMSY//Logical component definition - multiple roles for one system?

    Dear all, as our client has a divided system landscape (three-tier operational line as well as two-tier development line) some systems have more than one role to fill. The development system on development line is source system for all developments,

  • Cisco ISE and authentication for 802.1x printer

    Hello What is the best practice to authenticate a 802.1x printer in Cisco ISE? The printer can store a certificate for authentication and support EAP-TLS. Thanks for answer. Marco

  • Sparsebundle taking up disk space

    Hi, I've been wondering what happened to my hard drive, and ran a scan of it. I found out there's a sparsebundle named ChiBook.sparsebundle, located at /Users/.ChiBook, that's taking up around 80gb of the 160gb that I'm suppose to have. Is it safe to

  • I can't uninstall Flip4mac wmv player

    When I try to drag it to the trash it doesn't move... Why is it so? And what can I do?