Temp full.. who did it..

EM sent an alert that temp space was maxed out..
nobody complained.. so how do I see what sql was running and by whom..
<msg time='2010-12-13T14:57:28.424-06:00' org_id='oracle' comp_id='rdbms'
client_id='' type='UNKNOWN' level='16'
host_id='ORADB' host_addr='10.36.36.161' module='SQL*Plus'
pid='2296'>
<txt>ORA-1652: unable to extend temp segment by 128 in tablespace TEMP
</txt>
</msg>

Hello jsears,
The only way that I know of to see who sent you an ePrint job is to log into your eprintcenter.com account and look under the recent print history on the printers page.  It should tell you who sent each print job in the history form there.  Keep in mind that eprintcenter.com only holds onto a certain number of ePrint jobs before it starts deleting your old ePrint jobs.  I belive it holds onto the last 50 ePrint jobs that it received.  I hope this information is helpful.
-------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

Similar Messages

  • How to find out list user who did the printing

    Dear All,
    We are using network print server using HP LaserJet 5550 and jetdirect, since our number of users is more than 500 staff in one place, sometimes they do the unresponsible printing such as print full color photos for personal use, print a novel and anything that not related to the business purpose.
    Today, our director found out that someone print out a whole story book and spend a lot of paper... he challenge me to find out who is the user who did this? I can log on to the printer web console, but I can't find user log printing...
    Any help will be much appreciated.
    Thanks & Regards,
    Franky

    This seems to be a commercial product. For the best chance at finding a solution I would suggest posting in the forum for HP Business Support!
    You can find the Commercial Jetdirect board here:
    http://h30499.www3.hp.com/t5/Print-Servers-Network​-Storage/bd-p/bsc-254
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • How to find out the person who did a transport.

    How to find out the person who did a transport.
    There are 3 basis admins in our Org.
    so is there a way of tracing out , who did what transport.
    Regards,

    - Goto import Overview (STMS)
    - Import Queue
    - Select DEV req (goto Import History)
    - Edit - Display More
    It will show the user who did the transport
    Rgds

  • All of a sudden my email asks a password. I use Thunderbird at work and I have not set this password. The person who did left. How do I login now?

    I really don't know computers.
    I have been working here now for three months and it is just me who works here so I can't ask anyone.
    It was working fine until all of a sudden when i press get mail i get:
    please enter a password for user ...... on server ...... .
    I have not set the pasword and I can't get in contact with the person who did.
    Is there any chance of deleting it? Go passed it? I work at a hostel and we make all our bookings via email. I really need this to work!

    You administer your email password with your email provider. You need to work with them to reset a forgotten password.
    Go to their web mail or email help site and look for a link to reset your password.

  • If a group message doesn't completely go through, how can I see who did not recieve it?

    I tried to send a mass text message (note: I have group messaging turned OFF, but I just used the field where you can send the same message to multiple recipients), however, it came back saying that "Your message was not sent. Tap "Try Again" to send this message." I know that some people recieved the text, as they replied to it, however I'm fairly certain that one or two people did not recieve it. Is there any way to figure out who did not correctly get the message from within the app? Thanks.

    Change your password, alert your credit card company and itunes support.

  • How to find Capacity changes ( Who did)

    Hi Gurus,
    here is my question.....We have reference capacity scenarios...i.e when ever we create a work center ,in the capacity view we refer a reference capacity..so only changes can be done at reference capacity level...recently someone accidentally changed a week as non working week by going into  "intervals and shifts" tab (Putting value 0 in Workday column)......but who did it i could not find ...it is not recoreded anywhere......i have tried with KAPA ,KAZY  and  CR10 as well but without success...could anybody plz tell where can i find this information as to find who did this?.....Any help is highly appreciated...
    Thanks
    Appa

    Hi
    Check with T code AUT10 and give the T code and execute.
    Regards
    Anupam Sharma

  • In April 3o,2012 and May 9,2012 some purchases of $38.75 and $24.51 were made and they were not made by me because i never spend that much. Thing is that on February 7,2012 my ipod was stolen and i havn´t gotten it back since, i need to know who did this!

    In April 3o,2012 and May 9,2012 some purchases of $38.75 and $24.51 were made and they were not made by me because i never spend that much. Thing is that on February 7,2012 my ipod was stolen and i havn´t gotten it back since, i know have a new ipod and have made some purchases but never that much. I need to know who did this !!!!!!

    The most immediate thing you need to do is to call your credit card company and report the unauthorized charges. Your card company can contact Apple if they need additional information.
    Next, log into your iTunes Store account and see if the purchases are reflected in the Purchase History. If they are, immediately change the password to your iTunes Store account, making sure it's not something easily guessed or looked up. Then go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store. Whether or not they'll do anything for you I don't know, particularly if you didn't change the password after your iPod was stolen.
    If the charges are not reflected in the Purchase History, then it's most likely a fraudulent charge to your credit card directly rather than an unauthorized purchase through your iTunes Store account in which case it will be up to your bank to handle.
    Regards.

  • How do you find out who did not contribute to a particular fund raiser that we all just did?

    Using MYsql How do you find out who did not contribute to a particular fund raiser that we all just did. There are many titles to the different charities that is under the othpaytitle of the Otherpay table,  I however just want to extract the non-contributors for a particular charity title. Is there anyway to do this? When I do the the syntax below it comes up as an "empty set". The search is done by way of the table Id matching and left joins. Please see below.
    SELECT  moiid, trim(concat(name.fname,' ' ,name.mname,' ',name.lname)) as Brother, name.moiid as Members_ID, sum(otherpay.othpayamt) as NO_Contribution, quadlt.ltfname as quad 
    FROM name 
    LEFT JOIN OTHERPAY  ON name.moiid = otherpay.othpaymoiid
    LEFT JOIN quadlt  ON name.quadlt = quadlt.ltid
    WHERE  Otherpay.othpaytitle like '%food drive%'
    AND otherpay.othpaymoiid IS NULL
    AND name.type = 'BOI'
    AND name.type <> 'jrboi'
    AND name.city = 'SUFFOLK'
    GROUP BY brother
    ORDER BY name.quadlt, brother

    Just guessing based on your query,  and assuming the above query works, just insert a "where" condition. I also removed the SUM function. Also, "AND otherpay.othpaymoiid IS NULL"  may not be needed.
    SELECT  moiid, trim(concat(name.fname,' ' ,name.mname,' ',name.lname)) as Brother, name.moiid as Members_ID, otherpay.othpayamt, quadlt.ltfname as quad
    FROM name 
    LEFT JOIN OTHERPAY  ON name.moiid = otherpay.othpaymoiid
    LEFT JOIN quadlt  ON name.quadlt = quadlt.ltid
    WHERE  Otherpay.othpaytitle like '%food drive%'
    AND otherpay.othpaymoiid IS NULL
    AND name.type = 'BOI'
    AND name.type <> 'jrboi'
    AND name.city = 'SUFFOLK'
    AND othpayamt=0
    ORDER BY name.quadlt, brother

  • Microsoft Project Server 2010 - Need a query/report to show everyone who did not submit timesheet last week

    I need to create a MSPS 2010 query/report to send out to my project managers that show them everyone who did not submit their timesheet for the previous week.  I would like to be able to filter it by project/client but would settle for just a list
    of all unsubmitted timesheets at this point.  Every link I have found point to old reports for MSPS 2007 and the queries do not work because of schema changes between MSPS 2007 and 2010.  Please help!

    Thanks Elli!  Is there any way to also pull in the active resources that have not created a timesheet in the timeframe I am filtering on as well?
    Here is the query I had came up with.  Looks like I was on the right track...  I did two actually.  First one to give me a roll up list of employees with outstanding time sheets for last week and the hours, then the same data with an explosion
    by employee by project and also pull in their associated time sheet manager:
    --Everyone with an timesheet for last week where status  is not 'Approved' or 'Submitted'
    SELECT DISTINCT
            CONVERT(varchar(10),b.StartDate,1) + ' - ' + CONVERT(varchar(10),b.EndDate,1) as [Timesheet Date]
          , [ResourceName]
          , [TimesheetStatus]     
          , SUM([ActualWorkBillable]) as [Hours Entered]
      FROM 
        [dbo].[MSP_TimesheetLine_UserView] a
      , [dbo].[MSP_TimesheetPeriod] b
      WHERE
          a.PeriodUID = b.PeriodUID 
      and [TimesheetStatus] NOT IN ('Approved', 'Submitted')
      and DATEADD(dd,-7,GETDATE()) BETWEEN b.[StartDate] AND b.[EndDate]
      GROUP BY 
        b.[StartDate]
      , b.[EndDate]
      , [ResourceName]
      , [TimesheetStatus]
    GO
    --Everyone with an timesheet for last week where status  is not 'Approved' or 'Submitted' w/ Project/Customer explosion
    SELECT
     CONVERT(varchar(10),b.StartDate,1) + ' - ' + CONVERT(varchar(10),b.EndDate,1) as [Timesheet Date]
    , r.ResourceName AS [Resource Name]
    , [TimesheetStatus]     
    , [ProjectName]     
            , ([ActualWorkBillable]) as [Hours Entered]
    , isnull(rm.ResourceName,'<No Timesheet ManagerInformation Available>') AS [Timesheet Manager]
    FROM
          dbo.MSP_EpmResource_UserView r 
     LEFT OUTER JOIN
          dbo.MSP_EpmResource_UserView as rm 
       ON r.ResourceTimesheetManagerUID = rm.ResourceUID
    ,[MSP_TimesheetLine_UserView] as a
    ,[MSP_TimesheetPeriod] as b
    WHERE
          a.PeriodUID = b.PeriodUID 
      AND a.ResourceUID = r.ResourceUID
      AND  [TimesheetStatus] NOT IN ('Approved', 'Submitted')
      AND  DATEADD(dd,-7,GETDATE()) BETWEEN b.[StartDate] AND b.[EndDate]
      AND (r.ResourceIsActive = 1)
      AND (r.ResourceType = 2)
      AND (r.ResourceIsGeneric = 0)
    ORDER BY 
       r.ResourceName
     , ProjectName
    GO

  • What is this for? I made no request for anything to Adobe.  Let me know who did this: Your Adobe ID: edited Your Case Number:0213119567 Case Description:download link    This email is in response to support case

    I made no request that would generate a case number.  Can you tell me who did?
    Your Adobe ID: <removed by moderator>
    Your Case Number:0213119567
    Case Description:download link
    This email is in response to support case #0213119567 submitted by M Inez Traylor.

    Good day M Inez,
    Did you contact Adobe last week for assistance in downloading the educational version of Acrobat 9 Pro for Windows after a hard drive crash? That is what this case was in reference to.
    The email you received was an automatic reminder from our system as they case hadn't quite closed out yet.
    -David
    P.S. - I edited out your email address from both your thread title and the body of your post to help protect your privacy.

  • Audit : to trace who did truncate of the table  possible ?

    Hi,
    Yesterday some one has truncated the table data, any idea we can find out who did it? please see the configurations of my database.
    BANNER
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    PL/SQL Release 8.1.7.4.0 - Production
    CORE 8.1.7.0.0 Production
    TNS for HPUX: Version 8.1.7.4.0 - Production
    NLSRTL Version 3.4.1.0.0 - Production
    SQL> !uname -a
    HP-UX db05 B.11.11 U 9000/800 1440856852 unlimited-user license
    SQL> show parameter audit;
    NAME TYPE VALUE
    audit_file_dest string ?/rdbms/audit
    audit_trail string NONE
    transaction_auditing boolean TRUE
    SQL>
    -rw-r----- 1 oracle dba 2547 Aug 4 11:30 ora_26430.aud
    -rw-r----- 1 oracle dba 4777 Aug 4 11:40 ora_1097.aud
    -rw-r----- 1 oracle dba 3410 Aug 4 11:50 ora_8746.aud
    -rw-r----- 1 oracle dba 2746 Aug 4 12:01 ora_14307.aud
    -rw-r----- 1 oracle dba 2062 Aug 4 12:01 ora_14435.aud
    -rw-r----- 1 oracle dba 4105 Aug 4 12:10 ora_18744.aud
    -rw-r----- 1 oracle dba 2052 Aug 4 12:20 ora_23523.aud
    -rw-r----- 1 oracle dba 4119 Aug 4 12:30 ora_28396.aud
    -rw-r----- 1 oracle dba 3411 Aug 4 12:40 ora_3120.aud
    -rw-r----- 1 oracle dba 3412 Aug 4 12:50 ora_9679.aud
    -rw-r----- 1 oracle dba 2737 Aug 4 13:10 ora_22368.aud
    -rw-r----- 1 oracle dba 1368 Aug 4 13:20 ora_28745.aud
    -rw-r----- 1 oracle dba 4094 Aug 4 13:30 ora_3831.aud
    -rw-r----- 1 oracle dba 4103 Aug 4 13:34 ora_6515.aud

    No, at this point because you did not have auditing turned on you cannot get the information desired. In my opinion you should configure all production databases to audit all DDL operations since you should create only once and reuse many times so auditing DDL should not generate much data.
    The TRUNCATE command is a general exception to the above since for work/reporting tables I would espect that the table would be cleared out every time it is used but I would also expect the clearing user to be an application user which executes a stored procedure to perform the truncate and these are easy to filter out of any reports you run and to report on the use of the truncate procedure by any user other than the expected username.
    If you set up auditing be sure to set up a purge at the same time.
    IMHO -- Mark D Powell --

  • Vendors didnt receive 1099.  How to query in system who did not receive.

    Is there a way in the sap system to see who did not receive a 1099?  Is there any query I can do to see this

    Hi Redhed
    Send us an email using the contact the mods link in my profile and I can have this picked up for you.
    The form will give us the details needed to assist further.
    Thanks
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Solaris users who did login for more than months

    Hello All,
    Can any one help me out to find those users who did not login to the system for more than a month or more? I need to do some user clean up.
    Thanks..
    Edited by: user4027740 on Apr 13, 2011 12:35 AM

    USERS=`grep -v NOLOGIN /etc/passwd | cut -d: -f1`
    for USER in $USERS
    do
    echo "---------- $USER --------------"
    last -n 1 $USER
    done
    ############this script helps you find out the last login time of all users in /etc/passwd file###################

  • Audit Of the System : How to identify easily Who did What ???

    Hello,
    Is there a way to report who did which transaction (in logistics, finance) thanks to a SQL query, XL Reporter, etc... ?
    I'd like to get on a single report for instance the user name, transaction number, amount, etc....
    Regards
    Stéphane

    Dear Stephane,
    You might be able to pull up the report using the "Transaction Journal Report" already available under the Financials->Accounting->"Transaction Journal Report".
    PLease try it out, if you need any thing not available in the report let us know.
    Regards
    Arshdeep

  • I recently had my cracked iPhone 4 screen fixed, the lady who did it told me my light sensor was broken.. How can I get a new one installed??

    I recently had my cracked iPhone 4 screen fixed, the lady who did it told me my light sensor was broken.. How can I get a new one installed?? i noticed there was something wrong when I talk on the phone it will mute, hold or speaker the calls. It's very annoying how can I fix the light sensor

    Was your cracked screen fixed by an Authorized Apple Service Provider?  I may be wrong, but I didn't think they fixed such things.
    Regardless of who fixed it, and whether it was an authorized repair or not, I recommend bringing it back to the agency that fixed it in the first place.  But note if the repairing agency is not authorized by Apple, you may not want to spend much more money on repairs there for this unit.

  • Windows Server logs deleted - Find user who did it?

    Hi
    At thuesday someone happened to overwrite the NTFS permissions on a share
    on a Windows 2012 file server.
    Instead of telling his/herscolleagues, "Sorry I did a mistake", this person log into the server as local administrator (Windows account) and delete all logs to cover the mistake up. Thanks for that!
    So my question to you is, is there any way to find out who did this?, thoguh the logs is deleted? Is there any other logs then Eventviewer logs to look into?
    I could find in the "Applications and Services Logs\Microsoft\Windows\RemoteDesktop" a connection from a computer 2 min before the logs were deleted, and that was from a new computer. This person
    had it all figured out...
    So?
    Thank!

    Hi,
    Sorry about the confusion.
    What I mean is that deleting logs requires administrative privileges, as administrators, we need to be very careful with adding which user accounts into local administrators group, only those ones which are reliable can be added as administrator.
    In addition, to get better auditing results, we also need to ensure that one person has (know the password of) only one user account, so that we could better determine who did what to Windows system.
    Here are some articles regarding auditing for you:
    Advanced Security Audit Policy Settings
    https://technet.microsoft.com/en-us/library/dn319056.aspx
    Advanced Security Auditing FAQ
    https://technet.microsoft.com/en-us/library/ff182311%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

