Workflow Configuration has completed with error for OWF 2.6.4 on 11g DB

###Problem description###
After installing Oracle DB 11.1.0.6 and configured the dbconsole, for setting up OWF have run the %ORACLE_HOME%\owb\wf\install\wfinstall.bat
The input parameters were configured as to the information from http://www.oracle.com/technology/obe/11gr1_owb/owb11g_update_extend_knowledge/less1_setting_up/less1_setting_up.html.
Unfortunately the process does not complete successfully and the log file contains the following errors:
================================================================================================
1.
WorkflowCA: SQLPLUS:SYS/ /nolog @E:\Oracle\product\11.1.0\db_1\owb\wf\sql\wfsysgnt.sql OWFMGR <WFCA WF PASSWORD> <WFCA SYS PASSWORD> USERS TEMP
WorkflowCA: ORA-01775: looping chain of synonyms
WorkflowCA: WorkflowCA: SQLException during execution: java.sql.SQLException: ORA-01775: looping chain of synonyms
: grant execute on xmldom to OWFMGR
2.
WorkflowCA: SQLPLUS:OWFMGR/<WFCA WF PASSWORD> @E:\Oracle\product\11.1.0\db_1\owb\wf\sql\afsvcdat.sql
WorkflowCA: java.sql.SQLException: ORA-04063: package body "OWFMGR.WF_EVENTS_PKG" has errors
ORA-06508: PL/SQL: could not find program unit being called: "OWFMGR.WF_EVENTS_PKG"
ORA-06512: at line 3
3.
WorkflowCA: SQLPLUS:OWFMGR/<WFCA WF PASSWORD> @E:\Oracle\product\11.1.0\db_1\owb\wf\sql\wfsvcdat.sql
WorkflowCA: java.sql.SQLException: ORA-04063: package body "OWFMGR.WF_EVENTS_PKG" has errors
ORA-06508: PL/SQL: could not find program unit being called: "OWFMGR.WF_EVENTS_PKG"
ORA-06512: at line 3
4.
WorkflowCA: Executing :E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFALSNRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWFMGR
WorkflowCA: :null for app:WFALSNRSVCApp
WorkflowCA: subprocess.getOut():
WorkflowCA: subprocess.getOut(): Error: Unable to find the administrator for application WFALSNRSVCApp
WorkflowCA: Created a redirected data source with application WFALSNRSVCApp : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFALSNRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN))) -username OWFMGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
WorkflowCA: Executing :E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFMLRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWFMGR
WorkflowCA: :null for app:WFMLRSVCApp
WorkflowCA: subprocess.getOut():
WorkflowCA: subprocess.getOut(): Error: Unable to find the administrator for application WFMLRSVCApp
WorkflowCA: Created a redirected data source with application WFMLRSVCApp : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFMLRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN))) -username OWFMGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
WorkflowCA: subprocess.getOut(): Invalid input arguments.
WorkflowCA: Workflow Configuration has completed with error.
WorkflowCA: Terminating...
================================================================================================
The data-sources.xml files for the WFALSNRSVCApp and WFMLRSVCApp from E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_Workflow_Component_Container\application-deployments are configured as:
<?xml version = '1.0' encoding = 'UTF-8'?>
<data-sources>
<managed-data-source user="OWFMGR" password="OWFMGR" connection-pool-name="jdbc/WorkflowDS_connectionPool" jndi-name="jdbc/WorkflowDS" name="jdbc/WorkflowDS_jdbc/WorkflowDS"/>
<connection-pool name="jdbc/WorkflowDS_connectionPool">
<connection-factory factory-class="oracle.jdbc.driver.OracleDriver" user="OWFMGR" password="OWFMGR" url="jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN)))"/>
</connection-pool>
</data-sources>
(Is it possible to reinstall only the wf part of the 11g database as to attempt a fresh installation, not only to drop the OWFMGR schema as the oc4j wf instance remains unchanged? Have searched in OUI for this option but did not find the setting for removing only the workflow for reinstalling)
Thank you!!!

