FDM/ERPi Batch Loader Error

Hello,
I have set up FDM with the ERPi adapter and I can successfully import data via the FDM web. I have several locations set up to import from multiple ledgers so I would like to set up a batch process to do this. To test this, per the documentation I created a blank file with the appropriate name convention and but it in the OpenBatch folder. When I kicked off the batch process it failed with the message:
"one or more processes failed to start, please see batch reports or error log"
When I checked the server, the file was moved from the OpenBatch folder to a folder with a unique name (as expected).
Here is the output from the error log:
** Begin FDM Runtime Error Log Entry [2012-05-09 19:08:30] **
ERROR:
Code............................................. -2147286781
Description...................................... Can't save. - Parallel Process ID=1
Procedure........................................ clsBatchLoader.ExecuteProcessShell
Component........................................ upsWBatchLoaderDM
Version.......................................... 1112
Thread........................................... 2356
IDENTIFICATION:
User............................................. [username]
Computer Name.................................... PHX1-EPMTS01
App Name......................................... Finreporting
Client App....................................... WorkBench
CONNECTION:
Provider......................................... ORAOLEDB.ORACLE
Data Server......................................
Database Name.................................... epmdev
Trusted Connect.................................. False
Connect Status.. Connection Open
GLOBALS:
Location......................................... SAMPLE
Location ID...................................... 748
Location Seg..................................... 2
Category......................................... ACTUAL
Category ID...................................... 13
Period........................................... Feb - 2012
Period ID........................................ 2/29/2012
POV Local........................................ False
Language......................................... 1033
User Level....................................... 1
All Partitions................................... True
Is Auditor....................................... False
** Begin FDM Runtime Error Log Entry [2012-05-09 19:08:32] **
ERROR:
Code............................................. 1000
Description...................................... Parallel process shell [1] failed to start
Procedure........................................ clsBatchLoader.mFileCollectionProcessParallel
Component........................................ upsWBatchLoaderDM
Version.......................................... 1112
Thread........................................... 2356
IDENTIFICATION:
User............................................. [username]
Computer Name.................................... PHX1-EPMTS01
App Name......................................... Finreporting
Client App....................................... WorkBench
CONNECTION:
Provider......................................... ORAOLEDB.ORACLE
Data Server......................................
Database Name.................................... epmdev
Trusted Connect.................................. False
Connect Status.. Connection Open
GLOBALS:
Location......................................... SAMPLE
Location ID...................................... 748
Location Seg..................................... 2
Category......................................... ACTUAL
Category ID...................................... 13
Period........................................... Feb - 2012
Period ID........................................ 2/29/2012
POV Local........................................ False
Language......................................... 1033
User Level....................................... 1
All Partitions................................... True
Is Auditor....................................... False
Any guidance for where to direct my troubleshooting (or fix) would be appreciated.
Thanks

I used serial batch load. Some progress I have made is that the admin account can successfully run the batch load on server itself. So it seems as if I there is a folder I need write permissions to that I don't have. Currently I have write access to (via a share) the folder for the FDM application I am loading and all its subfolers. Still trying to figure out what additional write privileges I need to get.
Any help would be appreciated.