Maybe you are looking for

  • Setting a global margin for any documents to print

    Hello, On a Mac running OS X, I have a ruby/java script allowing me to open a Microsoft Word document and print it as a PDF (and extra stuffs, but that's not part of the problem). During the conversion from Word to PDF for most of my documents I get

  • Queston mark box instead of attachments in mail

    Hi everybody, I have a strange problem with mail. When I attach a file to a mail instead of seeing the file icon (or the image) I get a strange box with a question mark on it. In the end I'm able to send the message and it wirks fine, but I'd like to

  • GWT meets  Flex:  Java API  for Flex

    Hello people, I m  somedays away to release the  version 2.1 of gwt4air. gwt4air is an open source project  based on  gwt (http://code.google.com/webtoolkit/)  and provides a Java API to different platform where Java is not the primary language. Vers

  • Trying to Upgrade Quicktime and iTunes

    My old iPod Mini broke. I bought the new Ipod Nano yesterday and thought it would just automatically download my songs from my old Itunes. It said I had to upgrade my Itunes, which I went to do, and as soon as it was almost fully downloaded there was

  • How to create a Keynote theme for iPad?

    Hi. - I know how to create a Keynote theme for Mac. But how can I move the theme over to iPad and keep it as an theme for the future? - Can I create a theme in iPad with iPad Keynote? Thanks.