Hi Srini,
Thank you very much for your help. Have reviewed the mentioned notes, but unfortunately no information was contained concerning the encountered error.
As to try and address the situation, have completely re-installed Oracle DB 11.1.0.6 and still the workflow installation ends in error. I have to mention that it is a completely fresh installation, no modifications were made to the base configuration.
For windows the installation steps reference only running the wfinstall.bat script with the appropriate parameters for installing Oracle Workflow, but unfortunately it appears that the installation documentation is lacking some necessary steps as on a out of the box install the process does not complete successfully. The mentioned notes: 266612.1 and 351873.1 do not contain the information for troubleshooting the encoutnered issue.
The environment: Microsoft Windows Server 2003 R2 64b Operating System with Oracle DB 11.1.0.6
LOG Extract detailing the encountered issue:
WorkflowCA: Deploy WF Applications: Windows 2003
WorkflowCA: OC4J_Deploy Command: E:\Oracle\product\11.1.0\db_1\jdk\bin\java -Djava.security.properties=E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\config\jazn.security.props -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\oc4j.jar -userThreads -config E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_Workflow_Component_Container\config\server.xml
WorkflowCA: Workflow component container deployed in OC4J: E:\Oracle\product\11.1.0\db_1\jdk\bin\java -Djava.security.properties=E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\config\jazn.security.props -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\oc4j.jar -userThreads -config E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_Workflow_Component_Container\config\server.xml
WorkflowCA: Executing :E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFALSNRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWFMGR
WorkflowCA:  :Data source jdbc/WorkflowDS is not available. for app:WFALSNRSVCApp
WorkflowCA: subprocess.getOut():
WorkflowCA: subprocess.getOut():
WorkflowCA: Created a redirected data source with application WFALSNRSVCApp : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFALSNRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN))) -username OWFMGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
WorkflowCA: Executing :E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFMLRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWFMGR
WorkflowCA:  :Data source jdbc/WorkflowDS is not available. for app:WFMLRSVCApp
WorkflowCA: subprocess.getOut():
WorkflowCA: subprocess.getOut():
WorkflowCA: Created a redirected data source with application WFMLRSVCApp : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFMLRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN))) -username OWFMGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
WorkflowCA: subprocess.getOut(): Invalid input arguments.
WorkflowCA: subprocess.getOut():
WorkflowCA: Created obfusticated password for redirect datasource: E:\Oracle\product\11.1.0\db_1\jdk\bin\java -Djava.security.properties=E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\config\jazn.security.props -Doracle.security.jazn.config=E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_Workflow_Component_Container\config\jazn.xml -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\jazn.jar -user oc4jadmin -password welcome -adduser jazn.com pwForOwfMgr <WFCA WF PASSWORD>
WorkflowCA: subprocess.getOut():
WorkflowCA: subprocess.getOut():
WorkflowCA: Executed OC4J Admin script to shut down the OC4J instance : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -shutdown
WorkflowCA: Mon Mar 22 06:29:25 EDT 2010
WorkflowCA: Workflow Configuration has completed with error.
WorkflowCA: Terminating...
Thank you again for all your time and help!!!

