Manager collection cost is duplication of a common project instead of specific project

Hello

When we charge an EAM work order with a specific project and the task with an item in stock problem and run cost collection manager, it creates a negative input on the common project and positive entry on the EAM project. I see this in pa_transaction_interface_all table. The cost was never get charged to the common project that we have a project and the specific tasks in the work order. Any idea?


Thank you

Hello

PJM allows segments 19 & 20 of the KFF Locator for the values of the project and the task. Filling of these segments is used to reserving on the amount for this project. Elements of a locator project to a project work will not cost collected.  When you issue Locator of project work project A B the system transfers a positive transaction project B and negative transaction to the project.  In the case of the location of the project is zero and you issue an element of here on the agenda of work of project B collect the cost of the system a positive transaction project B and a negative operation to the joint project. System maps always the no value on the Locator for the joint project of the organization.

DIna

Tags: Oracle Applications

Similar Questions

  • Creative cloud storage limit not sync with the management plan. 2 GB display on the application instead of 100 GB.

    Creative cloud storage limit not sync with the management plan. 2 GB display on the application instead of 100 GB.

    Hi Christian,

    Please check the help below document:

    Applications creative Cloud back in test mode after an update until 2015 for CC

    Kind regards

    Sheena

  • Number of management and cost budget version

    Dear Dina,

    When to go for management of the issue and when to go for a new version of budget cost...

    Pleaseeeeeeeeeeee help me understand...

    Thanks in advance much n...

    Hello

    Management of the issue is not linked to financial amounts. Usually, the project team can raise issues they need to be discussed and decided during the execution of the project.

    You can enter updated budgetary cost and submit for approval, if there is a change with the exception of the complete estimate cost or scope of the project.

    In some organizations, they manage the change project in a very strict discipline. They raise a change request and then submit it for approval and an order to change approved. A rider can be linked to financial implications, cost, income, or both. In this case, there is a form to apply stopped financial effect of change as update of the financial plan.

    Dina

  • Request to modify the script to collect the CPU Ready in percentage by VM instead of milliseconds

    Hi all

    I would ask for help here with the script that I found in this forum by Mr. LucD to collect % VM CPU ready to be changed according to the famous formula for calculating the percentage of CPU of VM ready:

    ((Valeur de sommation UC / (< intervalle de mise à jour par défaut graphique en secondes > * 1000)) * 100) / number of vCPU = CPU % ready



    From my understanding, the script must be changed because:

    1. Don't divide the percentage CPU Ready by the number of vCPU for each virtual computer
    2. The refresh interval is not set 'for a week. for simplicity, this script will be used to collect last week performance data ($start = (Get-Date). AddDays(-7))

    Note: The refresh rate can be found this KB: VMware KB: conversion between the summation of values CPU and CPU ready %

    the purpose of this script is to classify VM of the result is greater than 10% determined as having problems with CPU Ready. Article source: http://docs.media.bitpipe.com/io_10x/io_107330/item_605784/Basic%20VMware%20vSphere%20Performance%20Guide_201211.pdf)

    I have tested and run script below:

    $allvms = @()
    $vms = Get-VM  
    $start = (Get-Date).AddDays(-7)
    $metrics = "cpu.usage.average","mem.usage.average","cpu.ready.summation" 
    
    
    Get-Stat -Entity $vms -Start $start -Stat $metrics | 
    Group-Object -Property {$_.Entity.Name} | %{
      $cpu = $_.Group | where {$_.MetricId -eq "cpu.usage.average" -and $_.Instance -eq ""} | Measure-Object -Property value -Average -Maximum -Minimum
      $mem = $_.Group | where {$_.MetricId -eq "mem.usage.average"} | Measure-Object -Property value -Average -Maximum -Minimum
      $vmstat = "" | Select Time,VmName, MemMax, MemAvg, MemMin, CPUMax, CPUAvg, CPUMin, CPURDYMaxPercent
      $vmstat.VmName = $_.Group[0].Entity.Name
      $vmstat.Time = $_.Group | Sort-Object -Property Timestamp | Select -First 1 | Select -ExpandProperty Timestamp
      $vmstat.CPUMax = [Math]::Round($cpu.Maximum,2)
      $vmstat.CPUAvg = [Math]::Round($cpu.Average,2)
      $vmstat.CPUMin = [Math]::Round($cpu.Minimum,2)
      $vmstat.MemMax = [Math]::Round($mem.Maximum,2)
      $vmstat.MemAvg = [Math]::Round($mem.Average,2)
      $vmstat.MemMin = [Math]::Round($mem.Minimum,2)
      $vmstat.CPURDYMaxPercent = &{
      $interval = $_.Group[0].IntervalSecs * 10
        ($_.Group | where {$_.MetricId -eq "cpu.ready.summation" -and $_.Instance -eq ""} | 
      Sort-Object -Property Value -Descending |
        Select -First 1 | 
        Select -ExpandProperty Value) / $interval
      }
      $allvms += $vmstat
    }
    $allvms | Select Time,VMName, MemMax, MemAvg, MemMin, CPUMax, CPUAvg, CPUMin, CPURDYMaxPercent | 
    Export-Csv "C:\TEMP\AllVMs-7days.csv" -noTypeInformation -UseCulture 
    

    I hope that this will be the most useful script to understand where particular VM is experiencing problem with percentage CPU Ready.

    Thanks in advance,

    I have my version here, I use to use of the CPU.

    {Function Get-Ready

    <>

    . LOGBOOK

    This unique feature provide several reports and information. IE: convert ready value into a readable format (for real-time, day, week, month, year).

    . DESCRIPTION

    This unique feature provides multiple information of esxi host, as the list below.

    The CPU usage of the virtual, Mhz, the use of the processor CPU ready computer

    vCPU allocated to the VM (jailbroken in the casings and core)

    VMHost name

    Information physical VMhost CPU (jailbroken in the casings and core)

    To convert between value of CPU ready summons in vCenter performance tables and the value of loan % of CPU that you see in esxtop, you must use a formula.

    The form requires that you know the default update intervals for performance dashboards. These are the default update for each chart intervals:

    Realtime: 20 seconds

    Last day: 5 minutes (300 seconds)

    Last week: 30 minutes (1800 seconds)

    Over the past month: 2 hours (7200 seconds)

    Last year: 1 day (86400 seconds)

    To calculate the % of CPU ready of the summation value ready CPU, use this formula:

    (Value of summons UC / ( * 1000)) * 100 = ready % CPU

    Example: Stats in real-time for a VM on vCenter may have an average CPU ready summation value of 1000. Use the appropriate formula values to get the loan % of CPU.

    (1000 / (20 sec * 1000)) * 100 = 5% CPU ready

    For more information on vmware 2002181 KB

    . VM PARAMETER

    Name of the virtual machine

    . ENTRIES

    String.System.Management.Automation.PSObject.

    . OUTPUTS

    None.

    . EXAMPLE OF

    If you wrap this script inside the function you can use it as a command.

    To encapsulate this script

    PS > Get-VMHost esxihost.fqdn | Get ready

    Report back for perticular VMHost vm

    . NOTES

    To view examples, type: "get-help Set-VMHostSSH-examples.

    For more information, type: "get-help Set-VMHostSSH-detailed".

    For technical information, type: "get-help Set-VMHostSSH-full".

    http://kunaludapi.blogspot.com

    #>

    [CmdletBinding()]

    (param

    [Parameter (Mandatory = $true, ValueFromPipeline = $True, ValueFromPipelineByPropertyName = $true)]

    ([String] $Name) #param

    BEGIN {#begin}

    {in process

    $Stattypes = "cpu.usage.average", "cpu.usagemhz.average", "cpu.ready.summation".

    foreach ($esxi in $(Get-VMHost $Name)) {}

    $vmlist = $esxi | Get - VM | Where-Object {$_.} PowerState - eq "Receptor"}

    $esxiCPUSockets = $esxi. ExtensionData.Summary.Hardware.NumCpuPkgs

    $esxiCPUcores = $esxi. ExtensionData.Summary.Hardware.NumCpuCores/$esxiCPUSockets

    $TotalesxiCPUs = $esxiCPUSockets * $esxiCPUcores

    {foreach ($vm to $vmlist)

    $VMCPUNumCpu = $vm. NumCpu

    $VMCPUCores = $vm. ExtensionData.config.hardware.NumCoresPerSocket

    $VMCPUSockets = $VMCPUNumCpu / $VMCPUCores

    $GroupedRealTimestats = get-Stat-entity $vm - $Stattypes - Instance-Realtime Stat ' "-ErrorAction SilentlyContinue | MetricId Group-Object

    $RealTimeCPUAverageStat = '{0:N2}' f $($GroupedRealTimestats |) Where {$_.} Name - eq "cpu.usage.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $RealTimeCPUUsageMhzStat = '{0:N2}' f $($GroupedRealTimestats |) Where {$_.} Name - eq "cpu.usagemhz.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $RealTimeReadystat = $GroupedRealTimestats | Where {$_.} Name - eq "cpu.ready.summation"} | Select-Object - ExpandProperty group | Measure-object-value average | Select-Object - ExpandProperty average

    $RealTimereadyvalue = [math]: tour ($(($RealTimeReadystat / (20 * 1000)) * 100), 2)

    $Groupeddaystats is entity-Stat-get $vm - Stat $Stattypes - beginning (get-date). AddDays(-1)-done (get-date) - IntervalMins 5 - Instance ""-ErrorAction SilentlyContinue | MetricId Group-Object

    $dayCPUAverageStat = '{0:N2}' f $($Groupeddaystats |) Where {$_.} Name - eq "cpu.usage.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $dayCPUUsageMhzStat = '{0:N2}' f $($Groupeddaystats |) Where {$_.} Name - eq "cpu.usagemhz.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $dayReadystat = $Groupeddaystats | Where {$_.} Name - eq "cpu.ready.summation"} | Select-Object - ExpandProperty group | Measure-object-value average | Select-Object - ExpandProperty average

    $dayreadyvalue = [math]: tour ($(($dayReadystat / (300 * 1000)) * 100), 2)

    $Groupedweekstats is entity-Stat-get $vm - Stat $Stattypes - beginning (get-date). AddDays(-7)-done (get-date) - IntervalMins 30 - Instance ""-ErrorAction SilentlyContinue | MetricId Group-Object

    $weekCPUAverageStat = '{0:N2}' f $($Groupedweekstats |) Where {$_.} Name - eq "cpu.usage.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $weekCPUUsageMhzStat = '{0:N2}' f $($Groupedweekstats |) Where {$_.} Name - eq "cpu.usagemhz.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $weekReadystat = $Groupedweekstats | Where {$_.} Name - eq "cpu.ready.summation"} | Select-Object - ExpandProperty group | Measure-object-value average | Select-Object - ExpandProperty average

    $weekreadyvalue = [math]: tour ($(($weekReadystat / (1800 * 1000)) * 100), 2)

    $Groupedmonthstats is entity-Stat-get $vm - Stat $Stattypes - beginning (get-date). AddDays(-30)-done (get-date) - IntervalMins 120 - Instance ""-ErrorAction SilentlyContinue | MetricId Group-Object

    $monthCPUAverageStat = '{0:N2}' f $($Groupedmonthstats |) Where {$_.} Name - eq "cpu.usage.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $monthCPUUsageMhzStat = '{0:N2}' f $($Groupedmonthstats |) Where {$_.} Name - eq "cpu.usagemhz.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $monthReadystat = $Groupedmonthstats | Where {$_.} Name - eq "cpu.ready.summation"} | Select-Object - ExpandProperty group | Measure-object-value average | Select-Object - ExpandProperty average

    $monthreadyvalue = [math]: tour ($(($monthReadystat / (7200 * 1000)) * 100), 2)

    $Groupedyearstats is entity-Stat-get $vm - Stat $Stattypes - beginning (get-date). AddDays(-365)-done (get-date) - IntervalMins 1440 - Instance ""-ErrorAction SilentlyContinue | MetricId Group-Object

    $yearCPUAverageStat = '{0:N2}' f $($Groupedyearstats |) Where {$_.} Name - eq "cpu.usage.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $yearCPUUsageMhzStat = '{0:N2}' f $($Groupedyearstats |) Where {$_.} Name - eq "cpu.usagemhz.average"} | Select-Object - ExpandProperty group | Measure-object-value average | Select - Object - ExpandProperty average)

    $yearReadystat = $Groupedyearstats | Where {$_.} Name - eq "cpu.ready.summation"} | Select-Object - ExpandProperty group | Measure-object-value average | Select-Object - ExpandProperty average

    $yearreadyvalue = [math]: tour ($(($yearReadystat / (86400 * 1000)) * 100), 2)

    $data = New-Object psobject

    $data | Add-Member - MemberType NoteProperty-VM name-value $vm.name

    $data | Add-Member - MemberType NoteProperty-name VMTotalCPUs-value $VMCPUNumCpu

    $data | Add-Member - MemberType NoteProperty-name VMTotalCPUSockets-value $VMCPUSockets

    $data | Add-Member - MemberType NoteProperty-name VMTotalCPUCores-value $VMCPUCores

    $data | Add-Member - MemberType NoteProperty-Name ' in time real average usage % "-value $RealTimeCPUAverageStat

    $data | Add-Member - MemberType NoteProperty-name "Mhz real-time use" - value $RealTimeCPUUsageMhzStat

    $data | Add-Member - MemberType NoteProperty-Name "loans in time real %"-value $RealTimereadyvalue

    $data | Add-Member - MemberType NoteProperty-name ' day average use % "-value $dayCPUAverageStat

    $data | Add-Member - MemberType NoteProperty-name of the "day use Mhz"-value $dayCPUUsageMhzStat

    $data | Add-Member - MemberType NoteProperty-Name "ready day %"-value $dayreadyvalue

    $data | Add-Member - MemberType NoteProperty-"week average use name% '-value $weekCPUAverageStat

    $data | Add-Member - MemberType NoteProperty-Name "week use Mhz"-value $weekCPUUsageMhzStat

    $data | Add-Member - MemberType NoteProperty-"week loan name% '-value $weekreadyvalue

    $data | Add-Member - MemberType NoteProperty-' months average use name% '-value $monthCPUAverageStat

    $data | Add-Member - MemberType NoteProperty-Name "month use Mhz"-value $monthCPUUsageMhzStat

    $data | Add-Member - MemberType NoteProperty-' months loan name% '-value $monthreadyvalue

    $data | Add-Member - MemberType NoteProperty-name ' year average use % "-value $yearCPUAverageStat

    $data | Add-Member - MemberType NoteProperty-name ' year use Mhz "-value $yearCPUUsageMhzStat

    $data | Add-Member - MemberType NoteProperty-Name "ready year % '-value $yearreadyvalue

    $data | Add-Member - MemberType NoteProperty - name VMHost-$esxi.name value

    $data | Add-Member - MemberType NoteProperty-name VMHostCPUSockets-value $esxiCPUSockets

    $data | Add-Member - MemberType NoteProperty-name VMHostCPUCores-value $esxiCPUCores

    $data | Add-Member - MemberType NoteProperty-name TotalVMhostCPUs-value $TotalesxiCPUs

    $data

    } #foreach ($vm in $vmlist)

    } #foreach ($esxi in $(Get-VMHost $Name))

    } #process

    } #Function-prepare you

    Get-VMHost | Get ready

  • Record of control of projects and costs are not visible when the project is created manually or copy model or another project


    Hi all

    If I create the project using business process 'Request for project' and when we opened the project, we can see "Project delivery" and "Cost control" mode records.

    But when I create project directly in the workspace of society (Admin mode) > company sponsored Shell > project, either by directly or copy model or another project.

    We are not able to see above two folders in user mode.

    I had checked to access control, there are access avalible for all project users to the two folder in user mode.

    Help, please.

    The project administrator mode.

    Implement > BPs

    Add in your Bps and enable and configure workflow settings.

    Glad that the other worked ok now.

    I hope this helps.

  • ESXi server (5.1) level access &amp; manage by ROLE in centeral vCenter server (5.5) instead of diff-diff / Datacenter location

    I want to manage the server vCenter 5.5, with 7 data center and each data center with 2 * 5.1 Esxi servers and each server Esxi with amendments of VM, all data centers-> server Esxi in diff-diff place and managed in one main place, all Esxi datacenter servers / VM in a field.

    vCenter Server - worm 5.5

    Data Center 1

    ESXi Server1 - 5.1

    VM1-> vm10

    ESXi Server2 - 5.1

    VM1-> vm10

    Data Center 2

    ESXi Server3 - 5.1

    VM1-> vm10

    Server ESXi 4-5.1

    VM1-> vm10

    .

    .

    ..

    7 data center

    ESXi Serverx - 5.1

    VM1-> vm10

    ESXi - 5.1 servers

    VM1-> vm10

    I would like to give access to database role on all esxi servers

    (1) each location access and manage esxi servers / VMS than by its user admin - own data center / Esxi servers / VMs

    (2) is not access any other server Esxi / VM - no access to the other data centers / Esxi servers / VMs

    (3) a super user access and manage all the server vCenter / Esxi Server / VM

    Kindly give best solution , requirements to implement highest point of reference.

    Thanking you in advance.

    Anand

    (1) each location access & manage esxi servers / VMS than by its user admin - own data center / Esxi servers / VMs

    Select your data center to host & cluster inventory, go to the Manage tab, under you will find authorization tab, where you should add authorization with spread to children, by selecting the account user/group and appropriate role (create custom roles if necessary).

    (2) is not access any other server Esxi / VM - no access to the other data centers / Esxi servers / VMs

    Suppose that the user is given with permission only on Dataceter1 in your inventory, that account has no default on any other data centers, so when permissions that the user will be able to see these inventory items where he or she has permission.

    (3) a super user access and manage all the server vCenter / Esxi Server / VM

    Select your vCenter Server server in host & cluster inventory, go to the Manage tab, under you will find tab permission , then you must add the permission with spread to children, by selecting the account Super user/group and appropriate role.

  • PJM, purchasing, order management, project and project billing costing

    Hi guru

    We receive (purchases - draft code, task enabled code) of the items in the inventory (active PJM, project Referecen, Locators) up to now all works very well... We run collection manager of cost to get the cost of the inventory of the costing of the project interface.

    But the question how to interface of order in the billing project...? Any suggestion...

    Novel we have orders out project also who should interface AR only and we have the project of associated sales orders that should project billing interface and UI AR.

    Your valuable suggestions and advice on above features much appricated.

    Thanks and greetings
    Shameer PIT

    Hello

    There is no standard functionality of interface between order management and billing of projects.
    You can think of implementing different sales order types, a project in terms of orders, and the other to sell off project orders.
    Try to set the order of project type so he interfacera not the operations of shipment to the AR. Only the sales administrative order should be connected to the AR.
    You can also consider to stop any sale order, interface for use AR. the following steps also to non-project sales orders, by treating them as the billing of the joint project.

    Then, you will need to create events of billing to the PJB for each sales order transaction number. Ship confirm transactions are eligible for billing. There are two alternatives for the solution. Develop a customized program that takes all inventory and using the event API transactions load in the PA_EVENTs table. You can also develop the code in an extension of billing to create the automatic billing event. The extension of billing will be called by GDI / GDR when he is executed for a specific project and will search for a transaction for the shipping project in the inventory. It then creates an event billing accordingly.

  • cost management and SLA

    Hello
    with the current version r11 we cannot calculate the over cost and use cost management, because insufficient data
    Since I know that R12 we ALS and can define structures for the entries in that, is there any risk we can have cost management using SLA in R12?
    Thank you

    Hello friend
    I don't know the details about your organization and the accounts, but totally Yes, ALS contributes to better management of costs
    read the document below will help you

    What is subledger accounting for cost management? [466513.1 ID]
    Stream of SLA and Table links [ID 802966.1]
    Void accounting management of the costs of the measures SLA [ID 554798.1]

    Bests.

  • Stock Items on the work of the costing of the project

    Hello

    When my company uses project manufacturing with EAM.  When they build capital assets, they enter Oracle EAM and create work orders.  On work, without share capital or the description of the basic elements are entered.   On the PO, they have a destination type of the "workshop".    When received, there will be no any transaction mtl_material_transactions and if I understand correctly, they will not be collected cost and therefore do not appear in the calculation of the costs of the project.

    It is a problem that we need these fees to be transferred to the calculation of the cost of the project so that they can be assigned to an asset in the establishment costs of the project and eventually transferred to assets of the Oracle.

    Anyone has any suggestions on how to manage this?

    Thank you

    Scott

    I solved this problem and project costs will BE received interface PO in which distribution IN. had a destination type of the factory.

  • Order of items in a collection

    Hello!

    Make changes to the order elements within a synchronization of collection between a mac and ipad iBooks?

    I'm arranging my books (ePub from the ibooks store) in the collections and the order in which I choose in ibooks (mac) does not synchronize with that of ibooks on the ipad.

    In addition, anyone knows who is the 'key' to include in the itunesmetadata.plist that itunes create inside your ebook when you add it to your library that manages collections? (I mean: what to include in this file to make the ibooks to know this book is part of a collection, and where the order on that?)

    Hey alexeiei,

    I think it can be arranged by your style "sort by", that it either by most recent, title, or manually. That being said, it must the synchronization between your devices. In addition, make sure that you are allowing your devices to share the book metadata information.

    On your Mac

    • Open the iBooks app.
    • Select iBooks > Preferences > General.
    • Select "Sync bookmarks, facts highlights and collections across devices.
      This setting is enabled by default.

    On your iPhone, iPad or iPod touch

    • Go to settings > iBooks.
    • Select the Collections of synchronization and synchronization of bookmarks and Notes.
      In iBooks 3.2 or earlier, select Synchronize Collections and synchronization of bookmarks.

    If you don't see all your information on all your devices, check your settings:

    • Make sure that you have turned on sync above settings on all of your devices.
    • Make sure you use the same Apple ID in the store, iBooks on all your devices.

    See the link, here, Apple's Support pages.

  • then I typed C:\ type autoexec.bat and it's the only entrance... The file dummy __REM NTVDMPATH = % PATH %; C:\PROGRA~1\COMMON~1\MVEET~1\030625

    I am running windows vista on a computer hp Pavilion dv6500 laptop.  I had a problems of memory processor very high for months.  I did all the usual, uninstalling programs, etc and I noticed there are some programs norton on my page of uninstallers but no information after them and no way to uninstall them.  Norton Internet Security in figure 5 times, Norton Protection Center, SymNet, AppCore, ccCommon, Norton Confidential Web Protection, Norton Confidential component browser and MSRedist.  As I said, there is not any information thereon.  There are two other programs, Zune Language Pack (FR) 356 KB and Microsoft Office Proof (French) 2007 and they either uninstall when you click it.

    I went to services and found symantic programs. They seem that they have taken and the performance of my computer.

    Host of COM... dependencies of RPC and DCOM
    "c:\Program Files\Common Symantec Shared\VAScanner\comHost.exe"
    System application COM dep..com event system, RPC, dcom, rpc C:\Windows\system32\dllhost.exe /Processid system events notification service: {02D4B3F1-FD88-11D1-960D-00805FC79235

    Netlogon for my workstation does NOT START

    Service Symantec AppCore dep - rpc, dcom Symantec Settings Manager rpc and dcom "c:\Program Files\Common Symantec Shared\AppCore\AppSvc32.exe"
    Symantec Core LC dep - rpc and dcom "C:\Program Files\Common Symantec Shared\CCPD-LC\symlcsvc.exe"

    There's more... So of course, I stopped all these services and rebooted.  I had to go into safe mode, restore did not work and I remember not even how I got my computer to work again.  It took hours.

    I got a list of services and settings of Microsoft and went through all the new and reset to recommended.   When I rebooted, there was a bright yellow screen, my computer took a few minutes to start and it worked... but not internet access.  Only local services.

    I run norton security tool and found this error message in my documents listed under ccErrDspLog

    ... christines\christine: 2008-09-28-04-34-36-503: NIS: 10.2.0.30: English: Norton Internet Security Error: required by Norton Internet Security virus definitions are not valid. You cannot run a scan until this issue is resolved. : 3 038 100: http://www.symantec.com/techsupp/servlet/ProductMessages?module=3038&error=100&language=English&product=NIS&version=10.2.0.30&build=HPQ_60D

    It is listed over and over again, and it's been long that I ran this program.   I also tried the norton removal tool and which does not work either.
    So I restored again and now my computer works but still the high memory and cpu usage.

    I'll be back on my 486 days and at the command prompt.  I typed
    Config.sys type C:\
    and the only thing listed is FILES = 40

    then I typed C:\ type autoexec.bat and it's the only entrance...
    ..
    NTVDMPATH in the file REM Dummy = % PATH %; C:\PROGRA~1\COMMON~1\MVEET~1\030625

    I know that this is not normal... Anyone know what it is?  I would just reinstall, a great fight, but not to big, but I want to know what it is and where it comes from?   Thanks for any advice.

    First of all, autoexec.bat is not used in Vista. Try to use the Norton removal tool to get rid of all Symantec programs.

    Norton Removal Tool - http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2005033108162039

    MS - MVP - Elephant Boy computers - don't panic!

  • Volume letter and empty file system entries in disk management

    I have a D: drive which worked well for a few years. Now I can not access the content. In Explorer, it says:

    D:\ is not accessible the file or directory is corrupted and unreadable

    In disk management, the "Volume" and "File system" columns for this volume are empty. Right-click the product volume icon only help and not the list of other possible actions (open, Explorer etc) that has developed for other volumes. The Status column indicates "healthy (OEM partition). In the graphical display of the drive, it says 94 MB healthy, as it has always done for this volume.

    All other volumes are functioning normally.

    I got appreaciate any advice on how to study why this is happening.

    Can post you a photo of the lower pane in the window Disk Manager disk of sky as a shared file and a link here.

    You can access disk management by typing disk management in the search box above the Start button and pressing ENTER, or by selecting Start, Control Panel, administrative tools, computer management, storage, disk management.

    The letter D is commonly attributed to a DVD player. DVD shows only one size when a DVD is in the drive. 94 mb would not be a size, so it might be referred to or used free disk space.

    Hope this helps, Gerry Cornell

  • Move photos between collections in LR Mobile

    How can you move images between 'A' and 'B' collection on an IOS device using LR Mobile?  ON the PC, I just drag and drop images

    Hi RichardSee,

    Open the Collection on Lightroom Mobile, click the arrow in the upper right and select the "move" option and select the images you want to move to other collections. Once you have done by selecting images, click the arrow on the corner of the upper side right and select the collection where you want to move them.

    You see the video link for step by step instructions below.

    Managing collections & import photos with Lightroom on mobile | Adobe Photoshop Lightroom CC tutorials

    Let us know if that helps.

    Kind regards

    Mohit

  • Impossible to update the full name with post-process Manager field

    Hello

    I have a manager post-process that updates some fields when a user is changed. The post-process Manager update correctly the e-mail, and common name fields. However, for some unknown reason, I am unable to update the display name. There is no error message, but the value is not updated.

    Here is the code I use to update the display name:

    EntityManager entityManager = Platform.getService (EntityManager.class);

    HashMap < String, Object > uploading = new HashMap < String, Object > ();

    attrs.put (UserManagerConstants.AttributeName.DisplayName.GetId (), 'New value');

    entityManager.modifyEntity (orchestration.getTarget () .getType (), userEntityId, uploading);

    There also seems to be something different with the full name field. When I print all the fields and values for a particular user, I get something like:

    First name = John

    Family name = Doe

    Email = [email protected]

    [...]

    However, the display name has the following format:

    Display name = {base = John Doe}

    I also tried to set a new value in the format "{base = new value}", but it does not work either.

    Am I missing something?

    Thank you

    -jtellier

    Display name must be placed in a Hashtable as follows:

    Map dispNameMap = new HashMap();
    dispNameMap.put ("base", lastName + "" + firstName); then pass this card as:

    Parameters.put ("Display Name", dispNameMap);

  • If I have a room that is repeated in 2 different projects can I have this common part only in a subproject

    I have 2 different projects in RoboHelp 11 who have a 'common' part, namely several chapters are identical, possibly with minor modifications that could be resolved with flags, and I was wondering if it would be possible to have the 'common' in a subproject I could manage for two other projects.

    Hello

    No, not of RoboSource Control.

    If you click Display > pods > Resource Manager, you should see the pop open the resource manager. From there, you are able to create a place that would be 'shared' between projects or authors.

    If you create a location, then take topics that are "common" and store them in this place by dragging the project resource manager window. RoboHelp to do best in the United Kingdom. Then in the other project, you open the resource manager and drag the themes of the window of the resource to the project manager. Perhaps one of the subjects is named: feed the Alligators

    Once you have done this, perhaps you edit text or insert a picture in the section "feed the Alligators". Resource Manager must invite then say you that about your Bill does more to this topic in the resource manager. You should have an option to sync. And at that time, the process must copy the theme of the project to the location of the resource manager. Then when you open the other project, Manager of resources and then you would say that what is in the resource manager is different from what is in the project. And offer an option to sync. And at that point, the content should be copied from the resource to the project manager.

    Pretty slick when you think about it!

    See you soon... Rick

Maybe you are looking for

  • Graphical user interface does not display properly

    Basically I upgraded my windows build 10 to 10122 yesterday. When I launched Firefox, MISTLETOE is totally screwed and makes Firefox unusable on my machine. This seems to be the specific machine as on a computer that is running the same build 10 wind

  • Pavilion dv6 6119tx: dv6 beatsaudio driver 6119tx

    Mr President My computer hp pavilion dv6 6119tx laptop. Kindly give me link of the driver software audio beats & bio metric software driver link (hp simple pass JJUJ print).

  • Yoga 3 14 - parts Confusion

    Hi all I'm about to order a replacement fan for my lenovo 3 14 yogo (80 JH). However, I have noticed there are only two pieces number indicating the fan. Module thermal L Yoga 14 3 DIS - 5H40H35615 Module thermal L Yoga 3 14 UMA - 5H40H35610 What is

  • There was an error opening this message. An error occurred using Outlook express 6.0

    Original title: I get an error message when you try to open the email in outlook express I get the error message when you try to open the email in Outlook Express 6.  "There was an error opening this message.  An error has occurred. » Also get the er

  • OfficeJet 7110: Network offline printer

    Printer is connected to a router. After not feeling for a few days and I am trying to print a text file, word doc, or a web page will receive a message that the printer is offline. The HP printer assistant homepage lists the status of the printer suc