ERPi - COMM_EXPORT_BALANCES_TO_FILE fails

Hi All,
For our customer we've set up ERPI to extract data from EBS to be loaded via FDM to HFM.
It already has been quite a struggle to get as far as I am now, but still the export to FDM (or Import to FDM) fails.
In ODI Operator the "COMM_EXPORT_BALANCES_TO_FILE" task fails with the following message:
Directory C:\OraHome_1\oracledi\bin creation was not successful for an unknown reason
etc...
When opening the history of variables: AIF.p_data_file_path and AIF.p_log_file_path it shows that the value is empty.
Even when setting Default values in the Scenarios: "COMM_EXPORT_BALANCES_TO_FILE" and/or "COMM_LOAD_BALANCES" they stay empty after rerunning them.
The data is extracted from EBS though and can be viewed in the ERPI database.
We're using:
ODI: 10.1.3.5 - 10/11/2008
EPM: 11.1.1.3
ERPI Adapter: ERPI-FIN-A
ODI Agent: As Windows service using Windows service account
All system are on the same domain
Can anybody please help?
Where do these variables get their values from?
The AIF_FILE logical schema is assigned to the physical schema ERPI_FDM:\\<server-ip>\myDirectory\
Other question:
The HFM target application is build from EPMA. Is it required to have an ERPI metadata load rule when all we want is to load data (facts) through FDM to HFM?
If so, how is this set up?
Is it normal behaviour that all HFM dimensions
Thanks in advance for looking into this.
Rudy

Thank you very much.
That indeed did the trick (the files are created), however I still get the error that the creation of the log file / data file directory failed because of an unknown reason.
Directory C:\OraHome_1\oracledi\bin creation was not successful for an unknown reason
The values of the two variables are also still empty.
Also the output files do not contain any data; only the headers are there.
I must have been mislead by my other ODI project where using the backslashes in the file technology do not lead to problems.
If you know how to solve this last problem, please let me know.
By the way I've read and followed your 4 Stage docs. It's just this tiny detail, I've overlooked.

