Error in concurrent programs (clone environment)

Hi experts

We have a clone of our production environment (EBS 12.1.1) on HP - UX

but when we run a simultaneous program like a report, we get this error in the simultaneous program log output:

+-----------------------------

| Starting the competitor program...

+-----------------------------

Arguments

------------

RFQ_NO = '20001470'

OTHER_RFQ = 'Y '.

------------

NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are:

American_America.AR8MSWIN1256

'.,'

stat_low = 9

stat_high = 0

EMSG: led by signal 9

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "nnftboot" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "nnfoboot" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "nnfoboot" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "nnfhboot" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "nnfhboot" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "nnflboot" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "nttini" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "ntusini" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "ntpini" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

/usr/lib/hpux32/DLD.so: symbol of dissatisfied with code "ntzini" to load the module ' / SAN1/UAT/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.

+---------------------------------------------------------------------------+

Beginning of the FND_FILE log messages

+---------------------------------------------------------------------------+

+---------------------------------------------------------------------------+

End of the FND_FILE log messages

+---------------------------------------------------------------------------+

Program ended by signal 9

Competitor Manager encountered an error when executing Oracle * report for your concurrent request 5949043.

Review your output request file competitor newspaper and/or report for more information.

I solved the problem like that in the management of the before forms.

but I don't understand what is happening to it.

Please note that we have 2 TEST instance like this in servers and on other users and the paths

all of them are working properly

so I guess he can't miss library or prerequisites before installing the OS.

Hello world

I solved my problem by correcting some invalid link and run the adcfgclone script again.

Best regards

Tags: Oracle Applications

