Patch 6678700 for NLS error -no directores for FRC and ESA

I have done the following regarding upgrade from 11.5.102 to r12.1.1;
1)-installation of r12 complete.
2)-US upgrade patch for patch 6678700 completed.
3)-started 6678700 for NLS and got the following errors, when investigated from log, it was revealed the there is no directory existed for FRC and US. We were using FRC and ESA with 11i for the last may years.
4)-In all the product top, there is just US directory, not FRC or ESA.
I don't know where is the problem, which steps I missed. Please help.
Please see the error below:
FAILED: file poaslsta.ldt on worker 1.
FAILED: file poconfun.ldt on worker 2.
ATTENTION: Please fix the above failed worker(s) so the manager can continue.
The worker log file is showing the following error:
Uploading from the data file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt
The file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt could not be opened for reading
Concurrent request completed
Current system time is Thu Oct 11 12:57:38 2012
Current system time is Thu Oct 11 12:57:39 2012
Uploading from the data file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt
The file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt could not be opened for reading

959660 wrote:
I have done the following regarding upgrade from 11.5.102 to r12.1.1;
1)-installation of r12 complete.
2)-US upgrade patch for patch 6678700 completed.
3)-started 6678700 for NLS and got the following errors, when investigated from log, it was revealed the there is no directory existed for FRC and US. We were using FRC and ESA with 11i for the last may years.
4)-In all the product top, there is just US directory, not FRC or ESA.
I don't know where is the problem, which steps I missed. Please help.
Please see the error below:
FAILED: file poaslsta.ldt on worker 1.
FAILED: file poconfun.ldt on worker 2.
ATTENTION: Please fix the above failed worker(s) so the manager can continue.
The worker log file is showing the following error:
Uploading from the data file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt
The file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt could not be opened for reading
Concurrent request completed
Current system time is Thu Oct 11 12:57:38 2012
Current system time is Thu Oct 11 12:57:39 2012
Uploading from the data file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt
The file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt could not be opened for readingHaving missing FRC and ESA directories is an expected behavior as the NLS patches you are applying will create those NLS directories for you (FRC and ESA).
You need to download the NLS CDs from e-Delivery website and use them to apply the patch. Please use adpatch to apply the patches with no options (unlike the US patch driver which is applied using "adpatch options=nocopyportion,nogenerateportion").
How to resolve NLS translation issues in an Ebusiness Suite 11i and R12 environment [ID 394112.1]
Oracle Applications NLS Release Notes, Release 12.1 [ID 788053.1]
Requesting Translation Synchronization Patches [ID 252422.1]
Please note that you could merge those 2 NLS Patches and apply them as one merged patch.
Thanks,
Hussein

