SCCM Report Top Console User Computer by User Collection

Trying to Get a report of where We can have a user collection then it comes back with that users computer information... I have this report working until I try to have it run by user collection.  I have commented out the last join and where  and
the reports run.  Any help would be appreciated.
SELECT DISTINCT B.Netbios_Name0 AS [Computer Name],
G.SerialNumber0 AS [Service Tag],
C.Manufacturer0 AS [Make],
C.Model0 AS [Model],
e.Name0 AS [Processor Name],
E.MaxClockSpeed0 AS [Processor (GHz)],
E.ProcessorType0 AS [Processory Type],
D.TotalPhysicalMemory0/1024/1024 AS [Memory (GB)],
B.User_Name0 AS [Last Logged on User],
I.TopConsoleUser0 AS [Top User],
H.Size0/1024 AS [Disk Space (GB)],
J.Caption0 AS [Operating System],
J.CSDVersion0 AS [Service Pack Level]
FROM dbo.v_r_system B
JOIN dbo.v_gs_computer_system C ON C.ResourceID = B.ResourceID
JOIN dbo.v_gs_x86_pc_memory D ON D.resourceID = B.ResourceID
JOIN dbo.v_gs_processor E ON E.resourceID = D.ResourceID
JOIN dbo.v_gs_pc_bios F ON F.ResourceID = E.ResourceID
JOIN dbo.v_gs_system_enclosure G ON G.ResourceID = F.ResourceID
JOIN dbo.v_gs_logical_disk H ON H.ResourceID = G.ResourceID
JOIN dbo.v_GS_SYSTEM_CONSOLE_USAGE I ON I.ResourceID = H.ResourceID
JOIN dbo.v_GS_OPERATING_SYSTEM J ON J.ResourceID = I.ResourceID
JOIN dbo.v_FullCollectionMembership K ON C.ResourceID = K.ResourceID
WHERE K.CollectionID=@ColID
ORDER BY C.Model0

Was hoping for a little more meat on the bone.
What more meat do you want? Peter suggestion is exactly what you need to do.
Garth Jones | My blogs: Enhansoft and
Old Blog site | Twitter:
@GarthMJ

