Reg:apps concurrent

Hi
If I run the conncurrent request, that request is long running, how to resolve this. please give me the solution.
Regards
D

Hi,
Check if you have any locked in the database. If any exists, resolve it and see if this helps.
If no locked can be found, enable trace/debug and submit the request again and generate the TKPROF file, this should collect more details about the issue.
Regards,
Hussein

Similar Messages

  • Oracle Apps -Concurrent program schedule details

    From which table that I can find concurrent program schedule details .
    NB:-
    I know select RESUBMIT_TIME, RESUBMIT_INTERVAL from FND_CONCURRENT_REQUESTS ,
    RESUBMIT_TIME, RESUBMIT_INTERVAL will be the schedule details .
    But the table FND_CONCURRENT_REQUESTS is get purged periodically , how can i find the master details of scheduling the concurrent.
    Thanks in advance,
    Arya Sreedhar.

    Give this a whirl ...
    Regards,
    Jon
    SELECT req.request_id
    , decode (prg.user_concurrent_program_name, 'Report Set', 'Report Set:' || req.description, prg.user_concurrent_program_name) AS name
    , argument_text as parameters
    , req.resubmit_interval
    , nvl2 (req.resubmit_interval, 'Periodically', nvl2 (req.release_class_id, 'On specific days', 'Once')) AS schedule_type
    , decode (nvl2 (req.resubmit_interval, 'Periodically', nvl2 (req.release_class_id, 'On specific days', 'Once')),
    'Periodically', 'Every ' || req.resubmit_interval || ' ' || lower(req.resubmit_interval_unit_code) || ' from ' || lower(req.resubmit_interval_type_code) || ' of previous run',
    'Once', 'At :' || to_char (req.requested_start_date, 'DD-MON-RR HH24:MI'), 'Every: ' || crc.class_info) as schedule
    , fus.user_name as owner
    , to_char(requested_start_date,'DD-MON-YYYY HH24:MI:SS') as next_submission
    FROM
    apps.fnd_concurrent_programs_tl prg
    , apps.fnd_concurrent_requests req
    , apps.fnd_user fus
    , apps.fnd_conc_release_classes crc
    WHERE 1=1
    AND prg.application_id = req.program_application_id
    AND prg.concurrent_program_id = req.concurrent_program_id
    AND req.requested_by = fus.user_id
    AND req.phase_code = 'P'
    AND req.requested_start_date > sysdate
    AND prg.language = 'US'
    AND crc.release_class_id(+) = req.release_class_id
    AND crc.application_id(+) = req.release_class_app_id
    ORDER BY name

  • Ora Apps Concurrent Manager problem

    Here Ora Apps 11i running on a NT server. For some reason Concurrent Manager Service ORAConcMgr terminated and it is
    not starting up even if i rebooted the machine. Now unable to get any reports etc. from the system. The error thrown while
    starting the service is :
    Could not start the ORAConcMgr Service
    Error 1058 : The service cannot be started , either be it is disabled or it has no enabled service.
    Can anyone tell anything useful about it.
    Thanks.

    Hi Regarding the concurrent manager problem.
    Could you please try to be specific on your error like 1st of all are you able to start the concurrent manager?
    If so what is the status?
    If not what is the status can you let me know the status so that i work out some thing to solve the problem.
    Thanks and Regards
    Riyas
    email:[email protected]

  • Reg:APP RUN

    Hi All,
    Once Excute the APP RUN. How to CancelĀ  particual document or all documents related to that apprun.
    regards
    JK

    Hi,
    Once u run the APP the invoice of the particular vendor is stick to Payment run.If the app is successfully completed the payment document will be generate.This document cannot be deleted. it is also like a normal doc which u will post manually.u have to reverse that doc.
    If the app is stoped without done complete run the invoices will be struck. for this u need to delete the app in Tcodef110-Edit-parameters-delete. Then the invoice is open for manual and app rul also again.
    Hope u clear with this ans
    helpful assign points,
    Rams

  • Reg:APP-FND-01516:invalid username or password error

    Hi all,
    I have installed two instances(test,vision) of oracle financial application 11i.for vision instance,every thing is working properly.for test instance,after logging in using sysadmin/sysadmin in IE5.0,an error comes after the applet has started.i am not able to start the tns80listnerAPP_TEST also.
    error:
    APP-FND-01516:invalid username or password or database
    i couldn't trap the error.
    please help me!!!!!
    null

    Haresh,
    I updated followings as forms was showing error.I get a pop up when I run 11i on OEL5 in Firefox version 3.0.10 & message "No suitable plugins were found. Unknown Plugins (application/x-java-applet:jpi-version=1.4.2_04)"Are you able to access it using IE?
    So I installed sun jre-6u13-linux-i586-rpm and updated as follow
    #cd /oracle/prodcomn/html/bin
    #vi appsweb_PROD.cfg
    #update to 1.6.13 from 1.4.2_04 at two places
    #cd /oracle/prodappl/fnd/11.5.0/resource
    #vi appsweb_PROD.cfg
    #update to 1.6.13 from 1.4.2_04 at two places
    #restart application services and database.
    Then the form was opened but gives error "APP-FND-01516:Invalid application username,password, or database"
    Database and the database listener are up and running.The right procedure to configure Sun JRE with 11i is outlined in the following document.
    Note: 290807.1 - Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=290807.1
    Please guide how to run AutoConfig.You need to run adautocfg.sh script under $COMMON_TOP/admin/scripts/<CONTEXT_NAME> directory.
    Note: 165195.1 - Using AutoConfig to Manage System Configurations with Oracle Applications 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=165195.1
    Regards,
    Hussein

  • Reg:Apps Incompatibilities

    Hi
    please say me how to check the program incompatibilities in concurrent request give me the solution.
    Regards
    D

    Hi,
    Generally Incompatible programs are the ones which could lock the running program or they could alter the business data of running program.
    Open the Concurrent program definition as below,
    Concurrent --> Program --> Define
    Open the concurrent program
    and you could see the Incompatibe Program button, which lists the Incompatible programs.
    Regards,
    Kiran

  • REG:Scheduling concurrent requests

    HI ,
    I did a fresh R12 installation , what are list of concurrent requests i need to schedule ?
    Regards .

    Hi,
    Please see
    What Are Concurrent Reports That Should Be Scheduled Periodically [ID 1066117.1]
    Thanks

  • Reg. Concurrent Program Scheduling

    Hi,
    I am having a small doubt regarding concurrent program scheduling, we are having a concurrent program which is scheduled.But for some code changes we re-created the same concurrent program.
    The question here is, does the concurrent program will be already in schedule mode or again we should schedule it.
    Thanks in advance.

    we re-created the same concurrent programWhat do you mean by recreated? If you have updated the code, then you do not need to schedule it again. You can also check the status of the concurrent program from the backend to verify.

  • Is it possible to run apps concurrently in different "Users" on Mac Pro in latest OSX?

    I wish to continuously monitor different folders in Dropbox for "input transactions" destined for my
    applications on my Mac Pro, where each Dropbox folder represents different input types from different
    sources. It would speed up the process significantly if my monitor program could run concurrently from
    each of several defined "Users" on my Mac Pro with OSX.

    Thank you for your response. Let me give you some more facts on my situation.
    My monitor, running on a Mac Pro, reads folders owned by my clients, where the folders are shared
    thru Dropbox with my service. So, yes, my monitor is "reading" different Dropbox member's folders looking for
    "input" files to my service. My monitor is programmed (with a list) of the various clients' folders
    names in which to search. Obviously, there is some number of clients (and folders) where the monitor
    begins to take several seconds (too long) to scan and service, merely due to the sheer number of folders being
    scanned. So, if I could create a second User on the Mac Pro, and run another (copy) of the monitor
    programmed with another unique list of folders NOT being serviced by the monitor in the first
    User, and (here's the problem) both monitors were running CONCURRENTLY, then the total number of
    folders (and clients) being serviced could possibly almost double. Then, I could add a third User, then
    a fourth, etc. to handle even more clients and folders.
    The giant problem here is, each separate User does NOT run concurrently with the others, certainly where
    all are logged in and "running". Actually, it appears OSX only executes programs within ONE user at a
    time: the one in focus at the time. It so happens that OSX multitasks within that one User the differently-named
    programs quite well; but OSX does not (continue to) execute anything in other Users, until another
    User is manually switched to. Therefore, in my case, I can only run one monitor in one User at a time, thus ruining any benefit I might otherwise achieve IF OSX ran programs concurrently in multiple Users, another form of multitasking that apparently OSX is not designed to do. My monitors run with Excel VBA, which becomes the name of that program within
    one User, so I am limited to running only 1 monitor per User. (Groups don't help.). On the other hand, It might help a little if
    my monitor somehow could switch between OSX Users programmatically, rather than manually...I do not want
    to sit at my Mac Pro constantly and manually fast-switching between Users to even attempt to solve my problem. Rather, I want
    the software to run concurrently 24/7 unattended to successfully provide the service promised to all.
    So, because there are lots of brilliant folks that know a lot about MACs and OSX, certainly more than me, I
    am wondering IF someone knows how to get OSX to multitask across more than one User at a time, which
    would solve my dilemma?? Maybe it's just not possible, I don't know...
    Also, would OSX Server edition maybe be better suited to solve my problem? I know nothing about the Server's capability.
    I would also hate to have to run Windows on my Mac Pro to solve this. Would VMware/Fusion work here?
    Thank you again for taking the time to help...

  • Reg: App upload

    Hello Team,
    I tried to upload the app to app store through organizer. The app is not getting validated with the user name and password, after a long time i get a "Request time out" error. I checked the iTunes connect credentials too, they are correct.
    Please help me with resolving this issue.

    That is not part of app submission. You must import your credential into the Organizer. Then configure your project to sign the app with those credentials. When you go to archive, if there is an app in "waiting for binary" state, it will show up in the list.

  • Reg: APP

    Hi gurus
    when I run app, i am updating cheks manually, I am not able to print chek print
    how to issues check automatically and how to get print check
    madhu

    Hi,
    For printing check through APP, first you need to creat check lot and create a variant and assign it in the parameters of payment run.
    Hope this helps.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/FIBP/FI-BL-BM-CM.pdf
    http://www.sap-basis-abap.com/fico/how-to-run-automatic-payment.htm
    pls assign points as way to say thanks

  • Reg app server console view

    Hi,
    I have installed websphere application server and portal server.
    appln server is getting started without any errors, but when i try to open the appln server admin console,
    it says "The page cannot be displayed".
    Also, after starting the application server, when i saw in task manager, its showing as javaw.exe.
    Does this have any relevance to our topic..
    Generally java.exe would be running right..
    Thanks in advance,
    Balaji B

    harshaa-01 wrote:
    Hi,
    I have installed websphere application server and portal server.
    appln server is getting started without any errors, but when i try to open the appln server admin console,
    it says "The page cannot be displayed".Sounds like a websphere question so you should probably ask that in a webspehere forum (since it isn't related to Java)
    >
    Also, after starting the application server, when i saw in task manager, its showing as javaw.exe.
    Does this have any relevance to our topic..
    Generally java.exe would be running right..No. javaw.exe is a java vm without a console window.
    Kaj

  • Reg: apps database

    Hi
    I will do the two node installation of oracle application 11i in linux 4.0 , its enable the shared appltop in two node installation. please give me the solution.
    Regards
    D

    Hi,
    See this link.
    Choosing a Shared File System for Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/2009/07/choosing_an_ebs_shared_file_system.html
    Regards,
    Hussein

  • Plz clear this - reg App server

    Is there any way to create domains in 10g as we do in weblogic server.
    So that one domain is down we can use the other?

    harshaa-01 wrote:
    Hi,
    I have installed websphere application server and portal server.
    appln server is getting started without any errors, but when i try to open the appln server admin console,
    it says "The page cannot be displayed".Sounds like a websphere question so you should probably ask that in a webspehere forum (since it isn't related to Java)
    >
    Also, after starting the application server, when i saw in task manager, its showing as javaw.exe.
    Does this have any relevance to our topic..
    Generally java.exe would be running right..No. javaw.exe is a java vm without a console window.
    Kaj

  • How to determine the user who placed a certain concurrent request?

    Hi there,
    Is there a way (SQL query, for example) that can help me determine the user (EBS username) who placed a certain concurrent request?
    Thanks,
    Tareq

    Hi Tareq;
    Please check below notes which could be helpful for your issue:
    Concurrent Request-whcih is submmited by one of the Oracle USER *<<Posted By Hussein Sawwan*
    How to See Others Concurrent Request Oracle 11i
    Concurrent program- How to find database session *<<Posted By Hussein Sawwan*
    Re: Reg: Apps Concurrent
    Regard
    Helios

Maybe you are looking for