Similar Messages

  • Anyone experience this error : Error in LKM COMM Load Members into Planning - Load Members to Classic Planning

    When running Metadata load in ERPi it fail on step ‘Export members to planning application for dimension organization’ see error.
    Error in LKM COMM Load Members into Planning - Load Members to Classic Planning
    Traceback (most recent call last):
    File "", line 381, in
    ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: Could not connect the Planning instance on host [vmhodctau006.oracleoutsourcing.com], port [11333], check if connect information is correct.

    Check if the Planning service is definitely running on Planning server. Check if port 11333 is open (using telnet) and make sure host is reachable from the ERPi system.
    Regards,
    Santy

  • ERPI Metadata load fails

    Hi,
    1. I am trying to load metadata to classic essbase application from peoplesoft using ERPI. The process fails with the below error.
    ERPI Process Start, Process ID: 19
    ERPI Logging Level: DEBUG (5)
    ERPI Log File: C:\Windows\TEMP\/aif_19.log
    Jython Version: 2.1
    Java Platform: java1.4.2_08
    COMM Dimension Pre-Processing - Multi Process Validation - START
    COMM Dimension Pre-Processing - Multi Process Validation - END
    Error in Start PS Load Dimension Members
    java.lang.Exception: The scenario did not end properly.
    When looked at ODI, the error is as below.
    java.sql.SQLException: java.sql.SQLException: ORA-00001: unique constraint (TST_ERP.AIF_DIM_MEMBERS_STG_U1) violated
    2. Chartfields in Peoplesoft does not have the hierarchy structure of parent child relationship. How will ERPi build the hierarchy in Hyperion if the chartfield do not contain the hierarchy structure.
    Regards,
    Ragav.

    Jeff,
    Thanks for response. I had opened an SR with oracle for this. It was a bug and the resolution is below. After this change, the process succeeds. However the metadata does not flow inside Hyperion Essbase application. Load method is classic. Do I need to configure any adapters for ERPI to work with Essbase?
    SYMPTOMS
    Issue Clarification
    When running a metadata rule within ERPi for a PeopleSoft Source System the metadata rule fails. The ODI Operator shows that the "PS_GL_LOAD_DIMENSION_MEMBERS" process is failing at step 20 PS Extract Dimension Members.
    java.sql.SQLException: ORA-00001: unique constraint (ERPINTEGRATOR.AIF_DIM_MEMBERS_STG_U1) violated
    CAUSE
    This caused a unique constraint exception as there were multiple records with the same "NAME" but with different EFFDT values in the AIF_PS_CF_METADATA table.
    SOLUTION
    Until the fix is included in the next service pack, the following update
    statement can be run *after* every execution of the Initialize Source System
    process on a PSFT source system:
    UPDATE AIF_PS_CF_METADATA
    SET EFFDT_FLAG = 'Y'
    WHERE SOURCE_SYSTEM_ID = ?
    AND EFFDT_FLAG = 'N'
    AND (
    (FIELDNAME = 'AFFILIATE_INTRA1' AND RECNAME = 'AFFINTRA1_VW')
    OR (FIELDNAME = 'AFFILIATE_INTRA2' AND RECNAME = 'AFFINTRA2_VW')
    Regards,
    Ragav.

  • Hyperion FDM and ERPi 11.1.2.2 Import failed with ERPI-FIN-E

    Hi Experts
    I am doing first time ERPI Configuration
    We are implementing Hyperion 11.1.2.2 FDM with HFM (Target Adapter = FM11X-G6-A) and ERPi (Source Adapter = ERPI-FIN-E) running on ODI 11.1.1.6. Backend databases are all Oracle DBs. We have been able to successfully configure ERPi and ODI & successfully run a Data Load Rule with all green checks in ODI Operator. We have also successfully tested the full FDM workflow with load to HFM using the traditional flat file method.
    We have also setup an FDM Location and Import Format (File Type = Adapter; Adapter = ERPI-FIN-E) for use with the ERPI Source Adapter. When kicking off an Import via FDM Web we are getting Error : ORA-00942: table or view does not exist ORA-02063: preceding line from FDMHYPERIONDEV.
    Contents of ERPI-FIN-E.log is below:
    *** 4/8/2013 12:02:32 PM ***
    PeriodKey = 3/31/2012 12:00:00 AM
    PriorPeriodKey = 2/29/2012 12:00:00 AM
    Rule Name = EBS Data Load
    Execution Mode = FULLREFRESH
    executeRule...OK.
    *** 4/8/2013 12:02:32 PM ***
    System.Runtime.InteropServices.COMException (0x80040E37): ORA-00942: table or view does not exist
    ORA-02063: preceding line from FDMHYPERIONDEV
    at ADODB.ConnectionClass.Execute(String CommandText, Object& RecordsAffected, Int32 Options)
    at fdmErpiFin_E.clsDW.fTransferData(String strSQL, Int64& lngRecAffected)
    Thanks Advance.
    Nagarjuna Reddy

    Yes Data Rule Running Successfully from ERPi.
    IF we Import From FDM Web Client ODI Scenarios Running successfully after that Showing Error Table or View Does Not Exist. and Log file like below
    *** 4/9/2013 4:18:22 PM ***
    LoggedInUser = hfmadmin
    Token = Xhj55LFLJqZlNnyOriPyEVipmO3c2mvD/9R7b3XzWoNngYLhEnwVUqJLHuqaLGWRVYhfV/tXfZ
    FahuBfK/ozpc1lDmtaLC7Ug6NO67MALvD/L5V7ELoYgYDTt6hplkXDEHn54fsAaX1pqwRgcufftF
    bo0jBuiCjpj/K4UTTDvBu/oIy+wWbnj5IKXunkEEs8qEfeutvzvsQPLogwbPlc/u4uxQqwFmY0/e
    e+fTkXgRxY17FMHTMaOwNytap8bg07wkDFjBQ8sMN63o5aRI56Y+NMT19V5u6r6eSplr+QzVYqLx
    SpXscelv55j+CRHTA1NYa7gJ+U2ktrJB6RsvxQ==
    ERPIdbConnString = Oracle://hyperiondev:1521/epmrapid
    m_ERPIdbUserID = HYPEPMA
    ERPIdbPassword.Length = 10
    *** 4/9/2013 4:20:07 PM ***
    PeriodKey = 3/31/2012 12:00:00 AM
    PriorPeriodKey = 2/29/2012 12:00:00 AM
    Rule Name = EBS Data Load
    Execution Mode = FULLREFRESH
    executeRule...OK.
    *** 4/9/2013 4:20:08 PM ***
    System.Runtime.InteropServices.COMException (0x80040E37): ORA-00942: table or view does not exist
    at ADODB.ConnectionClass.Execute(String CommandText, Object& RecordsAffected, Int32 Options)
    at fdmErpiFin_E.clsDW.fTransferData(String strSQL, Int64& lngRecAffected)
    -----------------------------------------------------------------------------

  • Data import from EBS failed via FDMEE in fdm . Getting error message as "Error connecting to AIF URL.

    FDM Data import from EBS failed via FDMEE after roll back the 11.1.2.3.500 patch . Getting below error message in ERPI Adapter log.
    *** clsGetFinData.fExecuteDataRule @ 2/18/2015 5:36:17 AM ***
    PeriodKey = 5/31/2013 12:00:00 AM
    PriorPeriodKey = 4/30/2013 12:00:00 AM
    Rule Name = 6001
    Execution Mode = FULLREFRESH
    System.Runtime.InteropServices.COMException (0x80040209): Error connecting to AIF URL.
    at Oracle.Erpi.ErpiFdmCommon.ExecuteRule(String userName, String ssoToken, String ruleName, String executionMode, String priorPeriodKey, String periodKey, String& loadId)
    at fdmERPIfinE1.clsGetFinData.fExecuteDataRule(String strERPIUserID, String strDataRuleName, String strExecutionMode, String strPeriodKey, String strPriorPeriodKey)
    Any help Please?
    Thanks

    Hi
    Getting this error in ErpiIntergrator0.log . ODI session ID were not generated in ODI / FDMEE. If I import from FDMEE its importing data from EBS.
    <[ServletContext@809342788[app:AIF module:aif path:/aif spec-version:2.5 version:11.1.2.0]] Servlet failed with Exception
    java.lang.RuntimeException
    at com.hyperion.aif.servlet.FDMRuleServlet.doPost(FDMRuleServlet.java:76)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • Hyperion FDM and ERPi 11.1.2.2: ORA-12504 on Import with ERPI-FIN-E

    Hi everyone,
    We are implementing Hyperion 11.1.2.2 FDM with HFM (Target Adapter = FM11X-G6-A) and ERPi (Source Adapter = ERPI-FIN-E) running on ODI 11.1.1.6. Backend databases are all Oracle DBs. We have been able to successfully configure ERPi and ODI & successfully run a Data Load Rule with all green checks in ODI Operator. We have also successfully tested the full FDM workflow with load to HFM using the traditional flat file method.
    We have also setup an FDM Location and Import Format (File Type = Adapter; Adapter = ERPI-FIN-E) for use with the ERPI Source Adapter. When kicking off an Import either manually via FDM Web or via Batch Loader, we are getting a grey fish, Information Bar with "Error: Import failed. Invalid Data or Empty content", and pop-up error dialog displaying "ORA-12504: TNS: Listener was not given the SERVICE_NAME in CONNECT_DATA.
    While previous versions of ERPi Source Adapter have the "ERPi Database Server/Service" option, ERPI-FIN-E does not have this option. Additionally, we have tested the TNSNames.ora files SID's with SQL Developer and SQL Plus and they all seem to be working.
    Has the "ERPi Database Server/Service" option moved somewhere behind the scenes? Another options or DBLink that needs to be setup somewhere else? Any thoughts or assistance would help.
    Thank you.
    Contents of ERPI-FIN-E.log is below:
    *** 1/22/2013 9:30:01 AM ***
    LoggedInUser = +redacted+
    Token = iZKY0Aj/AeTH9AV6F/k980xCFWDzrk5im3n2E0SnmNg6c/fNa/XjSfSU6+wemuIo3IQdzrUlhAj8
    M9J9SJpU5TvCibwJZaUJOh3nlA83UlfKOHpUC7oPGOqhedu+XIPbMC022Ftcb4LexFa/M1R6Rw1h
    4D7nbb0nLQv/viNdZyXzORrXzKD41ljWAnw/J/R84ZYt3yHyjxI2KBz6f7x9FKyfNnD5XJuR+50y
    klV8tjlLY6EvfKyiv/ecSanQuWeA1p2D8MBIFUftHtqgnbABXOEyRll4kT9yaPUaClpvLDaD7knt
    iBUSXU1fIOoKuHtrrD4XCvjMKcowWv/SnLIrbkn2HXotkKwqCulHx2is6yWnJfni96tZGvG8z4ds
    WRgm7tsJRV12Tp5zeNLSxZTZoK/5AMCdN5MC6u88G59prlI=
    ERPIdbConnString = Oracle://EPMD1.ges.+redacted+.com:1521/EPMD1
    m_ERPIdbUserID = ERPI
    ERPIdbPassword.Length = 6
    *** 1/22/2013 9:30:17 AM ***
    PeriodKey = 11/30/2012 12:00:00 AM
    PriorPeriodKey = 10/31/2012 12:00:00 AM
    Rule Name = DLR_1
    Execution Mode = FULLREFRESH
    executeRule...OK.
    *** 1/22/2013 9:30:17 AM ***
    System.Runtime.InteropServices.COMException (0x80040E14): ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
    at ADODB.ConnectionClass.Execute(String CommandText, Object& RecordsAffected, Int32 Options)
    at fdmErpiFin_E.clsDW.fTransferData(String strSQL, Int64& lngRecAffected)
    -----------------------------------------------------------------------------

    Below are the contents of the "E:\Oracle\product\11.2.0\client_32\network\admin" and "E:\Oracle\product\11.2.0\client_64\network\admin" folders on application server. EPMD1 = ERPi, HFMD1 = HFM, FDMD1 = FDM, EPMD5 = R12.
    Since we are able to connect via SQL Developer and SQL Plus to EPMD1, I believe these settings are OK, but open to additional checks if suggested.
    EPMD1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = EPMD1.ges.+redacted+.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = EPMD1.ges.+redacted+.com)
    HFMD1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HFMD1.ges.+redacted+.com)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HFMD1.ges.+redacted+.com)
    FDMD1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = FDMD1.ges.+redacted+.com)(PORT = 1523))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FDMD1)
    EPMD5 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = tus1ebsdbsdin11.ges.+redacted+.com)(PORT = 15212))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = EPMD5.ges.+redacted+.com)
    )

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

  • ERPi database not updating from 11.1.2.1 to 11.1.2.2

    I am in the process of updating from ERPI 11.1.2.1 to 11.1.2.2. I have moved the ERPI Oracle schema to a new DB and ERPI 11.1.2.2 is on a new server, in a new environment. When running the config tool to do the "configure database" task, I tried choosing to "Connect to existing database" and the Config tool reports successful, however, the updates to the ERPI schema are not run. I then went and tried to use the upgrade from 11.1.1.3+ and the upgrade check failed because we are already on 11.1.2.1. I'm not finding any documentation on needing to run the upgrade SQL scripts manually, to move from ERPI 11.1.2.1 to ERPI 11.1.2.2. Is the schema supposed to automatically update at some point, or do I need to run a series of SQL scripts against the Oracle schema? I do see several scripts, that were laid down by the installer that look like they should either run as part of the config tool, execute upon first login to ERPI or run against the Oracle schema manually. Please clarify. If scripts need to be run manually, please let me know which scripts need to be run to update the schema from 11.1.2.1 to 11.1.2.2.

    b noir, thanks for your help so far. I tried the steps for the Invalid drive, but it didn't work. I was still getting the error message regarding an Invalid F drive. Even after SUBST F: C:\
    So, I went rogue and tried repairing all files in my Apple Updates folder. Now my iTunes won't open at all.
    I deauthorized my current computer, and uninstalled iTunes and all related files/folders. I've since reinstalled iTunes 11.1.5.5, but now I have multiple issues:
    Some of my songs won't play in my library. It says "this computer is not authorized to play xxxxxx song" and asks if I want to authorize it.  I type in my Password to authorize, and it gets stuck trying to "access iTunes Store". So, I'm not sure if my computer is actually authorized or not?
    I then run diagnostics in iTunes, and I get an error saying "Secure link to iTunes Store Failed". (Which explains why I'm getting stuck while trying to access iTunes store).  I click Help next to the error, and it errors out saying "iTunes help is unavailable because your computer isn't connected to the Internet, even though I AM connected to the Internet.
    Thoughts?

  • Error Adding ODI Agent to OPM-NModule libopmncustom: initialization failed

    Hi All
    I am getting an error when I try to add, remove or start and ODI Agent in OPMN. The Error is as follows:
    E:\Oracle\products\11.1.1\Oracle_ODI_1\oracledi\agent\bin>odi_opmn_addagent.bat
    agentcreate.properties
    Module libopmncustom: initialization failed (proc set odiagent)
    Module libopmncustom initialization failed: disabled
    opmnctl reload: reconfiguring opmn...
    opmn status shows that the agent has been added but it is down and when I try to start it I get the following error:
    E:\Opmn1\Oracle_WT1\instances\instance2\bin>opmnctl startproc ias-component=ERPI
    DEVAGENT
    opmnctl startproc: starting opmn managed processes...
    ================================================================================
    opmn id=servername:6701
    no processes or applications matched this request
    Response: not enabled: libopmncustom
    I can start and successfully test the agent using the agent_DEVAGENT.bat file but the problem seems to be adding it to OPMN.
    -This issues seems to be that the OPMN module libopmncustom failed to initialize properly and hence has been disabled. I cannot see how I can enable it and test again.
    I have tried the following to resolve the issue
    1. Removed the agent and restarted it
    2. Restarted the OPMN service
    3. Restarted the server
    4. Reinstalled ODI as well as the Stand Alone Agent
    5. Uninstalled OPMN and installed it to a different location
    Has anyone come across this and could you please give me a few pointers of what I can look at. The configs that I have are as follows
    ODI Version : 11.1.5.0_generic_110422.1001
    OPMN Version : 11.1.1.3
    OS : Server 2008 STD R2 x64
    ODI and OPMN are running on the same machine.
    Agentcreate.properties file:
    # Use / as path seperator to specify path in Unix as well as Windows.
    ORACLE_ODI_HOME=E:/Oracle/products/11.1.1/Oracle_ODI_1
    INSTANCE_HOME=E:/opmn1/Oracle_WT1/instances/instance2
    COMPONENT_TYPE=odiagent
    COMPONENT_NAME=DEV_AGENT
    ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    ODI_MASTER_URL=jdbc:oracle:thin:@prddb:1521:hypprd
    ODI_MASTER_USER=ODI_MASTER
    ODI_MASTER_ENCODED_PASS=dzfHrWobFQN4u7YLBqBq7cqtljDTCy
    ODI_SECU_WORK_REPO=ODI_WORK
    ODI_SUPERVISOR_ENCODED_PASS=cByXt0OZvhRCIyaOQoTnl7y
    PORTNO=90210
    JAVA_HOME=E:/Oracle/Middleware/jdk160_21
    ORACLE_OPMN_HOME=E:/Opmn1/Oracle_WT1
    JMXPORTNO=91210
    ODI_OPMN_ADDAGENT
    @echo off
    REM #
    REM # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
    REM #
    setlocal
    for %%a in ("/HELP" "/help" "-HELP" "-help") do if %%a == "%1" goto HELPTEXT
    goto STARTCOMMAND
    :HELPTEXT
    echo.
    echo (c) Copyright Oracle. All rights reserved.
    echo.
    echo PRODUCT
    echo Oracle Data Integrator
    echo.
    echo FILENAME
    echo odi_opmn_addagent.bat
    echo.
    echo DESCRIPTION
    echo Adds agent entry in opmn.xml file.
    echo.
    echo SYNTAX
    echo odi_opmn_addagent ["<agent create property file name>"]
    echo.
    echo PREREQUISITES
    echo The Agent Create PropertyFile INFORMATION should be
    echo completed before running this script.
    echo.
    goto ENDCOMMAND
    :STARTCOMMAND
    if "%ODI_HOME%" == "" set ODI_HOME=E:\Oracle\products\11.1.1\Oracle_ODI_1\oracledi\agent
    REM call "%ODI_HOME%\bin\odiparams.bat"
    if "%OPMN_HOME%" == "" set OPMN_HOME=E:/Opmn1/Oracle_WT1
    if "%INSTANCE_HOME%" == "" set INSTANCE_HOME=E:/opmn1/Oracle_WT1/instances/instance2
    REM set CLASSPATH=%ODI_CLASSPATH%;%OPMN_HOME%\opmn\lib\opmneditor.jar
    set CLASSPATH=%ODI_HOME%\lib\odi-standalone-agent.jar;%OPMN_HOME%\opmn\lib\opmneditor.jar;%ODI_HOME%\..\..\setup\manual\oracledi-sdk\oracle.odi-sdk-jse_11.1.1.jar
    java -classpath %CLASSPATH% oracle.odi.AddAgentToOpmn %*
    CALL %INSTANCE_HOME%\bin\opmnctl reload
    :ENDCOMMAND
    ODI PARAMS
    REM #
    REM # Repository Connection Information
    REM #
    set ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    set ODI_MASTER_URL=jdbc:oracle:thin:@prddb:1521:hypprd
    set ODI_MASTER_USER=ODI_MASTER
    set ODI_MASTER_ENCODED_PASS=dzfHrWobFQN4u7YLBqBq7cqtljDTCy
    REM #
    REM # User credentials for agent startup program
    REM #
    set ODI_SUPERVISOR=SUPERVISOR
    set ODI_SUPERVISOR_ENCODED_PASS=cByXt0OZvhRCIyaOQoTnl7y
    REM #
    REM # User credentials for ODI tools
    REM #
    set ODI_USER=%ODI_SUPERVISOR%
    set ODI_ENCODED_PASS=%ODI_SUPERVISOR_ENCODED_PASS%
    REM #
    REM # Work Repository Name
    REM #
    set ODI_SECU_WORK_REP=ODI_WORK
    REM #
    REM # Connection retry parameters
    REM #
    set ODI_CONNECTION_RETRY_COUNT=0
    set ODI_CONNECTION_RETRY_DELAY=7000
    REM #
    REM # Java virtual machine
    REM #
    set ODI_JAVA_HOME=E:\Javax86\jdk1.6.0_29
    REM #
    REM # Other Parameters
    REM #
    set ODI_INIT_HEAP=256m
    set ODI_MAX_HEAP=1024m
    set ODI_JMX_PROTOCOL=rmi
    REM #
    REM # Additional Java Options
    REM #
    set ODI_ADDITIONAL_JAVA_OPTIONS=
    REM # Windows 95,98, Me users only: Any package files added to the /drivers
    REM # or /lib/scripting directory should be manually declared in the
    REM # ODI_ADDITIONAL_CLASSPATH variable
    set ODI_ADDITIONAL_CLASSPATH=
    REM # DO NOT EDIT BELOW THIS LINE !
    REM # ----------------------------------------------------------------------------
    set ODI_JAVA_EXE=%ODI_JAVA_HOME%\bin\java.exe
    set ODI_JAVAW_EXE=%ODI_JAVA_HOME%\bin\javaw.exe
    set ODI_JAVAC_EXE=%ODI_JAVA_HOME%\bin\javac.exe
    REM # Testing the java virtual machine
    if not exist "%ODI_JAVA_EXE%" goto NOJAVA
    if not exist "%ODI_JAVAW_EXE%" goto NOJAVA
    if not exist "%ODI_JAVAC_EXE%" goto NOJAVAC
    goto OKJAVA
    :NOJAVA
    @echo The Java Virtual Machine was not found at the following location: %ODI_JAVA_HOME%
    @echo The ODI_JAVA_HOME environment variable is not defined correctly.
    @echo Please set this variable in odiparams.bat.
    goto OKJAVA
    :NOJAVAC
    @echo A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    goto OKJAVA
    :OKJAVA
    if "%ODI_HOME%" == "" set ODI_HOME=E:\Oracle\products\11.1.1\Oracle_ODI_1
    REM # Change the current directory to %ODI_HOME%/bin
    cd "%ODI_HOME%\bin"
    Environmental Variables
    JAVA_HOME=E:\Javax86\jdk1.6.0_29
    ODI_JAVA_HOME=E:\Javax86\jdk1.6.0_29
    Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
    \WindowsPowerShell\v1.0\;E:\Oracle\Middleware\EPMSystem11R1\common\ODBC-64\Meran
    t\6.0\Drivers;E:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\console\bi
    n;E:\Javax86\jdk1.6.0_29;E:\Javax64\jdk1.6.0_29;E:\Opmn1\Oracle_WT1\bin;E:\Opmn1
    \Oracle_WT1\opmn\bin;E:\Opmn1\Oracle_WT1\opmn\lib;E:\Opmn1\Oracle_WT1\perl\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    Could someone please help me with this.
    Thanks
    Edited by: 800166 on 18/05/2012 00:39

    Solved the problem by dropping and recreating the user schema and all its objects, reinstalling and configuring both ODI and OPMN.
    If you ever come across the problem I recommend the above, you will save yourself hours of troubleshooting

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

  • New dimensions not appearing in erpi

    Hi,
    I am using erpi version 11.1.2.1 with e-business 12 and Hyperion Planning. We added 2 new dimensions in epma for the planning application and successfully deployed. I have refreshed the metadata within erpi but the new dimensions are not appearing in the target application page and so these cannot be mapped from e-business. The admin guide says a refresh of the metadata synchronises erpi and the app. The refresh does not appear to be failing.
    Can erpi recognise new dimensions in Planning?
    Thanks,
    Nathan

    My colleague tried and it worked. My laptop was intermittedly losing connectivity so we put it down to that. Glad the erpi does sync dimensions from planning!
    Thanks,
    Nathan

  • ERPI using EBS extract data process

    Hi,
    After source system initiallization ,my log file is showing like this,
    Result :java.lang.NullPointerException
    Assign Ledger :Calulated UserAccess=true
    P_process_id=10
    p_refresh_coa_line_id: null
    Extract Id:1020
    is it any error or completed or not,still i didn't get any data from 1 hr

    Hello,
    If you were to review the ODI Operator are your ERPi Scenarios executing? If so which step/substep does it fail at?

  • Import Failure - ERPi

    Hi (again!),
    I am extracting data from Oracle ERP using the ERPi adapter (v11.1.1.3). The import starts successfully and then fails. Looking in the Inbox a .dat file is being produced but only contains the 2 header rows: Date & Time stamp + column headers.
    I have looked through the order of the default dimensions and members between the adapter and ERPi and the details of the Import Format.
    Any thoughts would be welcome.
    Regards
    Mark

    Hi,
    Some good news; the extraction process now works from ERPi and it produces a text file. However, when running the process from FDM it runs and produces a data file, however reports the message: "Error in getting data". Although the file exists in the inbox it cannot be selected and isn't visible.
    The "View Process Details" in ERPi doesn't show an issue.
    Any thoughts welcome.
    Mark

  • ERPi (ODI) EBS to HFM

    I need help, I am able to configure EBS with HFM using ERPi (ODI), I followed all the steps mentioned to configure like creating dataserver, physical and logical connections and configuration is successful. I am able to initialize source also , but I am not able to see the data from source in ERPi.
    Do I need to perform any ETL part in ODI?????. Thank you.
    Edited by: micro_sri on Mar 31, 2010 7:24 AM

    HI All,
    I am now able to see the extract id and am able to see messages in session list, but now the process fails at ODI and below is the error, Can you please help me out.
    SELECT source_system_id
    FROM AIF_processes
    WHERE process_id = #AIF.p_process_id
    update aif_processes
    set status = CASE 'FAILED'
    WHEN 'SUCCESS' THEN
    CASE (
    SELECT COUNT(*)
    FROM AIF_PROCESS_DETAILS pd
    WHERE pd.PROCESS_ID = aif_processes.PROCESS_ID
    AND pd.STATUS IN ('FAILED','WARNING')
    WHEN 0 THEN 'SUCCESS'
    ELSE (
    SELECT MIN(pd.STATUS)
    FROM AIF_PROCESS_DETAILS pd
    WHERE pd.PROCESS_ID = aif_processes.PROCESS_ID
    AND pd.STATUS IN ('FAILED','WARNING')
    END
    ELSE 'FAILED'
    END
    ,error_message = (
    select 'Connection to AIF Target Failed' #AIF.p_concat_operator ': ' #AIF.p_concat_operator ps.step_name
    from aif_process_steps ps
    where ps.process_id = aif_processes.process_id
    and ps.status <> 'SUCCESS'
    and ps.step_seq = (
    select min(ps2.step_seq)
    from aif_process_steps ps2
    where ps2.process_id = ps.process_id
    and ps2.status <> 'SUCCESS'
    ,last_updated_by = '#AIF.p_last_updated_by'
    ,last_update_date = CURRENT_TIMESTAMP
    where process_id = #AIF.p_process_id
    thanks in Advance,

  • ERPI Error during Export data to GL for period 2012

    Hi, experts
    When I write back data from Planning to EBS, I encounter the following error during Export data to GL for period 2012. I have confirmed that Planning data has been upload to ERPI.
    Do you have any hints on this error for me? Thanks a lot.
    Log:
    ,COALESCE(ppa.YEARTARGET, pp.YEARTARGET) YEARTARGET
    ,CASE
    WHEN (INSTR(UPPER(wld.TEMP_COLUMN_NAME),'AMOUNT',1) = 1) THEN
    CAST(SUBSTR(wld.TEMP_COLUMN_NAME,7,LENGTH(wld.TEMP_COLUMN_NAME)) AS NUMERIC(15,0))
    ELSE 0
    END ENTITY_NAME_ORDER
    FROM (
    AIF_WRITEBACK_LOAD_DTLS wld
    LEFT OUTER JOIN TPOVPERIODADAPTOR_FLAT_V ppa
    ON ppa.INTSYSTEMKEY = 'JC2PLN'
    AND ppa.PERIODTARGET = wld.DIMENSION_NAME
    AND ppa.YEARTARGET = 'FY12'
    ) LEFT OUTER JOIN TPOVPERIOD_FLAT_V pp
    ON pp.PERIODTARGET = wld.DIMENSION_NAME
    AND pp.YEARTARGET = 'FY12'
    WHERE wld.LOADID = 176
    AND wld.COLUMN_TYPE = 'DATA'
    ) query
    GROUP BY PERIODTARGET
    ,YEARTARGET
    ,ENTITY_NAME_ORDER
    ) q
    ,TPOVPERIOD p
    ,AIF_GL_PERIODS_STG prd
    WHERE p.PERIODKEY = q.PERIODKEY
    AND NOT EXISTS (
    SELECT 1
    FROM AIF_PROCESS_DETAILS pd
    WHERE pd.PROCESS_ID = 176
    AND pd.ENTITY_TYPE = 'PROCESS_WB_EXP'
    AND pd.ENTITY_ID = prd.YEAR
    AND prd.SOURCE_SYSTEM_ID = 3
    AND prd.SETID = '0'
    AND prd.CALENDAR_ID = '10000'
    AND prd.PERIOD_TYPE = 'Month'
    AND prd.START_DATE > p.PRIORPERIODKEY
    AND prd.START_DATE <= p.PERIODKEY
    AND prd.ADJUSTMENT_PERIOD_FLAG = 'N'
    ORDER BY prd.YEAR
    2012-10-12 11:05:10,078 INFO [AIF]: COMM Writeback Period Processing - Insert Periods into Process Details - END
    2012-10-12 11:05:10,516 INFO [AIF]: COMM End Process Detail - Update Process Detail - START
    2012-10-12 11:05:10,594 DEBUG [AIF]:
    UPDATE AIF_PROCESS_DETAILS
    SET STATUS = 'FAILED'
    ,RECORDS_PROCESSED = CASE
    WHEN RECORDS_PROCESSED IS NULL THEN 0
    ELSE RECORDS_PROCESSED
    END + 0
    ,EXECUTION_END_TIME = CURRENT_TIMESTAMP
    ,LAST_UPDATED_BY = CASE
    WHEN ('native://DN=cn=911,ou=People,dc=css,dc=hyperion,dc=com?USER' IS NULL) THEN LAST_UPDATED_BY
    ELSE 'native://DN=cn=911,ou=People,dc=css,dc=hyperion,dc=com?USER'
    END
    ,LAST_UPDATE_DATE = CURRENT_TIMESTAMP
    WHERE PROCESS_ID = 176
    AND ENTITY_TYPE = 'PROCESS_WB_EXP'
    AND ENTITY_NAME = '2012'
    2012-10-12 11:05:10,594 INFO [AIF]: COMM End Process Detail - Update Process Detail - END
    2012-10-12 11:05:10,719 INFO [AIF]: ERPI Process End, Process ID: 176

    I do not have any hints on this.
    Would need to see the ODI Operator when the process is ran.

Maybe you are looking for

  • [SOLVED] Netbens Error with java openjdk7

    hi! i have a error with netbeans: [pablo@arch ~]$ netbeans # A fatal error has been detected by the Java Runtime Environment: # SIGSEGV (0xb) at pc=0x802067a9, pid=11781, tid=2165295936 # JRE version: 7.0_21-b02 # Java VM: OpenJDK Client VM (23.7-b01

  • Timeline in Flex?

    I'm looking to develop a component that takes in xml data listing events and times (things like advance slide at 8 seconds, or display a custom polling component to the user at 52 seconds), and broadcasts events based on the data. I see cuepoints dis

  • Portal navigation windowFeatures

    Hi, I need to use windowFeatures parameter in WDPortalNavigation API, navigate method family. What happens is that if I specify the features: toolbar=no,menubar=no the maximize button in Windows window is disabled. My purpose is: - the url address ba

  • Separate email accounts for different apple products.

    I have 2 iPads and 2 iPhones in the house how do I make spectate accounts because at the moment they are all linked to one email address?

  • Just canceled CC

    After more than 2 years, I've finally pulled the plug on Adobe CC. Lots of money down the drain. The theory is great: "Up-to-date software, lots of programs at your fingertips". The reality is: buggy software, slow response to known issues, paying fo