Similar Messages

  • Top Console User Threshold

    Hello,
    I'm looking around and having trouble finding what I need. I've seen on posts online that the top console user threshold audits the security log for who's logged onto the device 66%, 75% of the time, etc.. I'm wondering if that can be adjusted? We have a lot
    of devices that report as unknown for top console user because they're truly not used that often, but still needed.

    Looking for an easy way to tie a primary user to workstations, the probably we have is some are shared. But v_gs_computersystem.username0 looks like it can give us a good place to start, but would run into an issue with shared devices. Was going to
    use top console user and if it's an unknown user the value from the username0 data.

  • Report for workstation profile last modified timestamp / Hardware 05A - Console users on a specific computer

    SCCM 2012 has a report called Hardware 05A - Console users on a specific computer .
    I have configure Asset Intelligence to collect the SMS_SystemConsoleUser, but I get no information back from this report.
    What else needs to be configured to see information about who has used a machine?
    The goal is to determine what machines have used a particular administrative logon account and when it was last used on a machine (profile last modified date).
    Thanks.
    Steve

    There are two prerequisites, see:
    http://technet.microsoft.com/en-us/library/gg712306.aspx
    modify the Windows Security event log settings on clients to log all Success logon events
    enable the SMS_SystemConsoleUser hardware inventory reporting class
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • SCCM 2012 R2 Computer reports not displaying users and domain information for some systems.

    I have a recently deployed SCCM 2012 R2 server which has been running well so far.
    I have, however, noticed in the reporting (example: "Computers in a specific site" report) that some computers are not showing information like "User domain" and "User Name" (for about 500 of the 1500 computers).
    If I go to a collection, select such a computer and right click to properties and go to the general tab I can see that the below fields are blank:
    Last Logon User Domain
    Last Logon User Name
    All other fields are populated similarly for both affected and non-affected agents. Agent versions are the same as well. Hardware/Software inventory appears to be completing on all systems.
    Has anyone else seen this type of behavior and found a solution? Appreciate any advice. Thanks.
    Edit: Most agents have been installed for close to 2 months.
    Hardware inventory: Daily
    Software inventory: Weekly

    Hi,
    Those two values are populated by the Heartbeat agent and if no user is logged on when the heartbeat is sent, then the value is blank so I would say this would be as expected.
    If you want to know which user has been using a computer you should have a look at the assett Intelliengence reports with console usage, then you can see who has been using a computer most frequently.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • SCCM report to show last logged on user and the Active Directory department attribute of that user.

    I need to create an SCCM report to show last logged on user on all machines and the Active Directory department attribute of that last logged on user.

    You problem is here.
    right
    join v_R_User USR on USR.ResourceID
    = CS.ResourceID
    USR.ResourceID != CS.ResourceID, you need to map the username to the user logon to the PC. By using the user’s department information you will
    end up with unreliable results.
    Anyways you need to make these changes to your query.
    left
    join v_R_User USR on USR.Unique_User_Name0
    = CS.UserName0
    http://www.enhansoft.com/

  • Using Reports from End User Console.

    I want to show the reports tab and the sub tabs in the end user console.
    I have copied the reports folder into the user folder and have modified the "End User Navigation" form , giving the URL of all the jsps.
    By this I can see the reports tab in the End user console, but when I click the tab, it redirects to the Admin console login page, and after logging into Admin console login page only I can navigate the other report sub tabs.
    Please let me know if there is any way to use the reports from End user console, without the secondary loging (into Admin console).

    Do you have to implement whole report TAB or do you want to run only one report.

  • No console user

    Hi,
    I have a network of iMac's here and having trouble with a single iMac.
    Whenever I try to run a unix command as a user, or try to copy a file to a user, it will work for all iMac's but one.
    The iMac in question is a standard desktop, and used the same as all the others.
    When issuing unix commands, I can use 'root' fine, and I can easily use the observe/control mode to interact with the box.
    I can also use unix commands on the correct user, if i manually pass her username as a parameter.
    The list view which lists data about each computer, shows the user as being logged in, and even shows the application they have running.
    The error I always get is:
    "No console user".
    So my question is, why do I get this error, even when there is a user activly using the computer at the exact time I run the command.

    dose rebooting the effected cleint stop the issue?
    dose deleted the computer and re-adding it to ARD resolve issue?
    have you tried forcing the client to report in? (get info on the client in ARD,setting the reporting time to a few minutes from the current time, then waiting a few minutes so reporting can run)
    If you get the IP on the effected computer, do you see any other computer reords with the same IP?
    have you tried turning ARD off on the effected computer and turning it back on? (not just off, but unchecking every thing and then rechecking every thing)
    if you swap the jack being used, dose that effect the issue? (ie computer1 plugged into jack a works, computer2 plugged into jack b dose not. swap the jacks so comptuer1 is on jack b and computer2 is on jackA, dose computer2 now work)

  • Viewing Reports on a remote computer - SCOM/SCCM

    Hi,
    We are having an issue in which I am hoping somebody will be able to assist with.  Both are at 2012 R2 version.
    1. We have SCOM and SCCM installed on the same server.
    2. We have 2 instances of SSRS running on this server as well, one for SCCM and 1 for SCOM.
    3. The SCCM instance is running off the default instance and the SCOM instance is running off a named instance.
    The issue that we are having is as follows:
    Operations Manager Reports tab doesnt populate on a Remote Computer that has the operations manager console installed.  It works fine when directly connecting to the server.
    When trying to open the Web Console from a remote computer we get an unexpected error has occured with the following error log.
    Please provide the following information to the support engineer if you have to contact Microsoft Help and Support :
    System.ServiceModel.CommunicationException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem.
    System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See  ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See 
       at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
       at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState)
       at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__0(Object sendState)
       --- End of inner exception stack trace ---
       at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
       at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)
       --- End of inner exception stack trace ---
       at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
       at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result)
       at Microsoft.EnterpriseManagement.Presentation.Security.ServiceProxies.LogonServiceClient.LogonServiceClientChannel.EndGetConfiguration(IAsyncResult result)
       at Microsoft.EnterpriseManagement.Presentation.Security.ServiceProxies.LogonServiceClient.Microsoft.EnterpriseManagement.Presentation.Security.ServiceProxies.ILogonService.EndGetConfiguration(IAsyncResult result)
       at Microsoft.EnterpriseManagement.Presentation.Security.ServiceProxies.LogonServiceClient.OnEndGetConfiguration(IAsyncResult result)
       at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)
    When trying access Report Subscriptions list we get the following error:
    Report Subscription List Could not be loaded: The underlying connection was closed: could not establish trust relationship for the SSL/TLS secure channel.
    SCCM reports populate properly both on the server as well as on a remote SCCM client.
    Any help would be appriciated.
    Thanks

    Hi,
    First please try below steps:
    1. Open an elevated cmd-prompt
    2. Go to the folder C:\Windows\Microsoft.NET\Framework64\v4.0.30319 and execute these two commands:
    aspnet_regiis -i –enable
    aspnet_regiis -r
    If above action cannot resolve this issue, I would like to suggest you remove the Web Console feature, and re-do prerequisite and reinstall it:
    Start SCOM 2012 installation and select to remove a feature. Remove Web Console feature.
    Run some powershell commands to install the prerequisites:
    Import-Module ServerManager
    Add-WindowsFeature NET-Framework-Core,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,Web-Request-Monitor,Web-Filtering,Web-Stat-Compression,AS-Web-Support,Web-Metabase,Web-Asp-Net,Web-Windows-Auth –restart
    Run the following command from elevated command prompt to register the ASP .NET 4 with IIS.
    c:\windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -r
    Next the command to allow the Asp .Net 4 ISAPI/CGI.
    c:\windows\system32\inetsrv\appcmd set config /section:isapiCgiRestriction /[path=`'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll`'].allowed:True
    Restart the server
    Run SCOM 2012 setup and select to add a feature and add the Web Console feature.
    Hope it helps.
    Regards,
    Yan Li
    Regards, Yan Li

  • How to find using SQL query application deployed on win 7 machines with SCCM 2012 server or user installed manually.

    Hi,
    how to find using SCCM SQL query,  application deployed on win 7 machines with SCCM 2012 server or user/technician installed manually. Please let me know.

    Thanks, is it not possible via any script also?
    Like Torsten said, how can you tell the difference between CM12 installed applications and locally installed? Once you can answer that, then you can write report.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • How do I get a list of the reports that a user has access to?

    <p>I need to be able to determine which reports a specified user has access to.  This is for an application where users will be able to search and view reports that have been archived through a separate process.  </p><p>I&#39;ve searched through the developer library, but I can&#39;t find this specific information.  Can I use the ObjectPrinicpals class to get this info?</p><p>Thanks!</p><p>-Dell<br /></p>

    Hi Robert!
    Yes, the presentation went well. It was a lot of fun to do and I had a great time at the conference.
    Your suggestion works great if I'm walking down through the reports looking to see who has access to them.Â
    However, I need to do this starting from the User object. When I use the ObjectPrincipals of the User, I get a list of the users who have the rights to modify the user. I did a lot of work on this last week and it boils down to I'm going to have to actually log in as the user (I can use trusted authentication to do this without having the user's password) and then run a query to select all of the reports in the system - this should give me just the reports that the user has access to. Not the most efficient way to get the data from my perspective, but it should work.
    This would be a great feature to have added to future versions of the SDK. I need it for a couple of purposes:
    1. To gather information to set up the security in my archive viewer application.
    2. For auditing purposes - we currently have only Professional licenses so I don't have access to the internal auditing functionality. Plus, I'm not sure that that includes the kind of info I'm looking for so I'm building an app that extracts information to XML which is then used by a couple of reports so that I can provide the audit info as needed.
    -Dell
    Â - A computer only does what you told it to, not what you thought you told it to!</p>

  • Report on a user.

    I don't know if this is the correct place for this.
    This is a report on the user [Mod Edit: Edited post to comply with the Skype Community Guidelines and Skype Etiquette]
    I do not know this person. I have never seen this person on the internet or in real life. I believe they are trying to mislead me. It seems to me that they are trying to make me open a link that I do not recognise. They are trying to make me make an account and 'talk' to them. It seems like they are trying to steal my detals or making me download something. Any such thing as 'free passes' from a stranger? I don't think so. Can something happen to stop this person or investigate them please?
    I was trying to get a little more information out of them. I never clicked the link so I do not know what is beyond it. I am a little worried to click it.
    I have blocked this person. I do not want any others to be caught out by a scammer like this.
    Thanks ~Ronan

    Hello and welcome to the Skype Community.
    https://support.skype.com/en/faq/FA34447/what-should-i-do-if-i-see-abusive-behavior-on-skype
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • How to email report to the users

    Hi,
    I have a few reports in 6i. I can preview them but cannot mail them to the users. When I click on the mail icon, it gives me this error :
    REP-4203: Error occurred while sending a mail message.
    Second option I did was to directly create a pdf report but this doesnt work either. I gave the desformat as pdf, desname as c:\myreport.pdf, mode as default, destype as File and printjobs No.
    I ran the report and it did something. But now when I search in my C:\ I cannot find the pdf report there. I also did a search but cannot find it anywhere.
    Please let me know how to develop a pdf report or how to email a preview report to the users. I need to send the report to my users but both the options dont work.
    Thanks in advance.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • How to Generate a Report Based on User's Parameters from Web Site

    Hi, all,
    I am trying to use Oracle Developer 6.0 Report Builder to generate report based on what user types in from the web site. Since I am a novice, I am wondering if anybody would help me with the following questions:
    1. How can I create a report based on user's parameters?
    Assuming that I have 2 text fields EMPNO and DEPT on the web site, after user types in some value, how can I pass these parameters into my query, can I do something like:
    select ENAME, JOB, EADDRESS from EMP
    where EMPNO =
    some_reference_of_parameters_from_user
    or is there any other way to achieve this functionality?
    2. How can I pass a PDF format report back to user after the report is generated?
    Any help is greately appreciated!!
    Best regards.
    Judy

    Hello,
    In the Report Builder, create two user parameters, and set the parameter name, datatype, width, and default values to what you want. Modify the query and put in a where clause (e.g., where deptno = :p_deptno). When you request the report with PARAMFORM=YES on the URL, it'll generate a default parameter form in HTML and allow the user to enter in the selected parameter values. Also set DESTYPE=CACHE&DESFORMAT=PDF on the URL to get the output back as PDF.
    If you upgrade to Reports 6i, you can customize the default HTML parameter form.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Unable to Schedule the Report with a user with Author Role.

    Hi,
    I tried to Schedule the Report using weblogic user(which has admin role) it worked perfectly. But when i try to login using User(which has author role) and when i try to schedule a report i am getting the following error. It is clustered Environment.
    [nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Authentication Failure.
    Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Location: saw.connectionPool.getConnection, saw.securitysubsystem.checkauthentication.runimpl, saw.securitysubsystem.checkauthentication, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13039] The impersonator does not exist in the BI Security Service. (08004)
    Error Codes:
    Location: saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Error Codes: AGEGTYVF
    AgentID: /users/richard/Test Mail Report
    ...Trying Agent Get Response Content loop again.... Sleeping for 8 seconds.[nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Authentication Failure.
    Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Location: saw.connectionPool.getConnection, saw.securitysubsystem.checkauthentication.runimpl, saw.securitysubsystem.checkauthentication, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13039] The impersonator does not exist in the BI Security Service. (08004)
    Error Codes:
    Location: saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Error Codes: AGEGTYVF
    AgentID:/users/richard/Test Mail Report
    ...Trying Agent Get Response Content loop again.... Sleeping for 6 seconds.[nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Authentication Failure.
    Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Location: saw.connectionPool.getConnection, saw.securitysubsystem.checkauthentication.runimpl, saw.securitysubsystem.checkauthentication, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13039] The impersonator does not exist in the BI Security Service. (08004)
    Error Codes:
    Location: saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Error Codes: AGEGTYVF
    AgentID: /users/richard/Test Mail Report
    Exceeded number of request retries for method GetResponseContent.
    Can any one help me with this.
    Thanks
    Rondo.
    Edited by: RONDO on Dec 12, 2012 4:07 PM

    Check the Doc ID 1446877.1
    As per this doc Fix to apply patch 13553428:
    The fix to this issue is to apply patch for the following unpublished bug.
    Bug 13553428 - QA:BLK:DELIVER TO CORP. OID LDAP USERS FAILED WITH IMPERSONATOR DOES'NT EXIST.
    Patch 13553428: QA:BLK:DELIVER TO CORP. OID LDAP USERS FAILED WITH IMPERSONATOR DOES'NT EXIST.
    The patch is available on MOS and can be applied to all platforms.
    Or access via this link:
    https://updates.oracle.com/Orion/Services/download/p13553428_111160_Generic.zip?aru=14732325&patch_file=p13553428_111160_Generic.zip
    Please refer to the Readme. It is important to Stop the System before applying the patch. Then restart.
    During restart Weblogic should automatically detect that bimiddleware.ear has changed in the OH and automatically redeploy the application
    If helps pls mark as correct
    Edited by: Srini VEERAVALLI on Dec 12, 2012 7:39 PM

  • Generate a Report Dynamically without User Intervention and Output to XML

    Here's the scenario for which I am trying to find a solution. Any help would be greatly appreciated.
    I have a series of reports that the users generate from a UI by selecting the report, setting the values for a list of parameters, and then click a submit button. The report is generated in the UI for them to view. They can print it from here or export it to Excel.
    They would like to be able to schedule a report to run daily without user intervention using a saved set of parameters. The system would run the report automatically and email it to a defined set of email addresses.
    To do this, we need to have the report generated in a string or xml so a Java process can read it and email it.
    I see that I can change a report's template to export:xml so I feel that it is possible. How can I export a report to XML without user intervention? Can the report template be changd dynamically at runtime? Ideally, I need some way to call this same report and have it output as a string data or xml to be used by a Java process that would store and generate the report for email.

    Hi Kumar,
    From Program1 you are calling Program2, using submit syntax (inside Program1).
    While using submit, if you have correctly filled up the selection screen of program2, then it will AUTOMATICALLY get executed, WITHOUT F8.
    If there is any compulsary field in program 2, which does not get populated, then it will not run automatically, or unless some special code is written in program2.
    If you do not want the output of Program2 on screen, then u can use
    SUBMIT Program2 AND RETURN.
    In that case, no selection screen (of program2) will appear and neither the output of program 2.
    Regards,
    Amit Mittal.
    Edited by: Amit Mittal on Dec 23, 2009 4:10 PM