Similar Messages

  • FDM Multiload Batch loader issue

    Hi All,
    I need help in Multiload Batch load process. I am working on FDM 11.1.2.1. We need to move data of 6 months. I am using comma separated Text file for this purpose.
    When I am loading it through FDM user interface, it is fine (It is generating 1 export file for all 6 months with diffrent combination) but If I am trying to run it through FDM Batch load for Multiload it is generating the 6 export files and loading one by one (Which I don't want).
    I want one export file generated for all month. Is there any setting by which FDM will stop multiple Export file generation for diffrent month.
    Remaining process is Working fine if I am loading manually through FDM web.
    Thanks,
    Shivendra

    Hi Shivendra
    Unfortunately I think it is a "feature" of batch processing.
    When processing multi-load files manually through FDM a text multiload source file produces a single export file while an excel multiload source file produces a separate export file for each period in the source file.
    With batch processing unfortunately both types of source file behave the same as the manual excel way.
    One option that may help you is parallel processing in the batch? Be warned though, that may not help either as the parallel processing will queue files for the same POV (I think from memory it treats different periods for the same location/category as the same POV in parallel processing so if you are loading say 12 periods for the same location/category you may not gain anything in parallel processing).
    Hope this helps
    Stuart

  • Batch Load Error Logs

    When using the UPSshell.exe to initiate a batch script via command line, one of the fields it lists is:
    "Log Directory – File path where you want the UPSShell.exe log file written."
    What exactly is written in this log? From what I can tell, it only captures an error while unsuccessfully trying to execute the Batch script itself listed in the "Script Name" section. It does not appear to capture any error once it has initiated that Batch script such as if whether or not it passed or failed. If the Batch script listed in the command line from UPSShell kicked off but the batch script errors out (fails on export for example) which log does that output to? It certainly does not appear in the 'Log Directory' field for UPSshell.exe.
    Is this even possible or is this something that has to scripted in the BatchAction event? I would find it hard to believe that the out of the box functionality itself does not output a failed batch to a text file somewhere.
    Any help and insight would be fantastic.

    The log caputres the 7 steps that the ups shell performs - examples are logging in. I usually make the log directory the same as Outbox\logs

  • FDM Batch Loader Error

    Hello,
    I'm getting an error when trying to run a script from outside FDM workbench. The script works fine inside workbench and it's almost entirely copied out of the documentation.
    Script
    Sub autoload()
    Dim lngProcessLevel
    Dim strDelimiter
    Dim blnAutoMapCorrect
    Dim EssbaseFilePath
    Dim BATCHENG
    Set BATCHENG = CreateObject("upsWBatchLoaderDM.clsBatchLoader")
    BATCHENG.mInitialize API, SCRIPTENG
    lngProcessLevel = 10 'up to export
    strDelimiter= "_"
    blnAutoMapCorrect = False
    Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter))
    'single processing
    BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel) ,, CBool(blnAutoMapCorrect)
    End Sub
    Batch
    C:\Hyperion\UpStream\WebLinkDataMart\SharedComponents\upsShell.exe CustomScriptEx=HFM2Ess2~<user>~<password>~<loadbalancer>~"e:\log"~autoload~LanguageCode=1033~EncodeUnicode=0
    Error
    ** Begin FDM Runtime Error Log Entry [7/26/2011 1:01:24 PM] **
    ERROR:
    Code............ 438
    Description..... Object doesn't support this property or method
    Procedure....... clsBlockProcessor.ActExport
    Component....... upsWBlockProcessorDM
    Version......... 920
    Thread.......... 38140
    IDENTIFICATION:
    User............<ADMIN>
    Computer Name... <SERVER>
    App Name........ <APP>
    Client App...... BatchEngine
    ** Begin FDM Runtime Error Log Entry [7/26/2011 1:01:24 PM] **
    ERROR:
    Code............ 438
    Description..... File [a_Essbase_FDMActual_Apr–2011_RA.dat] Caused - Object doesn't support this property or method
    Procedure....... clsBatchLoader.mFileCollectionProcess
    Component....... upsWBatchLoaderDM
    Version......... 920
    Thread.......... 33432
    My goal is to just create a simple automated process that will grab files from the openbatches directory but I'm kind of stuck as to why this would run fine in work bench but throw errors from outside using the syntax provided in the API / Admin guide...
    Edited by: user13048127 on Jul 26, 2011 12:58 PM

    You're right. It does appear to be failing at the export step even when stepping through the process manually from the web interface.
    It is generating a different error when doing that though:
    ** Begin Runtime Error Log Entry [7/27/2011 9:16:56 AM] **
    ERROR:
    Code............ 2500
    Description..... [EsbPutObject] Threw Code=
    Procedure....... clsHPDataManipulation.fCopyToServer
    Component....... upsEB7XG
    Version......... 100
    Thread.......... 35588
    ** Begin FDM Runtime Error Log Entry [7/27/2011 9:16:57 AM] **
    ERROR:
    Code............ 4100
    Description..... Stream Failed, Invalid file path provided!
    \\<server>\fdmdata\HFM2Ess2\HFM2Ess2\Data\33.ua2
    Procedure....... clsAppServer.fFileGetStream
    Component....... upsAppSv
    Version......... 920
    Thread.......... 38304
    In this situation the application is looking for a 33.ua2 file but there is only a 33.ua1 file in the directory... this was reproduceable (but with different numbers for the files e.g. 26.ua1 is present but it was looking for 26.ua2).
    I'm a little confused as to why the application would be looking for a file name different than the file generated.
    Could this be related to permissions or access?

  • FDM ERPI data load rule error

    Hi,
    When I am extracting the data from EBS to Planning(run the data rule),I got this below error
    Error: Unable to launch process. Creation of Data Rule File failed.
    Can you please why I am getting this error
    Thanks in advance

    Please do not post your question to existing questions.
    Please take a moment to review this posting:
    Forum Posting Tips & Etiquette

  • ERPI data load error

    Hello,
    We are loading one month data from peoplesoft to planning application using ERPI 11.1.2.1. It takes about 1 hrs to load one month data.Is it normal? When looking at ODI PS_GL_LOAD_BALANCES_DATA is always successful but COMM_LOAD_BALANCES fails at the end with this error.Did anyone have this error before. Message in HyS9aifWeb-sysout file is:
    FROM AIF_HS_BALANCES
    WHERE LOADID = 132
    [EssbaseRuleFile] Locking rules file AIFData
    [EssbaseRuleFile] Successfully locked rules file AIFData
    [EssbaseRuleFile] Copying rules file OWBPLAND for data load as AIFData
    [EssbaseRuleFile] Unlocking rules file AIFData
    [EssbaseRuleFile] Successfully unlocked rules file AIFData
    [EssbaseRuleFile] The data rules file has been created successfully.
    [EssbaseRuleFile] Locking rules file AIFData
    [EssbaseRuleFile] Successfully locked rules file AIFData
    [EssbaseRuleFile] Load data into the cube by launching rules file...
    <Mar 1, 2012 1:09:30 PM PST> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "625" seconds working on the request "weblogic.servlet.internal.ServletRequestImpl@3bc2189[
    POST /aif/services/HPLService HTTP/1.1
    Content-type: text/xml;charset="utf-8"
    Accept: text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Soapaction: "http://DEVAPPHPN001.indymacdev.biz:19000/aif/services/HPLServiceexecuteDataLoad"
    User-Agent: JAX-WS RI 2.1.7-b01-
    Content-Length: 638
    Connection: Keep-Alive
    Proxy-Client-IP: 10.205.101.108
    X-Forwarded-For: 10.205.101.108
    X-WebLogic-KeepAliveSecs: 30
    X-WebLogic-Force-JVMID: 2124105652
    ]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    Thread-176 "[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, suspended, priority=1, DAEMON> {
    jrockit.net.SocketNativeIO.readBytesPinned(SocketNativeIO.java:???)
    jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:24)
    java.net.SocketInputStream.socketRead0(SocketInputStream.java:???)
    java.net.SocketInputStream.read(SocketInputStream.java:107)
    com.essbase.services.olap.main.main_direct.EssNetClient.readFrom(Unknown Source)
    com.essbase.services.olap.main.main_direct.EssNetClient.readPackage(Unknown Source)
    com.essbase.services.olap.main.main_direct.EssNetClient.receiveResponse2(Unknown Source)
    com.essbase.services.olap.main.main_direct.EssNetClient.adNetReceiveResponse(Unknown Source)
    com.essbase.services.olap.main.main_direct.EssAPIData._adImport(Unknown Source)
    com.essbase.services.olap.main.main_direct.EssAPIData.ImportToEssbaseASO(Unknown Source)
    com.essbase.services.olap.main.main_direct.EssMAPIDir.BeginDataload(Unknown Source)
    com.essbase.server.framework.EssOlapMainService.BeginDataload(Unknown Source)
    com.essbase.server.framework.EssOrbPluginDirect.essMainBeginDataload(Unknown Source)
    com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source)
    com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
    com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
    com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
    com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
    com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
    com.essbase.api.session.EssOrbPlugin.essMainBeginDataload(Unknown Source)
    com.essbase.api.datasource.EssCube.beginDataload(Unknown Source)
    com.hyperion.aif.essbase.EssbaseRuleFile.executeDataRuleFile(EssbaseRuleFile.java:314)
    com.hyperion.aif.webservices.HPLService.executeDataLoad(HPLService.java:167)
    sun.reflect.GeneratedMethodAccessor7310.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:575)
    org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
    org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:71)
    org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:265)
    org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:113)
    org.apache.axis.SimpleChain.invoke(SimpleChain.java:78)
    org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:435)
    org.apache.axis.server.AxisServer.invoke(AxisServer.java:132)
    org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:586)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:700)
    org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:325)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:815)
    weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:224)
    weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:108)
    weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:206)
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:299)
    oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:405)
    oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:98)
    oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:86)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:25)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3687)
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:308)
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:116)
    weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2213)
    weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2135)
    weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1420)
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    weblogic.work.ExecuteThread.run(ExecuteThread.java:168)
    Any feedback is appreciated.Thank you for taking ime to read through.
    Regards.

    Hello,
    Part of the message you are getting is because the WebLogic process is a bit intuitive. It knows when something is running and waits. It also assumes anything running for a certain period of time is considered "stalled/stuck" and reports it. The time it waits is dependant on the Weblogic configuration.
    As for the time it takes to load data... that is very vague. Without knowing more about your environment that is very hard to state. We know nothing about the hardware, platform, dataset size, etc. You would need to review ODI to find out what is taking the long amount of time and try and replicate it outside of ERPi/ODI to see if you get the same results.
    Thank you,

  • Problem with Batch Loader and FDM user regional settings

    Hi
    I am using FDM 11.1.2.1.
    When I use the English regional settings for my FDM user account, I can do Export Excel from FDM, but Batch Loader doesn't work (Error : "one or more parallel processes failed to start).
    When I use the French regional settings for my FDM user account, Export to Excel doesn't work anymore (Error: Conversion from string "12.0" to type 'Long' is not valid. Detail: InnerException1: Input string was not in a correct format.), but the Batch loader is ok.
    Any idea?
    Thanks in advance for your help
    Fanny

    Hi Mittal,
    By default, formats for date is determined by the report server language at run time. The report server language is the language of the operating system on which the report server is installed. So the formats for date is determined by the language of the
    operating system on which the report server is installed.
    When you deploy the report to SharePoint site that the regional setting is set to English (Australia), please also set the report language to ‘en-AU’. Then the date format can be also changes to English (Australia).
    If the issue is still exited, could you please tell us the date format of date parameters and the field? If possible, please post the screenshot about this, then we can make further analysis.
    Reference:
    Solution Design Considerations for Multi-Lingual or Global Deployments (Reporting Services)
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Execute calc script before batch load

    Hi
    I use FDM ERPI to load data from Oracle EBS R12 into Hyperion Planning 11.1.2
    I use batch loader to load several locations.
    How could I execute a Essbase calc script before the import process, so before the first load?
    Thanks in advance for your help
    Fanny

    Sorry, but I have searched in this forum.
    I have found topics about how to execute calc script after the load, but nothing (at least I have not found) about calc script befort many load via batch loader.
    So if someone can give me some clues...
    thanks!
    Fanny

  • Lock Object error during batch load

    Batch load was delayed about an hour. First error message in the Server Log said "Object is already locked by user""Error 1053010 processing request [Lock Object]-Disconnecting"Then it went through a series of "Object locked by user admin" and "received client request: create Temporary Object(from user admin)"It did this several times until connection.Although from time to time we have had problems with Objects getting locked and preventing maintenance in the Application Manager. This is the first time that is has prevented a batch load. Does anyone know what could have triggered this during the load process?

    This happened to us a lot, I think it's due to people opening objects, then letting their session time out, leaving a phantom lock.We solved the problem by calling the UNLOCKOBJECT function before any dimbuilds. 99.9% of the time this raises an error, "..object x is not locked..", but the rare time that the otl is inadvertently locked, it prevents the script from failing.<br><br>HTH,<br><br>Jeff McAhren<br>Dallas, Texas<br><br>ex to unlock the outline for app/db flash:<br><br>UNLOCKOBJECT 1, "FLASH" "FLASH" "FLASH"

  • FDM/ERPi 11.1.2.2 - Able to load EBS Translated Currency?

    We are currently running Hyperion 11.1.2.1 in our PROD environment. We have Hyperion 11.1.2.2 loaded in our DEV environment. When looking at the ERPi data load rules in 11.1.2.2, it appears that we could pull the translated currency from Oracle EBS and not just the functional currency. This would be useful in our environment. I've looked thru the online documentation for 11.1.2.2 and it still states that ERPi can only pull the functional currency. Is this correct? If so, then what purpose is the Currency Type field on the ERPi data load rule source filter menu?
    Thanks.
    Terri T.

    Actually, with 11.1.2.2, you do now have the ability to load Translated Currency from EBS. I'm doing it right now for a client with Hyperion FDM and ERPi 11.1.2.2 and Oracle EBS R12. The "Functional Only" limitation in ERPi was only for 11.1.2.1
    When creating a new Data Load Rule, select Currency Type = "Translated". Once you select "Translated", another box appears below it where you enter the Currency Code to translate into (assuming this is USD for you). Run the Data Load Rule and you're good to go.
    Another FYI: This functionality is not listed in the 11.1.2.2 ERPi Admin Guide. It still has the old 11.1.2.1 information and does not list anything on the Currency Type and Currency Code option , hence the likely confusion and me having to prove it to myself first :)
    Hope this helps.

  • Load error in FDM

    Has anyone ever gotten a data load error message when performing the export step in FDM? Once I load my data, I get a two line error file that says data load started and data load completed, but is an error file. My file loads, but I cannot get a goldfish next to the check step.

    Hi friends,
    I have solution for my environment (11.1.1.3). Try this:
    1) Open user preferences (workspace / file / preferences)
    2) Select "Consolidation" and select target application
    3) Go to the bottom of this dialog/form and UNCHECK "Save all files in Unicode format" option.
    4) Try export again.
    Vladislav

  • FDM batch loader script

    x
    Edited by: user2657915 on Apr 16, 2012 10:15 AM

    Yes, you can use the batch loader to execute a SQL integration Script that is assigned to a location for import. You would create a blank text document with the proper file naming convention for batch files as noted in the FDM administrator guide and then place the files in OpenBatch and execute the batch via script or the GUI in the workbench. It will go to this POV and execute the Integration Script assigned to the location.

  • Loading file in Merge Mode through the batch loader in FDM

    Hi,
    I have multiple locations loading in replace mode and 1 location loading in merge. We are using the batch loader and following the naming convention specified in the admin guide. Is there a way to specify in the location name to load the file to HFM in merge mode, or does that location need a seperate adapter with the load rule set to merge?
    Any assistance would be greatly appreciated

    You dont need a spearate adaptor. You can achieve this by changing the naming of the files. I believe u currently use RR option for replacing the data. (seq_<Location>_<Category>_<Peiod>_RR.txt). You can use A or R appropriately in your load method.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Batch Processing error: Object variable or With block variable not set - 91

    We are experiencing the following error when trying to execute the FDM Batch Processing of files in our UAT environment. This error is not occuring in our DEV environment. I have seen this error before when the data file had been left open and FDM could not access the file, so it appears this error is usually due to file permissions. However, this time none of the files are open, and as far as we can see, FDM should have full access to the OpenBatch and Inbox folders etc.
    Does anyone please have any suggestions, particularly on what account FDM will carry out the various tasks? Would it use a system account?
    Error:
    "Object variable or With block variable not set - 91"
    FDM Log:
    ** Begin FDM Runtime Error Log Entry [2012-07-06 16:07:09] **
    ERROR:
    Code............................................. 75
    Description...................................... Path/File access error
    Procedure........................................ clsBatchLoad.fFileCollectionCreate
    Component........................................ upsWBatchLoaderDM
    Version.......................................... 1112
    Thread........................................... 5828
    IDENTIFICATION:
    User............................................. admin
    Computer Name.................................... *******
    App Name......................................... *******
    Client App....................................... WorkBench
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... *******
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... *******
    Location ID...................................... 748
    Location Seg..................................... 2
    Category......................................... *******
    Category ID...................................... 14
    Period........................................... *******
    Period ID........................................ 02/07/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False

    I can confirm that there is definitely data present in our data files in this case.
    Please note that this error only occurs when using the Batch Processing functionality of FDM Workbench (which requires files to be placed in the OpenBatch subfolder of the Inbox). I can load individual files fine when using the FDM Web Client.
    As part of the first step of the batch load process, FDM Workbench moves files from the OpenBatch folder to a new folder which it creates in the Inbox\Batches directory. However, it is not even managing to do this, and gives the error below.
    We have tried to share the OpenBatch folder, to allow specific users access to drop files into this folder. Consequently, I believe suggests a security problem on the OpenBatch folder itself (please see original post). I have been told privileges should be sufficient for FDM to make use of this folder too, however I suspect this is not the case at present.
    In the meantime, please let me know if this could be due to other causes.

  • FDM & ERPI to FDMEE - Upgrade approach/challenges ?

    Hello,
    We are in FDM/ERPI 11.1.2.2.300 (used for loading data from EBS and file systems into HFM 11.1.2.2.300) and planning to upgrade (within the existing environment [in-place upgrade]) to 11.1.2.3. As we see that FDM/ERPI are integrated together as FDMEE in 11.1.2.3, we had big grey area on how FDMEE would function in contrast to disparate FDM/ERPI.
    We needed inputs from veterans or anyone who had experienced the upgrade to answer the follwing queries.
    Queries:
    [1] We have come to know that FDM and ERPI are integrated together as FDMEE in 11.1.2.3.
         [a] Since we have FDM and ERPI as separate components in 11.1.2.2.300, how should FDM and ERPI components be upgraded to FDMEE ? Any specific steps / approach that need to be followed ?
         [b] Are there any known issues / challenges involved in upgrading from disparate FDM & ERPI to FDMEE ?
         [c] How would ERPI artifacts (of 11.1.2.2.300) function in FDMEE - Are there any specific migration or any manual set-up required post-upgrade (to 11.1.2.3) to have ERPI artifacts (like source system, period mapping, location, import formats, data load mapping etc)      functioning in FDMEE ?
         [d] Similarly how would FDM artifacts (from 11.1.2.2.300) function in FDMEE ? Are there any specific migration or manual set-up required post-upgrade (to 11.1.2.3) to have FDM artifacts (like mapping, validation rules etc) functioning in FDMEE ?
    [2] Since only ODI 11.1.1.7 is compatible with 11.1.2.3 (from Compatability matrix), how do we upgrade ODI from 11.1.1.6 to 11.1.1.7 ? Are there any patch available to upgrade or should we uninstall ODI 11.1.1.6 and install ODI 11.1.1.7 ?
    Any insightful response will be helpful for us as it would help us to gain clarity/confidence and comfort in upgrading to 11.1.2.3.
    Regards,
    Sathish

    hello Sathish
    As you are upgrading from 11.1.2.2.300 to EPM 11.1.2.3 (within the existing environment [in-place upgrade]) , it's called Applying maintenance release EPM 11.1.2.3 on EPM 11.1.2.2
    [a] when you apply maintenance release , FDM 11.1.2.2 gets upgraded to FDM 11.1.2.3 ,
         and ERPi gets upgraded to FDMEE 11.1.2.3
    [b] i have not faced any issue while upgrading FDM
    [c] please check epm_install.pdf for EPM 11.1.2.3 for upgradation  task for FDM and FDMEE  (see page 257 / 258)
    regards,
    -DM