Similar Questions

  • I/o Error: Cannot run program "C:\Program": error CreateProcess = 87 using ant

    Hi guys,.

    I'm trying to build my console application using Ant. It is a part of my build.xml

       
    
            
            
                
                
            
        
    
        
            
                
            
            
            
        
    

    When I try to "build Ant" I get this error returned:

    I/o Error: Cannot run program "C:\Program": error CreateProcess = 87, the parameter is incorrect

    referring to this line:

    
    

    I tested the names of directory and environment variables all (the variable

    ${46.jde.home}
    

    too) is set correctly, but the error is still there... How could I solve this problem?

    Thank you very much

    Sometimes, the length of the path give birth this error but I have not seen in a while. I ended up installing most of my OCD: \RIM apps to avoid path issues all together.

  • Create a new responsibility to run a concurrent program

    Hi, I have a very basic question. I wrote a simultaneous program in Java, I want to create a new responsibility and assigned the roles/function so that the user can access and execute my competitor Java program.
    I am new to EBS so I don't have an idea how to do this. Please let me know if there is a guide that provides steps to create a responsibilities, roles/functions and then access my simultaneous Java her program.

    Also generally provide fixes for the changes we make in the EBS environment. For once I create roles and responsibilities and how to create a patch for my changes so that they can be applied to other EBS environments.

    My data from the environment are:
    EBS - 12.1.3
    DB - Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    OS - Linux < host_name > 2.6.9 - 89.0.0.0.1.ELhugemem #1 SMP Tue May 19 04:38:38 EDT 2009 i686 i686 i386 GNU/Linux

    Thank you!

    Oracle guides are available here. Refer to the guide to the system administrator for details on accountability, simultaneous program etc..

    http://docs.Oracle.com/CD/E18727_01/NAV/technology.htm

    In addition links below might be useful.

    http://docs.Oracle.com/CD/E18727_01/doc.121/e12843/T156458T156461.htm
    http://www.in-Oracle.com/Oracle-Apps/11i/create-responsabilities-apps.php
    http://www.exforsys.com/tutorials/Oracle-Apps/Oracle-Apps-sys-admin-users-and-responsibilities.html
    http://my.safaribooksonline.com/book/databases/Oracle/9781849684842/making-a-concurrent-program-available-to-a-user/id286752990
    http://Oracle.anilpassi.com/Java-concurrent-programs-in-Oracle.html
    http://erpschools.com/articles/concurrent-program-registration-and-add-it-to-request-group

    Thank you
    Shree

  • Helping define a new concurrent program using parameters

    I wrote a very simple sql script and I want to save it as a simultaneous Oracle program. I have included a parameter field in the sql script to allow the entry of a value to determine the number of days prior to the script. The script runs correctly in SQL * Plus, but when I try to record it as a competitor Oracle program I get the following errors below:
    This works in SQL* PLUS
    
    SELECT emp_id, amount
    FROM tblSalaries
    WHERE hire_date > SYSDATE-&Days;
    
    Enter value for Days: 7
    old    3: hire_date > SYSDATE-&Days
    new  3: hire_date > SYSDATE-7
    
    And it provides my results....
    Although when I save this as a simultaneous program and set the configuration setting and run the simultaneous program and enter the number in the parameter field, work ends with an ERROR with the following:
                                                                                                             
    Enter value for Days: EXEC FND_CONC_STAT.COLLECT;
    hire_date > SYSDATE-EXEC FND_CONC_STAT.COLLECT; and
                                        *
    ERROR at line 3:
    ORA-00933: SQL command not properly ended 
    If I put single quotes around '& days', in line 3, I get a different error:
    ERROR at line 3:
    ORA-01722: invalid number 
    Do you know what could be the problem?
    Thanks for the review!

    Hi intertwine.

    Try using 1 & instead of & days in your SQL * more script. In this way, it will be recognnized as the first parameter provided from the concurrent program execution window. It will be useful.

    Kind regards.

  • Error while unpacking program, Code2, please communicate with the author - error message occurs whenever I open my computer

    Whenever I open my computer, I received a message that says 'Error when unpacking program, Code 2, please contact the author'.  It slows me down using my computer and I really have no idea what it is.  I did research in the internet which causes some possible for this error message and I think it's regarding my Windows Update I must have clicked on last week.  Help, please! I really want this message to go.

    Thank you.

    Hi KrystleRivera,

    ·         Did you the latest changes on the computer before this problem?

    ·         When the question began?

    ·         What version of the operating system is installed on the computer?

    I suggest you follow these methods.

    Method 1:  Start the computer in safe mode with network and check if the problem persists.

    http://Windows.Microsoft.com/en-us/Windows7/advanced-startup-options-including-safe-mode

    If the problem does not persist in SafeMode with network, perform a clean boot to see if there is a software conflict as the clean boot helps eliminate software conflicts.

    Note: After the boot minimum troubleshooting step, follow step 7 in the link provided to return the computer to a Normal startupmode.

    Method 2: Temporarily disable the security software .

    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Reference: http://windows.microsoft.com/en-us/windows7/Optimize-Windows-7-for-better-performance

  • Error loading c:\program files\arcadeweb\arcadeweb32.dll at startup

    Original title: error loading c:\program files\arcadeweb\arcadeweb32.dll

    I get the error message (error loading c:\program files\arcadeweb\arcadeweb32.dll) I click ok and it goes away, but returns the next time I bring my computer.  Place UN til yesterday, I received the message for rundll.  What should I do?

    Hello

    1 how long have you been faced with this problem?
    2. don't you make changes on the computer before this problem?

    Step 1: If you have ArcadeWeb program installed on the computer, and then reinstall that program and check.

    Step 2: Alternatively, you can try to perform the clean boot on the computer to resolve this problem.

    From your computer by using a minimal set of drivers and startup programs so that you can determine if a background program is interfering with your game or program. This type of boot is known as a "clean boot".

    Reference:

    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    1. click on start and then click Run.
    2. type msconfig and click OK.

    The System Configuration Utility dialog box appears.

    3. click on the tab general, click Normal Startup - load all services and device drivers and then click OK.
    4. When prompted, click on restart to restart the computer.

  • Error message "a program could not start. Please try again"when I try to send Remote Assistance invitation.

    original title: Remote Assistance does not work

    Win XP PRO SP3

    Question #1:

    When you try to send an invitation to support remote I get an error message "a program could not start. Please try again. »

    This error pops up before even the invitation is created, so the problem is with the creation of the invitation and not with problems of subsequent connection between the computers. The invitation is never created. This happens on several computers I own or maintain.

    The event log records all errors when this happens.

    I searched for hours all over the Internet and a lot of people seem to have this problem. Some it is resolved, for the most part, they needed to start a service, but the cause of their problem is not the same as mine.

    After restarting the computer, sometimes the invitation creation works fine.

    Other DIY suggests when the problem appears it can be corrected by running the command 'sessmgr-service' in a command line window. After executing this line it seems that the problem is resolved.

    What I find disconcerting is that Sessmgr.exe is the service Remote Desktop Help Session Manager that was already running, but for some unknown reason runs this line made work again right. I'll have to experiment more.

    Is it possible to debug and fix this?

    Question #2:

    When I can finally send an invitation it will work on the local network but not on the Internet. I can't connect to the Internet.

    I'm looking at the structure and the content of the invitation to http://msdn.microsoft.com/en-us/library/cc240167(v=prot.10).aspx
    In the example given here, as in the generated invitations in my experiences, the invitation contains only the LAN IP addresses (with port number) but no global address.
    RCTICKET =... 192.168.1.65:3389; Jeff: 3389

    How the computer expert is supposed to understand the global address to which it should connect is a mystery to me.

    How can I get Remote Assistance to work on the Internet?

    Hello

    The issue of Windows XP, you have posted is better suited for the IT Pro TechNet public. Please ask your question in the TechNet forums for assistance.

    Hope the helps of information.

  • Error in Windows XP by day make saying "RUNDLL error loading C\:Program Files\Fichiers Files\ParetoLogic\UUS2\UUS.dll"

    At 18:00 every day, I receive an error message that says: RUNDLL error loading C\:Program Files\Common Files\ParetoLogic\UUS2\UUS.dll the specific module could not be found.  I use Windows XP.  What is this and how can I solve this problem?  It does not seem to affect what anyone, I don't know, but I know it shouldn't be the case and would like to fix.

    I think they already know about this issue (and how to fix it) to ParetoLogic:

    http://www.utilitysoftwarereviews.com/how-to-remove-ParetoLogic-uusdll-error-message/

  • My Cookie file was corrupted in data and my programs continually pop up with the 'corrupt file' error when a program opens, pointing to \Users\name\Appdata\Roaming\Microsoft\Windows\Cookies.

    My Cookie file was corrupted in data and my programs continually pop up with the 'corrupt file' error when a program opens, pointing to \Users\name\Appdata\Roaming\Microsoft\Windows\Cookies.

    The problem is, Chkdsk will not fix this, and I can't access the file. This opens up a world of problems when I need to fix this error, so I can upgrade to Windows 7. Help, please!

    I just ran the scan again. He said of the errors found, but could not be repaired.

    This problem actually has nothing to do with internet explorer. It's the cookies folder that is corrupt in the Windows folder in roaming. The error file is in conjunction with the programs, that I try to run (AIM, Skype, so forth). Trying to enter the folder it says it's corrupt. I don't know what is the root of the problems or how to solve this problem, but these measures have not helped so far. Regarding the repair, I will try that next.

    http://Tinypic.com/view.php?pic=14mw4ly&s=4

    Here is a picture. This is the error of the lower right

    It's what the tool SFC to see system files corrupted and try to repair the system files.
    SFC could not fix it.

    Looks like you will need to do this:

    http://www.Vistax64.com/tutorials/88236-repair-install-Vista.html

    Read the info on the link above.

    Good luck with it.

    Let us know how you go with it.

    See you soon.

    Mick Murphy - Microsoft partner

  • "Error while unpacking program, code 2" Please report to the author"Dragon 11 naturally speaking

    What does the error code "error while unpacking program, code 2" Please report to the author"means.  I started getting this error message yesterday, and there is some software that I can't receive now.

    Thank you!

    OK, here goes... my understanding is that you remove the update of microsoft KB2533623

    To remove this update of Windows KB2533623, follow the steps below:

    1. Click on "start > Control Panel > programs and features.
    2. Click on the link "View installed updates" on the left side of the window.
    3. Locate the update ' update for Windows Vista for x 64-based systems (KB2533623).
    4. Select the KB2533623 update and then click on the "Uninstall" button
    5. Once the update has been removed, restart the computer.

    It worked for me, BUT the charge is upgraded every time I restart so do not forget to turn off the automatic updates OR delete KB2533623 every time.

  • popup message each startup (boot) - error while unpacking program, code 2.

    I have two messages popup one after the other, after each startup (boot)... it appeared after by mistake, you tap install updates day & shutdown, at first men... Please bear in mine, I have not upgraded to SP2 now have SP1... I think the required updates SP2... sometimes to invite me to install SP2, but refused.

    VISTA Ultimate 64-BIT

    1 MESSAGE POPUP
    "Error while unpacking program, code 2" Please report to author. »

    2ND MESSAGE POPUP AFTER CLOSE FIRST POPUP
    "An error occurred when loading library commonforms.dll::RegisterWindow

    It may have been removed. Please reinstall the Application. If the problem persists contact technical support. »

    Hello

    Have you made changes on the computer before this problem?

    I would suggest trying the following methods and check if it helps.

    Method 1:

    Put the computer in a clean boot state, then check if that helps you.

    How to solve the problem by running the clean boot in Windows Vista:
    http://support.Microsoft.com/kb/929135

    Note: Once you have completed troubleshooting, perform the steps in the step 7: to reset the computer as usual.

    Method 2:

    Run the Microsoft Safety Scanner and check if there are any threats found.

    Microsoft safety scanner: http://www.microsoft.com/security/scanner/en-us/default.aspx

    Note: If no threat found check if the file is necessary or not, then delete it.

    Also make sure that the popup is secure and then install if necessary. Windows updates are all secure and this is only the computer and Windows manufacturer. Optional updates are the manufacturer of the computer and the manufacturer of the application that you have installed. Important updates are Microsoft and it must be installed. I also suggest you try to install Service pack 2 on your computer and check if that helps.

    Learn how to install Windows Vista Service Pack 2 (SP2):

    http://Windows.Microsoft.com/en-us/Windows-Vista/learn-how-to-install-Windows-Vista-Service-Pack-2-SP2

    Hope the information is useful.

  • I get this error "error while unpacking program, Code 2. Contact the author' when playing downloaded games

    I get this error 'ERROR WHILE UNPACKING PROGRAM, CODE2, PLEASE CONTACT the AUTHOR' whenever I try to play a PC download game, either from MSN or from Big Fish Games. I ran Spybot, Ad Ware, Malaware and a registry cleaner but the same error. What is going on?

    Hello

    If you have installed a security software on the computer, then I suggest you try to disable temporary and check to see if the same problem happens. Make sure that you enable security software back once the diagnosis is made to prevent the computer from virus attacks.

    http://Windows.Microsoft.com/en-us/Windows-Vista/disable-antivirus-software

    If this does not help, then try to do a system restore to the previous point and check if it helps:

    http://Windows.Microsoft.com/en-us/Windows-Vista/system-restore-frequently-asked-questions

    It will be useful.

  • __lost my photo of microsoft program when I tried to download the upgrade essentials - error loading C\program can windows live \photo gallery\WLXphoto Gallery\WLXPhotoViewer.dll

    Original title: __lost my microsoft photo program when I tried to download the upgrade to essentials

    I tried to download the new update essentials download and three quarters of the way through, he stopped.
    The download was already about this. He said then; "put everything back as it was" when he did. I have
    lost my photo program. It now gives you a nag screen which keeps comeing like:

    Error loading C\program can windows live \photo gallery\WLXphoto Gallery\
    WLXPhotoViewer.dll
                              
    The system cannot find message for message number 0 X %1 in the message file

    0 x %2

    In addition, whenever I boot, the screen shows: "ready to download microsoft essentials" restoration is not
    the ride.

    After starting, the system leaves me alone until I try to open a j - peg or some file im trying to open.
    then the cycle starts again. further investigation, saying that I lost a dll.

    I tried to find microsoft photo viewer download to try to repair the photo of microsoft program and concluded that the
    only way I can do that is by downloading the essential upgrade download because it is attached to it.
    In order to accept the upgrade, the photo program should probably be repaired, as a thought as microsoft solve this Center says there is no problem. all other articles on the net is also not related or doesnot show how to fix the missing dll if it is the problem.

    Hello captain_crunch0,

    In addition to the steps proposed by Ajay, you could try and download and reinstall all Windows Live Photo Gallery 2011.
    This link should be just for the photo gallery. http://explore.live.com/Windows-Live-Photo-Gallery?OS=other

    Please reply back and let us know if this can help.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Error: Cannot run program "jar": CreateProcess = 2 error

    Hi all

    I create a BlackBerry App... All this worked fine until there are times... Now when I agin tried to run during the packaging of the app has been mentioed below error...

    "Error: cannot run program"jar": CreateProcess = 2 error, the system cannot find the file specified."

    Why it is so? Please help me...

    Best regards.

    You can search for java 7, I had problems with it and re-installed java 6 for bb dev.

  • Error: a running program is not compatible with certain Visual elements of Windows when trying to play SAMP (San Andreas Multiplayer)

    I played SAMP for awhile now and not where this message continues to appear, and will not let me play.

    Error: a running program isn't compatible with certain visual elements of Windows.This is what happens when I try to play SAMP (San Andreas Multiplayer).

    Try to disable visual themes.
    In the game install folder, R / click on the gta_sa.exe then go to properties-compatibility.
    Check Disable visual themes (option 2 - do not use AERO).
    If the above does not check the disable Desktop Composition.

    .

Maybe you are looking for