Maybe you are looking for

  • Query for Sales order and corr.AR Invoice Info

    Hi, I need to write a query which gives the flollowing sales order info along with the coressponding AR invoices info Sales Order columns reqd: OPERATING_UNIT ORDER_NUMBER CUSTOMER_NUM CUSTOMER_NAME ORDERED_DATE FLOW_STATUS_CODE TOTAL_ORDER_AMOUNT AR

  • Can't open a raw file from Lightroom to Photoshops ACR

    I got used to using Lightroom 3 as a place to catalogue and store my images but still process my Raw files in Adobe Photoshops Raw Convertor. Now that I have Lightroom 5 I can't find out how to do this.  With version 3 I just highlighted say 3 files

  • How to get the The more specifica data about my ipod

    I try to write a LCA report to analyze the environmental impact of my ipod. necessary chemical components data of ipod is needed for my report. I try to search all apple website for these information but nothing is found. can anyone help me? any tip

  • Lost mask option button for adjustment brush

    I am not well up on the correct lingo so bare with me please. When using adjustment brush and Crop tool a bar used to appear under the photo giving me the option of seeing the overlay filter of where i had burned in or dodged. it also appeared for th

  • Transaction unbalance error on making Credit Memo based on AP Inv.

    Hi all,       when i am making a credit memo, i am getting a error as transaction unbalance. could you please tell me the reason for this, and what is the solution to solve this error.      TRANSACTION UNBALANCE ON AP INV CREDIT MEMO sandip