Maybe you are looking for

  • I'm frequently recieving Emails with PDF attachments on my iphone as Numbers instead of PDF attachment

    Hello, hopeing someone has a solution, I recieve some important PDF files around 4-5 times a day but recently, half of them are coming through as an e-mail packed with numbers instead of a blank e-mail with a PDF attachement. any idea whats happening

  • How can I move videos to computer without syncing

    Can anyone suggest how I can move video clips to my computer from the playbook which will not sync now that I have update the lastest software. They are too big to send in an email. When I tried to upload them to a youtube account, the file was rejec

  • ISQL*PLUS install at EBS 11.5.9

    Our System is OS : RedHat 2.1 AS EBS : 11.5.9 DB : 9.2.0.3 1. I download "Oracle9i Database Release 2 Enterprise/Standard Edition for Linux" (9.2.0.4) at the oracle homepage(otn.oracle.com) 2. when I execute "runInstaller" to add on package(isql*plus

  • My customized iPodQuiz packs don't ask more than 10 questions!

    Hi, I have a 120GB iPod Classic, iTunes 8.0.0.35 on Windows XP Home and iPod Software 1.0.2(I am having problem downloading 1.1.2 through iTunes, any solutions). My custom packs do get loaded in the iPod Quiz game but not ALL tags seem to work. I wan

  • Windows Server 2008 r2 printer access denied.

    i have a windows server 2008 r2 PC with a printer installed and shared on it. when trying to access the printer from any other PC in the network i get "windows cannot connect to the printer. access is denied" this is from both a windows 7 and windows