Similar Messages

  • "Synchronize WF LOCAL tables" has completed with error.

    Hi Guys,
    My FNDWFLSC program is failing with the below error:
    ORA-12801: error signaled in parallel query server P000
    ORA-30022: Cannot create segments in undo tablespace
    When I check the tablespace its named as "APPS_UNDOTS1" and there are 4 undo....dbf files are present and have enough empty space on this tablespace.
    Thanks,

    No, error in database log file.
    Below is the full content of the log file..........
    Application Object Library: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 03-JUN-2013 23:34:11
    **Starts**03-JUN-2013 23:34:11
    **Ends**03-JUN-2013 23:34:12
    ORA-12801: error signaled in parallel query server P000
    ORA-30022: Cannot create segments in undo tablespace
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Successfully resubmitted concurrent program FNDWFLSC with request ID 19632231 to start at 04-JUN-2013 23:34:00 (ROUTINE=AFPSRS)
    Executing request completion options...
    Finished executing request completion options.
    Exceptions posted by this request:
    Concurrent Request for "Synchronize WF LOCAL tables" has completed with error.
    Concurrent request completed
    Current system time is 03-JUN-2013 23:34:13
    ---------------------------------------------------------------------------

  • "Consolidation Transfer" has completed with error

    Hi.,
    Anybody can help me? I had this message at my error log when doing consolidation transfer.
    CCON0091: glcutl.check_rules() - segment rules were not defined for all Parent flex segments
    CCON0004: glcmai() - There are not enough consolidation rules defined, one to cover each Parent segment.
    I had fill all information that needed at segment rule in my mapping like another mapping which had no error when I used to transfer.
    Thanks you.,

    Please review the following notes in metalink if it helps:
    CONSOLIDATION ERROR CCON0091 CLCUT1.CHECK_RULES [ID 1049369.6].
    Global Consolidations Troubleshooting [ID 121781.1]
    Thanks
    Manish

  • Exit code: 6 Silent workflow completed with errors

    I'm trying to create a silent install package for Dreamweaver
    CS3. I followed the steps listed in previous listings and created a
    application.xml.override file and run the setup.exe with the
    --mode=silent and the --deploymentFile=deployment.xml. After the
    install is ran, I get Exit code: 6 Silent workflow completed with
    errors and notice that the Adobe add ons are installed but no the
    actual Dreamweaver application. Anyone have ideas on resolving this
    and getting the install to work properly?

    Looks like the first two warnings are security level warnings meaning that your silent install will not grant the correct security level for what ever reason. I suspect it needs admin level maybe?
    Here is a link. Read #8 as it has to do with silent installs. The log will give you more hints on what you did wrong.
    http://kb2.adobe.com/cps/829/cpsid_82942.html

  • Report Completed with error...

    Hi There,
    Account Analysis Report in oracle ebs R12 completed with error please find below error message.
    Warning!!! Due to high volume of data, got out of memory exception...***
    ****Please retry with scalable option or modify the Data template to run in scalable mode...***
    java.util.logging.ErrorManager: 2:
    oracle.core.ojdl.LoggingException: oracle.core.ojdl.LoggingException: Attempt to flush a closed LogWriter
    at oracle.core.ojdl.ExceptionHandler.onException(Unknown Source)
    at oracle.core.ojdl.BufferedLogWriter.handleException(Unknown Source)
    at oracle.core.ojdl.BufferedLogWriter.flush(Unknown Source)
    at oracle.core.ojdl.logging.ODLHandler.flush(Unknown Source)
    at oracle.core.ojdl.logging.ODLHandler.publish(Unknown Source)
    at java.util.logging.Logger.log(Logger.java:472)
    at java.util.logging.Logger.doLog(Logger.java:494)
    at java.util.logging.Logger.log(Logger.java:517)
    at oracle.ias.cache.CacheInternal.logLifecycleEvent(Unknown Source)
    at oracle.ias.cache.CacheInternal.close(Unknown Source)
    at oracle.ias.cache.Cache.close(Unknown Source)
    at oracle.apps.jtf.cache.IASCacheProvider$CacheStopperThread.run(IASCacheProvider.java:1480)
    Caused by: oracle.core.ojdl.LoggingException: Attempt to flush a closed LogWriter
    ... 10 more
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1762394 on node ORAPRD at 07-APR-2012 10:24:48.
    Post-processing of request 1762394 failed at 07-APR-2012 10:24:49 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 07-APR-2012 10:24:49
    its a very important report please help me out in this regards,
    Thanks in advance.
    Regards,
    Mohsin
    Edited by: 920138 on Apr 6, 2012 11:37 PM

    Please post the details of the application release, database version and OS.
    Can you find any errors in the OPP log file?
    Please see these docs.
    XLAAARPT: Account Analysis Report Errors with Warning: Due to High Volume Of Data Got Out Of Memory Exception Please Retry With Scalable Option Or Modify The Data Template To Run In Scalable Mode [ID 1304660.1]
    SLA: How to Troubleshoot XML Performance Issues in the Account Analysis & Journal Entries Report [ID 983063.1]
    How to Configure the Account Analysis Report in Release 12 for Large Reports [ID 737311.1]
    R12: XLAAARPT - Subledger Accounting Account Analysis Report, gets Out of Memory Exception, Retry with Scalable Option [ID 836551.1]
    R12: AP Trial Balance Complete With Warning The Output Post-processor is Running But Has Not Picked up This Request [ID 1224684.1]
    R12 Subledger Period Close Exception Report (XLAPEXRPT) Errors With: "out of memory exception" [ID 952747.1]
    Account Analysis Report Shows Results in XML [ID 1325208.1]
    R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues [ID 1410160.1]
    Thanks,
    Hussein

  • XML Report completes with error due to REP-271504897:  Unable to retrieve a string from the Report Builder message file.

    We are in the middle of testing our R12 Upgrade.  I am getting this error from the invoice XML-based report that we are using in R12. (based on log).  Only for a specific invoice number that this error is appearing.  The trace is not showing me anything.  I don't know how to proceed on how to debug where the error is coming from and how to fix this.  I found a patch 8339196 that shows exactly the same error number but however, I have to reproduce the error in another test instance before we apply the patch.  I created exactly the same order and interface to AR and it doesnt generate an error.  I even copied the order and interface to AR and it doesn't complete with error.  It is only for this particular invoice that is having an issue and I need to get the root cause as to why.  Please help.  I appreciate what you all can contribute to identify and fix our issue.  We have not faced this issue in R11i that we are maintaining right now for the same program which has been running for sometime.  However, after the upgrade for this particular data that the user has created, it is throwing this error REP-271504897.
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    REP-0002: Unable to retrieve a string from the Report Builder message file.
    REP-271504897:
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-271504897: MSG-00100: DEBUG:  BeforeReport_Trigger +
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Printing_Option
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG:  Organization Id:  117
    MSG-00100: DEBUG:  BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG:  P_Choi
    Report Builder: Release 10.1.2.3.0 - Production on Tue Jul 23 09:56:46 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Hi,
    Check on this note also : Purchasing Reports Fail When Changing Output To XML REP-0002 REP-271504897 REP-57054 (Doc ID 1452608.1)
    If you cant reproduce the issue on other instance, apply the patch on the test instance and verify all the funcionality related to the patch works OK. Then move the patch to production. Or you can clone the prod environment to test the patch.
    Regards,

  • TDMS - System Analysis Phase completed with errors

    Hi All,
    We are running TDMS copy, currently running at System Analysis phase, however we encountered status message "completed with error" within sub-step "Generation of Run-Time Objects for Data Transfer". When we checked the tasks, we found below error messages...
    Error while generating runtime objects for ZJ_3RFREP_VALFMT_01W
    Syntax error in function module /1CADMC/OLC_950000000614930
    Error message: Type "DECFLOAT16" is unknown
    We tried re-executing the step several times but no success.
    Can anybody suggest how to fix the issue. Thanks.
    Regards,
    Philip

    Hi experts,
    We opened an OSS incident regarding this issue, and SAP responded to exclude the migration object J_3RFREP_VALFMT from the current transfer using the troubleshooter.
    However, while we execute the troubleshooter, message prompt "Activity 'Troubleshooting for Migration Objects' execution 0003 in package 9002D, phase 'System Analysis' has been aborted ." appears.
    In the Phase Overview of the System Analysis, step "Troubleshooting for Migration Objects" is added, which has an aborted status. Checking the logs of that steps we found below.
    Skip Migration Objects from Current Transfer
    I EQ J_3RFREP_VALFMT
    Destination to the central system is not created yet
    We checked all the RFC connections and all seems working fine.
    Can anyone share how to fix this or what to check further.
    Regards,
    Philip

  • DAC ETL tasks Completed with Error Code 36331

    Dear Sir,
    I have an execution plan task completed with error code 36331.
    I know it must be somthing wrong with the workflow.
    We are using BI APPS 7.9.5 with Informatica 8.1.1 SP4 on Windows Server 2003.
    I don't understand is why DAC didn't fail the task for this error code?
    How can I get to fail the task for such error.
    Great appreciation for any advise in advance.
    Roger

    Check this blog:
    http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/complete-etl-ends-with-error-639247
    It might be helpful for you.
    Regards,
    Bhoomi

  • Inventory transaction worker request completing with error.

    when running Inventory transaction worker concuurent request completing with error.
    Here I attached the error message ..
    Oracle Inventory: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    INCTCW module: Inventory transaction worker
    Current system time is 10-OCT-2010 08:22:07
    No completion options were requested.
    Output is not being printed because:
    The print option has been disabled for this report.
    Concurrent request completed
    Current system time is 10-OCT-2010 08:22:08
    Regards
    ***SBJ***

    Hi, Did relinking fix your issue?
    Thanks.
    Hi,
    I have the same problem. The Inventory transaction errors out randomly. Did relinking fix your issue?
    Thanks
    A/A
    Hi,
    No,I didn't tried to relink INCTCW.
    Please try to relink the file and see if it helps.
    Also, please go through the doc referenced above and check the database log file for any errors.
    Thanks,
    Hussein
    user13098774 wrote:when running Inventory transaction worker concuurent request completing with error.
    Here I attached the error message ..
    Oracle Inventory: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    INCTCW module: Inventory transaction worker
    Current system time is 10-OCT-2010 08:22:07
    No completion options were requested.
    Output is not being printed because:
    The print option has been disabled for this report.
    Concurrent request completed
    Current system time is 10-OCT-2010 08:22:08
    Regards
    ***SBJ***

  • Import Items Complete with Errors

    I keep getting "Import Items Complete with Errors ... 0 items have been imported into the project named 'Untitled Project (20).'  Aperture failed to import the 118 items listed below" ... then it lists all the image items I am attempting to import.
    I am importing directly from my Canon 7D ... as I have been able to do successfully for years without this issue.  Importing RAW files.
    My Library is stored on an external drive.  It's a passport with 1TB of storage, with 540 GB free.  I import directly to the external drive (I think that's the correct way to say what I do.  I don't load direclty into aperture, edit, and then move to the external ... if that makes sense).
    I have a MacBook Pro that's 3 years old and almost at storage capacity (only 10GB free out of 500GB).  It uses Mac OS X, version 10.7.5.
    I assume that my being almost out of storage is what's causing this issue.  But, thought I'd pose the problem here for help in remedying it.
    Would also love some ideas of how to work out this storage issue til the new Mac desktop comes out later this year.  I cannot figure out what's using all that storage.  Shows 380+GB used by "other."
    Many thanks!

    Yes, it may be a problem of not enough disk space. To check this, try if you can import the files, if you only try to import one file at a time. If a single file imports well, you need to free space.
    If not, it may be a problem of a corrupted library. Then try the Aperture Library First Aid Tools (Repairing and Rebuilding Your Aperture Library: Aperture 3 User Manual). But to run them, you will first need to free disk space as well.
    To find out, what is using the space on the internal drive, run Omni DiskSweeper.
    Kirby Krieger has posted a link here:  Re: Size of Library
    It will ist the items sorted by size, so you will see exactly, what is occupying the space.
    Regards
    Léonie

  • PST Capture Import errored: Complete with errors.

    we did a migration from Exchange 2007 to 2010, we already have PST files and want to import them using PST Capture to the new Mailboxes in the new domain.
    while importing we were faced with an error saying "Complete with errors, hresult e_fail has been returned from a call to a com component", in the IPM subtree.Any solution to address the problem?
    thanks in advance.

    Hi,
    Please double check whether the .pst files imported successfully (ignore the error message first).
    If there is anything corrupt, I suggest remove the request and re-import it for testing.
    Since I am not familiar with the PST Capture Tool, I suggest asking Script Center for help to get a script to perform the .pst files importing. For your convenience:
    http://technet.microsoft.com/en-us/scriptcenter/dd742246.aspx
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Verify whether the dispatcher configured has registered with the l

    Hi,
    How to verify whether the dispatcher configured has registered with the listener after the database startup?
    I think this task is possible with "lsnrctl services"
    bt dnt knw how to figure out.....
    plz let me know how to do this ..... how to verify whether the dispatcher configured...by looking at the below code segment. .....
    LSNRCTL> services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=linux-tkuk.site)(PORT=15 21)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:89 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: linux-tkuk, pid: 7417>
    (ADDRESS=(PROTOCOL=tcp)(HOST=linux-tkuk.site)(PORT=13729))
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:89 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    LSNRCTL>

    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: linux-tkuk, pid: 7417>You have a dispatcher D000 registered with listener listening on PORT=13729

  • SharePoint 2013 site collection 'upgrade completed with errors'

    Hi All, 
    I am in process to upgrade SharePoint 2010 to SharePoint 2013 with all steps as mentioned in TechNet. 
    I was able to get all the SP2010 UI in SP2013 environment. However, when I navigated to top level site and clicked on “Site
    Collection health checks”. In SP2010 environment I never used (as Farm Admin) any Video content type. It belongs
    to out-of-the-box "digital asset content types" and cannot be deleted.
    Therefore I changed the name of Video to our department name like "Video - Company" and ran the site collection health check again. This time there was no conflict for content types. 
    After ran the site collection upgrade I got following error. 
    -------------------------------------------START------------------------------------------
    05/05/2014 14:34:28.66 OWSTIMER (0x1474)
    0x123C SharePoint Foundation Upgrade
    SPFeatureDefinition aj2bj
    ERROR Feature upgrade action 'AddContentTypeField' threw an exception upgrading Feature 'CTypes' (Id: 15/'695b6570-a48b-4a8e-8ea5-26ea7fc1d162') in Site 'http://sp13fe01-dev': Field type
    Rating is not installed properly. Go to the list settings page to delete this field.
    32d48d9c-70d4-f09a-6073-526808f844be
    05/05/2014 14:34:53.04 OWSTIMER (0x1474)
    0x123C SharePoint Foundation Upgrade
    SPSiteWssSequence2 ajy6m
    ERROR Feature upgrade incomplete for Feature 'CTypes' (Id: 15/'695b6570-a48b-4a8e-8ea5-26ea7fc1d162') in Site 'http://sp13fe01-dev'. Exception: Field type Rating is not installed properly. Go to the list settings
    page to delete this field. 32d48d9c-70d4-f09a-6073-526808f844be
    05/05/2014 15:18:43.95 OWSTIMER (0x1474)
    0x123C SharePoint Foundation Upgrade
    SPManager ajxoe
    ERROR RunUpgradeSiteSession [SPSite Url=http://sp13fe01-dev] failed.
    32d48d9c-70d4-f09a-6073-526808f844be
    05/05/2014 15:18:44.16 OWSTIMER (0x1474)
    0x123C SharePoint Foundation Upgrade
    SPManager ajxoe
    ERROR Exception: Upgrade completed with errors.  Review the upgrade log file located in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\SiteUpgrade-20140505-143330-61.log.  The
    number of errors and warnings is listed at the end of the upgrade log file.
    32d48d9c-70d4-f09a-6073-526808f844be
    05/05/2014 15:18:44.16 OWSTIMER (0x1474)
    0x123C SharePoint Foundation Upgrade
    SPManager ajxoe
    ERROR   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.CheckPoint()     at Microsoft.SharePoint.Upgrade.SPUpgradeSession.LogEnd()     at Microsoft.SharePoint.Upgrade.SPManager.RunUpgradeSiteSessionCore(Object
    lockObject, SPSite site, SPUpgradeOperationFlags upgradeOperationFlags, Boolean checkConcurrentSiteUpgradeSessi
    32d48d9c-70d4-f09a-6073-526808f844be
    -----------------------------------END-------------------------------------
    Feature ID 695b6570-a48b-4a8e-8ea5-26ea7fc1d162 is Standard Content Type Definitions  https://social.technet.microsoft.com/wiki/contents/articles/7695.sharepoint-2010-list-of-features-id-displayname-and-scopes.aspx. 
    Any expert to solve the issue?? 
    Thank you. 
    regards, 
    Aroh Shukla

    Hi All and Inderjeet,
    Thanks for your reply and pointers. 
    I did follow the steps as mentioned in the links above. I used some third party solutions but not for any Video solution. I was able to successfully migrated the SP2010 (WSS_Content) to SP2013 (WSS_Content) environment a few weeks back with exactly same
    third party solutions and no site collection error:
    I renamed the default and out-of-the box video site content type as shown:
    I ran the "Site Collection Health Check" and did not receive any error as in my second screenshot. 
    But, after upgrade the Site Collection Upgrade and got the same errors. 
    I don't know if there is any SharePoint Server 2013 patch gave this error as I keep run the Windows Server 2012 (not running R2) and SharePoint Server 2013 regularly.  
    Can suggest how to resolve this error?
    Many Thanks!!
    --Aaroh 
    Aroh Shukla
    The same here. Opening a support ticket with MS.

  • Running AP transfer to General Ledger: Complete with Error

    Below is the error I got while trying to run : AP transfer to General Ledger and I got Complete with Error:
    Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_selection_type='1'
    p_set_of_books_id='1'
    p_include_reporting_sob='N'
    p_batch_name='jginv'
    p_from_date='2007/01/01 00:00:00'
    p_to_date='2008/12/31 00:00:00'
    p_accounting_method='Accrual'
    p_journal_category='A'
    p_validate_account='Y'
    p_gl_transfer_mode='D'
    p_submit_journal_import='Y'
    p_summary_journal_entry='N'
    p_debug_flag='N'
    p_trace_flag='N'
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    LOG :
    Report: c:\oracle11i\visappl\ap\11.5.0\reports\US\APXGLTRN.rdf
    Logged onto server:
    Username:
    LOG :
    Logged onto server:
    Username: APPS
    MSG MSG-00001: After SRWINIT
    MSG MSG-00002: After Get_Sob_Ids
    MSG MSG-00002: After Get_Company_Name
    MSG MSG-00003: After Get_NLS_Strings
    MSG MSG-00004: After Get_Base_Curr_Data
    MSG MSG-00005: Calling Transfer Request
    MSG MSG-00005: After calling Transfer Request
    MSG MSG-00100: Error occured in Insert_Liability_Balance
    MSG MSG-00101: Error Code :-20100
    MSG MSG-00102: Error Message :ORA-20100: File o0059033.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log.
    ORA-06512: at "APPS.FND_FILE", line 396
    ORA-06512: at "APPS.FND_FILE", line 499
    ORA-06512: at "APPS.AP_TRIAL_BALANCE_PKG", line 1252
    MSG MSG-00005: Insert_Liability_Balance Failed.
    MSG MSG-00000: User-Defined Exception
    ERR REP-1419: 'beforereport': PL/SQL program aborted.
    Program exited with status 3
    Cause: The program terminated, returning status code 3.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 2748532.
    Review your concurrent request log and/or report output file for more detailed information.
    Jon

    Remember that this problem is from Vision training database and not real life productionIt does not matter whether you have a Vision demo database or fresh database installation.
    The APPLPTMP directory does not even exist- Open a new DOS session
    - cd c:\oracle11i\visappl
    - Run envshell.cmd
    - Type "echo %APPLPTMP%", does it return something?

  • Payables Accounting Process Completing with Error

    Hi All,
    After running Payables Accounting Process I am getting error
    Spawned Process 151662
    MSG-00001: After SRWINIT
    MSG-00002: Check that AX is not installed before calling the accounting engine
    MSG-00003: AX is not installed, Calling the accounting engine
    MSG-00004: After the call to AP_Accounting_Engine_Pkg.Do_Accounting
    MSG-00005: Error occured in the accounting process
    MSG-00006: Error Message:
    REP-1419: 'beforereport': PL/SQL program aborted.
    Inside Execute for Invoice_Canc_Event_Core
    Inside Derive_Accounting_Entry for Invoice_Event_Core
    Starting Accrual Basis Accounting for Invoice Event...
    INSERTing Header into AP_AE_Headers ...
    ORA-00001: unique constraint (AP.AP_AE_HEADERS_U2) violated occurred in
    AP_ACCOU
    NTING_MAIN_PKG.Insert_AE_HeaderAP_INVOICE_EVENT_CORE_PKG.Derive_Accounting_Entry
    <-AP_INVOICE_CANC_EVENT_CORE_PKG.Execute<-AP_ACCOUNTING_MAIN_PKG.Create_Accounti
    ng_Entry<-AP_ACCOUNTING_ENGINE_PKG.do_accounting<-APXAEREP
    with parameters (&PAR
    AMETERS)
    while performing the following operation:
    &DEBUG_INFO
    End of log messages from FND_FILE
    Program exited with status 1
    Please suggest what could be the possible error, this is happening in Production so sort of urgent!
    Thanks,
    Anchorage

    Duplicate thread ..
    Payables Accounting Process Completing with Error
    Payables Accounting Process Completing with Error

Maybe you are looking for

  • Why not use the MS works calendar?

    I'm a little confused as to why I can sync my contacts with MS Works, but I cant sync my calendar with MS Works. I understand the iphone doesnt support this, but why? Life would have been so much simpler if I had both my contacts and calendar staring

  • Actionscript is causing Flash to crash everytime, Here are my error reports

    Someone please help, I have built an animation and can't apply the stop action to my final frame so the animation just replays over and over. BIG PROBLEM. Console saying: Jul 19 20:23:22 Brad-Haynes-Computer crashdump[230]: Flash crashed Jul 19 20:23

  • How setup browser laces import Bookmarks HTML security disable button open Device Manager security warni vewing mixed

    how to alter these settings? 1.browser laces import Bookmarks HTML? 2.security disable button open Device Manager? 3.security warni vewing mixed?

  • Best HD for G5 2.5 Dual

    Hi, I have G5 2.5 Dual, and two questions 1. Since I can't find its exact specs on this site, can anyone tell me the maximum capacity of HDD that I can install in it along with the one that shipped originally (160 GB). Is it limited to 250, 300, 400

  • Sending and recieving messages.

    Hi, I am join a new company and ans working with the jms now. "QueueConnection" and "Queue" (or Destination) is ready there. I need to set up one testing program which can send and receive the messages please provide the guidence. Thanks in Advance.