Similar Messages

  • MSCOBJCL.sql runs for long while applying patch 6678700 for 12.1.1 upgrade

    DB:11.2.0.3.0
    OS: IBM AIX Power system 64 bits 6.1
    Hi All,
    MSCOBJCL.sql runs for long while applying patch 6678700 for 12.1.1 upgrade. We are upgrading from 11.5.10.2.0 to 12.1.1
    Could anyone please share why the script takes so much of time to run?
    Thanks for your time
    Regards,a1_win

    As per Mscobjcl.Sql Is Running Long While Applying Patch.8671960 (Doc ID 1295881.1)
    The patch is already applied in the instance
    BUG_NUMBER CREATION_DATE
    8671960 19-SEP-10
    Thanks,
    a1_win

  • Patching Strategy for CRS and ASM homes

    I'm fairly new to RAC/ASM and haven't performed any patch set upgrades yet. Back in the simple days when I wanted to apply a patch set to a database, say from 10.2.0.4 to 10.2.0.5, I would create a brand new Oracle home ahead of time and apply the patch set to it. I'd name my homes like this:
    /opt/oracle/product/10.2.0.4/db1
    /opt/oracle/product/10.2.0.5/db1
    During the maintenance window I would change /etc/oratab to point the database to the new 10.2.0.5 and complete the database upgrade scripts. The advantages of this strategy:
    1 - Less risk installing software as nothing uses the new home yet. If something goes wrong in the install, no big deal. Research the problem and try again without being under the stress of a defined maintenance window.
    2 - No need to backup old home for back-out purposes.
    3 - Less time required for database to be down during actual patch window since Oracle Installer does not need to run.
    Now with CRS and ASM, is there a way to pre-stage a new home for those, but not have them "active" to the node until later during the maintenance window?
    For ASM, it seems like it would be possible to treat the same way as database and simply update ASM SID in /etc/oratab
    +ASM1:/opt/oracle/product/10.2.0.5/asm1
    but I'm not totally confident in that as I'm afraid the CRS home may already have references to the ASM home in the cluster registry.
    For CRS, it seems like the home is pretty well hard-wired into the node startup scripts and installing a brand new CRS home will probably disrupt the running CRS home.
    Any thoughts about this?

    Hi,
    user5448593 wrote:
    I'm fairly new to RAC/ASM and haven't performed any patch set upgrades yet. Back in the simple days when I wanted to apply a patch set to a database, say from 10.2.0.4 to 10.2.0.5, I would create a brand new Oracle home ahead of time and apply the patch set to it.
    Now with CRS and ASM, is there a way to pre-stage a new home for those, but not have them "active" to the node until later during the maintenance window?Although you have not mentioned the version you are actually on, it is a quite up-to-date question and dilemma.
    Starting with 11.2 for Grid Infrastructure only "out-of-place" patchset upgrades are supported.
    >
    For ASM, it seems like it would be possible to treat the same way as database and simply update ASM SID in /etc/oratab
    +ASM1:/opt/oracle/product/10.2.0.5/asm1
    but I'm not totally confident in that as I'm afraid the CRS home may already have references to the ASM home in the cluster registry.
    For CRS, it seems like the home is pretty well hard-wired into the node startup scripts and installing a brand new CRS home will probably disrupt the running CRS home.
    Any thoughts about this?As of 11gR2 the ASM is part of the Grid Infrastructure, therefore it is running from the same home and not recommended to separate them. (although you can do that)
    By the way, what is your upgrade path? It could be easier to answer your questions if we knew that as there has been a quite a few enhancements and changes in the upgrade/patching process from 10g to 11g. (even between 11gR1 and 11gR2)
    Regards,
    Jozsef

  • Where can i find XMLP 5.6.2 Patch #5352734 for Header and Footer

    Hi All,
    I have seen people talking about the XMLP 5.6.2 Patch #5352734 for proper working of Header and Footer in RTF, But i have not find the place from where i can actually download this patch.
    I would be glad if someone can help me out.
    regards,
    Bala.

    Hi Bala,
    The Patch is - Patch# 5027437 for XML Desktop Version 5.6.2
    (Templates in XML Publisher Desktop 5.6.2 Lose Header and Footer Information )
    I think you are searching for the wrong one..
    You can find the Patch at metalink - with note "Note:388494.1" and Ofcourse search with "Patch# 5027437 for XML Desktop Version 5.6.2" in the Metalink..
    Thanks
    PBV

  • Plateform Independent Patching Process for Install and deployment

    I have a requirement to download an application/patch from the content server and install in the existing jboss environment. I am looking for a Tool to create a package that can be downloaded and executed at jboss end to install any application in the same jboss container. The tool should compatible for Mac and Windows.
    Please let me know if there is a way exists to do the same. Help is appreciated.
    Thanks and Regards
    Vishwa

    Hi,
    Agree with Tek-Nerd.
    What's more, as the Lync FE patch of Site is 8308.857, so before you move CMS and PChat Server, please update it to the latest version of CU firstly.
    Also, as you enable mirroring database, it is recommended to use the Invoke-CsDatabaseFailover -NewPrincipal Primary command, and then verify
    that the primary server is principal for all databases before you run the Install-CsDatabase cmdlet.
    Best Regards,
    Eason Huang 
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Eason Huang
    TechNet Community Support

  • Error during application of the NLS patch 6678700 for 6678700_ZHS language

    FAILED: file XLIFFLoader.class on worker 8 for product xdo username XDO.
    Time is: Thu Feb 24 2011 10:54:01
    Assigned: file XLIFFLoader.class on worker 1 for product xdo username XDO.
    Time is: Thu Feb 24 2011 10:54:01
    Assigned: file XLIFFLoader.class on worker 3 for product xdo username XDO.
    Time is: Thu Feb 24 2011 10:54:01
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file XLIFFLoader.class on worker 1.
    FAILED: file XLIFFLoader.class on worker 2.
    FAILED: file XLIFFLoader.class on worker 3.
    FAILED: file XLIFFLoader.class on worker 4.
    FAILED: file XLIFFLoader.class on worker 5.
    FAILED: file XLIFFLoader.class on worker 6.
    FAILED: file XLIFFLoader.class on worker 7.
    FAILED: file XLIFFLoader.class on worker 8.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.。。。。
    。。。。。。。。

    work log
    Not able to read from utility map file.
    adjava -ms128m -mx256m -Xrs -nojit oracle.apps.xdo.oa.util.XLIFFLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -APPS_SHORT_NAME AMW -TEMPLATE_CODE AMW_RPT_SOD_VIOL_R -FILE_NAME &fullpath:amw:patch/115/publisher/templates/ZHS:AMWVIOLRPT.xlf
    Could not find the main class: oracle.apps.xdo.oa.util.XLIFFLoader. Program will exit.
    Error:
    Program exited with status 1
    Cause: The program terminated, returning status code 1.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "F:\oracle\VIS\apps\apps_st\appl\ad\12.0.0\java\adjava.zip;F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\lib\dt.jar;F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\lib\tools.jar;F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\lib\rt.jar;F:\oracle\VIS\apps\apps_st\comn\java\lib/appsborg.zip;F:\oracle\VIS\apps\tech_st\10.1.2\forms\java;F:\oracle\VIS\apps\tech_st\10.1.2\forms\java\frmall.jar;F:\oracle\VIS\apps\tech_st\10.1.2/jlib/ewt3.jar;F:\oracle\VIS\apps\tech_st\10.1.2\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;F:\oracle\VIS\apps\a"
    Calling F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\bin\java.exe ...
    java.lang.NoClassDefFoundError: oracle/apps/xdo/oa/util/XLIFFLoaderCaused by: java.lang.ClassNotFoundException: oracle.apps.xdo.oa.util.XLIFFLoader
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: oracle.apps.xdo.oa.util.XLIFFLoader. Program will exit.
    Exception in thread "main"

  • Patch levels for Oracle and kernel

    Hi everyone,
    Can you pls tell what are the maximum and minimum patch levels that can be used for BW 3.5 installation on LINUX RHEL 4 ,
                     oracle -10.2.0.2 & kernel - 6.4 .
    Thanks in advance,
    Praveen

    hi people,
    we have checked for the status of support package in Transaction SPAM traffic signal is still red and in the Phase RUN_SPAU_? it is stuck and even after restarting import it shows clean-up phase is left and it ends with same error mention above
    the support package name is SAPKB70014 size is 116266 MB now after restarting the Import the following error message comes
    The import was stopped, since an error occurred during the phase RUN_SPAU_?,
    which the Support Package Manager is unable to resolve without your input.
    After you have corrected the cause of the error, continue with the
    import by choosing Support Package -> Import queue from the initial
    screen of the Support Package Manager.
    The following details help you to analyze the problem:
    - Error in phase: RUN_SPAU_?
    - Reason for error: TP_CANNOT_CONNECT_SYSTEM
    - Return code: 0255
    - Error message: Could not connect to semaphore server
    we run all the phase in background, and even after entering the support package number in transaction SPAU there it is showing
    "No objects within selected filter parameteres"
    Q.1 Any idea what went wrong and how to fix that?
    Q.2 Is there any problem if we run the all four phases of support package in background or it should be run in dialog
    latest tp & R3trans updated?

  • How to find the latest SAP patch release for SRM and BI 7.0?

    Hi experts,
    I know how to check my sytem patch level in BI 7.0 and SRM. My question is how and where to check the latest patch level on SAP service market place.
    Thanks in advance.
    Sharat.

    Hello,
    Goto service.sap.com -> software download -> sap support packages -> Entry by application group -> Sap Frontend components -> SAP GUI for windows
    In SAP Frontend components you have patches for BI add-on too.
    Assign points if this helps
    Regards,
    Jorge Diogo

  • Where to start with a licensing server for Mac and Windows

    Hi all,
    We have quite a mixture of OSX and Windows across the hundreds of computers we are running. We are on a volume key for all the CS3 products we buy but we still deploy them manually on a MAC but use specops (AD deployment) for the PC). There are some patches now for CS3 and for the MAC we would need to deploy it manually to a large number of machines.
    What I want to do is a) set up a server for deploying software and managing the licenses and b) deploying packages for patches or getting the machines to connect to a deployment server.
    I have been looking around the Adobe site but I can't find anything that outlines what I need to do to get started with this.
    Thanks for any info that can be provided.
    Steven

    Likely your best option is to go for some 3rd party software.
    As for license tracking you could look into license statistics:
    http://www.x-formation.com/license_statistics/index.html
    Stefan
    http://kb.x-formation.com
    http://www.x-formation.com/lm-x_license_manager/index.html

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all.
    Currently, i am trying to install patches for portal server.
    The server OS is Sun Solaris 8.
    We are using Oracle9iAS.
    Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server.
    We managed to install the patch, but have problem with the Post Install Action.
    We managed to run
    -ALTER SYSTEM ENABLE RESTRICTED SESSION;
    -@rdbms/admin/catpatch.sql
    -ALTER SYSTEM DISABLE RESTRICTED SESSION;
    -CONNECT / AS SYSDBA
    -update obj$ set status=5 where type#=29 and owner#!=0;
    -commit;
    But, when we come to the next command, which is to shutdown, it gives us like
    this..
    SQL> update obj$ set status=5 where type#=29 and owner#!=0;
    1402 rows updated.
    SQL> commit;
    Commit complete.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    We tried to startup the database..it gives us this error..
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    So, we tried to shutdown again..
    SQL> shutdown immediate
    ORA-01089: immediate shutdown in progress - no operations are permitted
    I been informed that this is maybe a Database problem related. Any ideas?
    Best Wishes,
    Rushdan Md Saad.

    Patchsets could be obtained (only) from http://metalink.oracle.com
    You need to have valid CSI for access.
    P.S: Sorry Werner, I didn't see you post.
    Message was edited by:
    Ivan Kartik

  • I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For mo

    I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For more information contact your patch vendor." tried uninstalling and reinstalling and still get the error. Searched for C:\Config.Msi\pT64b3.tmp and cannot find the path or the file

    For AA XI, you only need the 11.0.09 patch. Download from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows (Use "MAC" if a MAC is used).

  • Error in patch 4908368 for EAM

    Hi All,
    we try to implement patch 4908368 to our 11.5.10.2 system for our maintenance acitivites.
    But the patch has given an error.
    In adpatch.log file :
    About to attempt instantiating the current-view snapshot: Sun Jun 27 2010 20:26:27
    Attempting to instantiate the current-view snapshot...
    ORA-01013: user requested cancel of current operation
    ORA-06512: at "APPS.AD_FILE_SYS_SNAPSHOTS_PKG", line 2472
    ORA-06512: at line 2
    AutoPatch error:
    Error while executing statement (curr-vw inst)
    Error calling adusnapInstCurrVwSnapshot(apps,11.5.10.2).
    Error calling adphistLoadPtchHistFromFStoDB2
    STOP_TASK: [Upload Patch History information from filesystem] [] [Sun Jun 27 2010 20:30:23]
    In adwork001.log file:
    AD Worker error:
    The above program failed with error code 1.
    See the AD Worker log file and/or the program log file for details.
    Time when worker failed: Sun Jun 27 2010 21:09:41
    Evaluating symbolic arguments ....
    Done evaluating symbolic arguments.
    Time when worker started job: Sun Jun 27 2010 21:09:41
    Start time for file is: Sun Jun 27 2010 21:09:41
    /u01/VIS/visappl/fnd/11.5.0/bin/FNDLOAD &ui_apps 0 Y UPLOAD @FND:patch/115/import/afsload.lct @EAM:patch/115/import/US/eammain.ldt
    APP-FND-00124: Concurrent Manager cannot open your concurrent request's output file /u01/VIS/visappl/admin/VIS/out/o2749804.out in append mode.
    Check that the person who started the concurrent manager has privileges to create and write to files in the concurrent program's log directory. Contact your system administrator to obtain create and write privileges. (ROUTINE=AFPCRF)
    AD Worker error:
    The above program failed with error code 1.
    See the AD Worker log file and/or the program log file for details.
    Time when worker failed: Sun Jun 27 2010 21:09:42
    Please help.
    Thank you.
    Edited by: ehafizoglu on Jun 29, 2010 11:13 AM

    Hi again;
    You can also check below note which seems similar error like yours
    APP-FND-00080: Routine AFPCRF Cannot Construct the Name of Your Concurrent Request Log File Running Concurrent Program in Applications [ID 169091.1]
    Did you try to run adctrl utulity and restart worker? If no please follow:
    1. login as applmgr user
    2. source env file
    3. adctrl
    4. First check 1. Show worker status than 2. Tell worker to restart a failed job
    also be sure your applmgr user has w/r permission for /u01/VIS/visappl/admin/VIS/out path
    Regard
    Helios

  • Patch 6012619 for ATG RUP 5 --- Error - Wrong arguments for CREATESESSION

    I applied the JDeveloper patch 6012619 for my client PC.
    However, when I run any page in JDeveloper, I get the following error:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = createSession(int, String)(userid=6','380F7FE866AD318DE0440003BA44B8CA22051022541035752334259279629925'); REASON = java.sql.SQLException: ORA-06550: line 1, column 49:
    PLS-00306: wrong number or types of arguments in call to 'CREATESESSION'
    ORA-06550: line 1, column 43:
    PL/SQL: Statement ignored
    ; ERRNO = 6550;
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:974)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4709)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:703)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at OA.jspService(OA.jsp:34)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Please let me know.
    Regards,
    Murali

    fnxm86,
    and just to reiterate, its an issue with Jdev code. If you don't want to reach oracle support, you are welcome to go ahead and start debugging the JDev libraries yourself. That's not at all the impossible route, best of luck.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error after implementing SP11 Patch 5 for 7.5 MS

    After implementing SP11 Patch 5 for BPC 7.5 the SPRunConversion function (which worked find under SP07) no longer works.  Every time that the function runs an error FX-160 is generated indicating that there is No Entity selected.
    I have modified all of the applications, optimized all of the applications, and reprocessed all of the rate related dimension files.
    Has anyone else run into this issue with the stored procedure after upgrading to patch 5 on SP11?

    Hey Experts,
    other templates working fine (personell admin. personell time, organizational management, travelmngt.)!
    The templates running in the 3.5 BW....but since the update of our testsystem the e-recruiting templates give back these errors.
    We dont wanna initialize the migration of templates and other objects to 7.0 now. Maybe in a few months.
    Could it be that several (in my case the e-Recruiting Templates/Queries) 3.5 objects never be running without migration?
    Thx for your answers!!!
    kind regards,
    moriz

  • Need to download patch 5337014 for ODBC error

    Hi All,
    I am not abled to down load patch 5337014 for ODBC error .
    If you have this patch please mail me at <email address removed by moderator>
    I need it.Its very urgent

    user11691341 wrote:
    Hi All,
    I am not abled to down load patch 5337014 for ODBC error .
    Why are you not able to download it?
    If you have this patch please mail me at <email address removed by moderator>
    Anyone who provides you with that will be in violation of their MOS usage agreement.
    I need it.Its very urgentThis is a forum of peer volunteers. There is no "urgent" here.

