Process scheduler picking up trace settings that are not currently on

I'm running a custom application engine program. I tested the program in the same instance last week with a full trace turned on. The trace was turned on under processes. I've since refreshed the database and dumped the process scheduler cache (Unix process scheduler). After the refresh, I turned off the process trace. I ran a quick test of the program to see what the trace settings are. To my disappointment the full trace is still showing at the end of my parameters list in the process monitor. I've tried forcing a trace -0, the parameters will not change. It's very, very strange. Unforuntately, I have to process a lot of data using this application engine program using CI. Is there any other area in Peoplesoft that I might be forgetting that an application engine trace can be turned on?

How have you refreshed the database ? How did you re-apply your customization after refresh ? How is defined the prcs ? Did you change the prcs configuration file to set the trace off ? Did you checked the process definition ?
Nicolas.

Similar Messages

  • Is there a way to create a project with custom audio settings that are NOT only "Stereo" or "Surround"?

    Is there a way to create a project with custom audio settings that are NOT only "Stereo" or "Surround"?
    Thanks!
    -Adrian

    the old apps are on my computer but they have had upgrades since they were put on the ipod originally.  you think you would get a warning about this when you restored. I was not worried about losing the progress of the apps but i would have been worried about the app it self!!!!!

  • Rebate Agreements that are "Not Current"

    Hello,
    I would like to ask if there is a table/functionality in SAP to give me a list of rebate agreements that are "not current" so I can specify them when I run a mass VBOF?
    Looking forward to your responses.
    Thanks,
    M

    Hi
    Please run VB(7 by checking the box Test Run and giving validity end date before .Also check in KOTE003 table
    Regards
    Srinath

  • Identify Jobs that are not running on their Scheduled date time

    I have 29 scheduled jobs that run at different intervals of time. Some run once a day. few others run on hourly basis while others run on Sundays.
    I was working on a query that would let me know if a particular job did not run on its scheduled date and time.
    SELECT * from all_scheduler_jobs WHERE state <>'DISABLED'; will give me a list of all jobs that I have to monitor and that are not in the disabled state. But how can I verify that the jobs are running at their scheduled date time?
    Any help please? I need to create a view of all such jobs and then plan to send an alert so that appropriate action can be taken and it is assured that all important jobs run as per schedule.
    Thanks.

    Hi,
    I can see 2 approaches.
    - for jobs that have run but ran very late you should query dba_scheduler_job_run_details and filter by the difference between req_start_date and actual_start_date
    - for jobs that should have run but shouldn't, query for DBA_SCHEDULER_JOBS jobs that are SCHEDULED where next_run_date is in the past
    Hope this helps,
    Ravi.

  • Today's update has helped...here are settings that are working for me...

    So, whatever Apple released today seems to have solved some problems. Finally, my new 80211n base stations are working well -- great speed, two base stations, extending the network, USB printer connected to satellite station, all A-Ok so far. After much experimentation, here are settings that are working for me:
    Radio mode: 80211n (80211a compatible)
    Security: WEP
    IPV6 off
    Choosing 80211n/a compatible makes WEP security an option, and with WEP, speed is good. WPA still slows things down too much for me.
    Good luck to all.

    I've had no problems with WPA. I set my network to "g only" using the alt-key when selecting network type. I turned off NAT, I think that's helped a lot. I've had headache after headache, restarting a few times a day--I had a stable wireless setup with two Expresses for months... I'm hoping this update is going to solve some of those "Where did the Expresses go?" mysteries (restart and they're there again...) Haven't lost iTunes for a few days now, that's a bright spot. I had given up initially on using my external HD for a wireless iTunes repository, with the exception of needing to restart when I wake up or when I come home, iTunes has been trouble free: albums quit cutting out after a few tweaks, and movies and TV shows play straight through now: no further "fade-out-so-iTunes-can-inform-me-it-can't-save-library-do-you-want-me-not-to-r emind-you-again"
    I think the major early element that contributed to iTunes stability was to choose a channel. Then g-only, since I have no n-capable elements, then turning off NAT, which I gather is "newish."
    Like I say, I have high hopes for this update.
    802.11g only
    Security:WPA2
    IPV6off
    IPV4: DHCP

  • Strange permission settings that are unchangeable

    Hi guys. I have been searching for hours to try and find this answer, but I have been unable to - hence my post.
    After doing a Leopard upgrade many months ago I had transfered about 300gb of files over to my external drive. I went to start using them today only to find that anytime I try to move anything I keep having to authenticate. Clearly an ownership/permission issue. I have been able to fix most the problems with the following line in terminal:
    sudo chown -R MYNAME:staff "/Volumes/MYVOLUME"
    However I still have a lot of folders that are not changing no matter what I do. Many of my folders have a permission setting of "drwxr-xr-x+". Note that it has a + sign on the end. I can't work out what these are or how to fix them. I've tried everything.
    Is there a line of code that I can use which will overwrite these **** folders once and for all and just set their permissions to the way they should be?
    I just need them to have the same persmissions that they would by default if I were to create a new folder in the finder.
    Any help is appreciated.

    Glyph wrote:
    No that option for the drive isn't there. I've never seen it on any of my macs. I also checked the drive in disk utilities info window and there is no mention of a "can turn owners off" option.
    I'm at a loss to explain that. To make sure you are doing it right:
    You select the partition (not the top drive) in DU and press the info button in the DU tool bar. A window should pop up with a long list of attributes of the drive. One line should be
    Can turn owners off: Yes (or No)
    It sounds like we are looking at very different options. I'm on a MacBookPro Core 2 Duo. Not sure if that makes a difference.
    No difference whatsoever.

  • R1: tcAPIException: Duplicate schedule item for a task that does not allow multiples.

    Hi,
    I'm struggling with the following task:
    I have to assure an account exists for a given resource. I do provision it with the .tcUserOperationsIntf.provisionObject().
    I've created a createUser task to create the account.
    The task code checks if there is already matching account.
    If no account exists, is is created in the disabled state, and the object state of OIM account is set to 'Disabled' by means of task return code mapping.
    If it exists, it is 'linked' to OIM account.
    The problem is if the existing account is enabled, I have to change the OIM account state to 'Enabled' either.
    To implement this (thanks, Kevin Pinski https://forums.oracle.com/thread/2564011 )) I've created an additional task 'Switch Enable' which is triggered by a special task return code. This task always succeeds, and its only side effect is switching the object status to 'Enabled'.
    By I've getting the 'Duplicate schedule item for a task that does not allow multiples' exception constantly:
    This is the stack trace:
    Thor.API.Exceptions.tcAPIException: Duplicate schedule item for a task that does not allow multiples.\
      at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.provisionObject(tcUserOperationsBean.java:2925)\
      at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.provisionObject(tcUserOperationsBean.java:2666)\
      at Thor.API.Operations.tcUserOperationsIntfEJB.provisionObjectx(Unknown Source)\
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\
      at java.lang.reflect.Method.invoke(Method.java:601)\
      at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)\
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)\
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)\
      ...skipped
      at Thor.API.Operations.tcUserOperationsIntfDelegate.provisionObject(Unknown Source)\
      ... skipped
    What did I wrong?
    Regards,
    Vladimir

    Hi Vladimir,
    Please select 'Allow Multiple Instance' checkbox for the process task.
    Thanks,
    Pallavi

  • Remote Manage computers that are not on my LAN.

    Hi.
    i want to be able to remote manage laptops & desktops that are not on my LAN all running 10.6.4
    i want to be able to ARD and get logs and even changed settings in workgroup manager if i can.
    ideas?
    would wide afea bonjour achieve this for me? or is there better options ideas out there.
    just a note: i would still like to use apple remote desktop. not some web client like log me in.
    and also just a random question, if i have laptops that are bound to the directory but the users home folder is on the device. if they were to change there password on the LDAP / login, mail, CalDAV password. would that update the laptop not on our LAN. so the user has to login with there new password?
    you might be asking why: new start up company with a lot people spread across to countries. and i wont to enforce password has to change every 28 days for their login, mail, CalDAV, CardDAV etc.
    Message was edited by: -{ jonohayes }-

    i want to be able to remote manage laptops & desktops that are not on my LAN all running 10.6.4
    I'm not sure I understand the question. ARD isn't limited to machines on your LAN. You can manage any machine you have TCP/IP connectivity to - in other words, if you can ping the machine you can (probably) manage it via ARD.
    The only issue you may have is that the Bonjour auto-discovery mode won't necessarily find remote machines - you obviously don't want it scanning the entire internet for available machines, so you can either use the Scanner and define a range of IP addresses to check, or specify the remote machine's IP address directly.
    and also just a random question, if i have laptops that are bound to the directory but the users home folder is on the device. if they were to change there password on the LDAP / login, mail, CalDAV password. would that update the laptop not on our LAN. so the user has to login with there new password?
    Impossible to answer with the data provided.
    If the user's account is on the Open Directory server, then changing the password on the LDAP server will require them to login to their laptop with their new password.
    However, it's also entirely possible that the users have local accounts on their machines and just use Open Directory for server-side functions (mail, etc.). In this mode account 'joe' in Open Directory might not be the same account 'joe' on the Open Directory server. As such, changing the Open Directory server will require the user to use the new password for the server-side functions, even though they continue to log on to the laptop with their old account/password.
    Only by looking at the machine's configuration will you know which mode you in (or trying it and seeing what happens, I suppose )
    i wont to enforce password has to change every 28 days for their login, mail, CalDAV, CardDAV etc.
    Personally, I hate this approach. Forcing users to change passwords frequently results in users choosing weak passwords because they don't have time to learn the muscle memory that eases the typing of complex passwords. Moreover what you'll often find is that users choose the same password stub and just append a number on the end - kind of like 'password1' -> 'password2' -> 'password3', etc., which is barely useful.
    It's your company, though, and this is just my personal opinion. A better solution hinges on having an effective notification and account revocation process (i.e. if someone's account gets compromised it can be shut down quickly).

  • How to list files that are NOT in a .jar file?

    Is it possible to list files (resources, .gif/.jpg files, etc.) that are NOT included in the jar but are still to be considered part of the application somewhere in the jnlp-file?
    My applications requires lots of icons which I have put into .gif files. So far I kept them in individual files next to the .jar file and that worked fine.
    JWS now seems to support only stuff that is included in (a) .jar-file(s). That in itself woul not be much of a problem, however, when I include my .gif files into the .jar files they seem to get corrupted by the jar-signing process (at least that what's the code says, which can suddenly not handle these images any more).

    My previous seem to have been non-sense. The .gif file were not corrupted, but rather they were not found at all. They actually must NOT be included in the .jar file, or else they are not found. Strange enough, the .properties-file seemingly HAS to be in the .jar file to be found.
    This is something I'll probably never fully understand with java: which file-types it searches where...

  • HT201272 I've got songs on my iPad that are not on my iPhone which I want but for some reason they won't go on over Icloud, help!?

    I've got songs on my iPad that are not on my iPhone which I want but for some reason they won't go on over Icloud, help!?

    perfect. ok do the following:
    settings > mail, contacts, calendars > go into the exchange account. You should have an email in the account field...[email protected] or [email protected], etc.... I am assuming you don't remember the password to this exchange account so once you know the email, you can go to email providers site and click on forgot password and you will go through the steps to get a new password. Once you do this, you will need to go back into your "exchange account " and the field that has the exchange email > touch the > to open settings. Change the password to your new password you got from above. Once you do this, you can add the exchange account to your ipad and all of your contacts will sync to both devices.
    Please confirm.

  • CC showing updates for CC apps that are NOT part of my subscription

    Ok,
    Aside from the massive annoyance with the duplicate versions (why didn't they just include both plugin system for a couple of versions?), I've got "updates" for apps that are NOT part of my CC subscription showing up.  I have a full suite of CS6 installed, but only the Photographers bundle for CC.  Yet I'm showing Illustrator and InDesign CC (2014) as available.  It also shows TWO lightroom 5's - one up to date, and one that needs an update.
    What gives?

    That still doesn't explain why I'm seeing two different lightroom installations in the CC list - one up to date, and one that's available.  I've previously installed/updated Lightroom through CC by the way.  But when I do run Lightroom it also prompts me to upgrade (which I haven't done either).  Something looks badly broken in the LR update process.
    And it doesn't address the available updates for applications (InDesign and Illustrator CS6) that aren't part of my CC subscription.  Since I'm now at the mercy of the CC licensing servers, I'm rather hesitant to risk corrupting my entitlements by doing anything until I understand why my entitlements are incorrect.
    Can you help me understand why they are incorrect?

  • We connected 2 iphones to a single ipad.  now the 2 iphone accounts are messed up.  One phone is always getting update notices for apps that are not wanted on that phone, but on the other phone

    We connected 2 iphones to a single ipad.  now the 2 iphone accounts are messed up.  One phone is always getting update notices for apps that are not wanted on that phone, but on the other phone

    rdpn wrote:
    We connected 2 iphones to a single ipad.  now the 2 iphone accounts are messed up.  One phone is always getting update notices for apps that are not wanted on that phone, but on the other phone
    How did you do that?  Do you mean you sync to iTunes that had the ipad library?
    The phone with the issue, settings - general - reset - erase all contents and settings - this will wipe the phone clean and then restore from your backup.

  • There are values for cost element 80000 that are not assigned to any line I

    Hi,
    While calulating WIP I am getting below error:
    There are values for cost element 80000 that are not assigned to any line ID
    Message no. KJ161
    Diagnosis
    Not all values for the cost element are assigned to a line ID.
    Procedure
    Assign the cost element to a line ID. If you don't want to include the cost element in results analysis, assign it to a line ID of category N.
    You can access a detailed list of unassigned cost elements as follows: Start results analysis in the individual processing mode (transaction KKA1, KKA2, or KKA3). Select the field Full log. Execute the function. On the next screen, choose Logs -> Parameter List in the menu. A list is generated. The unassigned values are shown at the end of the list.
    If cost element "+++++++++" was shown in the message, this is because in the assignment of costs and revenues to line IDs, you have not used a cost element other than the full masking "+++++++++". In this case a presummarization eliminates the information on the cost element.
    Cost Element 80000 is of type 43 Internal activity allocation, I have Masked this in OKGB as below:
    Controlling Area = FLGP
    RA Version = 0
    Masked Cost Element = 000008++++
    Masked Cost Center = ++++++++++
    Masked Activity Type = +++++
    ReqToCap= COS (Secondary Cost)
    I have Configure OKGA also but still system is giving error.
    Please help me to understand.
    Regards,
    Vivek

    I was wondering if you could help me I am trying to configure the RA key for Refurb orders and when I go into txn OKGB for the Assignment of C/E for WIP there is sample config already there which I copied.  But I am having difficulty getting the KK1A to work I am getting the message as outlined above.  Could you explain how this OKGB works and how to configure it a bit more fully.  In my sample config there is a ReqTOCap section and in it there are letters like ABR, EK, FK, EL what do they mean.  This is a screen shot of it.  I am not sure how to go about this entirely so any light you could shed would be greatly appreciated.  Can you suggest a good resource or documentation you may have, would be greatly appreciated.

  • Ipad with ios5 shows only 1000 emails. Would like to see all that are not deleted.

    pad with ios5 shows only 1000 emails. Would like to see all that are not deleted. iCloud turned off for Mail. Using Outlook on MacBook.

    Just a historical note of interest, Yahoo Mail was one of the first IMAP Push providers on the original iphone, so they did at one time support IMAP. My guess is you will have to get the server settings from tech support, which you are paying for.
    But the gmail app is called gmail :-) and the technology that allows you to link it to a domain is known as google apps. (www.google.com/apps).
    But I would call Yahoo tech support and ask them what the proper way to set it up on an ipad or iphone is.
    If you built your website using Yahoo tools (ie. their website builder), you may find it difficult to move.
    The appropriate place to discuss moving web hosts is here. www.webhostingtalk.com
    Site5 was able to migrate my clients' sites for free from a non-Yahoo host, although if you do want e-mail make sure you specify that in the notes field. (MX)
    www.site5.com
    --Sam

  • How do I delete songs from my iphone that are not on my itunes account?

    How do I delete songs from my iphone that are not on my itunes account?

    You mean music that was not purchased from the iTunes Store?
    If so, that means the music was transferred from your iTunes library on computer via the iTunes sync process - unless you are an iTunes Match subscriber.
    Music transferred from your computer can be removed the same way - via the iTunes sync process or you should be able to delete individual songs direct from the iPhone.

Maybe you are looking for

  • Cannot complete installation on Ubuntu 8.04

    I have some experience installing Oracle Standard / SE One on Windows 2003 Server, and in general I have no problems. I am new to Ubuntu/Linux and I like it. I am also new to Oracle XE. I have made several trials to get Oracle running on Ubuntu and I

  • Not getting the associated buisness object in web ui

    Hi all , I have created  a workflow which send an user decision as workitem in crm web ui . But when i m executing the buisness object , i m not able to see the associated buisness object . Can anyone  tell me  do i need any customizing in SPRO  to b

  • Hdmi sound problem since videocard upgrade to R9 290x.

    Hello i recently upgraded my videocard from Radeon 6870 to R9 290x. Since the upgrade the hdmi audio playback sound realy delayed und noisy. aplay -l **** Liste der Hardware-Geräte (PLAYBACK) **** Karte 0: SB [HDA ATI SB], Gerät 0: ALC889 Analog [ALC

  • Sub Structure

    Hi Friends, my File is like this. aa,bb,cc,dd,ee can we make two substructures in one row,that means aa,bb,cc in one sub structure and dd,ee in another sub structure. Finally my xml structure is like this. <root> <sub1>      <aa>...</>      <bb>..</b

  • 5002 Error then, says Itunes cannot Authorize my account

    New Macbook, but I have used itunes for years. When I set up HomeSharing on my PC, everything is fine. I can connect with itunes, the Store, and the computer is authorized. When I get on the Macbook to start Homeshare, it says I need to authorize, an