File system external data upload

Hi experts,
        Is there any tool like File system external data upload, to upload the data from the  why is it used what are the attributes to be given.

go thru this
http://confluence.atlassian.com/display/CONFEXT/MultipleAttachmentsUpload+Client

Similar Messages

  • My Macbook Pro can't detect or read my CDFS file system external HDD

    My Macbook Pro can't detect or read my CDFS file system external HDD

    Open Disk Utility and see if the USB drives show in there. If they don't then it is a USB port or bus problem. If they do show in disk utility are they formatted in either Mac extended or a Windows format?

  • Windows NT file system External HD - Will it work on a mac?

    I have a USB external HD that is formatted as windows NT file system. When i plug it into my imac, it shows up on the desktop, but i cant see or access any files on it. What gives? I know i could re format it for mac, but i dont want to lose the 70 gb of files on the drive. Is there any way to make this work?

    Hi and welcome to Discussions,
    while OSX itself is capable of read-only access to NTFS file systems, it seems to have sometimes problems with it.
    I am not sure if this is a 'permissions'-problem or something related to some 'special features' of NTFS (like ADS Alternate Data Streams).
    http://en.wikipedia.org/wiki/NTFS
    However you can try to use either NTFS-3G http://www.ntfs-3g.org/ or buy Paragons NTFS for Mac OSX http://www.paragon-software.com/home/ntfs-mac/
    Regards
    Stefan

  • R12.0.6 OA PG xml - Error in - MDS or File System - No data found on region

    Hello,
    Instance details:
    I am in release 12.0.6,
    Am using "p7523554_R12_GENERIC" patch for building my OA page
    Business components version : 10.1.3.3
    Issue:
    (when i run my OA page from my desktop, it works, but upon migrating the code to unix, I get the below java exception stack)
    a. I ftp-ed the requisite files to the unix box (in the requisite mode)
    b. I imported the xml data into the MDS successfully
    adjava -mx128m -nojit oracle.jrad.tools.xml.importer.XMLImporter $OA_JAVA/oracle/apps/xxcus/receivingq/webui/ReceivingQPG.xml -username apps -password password -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp) (host =hostname)(port = 1521)))(connect_data = (sid = TEST)))" -rootdir $OA_JAVA
    c. when i run the below script in sql plus
    begin
    JDR_UTILS.PRINTDOCUMENT('/oracle/apps/xxcus/receivingq/webui/ReceivingQPG');
    end;
    I can see my page contents without any errors
    d. I bounced the apache (adapcctl.sh) and oa core (adoacorectl.sh)
    e. upon clicking my form function, i get the below error (exception stack below)
    Exception Details.
    oracle.apps.fnd.framework.OAException: No data found for region (/oracle/apps/xxcus/receivingq/webui/ReceivingQPG.xml).
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:529)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3745)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3467)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1100)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/xxcus/receivingq/webui/ReceivingQPG.xml, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1394)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3745)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3467)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1100)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/xxcus/receivingq/webui/ReceivingQPG.xml, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1394)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3745)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3467)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1100)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Please advise on any possible solution to this issue.
    Thanks,
    Santhosh

    Hello Sumit,
    In the form function registration,
    I had this entry
    OA.jsp?page=/oracle/apps/xxcus/receivingq/webui/ReceivingQPG.xml
    Now, modified to,
    OA.jsp?page=/oracle/apps/xxuns/receivingq/webui/ReceivingQPG
    and it works.
    Thanks a lot.
    Anil,
    Thanks for your suggestion.
    Thanks,
    Santhosh

  • Expanding ZIP files in External Data Window

    Hi,
    How could I expand the contents of ZIP files in the external data windows?
    I've developped a GPI extension to unzip the file and extract data from compressed files. But my client wants to see the content of the file before uncompress.
    Best regards
    Frederic

    Hello
    I think also that the best solution to expand a ZIP files in the "External Data" portal of Diadem, is to use a data plugin.
    But a data plugin is used to filter files with their extensions in "external data" and to import data in the "Data portal : internal data"
    But our problem is to expand the ZIP files in the "external data" portal as the joint document presents.
    We have not found the solution to do this.
    Regards.
    Attachments:
    plugin zip.jpg ‏25 KB

  • UCM: file system or data base?

    In our company (insurance industry) we will soon implement a Content Management solution, but until now, unfortunately in our country not much experience with this technology and I would like to know from the point of view of scalability, security, performance and high availability, what is storage recommendation UCM's : file system or database?

    Take a look at this thread: Re: Database storage vs. File system
    It has quite some useful info for you on this point.

  • .CSV file for Master data upload in GRC PC

    Hi all,
    We want to upload some Master Data for GRC Process Controls 3.0. Since we do not have access to MDUG tool yet, and we have a demo planned soon, we decided to go with the approach of uploading some data using the program GRPCB_UPLOAD.
    So I uploaded a .csv file with the following structure and was able to create master data. But, the object name was not updated.
    Structure
    Object Type     
    Object ID     
    Infotype     
    Sub-type     
    Start     
    End     
    Object abbreviation     
    Object Name     
    Language
    In addition, for some objects, we'd like to update the other attributes with data too.
    Would anyone have the .csv format for such a detailed upload for Process / Sub process / Control?
    Regards,
    Preksha

    Hi all,
    First of all, thanks in advance, but I´ve  tried to upload a template similar to Preksha´s template but when I uploaded it through GRPCB_UPLOAD program it doesn´t work properly, because when I execute the background process, I´ll check its status and then it is cancelled .
    In addition, I follow the recomendations from the pdf called "Process Control Upload Master Data v1" released by RIG in June 2008, but in contrast I can´t upload the structure correctly.
    Do you have any idea? Or could you give me an idea which explains how to create a correct template? Do you have any clue of what I would have done wrong?
    Thanks a lot.
    Regards.

  • File name (external data) of infopackage

    Hi,
    I want to know if there is a process to define the name of the file (to import) in a infopackage by a function or an user-exit.
    thanks
    Santigo

    Saniago,
    i have used BAPI's to change Infopackages using code.
    the one's i have used are
    BAPI_IPAK_GETLIST
    BAPI_IPAK_CREATE
    BAPI_IPAK_DELETE
    check if you can use them.
    Cheers
    Tushar

  • Routines for File name at External Data in Info Package level.

    Hi All,
    Can any one give the example codes of how to write the routine for Files at External Data in Info Package level.
    Regards
    srinivas

    Hi Srinivas
    Here iam attaching a sample code in the infopackage level this code is used to select the Current version from TVARV table ..based on the version from variable the data is loaded into the ods..
    data: l_idx like sy-tabix.
              read table l_t_range with key
                   fieldname = 'FISCPER'.
              l_idx = sy-tabix.
    tables tvarv.
    data: v_prever(6)   type c,
          v_fiscper(7)  type n.
      clear tvarv.
      select single low
       from tvarv
       into v_prever
      where name = 'ZBSK_PREVIOUS_RELEASED_VERSION' and
            type = 'P' and
            numb = '0000'.
    concatenate v_prever(4) '0' v_prever+4(2) into v_fiscper.
       concatenate  '0' v_prever+4(2) v_prever(4) into v_fiscper.
            l_t_range-low = v_fiscper .
              modify l_t_range index l_idx.
    Hope the above code helps you..
    let me know in case of any concerns.. and further help needed..
    bye
    Shu Moh..

  • External data load

    Hi
    We are loading the huge files from external data base. In infosource we are using the keyfigures
    0AMOUNT (0CURRENCY)
    0RT_SALRESA (0SALES_UNIT)
    But when my source file is not have the currency and unit fields seperately.
    When creating the datasource for the external file if i dont give the sales unit and currency in transfer strucutre..i will get ERR in report to the corresponding amount and qty.
    Ex: I am loading the transaction data into the ods. My fields are MATERIAL, MEMOHEADER, QTY AND AMOUNT.
    In BW my infosource is OMATERIAL, 0MEMOHEADER, 0QTY, 0SALES_UNIT, 0AMOUNT, 0CURRENCY.
    In source file i dont have both the units..i cannot maintain the constant because the unit changes on the type of material..EX: if material is cloth (meter), if its a watch (EA).
    How can i achieve without any error.
    Regards
    Rak

    Hi Rakesh,
    You can try loading the units and currency. This can be done from your BW source system. Go to your source system -> right click and select Transfer Global settings -> there you can load the units and currency.
    Hope this helps you,
    Bye,
    Naga.

  • Mat Mast Consumption Data Upload

    Hi,
    Can you suggest how do I use Program# RMDATIND to upload Consumption data?
    On my another thread I got answer to check SAP Note# 200547 and the reference details in it. However, on surfing more I got to know that i can still use above mentioned program to upload consumption data Ref. SAP Note# 555197.
    Please let me know if I need to provide more details to get above query answered.
    Rgds
    KK

    Hi,
    Y'day I did lot of work on fil format and data upload via program MVER_DI. I am actually not getting correct file format. What I did is i created a file considering below format and wherever i had these fields with no data i left those many spaces. I am also surprised to see that there is no separator allowed between data.
    mandt
    LIKE
    mveg_ueb-mandt,
    3
    matnr
    LIKE
    mveg_ueb-matnr,
    18
    werks
    LIKE
    mveg_ueb-werks,
    4
    ertag
    LIKE
    mveg_ueb-ertag,
    8
    gvbwrt
    LIKE
    mveg_ueb-vbwrt,
    13
    gkovbw
    LIKE
    mveg_ueb-kovbw,
    13
    gantei
    LIKE
    mveg_ueb-antei,
    5
    uvbwrt
    LIKE
    mveu_ueb-vbwrt,
    13
    ukovbw
    LIKE
    mveu_ueb-kovbw,
    13
    uantei
    LIKE
    mveu_ueb-antei.
    5
    I am uploading data for only one particular period in total consumption. However, when i checked internal table:  MVER_INS_TAB I found that all fields of total consumption: GSV05 and MGV05 are getting updated. Whereas. latter is blank in my file. Also system populates some random value for unplanned consumption: UNV05 and MUV05. I again mention that in the file i have data only in GSV05.
    Please let me know what further checks are required for this from my side. Or please let me know if I need to provide any further details on the same from my end.
    Rgds,
    KK

  • Oracle EPM 11.1.2 issue with system-jazn-data.xml & HIT entries

    Have been working on configuring Oracle EPM 11.1.2 and have one final issue from the diagnostic utility that I cannot figure out. Configuration sequence is as follows and each step is installed in its own database:
    Step 1 - Foundation/Shared Services/Calc Mgr/EPMA/Essbase to a single relational DB. I am not configuring the web server until the final step.
    Step 2 - Hyperion Performance Scorecard
    Step 3 - Planning
    Step 4 - Profitability
    Step 5 - RA and configure web server.
    I have used both SQL Server Express 2008 and Oracle DB 11g and get the same result.
    When I complete the install, restart all of the services, and run the diagnostic utility, I get a failure with foundation services indicating that the file "system-jazn-data.xml" cannot be found. No real help is provided with the error message and have found no help in the docs or on the web. I have searched the disk and the file seems to be in the proper place per the docs. I have done partial configs and do not get the error. I have then compared the system-jazn-data.xml file from the successful config to the system-jazn-data.xml file from the failed config they are identical. Both files seem to be bloated with tens of thousands of lines, most of them blank.
    I had reached a point where I thought the issue was related to Performance Scorecard and removed that step. I am now getting the error again.
    Anyone seeing this issue? Is it just a bogus message in the diagnostic report and can be ignored? Any other thoughts?
    Thanks
    EPMCloud

    Update - After going through the install many more times, I still do not know what the issue is, but I believe I have figured out how to resolve it. It appears that if you go back (after everything is installed and configured) and reconfigure the application server for Foundation services, the issue is corrected.
    I am running some final test now and if I discover something different, I will update the post.
    EPMCloud

  • How can I access the Server file system without using any signed applet?

    Is it possible for me to run an applet on the client machine such that the client can view my server file system and perform uploading and downloading of files through the applet without signing the applet?

    Add the following in your java.policy file, your plug in accesses.
    grant {
    permission java.permission.AllPermission;

  • A corruption was discovered in the file system structure on volume Windows

    This morning, turned on the laptop and have several instances of this error in the event viewer. Here are the details:
    <script>// function f(e){ if (e.className=="ci"){if (e.children(0).innerText.indexOf("\n")>0) fix(e,"cb");} if (e.className=="di"){if (e.children(0).innerText.indexOf("\n")>0) fix(e,"db");} e.id=""; } function fix(e,cl){ e.className=cl; e.style.display="block"; j=e.parentElement.children(0); j.className="c"; k=j.children(0); k.style.visibility="visible"; k.href="#"; } function ch(e){ mark=e.children(0).children(0); if (mark.innerText=="+"){ mark.innerText="-"; for (var i=1;i<e.children.length;i++) e.children(i).style.display="block"; } else if (mark.innerText=="-"){ mark.innerText="+"; for (var i=1;i<e.children.length;i++) e.children(i).style.display="none"; }} function ch2(e){ mark=e.children(0).children(0); contents=e.children(1); if (mark.innerText=="+"){ mark.innerText="-"; if (contents.className=="db"||contents.className=="cb") contents.style.display="block"; else contents.style.display="inline"; } else if (mark.innerText=="-"){ mark.innerText="+"; contents.style.display="none"; }} function cl(){ e=window.event.srcElement; if (e.className!="c"){e=e.parentElement;if (e.className!="c"){return;}} e=e.parentElement; if (e.className=="e") ch(e); if (e.className=="k") ch2(e); } function ex(){} function h(){window.status=" ";} document.onclick=cl; // </script>
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="Ntfs" Guid=" />
      <EventID>55</EventID>
      <Version>0</Version>
      <Level>2</Level>
      <Task>0</Task>
      <Opcode>0</Opcode>
      <Keywords>0x8000000000000000</Keywords>
      <TimeCreated SystemTime="2014-12-26T14:26:46.034431300Z" />
      <EventRecordID>4751</EventRecordID>
      <Correlation />
      <Execution ProcessID="4" ThreadID="196" />
      <Channel>System</Channel>
      <Computer>
      <Security UserID
      </System>
    - <EventData>
      <Data Name="DriveName">Windows</Data>
      <Data Name="DeviceName">\Device\HarddiskVolumeShadowCopy5</Data>
      <Data Name="CorruptionState">0x0</Data>
      <Data Name="HeaderFlags">0x2</Data>
      <Data Name="Severity">Normal</Data>
      <Data Name="Origin">File System Driver</Data>
      <Data Name="Verb">Force Proactive Scan</Data>
      <Data Name="Description">The exact nature of the corruption is unknown. The file system structures need to be scanned online.</Data>
      <Data Name="Signature">0xe2b3f0fb</Data>
      <Data Name="Outcome">Pseudo Verb</Data>
      <Data Name="SampleLength">0</Data>
      <Data Name="SampleData" />
      <Data Name="SourceFile">0x17</Data>
      <Data Name="SourceLine">193</Data>
      <Data Name="SourceTag">137</Data>
      <Data Name="CallStack">Ntfs+0xd88db, Ntfs+0xc0988, Ntfs+0xec781, Ntfs+0xbbef2, Ntfs+0xbc5e3, Ntfs+0xf50bb, Ntfs+0xf007d, Ntfs+0xefd53, Ntfs+0xeff5a, fltmgr+0x2d1f6, fltmgr+0x2d51b, fltmgr+0x68dc, fltmgr+0x8e10, mfehidk+0x60698, mfehidk+0x61676, mfehidk+0x61a9e, mfehidk+0x62b06, fltmgr+0x228a, fltmgr+0x37bc, fltmgr+0x192e, fltmgr+0x109e, ntoskrnl+0x3c8784, ntoskrnl+0x3eec10, ntoskrnl+0x6469f, ntoskrnl+0x433376, ntoskrnl+0x118ac4, ntoskrnl+0x136925, ntoskrnl+0xfee70, ntoskrnl+0x1557c6</Data>
      </EventData>
      </Event>

    @shl1024 ,
    Hello and thank you for posting back with the screen shot. 
    Now if you can boot into your system and get to the desktop.  Back up all your files you do not want to loose.
    Once this is done.  You will want to enter the system BIOS. You should be able to access the BIOS by tapping the F10 key as soon as you see the HP welcome screen. Once you are in the BIOS you will want to run a hard drive test.
    Testing a Hard Disk from the BIOS
    You will want to do this to make sure the hard drive is still in good shape.  If it comes up with a bunch of issues in this test.  Replace.
    If not run other hard drive tests.
    HP Notebook PCs - Testing a Hard Disk using the Built in Self Test
    Now if this finds issues then if you have everything backed up you may be able to run the Windows system recovery to put it back to the way it was out of the box.
    You may just ran into an issue with corrupted data in the system file and the system is unable to read.
    Here is a link to help you with the Windows System Recovery.
    Performing an HP system recovery (Windows 8)
    Let me know how things go and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • PF March data Upload for Employee Seperared in March

    Hi  ,
    We are Going lve in June .
    We will be uploading payroll  via INLK .
    We intend to take employee  from 01.03.2010 .Now if an Employee is fired in March Lets say March 15  .
    Even If I upload the text file for Pf data Upload . Will I not be able to get the details for  these employee in form 3a and 6a
    Regards
    Nidhi Dashora

    Hi VK ,
    Thanks for the quick reponce . One More Clarification  required .
    I above scenarion I shall only be loading the employee PF data via  badi for march . and since he has left on 15th March there shall be no payroll results uploaded.
    Would i still be able to get him on form 6a  3A at the  year end.
    Regards
    Nidhi

Maybe you are looking for