Maybe you are looking for

  • Safari download wont..

    My dads gf used my computer and I had safari up and she downloaded an item from her email thats titled: FW-Why you never question a drunk... Now I cannot get it off my desktop because it says.. Cannot delete file: Cannot read from the source file or

  • Error while creating PO from PR

    Hi All, I am facing error "Error in Determination function of REQ " during the creation of PO from PR.Can You tell me the procedure how to check the above error in the debugging . Regards, Rajesh.

  • TAN not getting coppied to Delivery in Free Goods process

    Hi I am creating a sales Order With Standard Item TAN and entering Sub Items mannually TANN, System has allowed me to do this, but when i am creating Delivery Document,System is not takeing Higher Level Item, only considering Line items wth TANN, I h

  • Item Interface error - "The Cost of Sales Account specified is not a valid"

    A week back we migrated from 11.5.10 to 12.1.3 Since then, many items are failing in Item Interface with the error "The Cost of Sales Account specified is not a valid account or has expired in organization ITEM MASTER INV." Item Master being the 'Inv

  • How do you edit sound in multicam (cs5)

    Hi all, I always see people raving about multi cam editing for wedding speeches but on the 10 or so occasions Ive given it a try I just give up instantly due to the fact that I feel so limited in what I can do with the audio. I would use it for weddi