Oracle R12 implementation

Hi All,
I am a oracle finacncials technical guy.I am about to join a project where the client is going to implement 12R.
What would be the first stage of implementation in the functional perspective.
Which module need to be implemented first.can OM setups made without the general ledger and AR as OM depends on customers so do we need to implement AR first.ie if we want to import orders do we need to do the customer conversion first.
Are there any documents that answers queries like these.
Are there and links or documents that explain the dependencies of module setups in implementation.which explain detail steps for an implementation.
Thanks in advance.

Hi,
The implementation/user guides have the setup flow diagrams to get your answers:
http://download.oracle.com/docs/cd/B40089_07/current/acrobat/120ontig.zip
For importing (APIs/interfaces) check out the integration repository:
http://irep.oracle.com
Regards,
Gareth
Blog: http://garethroberts.blogspot.com/

Similar Messages

  • Oracle R12 Implementation - Apps DBA Role

    Hi All,
    I have been asked to work on R12 Implementation project. I do not have prior experience on Implementation of Oracle Apps.
    I have done R12 upgrade and other general Apps DBA maintenace activities.
    Kindly let me know what would be the activities, roles and responsibilities of Apps DBA during Implementation. I want to get an idea about the activities involved in oralce Apps Implementation.
    Regards
    Sridhar M

    I have been asked to work on R12 Implementation project. I do not have prior experience on Implementation of Oracle Apps.
    I have done R12 upgrade and other general Apps DBA maintenace activities.
    Kindly let me know what would be the activities, roles and responsibilities of Apps DBA during Implementation. I want to get an idea about the activities involved in oralce Apps Implementation.https://forums.oracle.com/forums/search.jspa?threadID=&q=Apps+AND+DBA+AND+Tasks&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Apps+AND+DBA+AND+Activities&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Oracle EBS r12 - Implementation v/s Installation

    Helllo,
    I was wondering if there is any way in Oracle r12 to figure out following without having any need to contact those imperialistic Oracle salesreps?
    1. How many modules are installed
    2. How many modules are licensed
    3. How many modules are actually implemented and under use.
    Is there anyway I can find above information by looking at tables or configuration ? I tried querying FND_PRODUCT_INSTALLATIONS and it only seems to be addressing #1 from above.
    Thanks,
    Darsh

    Please see the following docs (which are applicable to R12 as well).
    How to Find Out Product Installation Information in Oracle Applications? [ID 1275690.1]
    How to Establish if a Product is Installed in e-Business Suite 11i [ID 420648.1]
    For license details, please contact your Oracle Sales representative.
    Thanks,
    Hussein

  • Oracle EBS R12 implementation scenarios

    Dear All,
    We have below 3 different scenarios, please give your comments/suggestions; keep in mind client wants cheeper solution.
    HP DL580 G5 servers will be used with 64bit Redhat Linux 5.0 on all scenarios.
    Scenario 1:)
    Oracle EBS R-12 implementation with RAC & Load Balancer
    Required H/W - 8 Server (4 Production & 4 UAT / Development), Hardware Load balancer
    Software - RHEL 5.0 OS
    Licenses - Oracle RAC
    Advantages – High Availability solution, Redundancy
    Disadvantages – Specialized network administrator required for load balancer management, Complex System and costly
    Scenario 2:)
    Oracle EBS implementation with Active Passive mode / fail safe
    Required H/W - 8 Server, 4 Production (2 active & 2 passive) & 4 UAT / Development as replica of production environment
    Software - RHEL 5.0 OS & Cluster software on OS Level clustering
    Licenses – OS Cluster from Red Hat
    Advantages – OS Level clustering is cheaper compared to Oracle RAC
    Disadvantages – 2 Servers will used as Passive will not be optimally utilized they will only come into play when primary servers fail.
    Scenario 3:)
    Oracle EBS implementation Dual tier (DB & APPS)
    Option – I (Active + Active)
    Required H/W – 2 Servers for production and 2 UAT / Development as replica of production environment
    Software – RHEL 5.0 OS & Cluster software on OS Level clustering
    Licenses - OS Cluster from Red Hat
    Advantages – All the servers are optimally utilized
    Disadvantages -if one of the servers fails you might experience performance issues as both application and database services run on one node till server that failed is brought live.
    Option – II (Active / Stand BY)
    Required H/W - 2 Servers for production and 2 UAT / Development as replica of production environment, 2 server of UAT will be configured for stand by
    Software – Oracle data guard
    Licenses – oracle data guard
    Advantages – Simple configuration and easy to maintain when compared to RAC and OS clustering
    2) Will not experience performance problems when one of the primary fail .This is achieved by shutting down UAT or test instances till the issue on primary server is addressed
    Disadvantages - Sudden spike in load cannot be addressed since load balancing feature is not available.
    Best Regards,

    Scenario 1:) Oracle EBS R-12 implementation with RAC & Load Balancer
    When designing for "High Availability", this is quite a common infrastructure. It is pretty straightforward, though you are right, you need additional skills in managing RAC and Network. On the other hand, most larger companies have load balancers operational already. RAC may be expensive, however, if you want availability, it is what you will have to pay for, if you really cannot afford any downtime. Consider RAC when either of the following will be answered "No"
    1) Can your customer really not afford more (unplanned) downtime than 20 minutes.
    2) Is the maximum size of your hardware (single node database tier) sufficient to handle the amount of concurrent users in peak and will it be able to handle the expected growth for the next 12 months.
    If either of the above questions answers no, consider RAC. Otherwise, one of the two alternative scenarios will probably be better.
    Scenario 2:) Oracle EBS implementation with Active Passive mode / fail safe
    This scenario requires additional skills as well: OS Cluster Administration skills. The main advantage in this situation is that the architecture in which EBS has to operate is quite simple. No clustering (EBS will operate on one db node and one appnode). Issues you might encounter: If dbnode fails, what will your appnode do? Will it have to be restarted? What about downtime in such a case? How much can you afford (see scenario 1). You will end up with some 'dirty' data in your database (concurrent manager). It might be necessary to clean that out first.
    Another question to answer is how much do you trust your hardware/os. If it (almost) never failed on you for the past years, why would it be different in this situation. Having an active/passive cluster can be a costly architecture as well (half of your capacity being passive...)
    Scenario 3:) Oracle EBS implementation Dual tier (DB & APPS)
    Option – I (Active + Active)
    I suspect you mean to establish a cluster that runs database package on node 1 and application package on node 2, each of them having the other node as failover node. In this situation, you will definitely encounter a performance degradation, but this can be managed by oversizing each of the nodes and/or defining a threshold for performance degradation and keeping this in mind when sizing the hardware. You would still need the cluster managing skills, though.
    Option – II (Active / Stand BY)
    This option will deliver you more High Availability, because this is a truly disaster resilient solution. Dataguard will duplicate the database, taking away the Single Point Of Failure(SPOF), which the database is in all previous scenarios. You should keep in mind though that the UAT environment will be affected by the standby database activity (not very much, but nevertheless). You will need additional skills, like Dataguard administration skills. I could argue about your statement that it will be easy to maintain, compared to RAC. However, like I said in my comments about Scenario 2, the operational architecture for EBS is quite simple in this architecture as well. Consider the implications on the application tier when your database switches/fails over to the standby.
    Conclusion: There is no yes/no to each of the proposed scenarios. You will have to discuss with your customer to find out what the requirements are on a business level and translate them to an IT solution.
    The solution should meet the needs for which it is realized and the people should be able to manage/maintain the solution. Additionally, the investment should be in line with the solution the customer requires.
    Regards,
    Arnoud Roth
    Oracle E-Business Suite Technical Architect
    Inter Access
    The Netherlands

  • Oracle OUM Templates for E-Business R12 Implementation

    Hi,
    I need quickly an example of the following OUM Templates of a eBs R12 Implementation:
    -AN-010
    -RD-011
    -RA-040
    Can someone send this to [email protected]
    Thanks!

    Hi;
    See http://oracleebusinesssuite.wordpress.com/ which could be helps you
    Regard
    Helios

  • AP Check Printing in Oracle R12

    AP Check printing in Oracle R12 has changed significantly. Although there are many resources available, I still had to struggle to gather all of the necessary information. Now that we have implemented our solution, I have put together a blog to help everyone. Please visit this blog and provide your comments.
    http://ora12apps.blogspot.com/
    Thanks
    Rajeev

    AP Check printing in Oracle R12 has changed significantly. Although there are many resources available, I still had to struggle to gather all of the necessary information. Now that we have implemented our solution, I have put together a blog to help everyone. Please visit this blog and provide your comments.
    http://ora12apps.blogspot.com/
    Thanks
    Rajeev

  • Oracle R12 Advice needed

    I am implementing project on oracle R12 the implementation for six company's five working company and the sixth is a holding company
    I have two approach one is to use one set of book for six operating unit! Which I will lose the security that notice from my humble experience on R 11.5i
    And the second approach is to use multi set of book with the same chart of account structure and other book for consultadtion using mapping fetcher
    Please not that intercompany transaction is available, and each company has its own income statement and balance sheet is it right to have this structure
    One BG 'business group'
    Six legal entity
    Six OP
    And innovatory organization
    Asset organization
    Please advice
    Samer Dweik
    [email protected]
    00962795614430

    If you are in the US you probably want all the transacting LE in the same ledger represented by a company code/Balancing Segment Value.
    Check this out for some discussion on the topic.
    http://davidhaimes.wordpress.com/2007/12/11/can-i-assign-an-operating-unit-to-2-legal-entities/
    http://davidhaimes.wordpress.com/2007/11/21/how-do-i-define-my-legal-entities/

  • Oracle R12 HCM to SCM Key Integration Points Best Practice Documentation

    My client is implementing Oracle R12 HCM and SCM modules on a Single Global Instance and would like to know if there are any key integration points or best practice documentation.
    Impacted Scenario’s include:
    1.     Multiple Business Groups
    2.     Retiree Business Groups
    3.     Ex-Pats
    4.     Return to Workers (Payroll vs Pension)
    Thank you,
    Steve

    My client is implementing Oracle R12 HCM and SCM modules on a Single Global Instance and would like to know if there are any key integration points or best practice documentation.
    Impacted Scenario’s include:
    1.     Multiple Business Groups
    2.     Retiree Business Groups
    3.     Ex-Pats
    4.     Return to Workers (Payroll vs Pension)
    Thank you,
    Steve

  • Oracle R12 which port to be open

    Hi,
    I will install Oracle R12 , But Security team asking what are the port need to be open for Implementation Purpose.
    Regds
    Murali

    Refer to the database/application context files, all used ports are listed there.

  • Distributed Oracle Application implementation

    Dear all
    I am EBS technical consultant and I am working on SOA and have distributed Oracle Application implementation, Please consider the scenario and suggest me and idea.
    Assume
    1. We have 2 Oracle Application R12 (EBS-1, EBS-2) installed at 2 different remote locations, network disconnection may be broken in this network.
    2. User always work on (EBS-1 installed at Head office) and only work on EBS-2 (installed local) in case network connection is lost to connect with EBS-1.
    EBS-2 is a replica of EBS-1 when installed first time.
    Scenario
    Last inventory Item ID is 5444 at EBS-1
    Last inventory Item ID is 5444 at EBS-2
    user created new item at EBS-1
    Last inventory Item ID is 5445 at EBS-1
    Last inventory Item ID is 5444 at EBS-2 (No new item created)
    Now User can not access EBS-1 and now start working on local EBS-2 and take following steps.
    create new item at and now inventory item id is 5445. and create misc receipt to this newly created item.
    Now EBS-2 installed at head office is available and now transaction made at EBS-2 need to be transferred at head office, and what about inventory item id, 5445 is already created at EBS-1 how and i have to import item and misc receipt, inventory item will be different how can i load misc receipt transaction.
    Please help.
    1. Can I solve this issue by using BPEL process. ? or
    2. this type of integration is not possible in Oracle E Business suite.
    3. Oracle Application will not work in Distributed environment.
    please suggest me.
    Thanks
    Aamir

    Dear expert !
    I have a similar question but the scenario is somewhat different.
    The are two separate organizations and both have implemented EBS (Vision 1 and 2). they both are under third organization (vision A). for numerous business processes, both vision 1 & 2 get their approvals from vision A. Moreover, inventory and master data is required to be sync in all three.
    vision A
    ^ ^
    v v
    vision 1 vision 2
    In some instances, a sub organization from vision 1 can be placed under vision 2, thus requiring movement of its relevant data from vision 1 to 2.
    the scenario implies that all three organizations are running an EBS instance which is a legacy for the other.
    can we achieve this integration?
    Please do let me know if I am unable to explain the use case.
    best regards

  • Need help for learning how to develop interfaces for Oracle R12 EBS

    Hi all,
    I need to learn how to create interfaces in PL/SQL for Oracle R12 EBS Financials. I cannot find a good starting point for the documentation and examples to help me get started in this area. Would appreciate tips
    for this area.

    Hi,
    What kind of interfaces you are planning to develop?
    Oracle already provides list of APIs that can be used (in R12, it is responsibility).
    Oracle Integration Repository Documentation Resources Release 12 [ID 396116.1]
    Oracle Integration Repository
    http://irep.oracle.com/index.html
    If those APIs do not satisfy your requirements, you can refer to "Oracle Applications Developer" guide as well as SQL-PL/SQL guides.
    Applications Releases 11i and 12
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    Database Documentation -- SQL-PL/SQL
    http://www.oracle.com/technetwork/database/enterprise-edition/documentation/index.html
    Thanks,
    Hussein

  • How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12

    Dear All,
    How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12.
    My Requirement is to develop RTF Template and geneate Excel output in Multiple sheet.
    plz guide me on this..
    thnx
    Khushal

    plz see
    BI Publisher: How to create Multisheet in Single Excel file using Excel Template [ID 1352000.1]
    for r12 you can use excel template
    i think it more appropriate for excel output

  • How to Configure a oracle R12 with RAC on two different  system .

    I have one laptop and one desktop
    Laptop----
    on laptop I have install vmware 8
    Host OS --win7
    Guest OS---linux 4
    Desktop ---
    On Desktop I have install Vmware 8
    Hosts OS --- Win XP
    Guest OS ---Linux 4
    Plz suggest How configure oracle R12 with RAC using both system .

    Hussein Sawwan wrote:
    on laptop I have install vmware 8
    Host OS --win7
    Guest OS---linux 4
    Desktop ---
    On Desktop I have install Vmware 8
    Hosts OS --- Win XP
    Guest OS ---Linux 4
    Plz suggest How configure oracle R12 with RAC using both system .If you want to configure RAC, then you must have the same OS installed on all RAC nodes -- See (RAC: Frequently Asked Questions [ID 220970.1], Does Oracle Clusterware or Oracle Real Application Clusters support heterogeneous platforms?) for details.
    Once you have the same OS, please refer to:
    Oracle E-Business Suite Release 12 High Availability Documentation Roadmap [ID 1072636.1]
    Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12 [ID 388577.1]
    Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 [ID 823587.1]
    Thanks,
    HusseinHi Hussein,
    For Rac I am using both same OS (linux 4) for both nodes .
    Plz suggest its possible to install two nodes on different machine(diiferent virtual machine on different system ) .Can communicate both machine without any problem if its possible plz provide links.

  • Relink Error oracle r12 on windows

    error while relink oracle r12 on windows
    with the following error
    An error occurred while relinking application programs.
    Creating import libraries for FND
    Creating import library APPR60UE.lib on Sun Mar 18 02:03:43 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2877: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:729: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2924: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:1310: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    gnumake: `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/APPR60UE.lib' is up
    to date.
    Done with creating import library APPR60UE.lib on Sun Mar 18 02:03:43 EST 2012
    Creating import library CMDCART.lib on Sun Mar 18 02:03:43 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2877: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:729: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2924: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:1310: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    gnumake: `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/CMDCART.lib' is up
    to date.
    Starting link of fnd executable 'APPR60UE.dll' on Sun Mar 18 02:03:46 EST
    2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/APPR60UE.map
    -NODEFAULTLIB -MACHINE:IX86 -NOLOGO -SUBSYSTEM:CONSOLE -DLL
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/APPR60UE.dll
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/APPR60UE.exp afsfld.obj
    fdxext.obj fdxidk.obj fdxidr.obj fdxsqk.obj fdxsqr.obj xitdas.obj fduxit.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/xitsrw.obj
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/xirfnd.obj
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdxsrw.obj
    E:/oracle/VIS/apps/apps_st/appl/po/12.0.0/lib/xirpo.obj
    E:/oracle/VIS/apps/apps_st/appl/fa/12.0.0/lib/xirfa.obj \
    E:/oracle/VIS/apps/apps_st/appl/ar/12.0.0/lib/xirar.obj
    E:/oracle/VIS/apps/tech_st/10.1.2/reports/userexit/uez.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDXIT.lib
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FND115W.lib \
    E:/oracle/VIS/apps/apps_st/appl/pay/12.0.0/lib/payst.lib
    E:/oracle/VIS/apps/apps_st/appl/fa/12.0.0/lib/fast.lib
    E:/oracle/VIS/apps/apps_st/appl/ff/12.0.0/lib/FF.lib
    E:/oracle/VIS/apps/apps_st/appl/po/12.0.0/lib/PO.lib
    E:/oracle/VIS/apps/apps_st/appl/inv/12.0.0/lib/INV.lib \
    E:/oracle/VIS/apps/apps_st/appl/gl/12.0.0/lib/GL.lib
    E:/oracle/VIS/apps/apps_st/appl/wip/12.0.0/lib/WIP.lib
    E:/oracle/VIS/apps/apps_st/appl/alr/12.0.0/lib/alrst.lib
    E:/oracle/VIS/apps/apps_st/appl/alr/12.0.0/lib/alstub.obj \
    E:/oracle/VIS/apps/apps_st/appl/eng/12.0.0/lib/ENG.lib
    E:/oracle/VIS/apps/apps_st/appl/dt/12.0.0/lib/dtst.lib
    E:/oracle/VIS/apps/apps_st/appl/mrp/12.0.0/lib/MRP.lib
    E:/oracle/VIS/apps/apps_st/appl/bom/12.0.0/lib/BOM.lib
    E:/oracle/VIS/apps/apps_st/appl/ar/12.0.0/lib/AR.lib \
    E:/oracle/VIS/apps/apps_st/appl/eng/12.0.0/lib/ENG115W.lib
    E:/oracle/VIS/apps/apps_st/appl/gl/12.0.0/lib/GL115W.lib
    E:/oracle/VIS/apps/apps_st/appl/inv/12.0.0/lib/INV115W.lib \
    E:/oracle/VIS/apps/apps_st/appl/wip/12.0.0/lib/WIP115W.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/APPR60UE.dll]
    Error 128
    Done with link of fnd executable 'APPR60UE.dll' on Sun Mar 18 02:03:46 EST
    2012
    Relink of module "APPR60UE.dll" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'CMDCART.dll' in product fnd ...
    Removing any existing temp directory
    rm -rf temp
    creating the temp directory
    mkdir temp
    changing permissions for the temp directory
    chmod 777 temp
    Getting the object file names for this CMDCART.dll
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    cmdcart.LIST
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    Extracting objects from the library
    ar -xv -F coff E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fndst.lib
    afplog.obj
    x - afplog.obj
    Creating temporary function list, if required.
    echo
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll
    Starting link of fnd executable 'CMDCART.dll' on Sun Mar 18 02:03:46 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.map
    -NODEFAULTLIB -MACHINE:IX86 -NOLOGO -SUBSYSTEM:CONSOLE -DLL
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/afpsmcrt.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/CMDCART.exp
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll]
    Error 128
    Done with link of fnd executable 'CMDCART.dll' on Sun Mar 18 02:03:46 EST 2012
    Relink of module "CMDCART.dll" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'CONCSUB.exe' in product fnd ...
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.exe
    Starting link of fnd executable 'CONCSUB.exe' on Sun Mar 18 02:03:46 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdpocr.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.exe]
    Error 128
    Done with link of fnd executable 'CONCSUB.exe' on Sun Mar 18 02:03:46 EST 2012
    Relink of module "CONCSUB.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'FDULONG.exe' in product fnd ...
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.exe
    Starting link of fnd executable 'FDULONG.exe' on Sun Mar 18 02:03:46 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdulong.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.exe]
    Error 128
    Done with link of fnd executable 'FDULONG.exe' on Sun Mar 18 02:03:46 EST 2012
    warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fdfcmp.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fdfcmp.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdfcmp.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fdfcmp.exe]
    Error 128
    Done with link of fnd executable 'fdfcmp.exe' on Sun Mar 18 02:03:54 EST 2012
    Relink of module "fdfcmp.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'fndcpesr.exe' in product fnd ...
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe
    Starting link of fnd executable 'fndcpesr.exe' on Sun Mar 18 02:03:54 EST
    2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdpesr.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe]
    Error 128
    Done with link of fnd executable 'fndcpesr.exe' on Sun Mar 18 02:03:54 EST
    2012
    Relink of module "fndcpesr.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Done with link of product 'fnd' on Sun Mar 18 02:03:54 EST 2012
    adrelink is exiting with status 1
    End of adrelink session
    Date/time is Sun Mar 18 02:03:54 EST 2012
    Rebase DLLs in AU_TOP/bin and copy DLLs back to PROD_TOP/bin
    Copy DLLs of ALR to E:/oracle/VIS/apps/apps_st/appl/alr/12.0.0/bin
    Copy DLLs of AP to E:/oracle/VIS/apps/apps_st/appl/ap/12.0.0/bin
    Copy DLLs of AR to E:/oracle/VIS/apps/apps_st/appl/ar/12.0.0/bin
    Copy DLLs of BOM to E:/oracle/VIS/apps/apps_st/appl/bom/12.0.0/bin
    Copy DLLs of CRP to E:/oracle/VIS/apps/apps_st/appl/crp/12.0.0/bin
    Copy DLLs of DT to E:/oracle/VIS/apps/apps_st/appl/dt/12.0.0/bin
    Copy DLLs of ENG to E:/oracle/VIS/apps/apps_st/appl/eng/12.0.0/bin
    Copy DLLs of FA to E:/oracle/VIS/apps/apps_st/appl/fa/12.0.0/bin
    Copy DLLs of FF to E:/oracle/VIS/apps/apps_st/appl/ff/12.0.0/bin
    Copy DLLs of FND to E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin
    Copy DLLs of GL to E:/oracle/VIS/apps/apps_st/appl/gl/12.0.0/bin
    Copy DLLs of INV to E:/oracle/VIS/apps/apps_st/appl/inv/12.0.0/bin
    Copy DLLs of MRP to E:/oracle/VIS/apps/apps_st/appl/mrp/12.0.0/bin
    Copy DLLs of GMA to E:/oracle/VIS/apps/apps_st/appl/gma/12.0.0/bin
    Copy DLLs of PAY to E:/oracle/VIS/apps/apps_st/appl/pay/12.0.0/bin
    Copy DLLs of PO to E:/oracle/VIS/apps/apps_st/appl/po/12.0.0/bin
    Copy DLLs of WIP to E:/oracle/VIS/apps/apps_st/appl/wip/12.0.0/bin

    Do you have any suggestion about that error
    i want to start the application as soon as possibleWhat version of gnumake/make you are using? Make sure you use the one mentioned in (Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]), under "GNU Make (Shareware)" section.
    Thanks,
    Hussein

  • Excise invoice wise accounting Details in Oracle R12.1.3

    Hello,
    I am searching excise invoice wise accounting Details in Oracle R12.1.3. If possible, please help.
    Regards,
    Prakash
    +91 9818805999

    PDF requires the font be registered correctly, since it is not appearing you have missed something in your configuration.
    The most common error is the font family name does not exactly match the font name in Word. (Open the font on your PC and the name is present there also.)
    You can use the xdodebug.cfg troubleshooting method,  then see what error appears in the xdo.log when the font is accessed.
    See the following note for xdo.log:
    Note 364547.1 : Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite
    Thank you
    Eugen

Maybe you are looking for

  • Quicktime won't work or update

    I was starting to use a piece of software that uses Quicktime and it said it would not work. It is for Olympus camera and it has worked in the past but it has been since December since I used it. I believe it is QT 5 that came with the software. I tr

  • What happened to the Adobe file dialog in CS4?

    Am I missing something or is the adobe open file dialog gone in CS4? I loved the ability to assign favorite folders on the left margin since I have so many files and drilling down into folders is such a repetitive chore! What happened? Also, don't kn

  • Cycle through Pages/Keynote document windows

    Hello, I face an annoying problem when I work with multiple documents in pages or keynote. OSX shortcut to flip through open windows within hte same app is command-< Well, at least in my system, iWork apps don't recognise this and zoom-out instead. I

  • Graph plot colour dependent on x axis

    Dear Labview forum, I would like to plot a graph in which the plot colour is dependent on the x axis value. Eg I have a power vs frequency graph and would like the plot colour to be say green for a certain frequency range, yellow for another range, a

  • Creating a template for multiple forms

         Is it possible to create a template to use in multiple forms Thanks Roger