Process name

Hi, how can I change the process name?. I mean on the instead of appearing java.exe may appear something like MyGame on the process list inside the task manager.

That's a Windows question. Microsoft has a website totally devoted to Windows questions.
My feeling is that the answer is "You can't". The reason for this feeling is that when I look in Task Manager, I don't see anybody else who has done it.

Similar Messages

  • How to display Process name in UWL

    Hi All,
       I have integrated the GP and UWL and now I want to display process name in the UWL tasl list(instead of action name).
    Thanks
    Raja

    If you use Contacts or the Address Book in Outlook, you can specify that a given record is shown under Company Name instead of First/Last name, but you need a PC for that, you cannot do that from iOS unless a third party app provides that functionality.
    (Caption from Contacts in OS X 10.10.1: ticking the "Company" checkbox the contact will be shown as the value under Company field)

  • BPM Process Name Translation

    When i open the process properties from jdeveloper, the translation button is disabled.
    How can i localize the process name to appear in workspace applications panel localized?
    Edited by: al-esh on Mar 21, 2013 12:06 PM
    Edited by: al-esh on Mar 22, 2013 9:33 AM

    I have the same problem.
    I don't obtain the result after calling the method exposed.
    I created one process, it take in input:
    sum(string:add1, :string:add2)
    and I mapped in output (string:resulted).
    * I called first startsession method
    * I took the session Id and I tried to call my method sum(sessionID,add1,add2) but obtain in respose this: /Somma#Default-1.0/1/0 (I think the InstanceId).
    How can I resolve this problem?
    Do u know any solutions??
    Thanks

  • Error "ORA-39029: worker 1 with process name "DW01" prematurely terminated"

    Hi,
    I get this error during an import from my production database schemas into my development schemas:
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/DOMAIN_INDEX/INDEX
    Processing object type SCHEMA_EXPORT/MATERIALIZED_VIEW
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31672: Message 31672 not found; No message file for product=RDBMS, facility=ORA; arguments: [DW01]
    Job "SYS"."SYS_IMPORT_FULL_01" stopped due to fatal error at 12:57:47
    ORA-39014: One or more workers have prematurely exited.
    This is my parfile:
    PARALLEL=1
    remap_SCHEMA=xxx:xxx
    remap_tablespace=yyy:yyy
    DUMPFILE=file.dmp
    LOGFILE=imp_file.log
    DIRECTORY=dddd
    TRANSFORM=oid:n
    I try to import with sys and system user.
    I can't find anything about this error.

    In the alter there was an ORA-00600
    Errors in file /home/oracle/oracle/admin/siasvil/bdump/siasvil_dw01_32480.trc:
    ORA-00600: internal error code, arguments: [kkqfca:invalid input], [], [], [], [], [], [], []
    Wed Oct 8 15:20:41 2008
    Errors in file /home/oracle/oracle/admin/siasvil/bdump/siasvil_dw01_32480.trc:
    ORA-00600: internal error code, arguments: [kkqfca:invalid input], [], [], [], [], [], [], []
    And in the trace something about a select:
    ORA-00600: internal error code, arguments: [kkqfca:invalid input], [], [], [], [], [], [], []
    Current SQL statement for this session:
    select
    e.id_nodo_alb_class||'/'||SEQ_AUX KEY_CODE, ID_AUX_ENUM ID_KEY_VAL, NAME_VALUE
    DESC_KEY_VAL,
    DS_VALUE DESC_LONG_KEY_VAL, CD_TIPO, SEQ_AUX, n.ID_NODO_ALB_CLASS ID_NODO, n.ds_nodo
    from ri01_aux_enum e, ri01_nodi_alb_class n
    where e.id_nodo_alb_class=n.id_nodo_alb_class(+)
    Now I'm execute the impor command with CONTEN=METADATA_ONLY
    I will see if it will works.

  • How can I localize the text of process names, task names and user actions within a process?

    I'm very interested in using the capabilities of Adobe LiveCycle Process Management for my project, however I have one rather large concern...   I hope someone here can tell me whether there's a way to address it.
    Since I work for the Government of Canada, I have to meet certain requirements relating to bilingualism of the user interface.  It's my understanding that the Workspace portion of LiveCycle has already has support for French.
    But what about the design of my processes?  How can I display text to a user in the language of their choice when they're interacting with my processes? ... in particular, I'm thinking about the process name, task names, and user actions.
    I hope that this is possible without too much pain.  I imagine this must be a pretty common requirement!
    Thanks in advance to all who respond.

    You can completely change the content of whole pdf by using "renderPDFForm" operation under service "FormsService". in this operation there is Template category where you can set the Locale.
    And if you need to change the other workspace options like Complete, Save as Draft , you can then import workspace ui project and then change apppropriate values.
    Thanks,
    Prashast

  • Run java as a different process name in Linux

    I have multiple java applications running on a linux platform. When I look at the process list, they all say java. I want them to have a unique process name. The closest I have gotten is starting the java app in a script, and that script name shows up as well as the java app. This could be all fine and dandy, but if someone kills the script, the java process continues on. It would be nice if I could say run this process as this name in Linux, but I know of no such thing. I asked this on LinuxQuestions.org and got a response to use Launch4J...which creates executables for Windows...so that wasn't very helpful. I was hoping the Java community might have a little more insight.

    rename the java binaryOr instead of renaming, you could do a symlink... I
    don't have a machine to test on, but I think creating
    a symlink to the java executable and running that
    symlink would change the executable's name in the
    process table.nah, the process would still be called 'java'

  • Looking for screen to change Supplier User Registr.. workflow process name

    Hi,
    The question relates to Supplier User Management.
    Does anybody know if there is a page where you can pickup the workflow (the shipped one has internal name POS_REG) process name for supplier registration?
    Thank you.
    Anatoliy

    Hi Bala
    What enhancements were you adding to the Workflow Reassign/Delegate feature, which included being able to add comments? A good idea is to look for any differences between how workflow implements the reassign feature, and your customization.
    Also, make sure you only use the Public documented PL/SQL APIs and do not update the tables directly to ensure no Support or Upgrade Issues.
    Cheers
    Mark
    I am using Stand alone Workflow 2.6, In my workflow process
    which is an Issue tracking system which is working fine. On Enhancement I would like to create my own RE-ASSIGN function which will, Change the ownership of an issue totally to other user.
    For this I Created a package(CHANGE_OWNER.CREATE)which will show list of Users and Comment field(Just like Re-Assign).
    Here user can pick other user, and add comment,
    once submit for that Item key I am updating the workflow notification table so that paritcular issue ownership will be changed.
    In my workflow process I created a lookup code called "Change Owner". On click of Change Owner it will call the Function
    in workflow process which will call CHANGE_OWNER.CREATE, here
    the workflow process supposed to wait and get the User to be
    changed. BUT THE PROCESS IS NOT WAITING, IT JUST DISPLAYED THE
    SCREEN AND CONTINUED THE WORKFLOW PROCESS. I WANT THE MY
    WORKFLOW PROCESS TO BE ACT AS RE-ASSINGN BUTTON WHICH WILL WAIT
    FOR THE USER INPUT.
    HOW TO DO IT.
    Thanks
    Bala.

  • Display Process Name in Form

    Hi,
    I have created one process with form scenario, i want to display the process name in my adobe form which i have created and i need the bind in form scenario Is there any ASR data element there?..for displaying process name in adobe form.
    Cheers,
    Parthi

    Hi,
    You can use the type of ASR_PROCESS for the process name in the form scenario. But by the default you can't get the name from the HCM process. You can maintain the manual default value for the (newly created) form field and pass to the PDF Form.
    Kind Regards
    Mukesh

  • Change the process name in Windows

    Hello,
    I wondered if there are any JVM commands which changes the process name of a java-application running in Windows?
    I am running several java processes and I would like to identify them in the taskmanager list or tasklist.exe

    Check out the jps utility in JDK5.0 (http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html). jps -l is probably what you want. It will list applications that are running with 1.4.2 too.

  • Workflow Process Name for Single/Bulk enrollment

    Hi,
    What is the Workflow Process Name for Single/Bulk enrollment through Learning Administrator ?

    Hi,
    In this process, how to enable approval flag for Learner Administrator ?
    or in other words ...
    Does approval can be set when Learner Admin enroll any employee/learner in the class ?

  • Start as Service - process name confilcts

    Lookuout v5.1 running on Windows XP SP2
    We have Lookout set to run as a service. When we log onto Windows then attempt to open the Lookout procees file we get a "Cannot open file: process name confilcts with that of currently running process." error. The only thing I can find related in the help file is the requirement to Log On to Lookout, but I get the same error after logging on to Lookout then trying to open the process. Any idea what I am missing here?
    Thanks in advance,
    Ed

    I believe that you get that error because the process is already running as service.
    The user interface should appear once the service is started. The problem is why you can't see the user interface when it is running.
    Lookout 5.1 starts up as service on my xp computer without any problem. It's running just like I launch lookout.exe.
    If you start the service manually, will lookout start up and user interface appear?
    Ryan Shi
    National Instruments

  • Kernel Panic - BSD process name corresponding to current thread: kernel_task

    Can anyone help me decipher this? Below is my error report.
    Interval Since Last Panic Report:  224333 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    13ED7809-A8F9-422D-9DE3-BDF0CF931EF5
    Fri Sep 26 21:18:43 2014
    panic(cpu 1 caller 0xffffff7f80907fc7): NVRM[0/2:0:0]: Read Error 0x00009410: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xa2000000 0xffffff80bc728000 0x450d00a2, D3, P0/2
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80b84d3020 : 0xffffff8000220792
    0xffffff80b84d30a0 : 0xffffff7f80907fc7
    0xffffff80b84d3130 : 0xffffff7f80ccbbd0
    0xffffff80b84d3170 : 0xffffff7f80d4028a
    0xffffff80b84d31b0 : 0xffffff7f80ac18c9
    0xffffff80b84d31e0 : 0xffffff7f8096de3a
    0xffffff80b84d33e0 : 0xffffff7f80971c8e
    0xffffff80b84d3610 : 0xffffff7f80ccf7bf
    0xffffff80b84d3650 : 0xffffff7f80ccfe63
    0xffffff80b84d36f0 : 0xffffff7f809099cd
    0xffffff80b84d3780 : 0xffffff7f8090d65a
    0xffffff80b84d3970 : 0xffffff7f8090e526
    0xffffff80b84d3a50 : 0xffffff7f80affeef
    0xffffff80b84d3af0 : 0xffffff7f80af4d9c
    0xffffff80b84d3c70 : 0xffffff7f808a5497
    0xffffff80b84d3ce0 : 0xffffff7f80892c43
    0xffffff80b84d3d50 : 0xffffff7f808933e4
    0xffffff80b84d3dc0 : 0xffffff7f80893d9f
    0xffffff80b84d3e20 : 0xffffff7f808654c5
    0xffffff80b84d3e60 : 0xffffff7f80865628
    0xffffff80b84d3e90 : 0xffffff7f80868fd7
    0xffffff80b84d3ef0 : 0xffffff800063d4d6
    0xffffff80b84d3f30 : 0xffffff800063c250
    0xffffff80b84d3f70 : 0xffffff800063c0f4
    0xffffff80b84d3fb0 : 0xffffff8000820057
          Kernel Extensions in backtrace:
             com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80856000->0xffffff7f8088efff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f8082b000
             com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f8088f000->0xffffff7f808a0fff
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80856000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f8082b000
             com.apple.NVDAResman(3.0.4)[910D7437-107B-3208-8012-76D921B34118]@0xffffff7f808 a1000->0xffffff7f80b9cfff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f8082b000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f8088f000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80856000
             com.apple.nvidia.nv50hal(3.0.4)[A297AB11-5491-326A-9822-E3BADB50CC2B]@0xffffff7 f80b9d000->0xffffff7f80ebffff
                dependency: com.apple.NVDAResman(3.0.4)[910D7437-107B-3208-8012-76D921B34118]@0xffffff7f808 a1000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f8082b000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11G63
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: MacPro3,1 (Mac-F42C88C8)
    System uptime in nanoseconds: 210234632867593
    last loaded kext at 199406625373529: com.apple.iokit.IOSCSIBlockCommandsDevice 3.2.1 (addr 0xffffff7f807a9000, size 86016)
    last unloaded kext at 199555109786174: com.apple.driver.AppleUSBCDC 4.1.22 (addr 0xffffff7f80795000, size 12288)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp 4.1.6
    org.virtualbox.kext.VBoxNetFlt 4.1.6
    org.virtualbox.kext.VBoxUSB 4.1.6
    org.virtualbox.kext.VBoxDrv 4.1.6
    com.parallels.kext.prl_vnic 7.0 15094.749908
    com.parallels.kext.prl_netbridge 7.0 15094.749908
    com.parallels.kext.prl_hid_hook 7.0 15094.749908
    com.parallels.kext.prl_hypervisor 7.0 15094.749908
    com.parallels.kext.prl_usb_connect 7.0 15094.749908
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AudioAUUC 1.59
    com.apple.driver.AppleHDA 2.2.5a5
    com.apple.driver.AppleUpstreamUserClient 3.5.9
    com.apple.driver.AppleMCCSControl 1.0.33
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.GeForce 7.3.3
    com.apple.iokit.IOBluetoothSerialManager 4.0.8f17
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AudioIPCDriver 1.2.3
    com.apple.driver.AppleMCEDriver 1.1.9
    com.apple.driver.ApplePolicyControl 3.1.33
    com.apple.driver.ACPI_SMC_PlatformPlugin 5.0.0d8
    com.apple.driver.AppleLPC 1.6.0
    com.apple.filesystems.autofs 3.0
    com.apple.driver.CSRUSBBluetoothHCIController 4.0.8f17
    com.apple.iokit.SCSITaskUserClient 3.2.1
    com.apple.driver.XsanFilter 404
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 33
    com.apple.iokit.IOAHCIBlockStorage 2.1.0
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleAHCIPort 2.3.1
    com.apple.driver.AppleUSBHub 5.1.0
    com.apple.driver.AppleIntel8254XEthernet 2.1.3b1
    com.apple.driver.AppleFWOHCI 4.9.0
    com.apple.driver.AppleEFINVRAM 1.6.1
    com.apple.driver.AppleUSBEHCI 5.1.0
    com.apple.driver.AppleUSBUHCI 5.1.0
    com.apple.driver.AppleACPIButtons 1.5
    com.apple.driver.AppleRTC 1.5
    com.apple.driver.AppleHPET 1.7
    com.apple.driver.AppleSMBIOS 1.9
    com.apple.driver.AppleACPIEC 1.5
    com.apple.driver.AppleAPIC 1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient 195.0.0
    com.apple.nke.applicationfirewall 3.2.30
    com.apple.security.quarantine 1.4
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 195.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.2.1
    com.apple.iokit.IOUSBMassStorageClass 3.0.3
    com.apple.driver.DspFuncLib 2.2.5a5
    com.apple.driver.AppleSMBusController 1.0.10d0
    com.apple.iokit.IOSurface 80.0.2
    com.apple.iokit.IOSerialFamily 10.0.5
    com.apple.nvidia.nv50hal 3.0.4
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.iokit.IOAudioFamily 1.8.6fc18
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.NVDAResman 3.0.4
    com.apple.driver.AppleHDAController 2.2.5a5
    com.apple.iokit.IOHDAFamily 2.2.5a5
    com.apple.driver.AppleGraphicsControl 3.1.33
    com.apple.iokit.IONDRVSupport 2.3.4
    com.apple.iokit.IOGraphicsFamily 2.3.4
    com.apple.driver.AppleSMC 3.1.3d10
    com.apple.driver.IOPlatformPluginLegacy 5.0.0d8
    com.apple.driver.IOPlatformPluginFamily 5.1.1d6
    com.apple.kext.triggers 1.0
    com.apple.driver.AppleUSBBluetoothHCIController 4.0.8f17
    com.apple.iokit.IOBluetoothFamily 4.0.8f17
    com.apple.driver.AppleUSBHIDKeyboard 160.7
    com.apple.driver.AppleHIDKeyboard 160.7
    com.apple.iokit.IOUSBHIDDriver 5.0.0
    com.apple.driver.AppleUSBMergeNub 5.1.0
    com.apple.driver.AppleUSBComposite 5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.2.1
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOATAPIProtocolTransport 3.0.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.2.1
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOAHCIFamily 2.0.8
    com.apple.iokit.IOUSBUserClient 5.0.0
    com.apple.iokit.IONetworkingFamily 2.1
    com.apple.iokit.IOFireWireFamily 4.4.8
    com.apple.iokit.IOUSBFamily 5.1.0
    com.apple.driver.AppleEFIRuntime 1.6.1
    com.apple.iokit.IOHIDFamily 1.7.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 177.11
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.DiskImages 331.7
    com.apple.iokit.IOStorageFamily 1.7.2
    com.apple.driver.AppleKeyStore 28.18
    com.apple.driver.AppleACPIPlatform 1.5
    com.apple.iokit.IOPCIFamily 2.7
    com.apple.iokit.IOACPIFamily 1.4
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 6 GB, SMC 1.25f4
    Graphics: NVIDIA Quadro FX 5600, NVIDIA Quadro FX 5600, PCIe, 1536 MB
    Memory Module: DIMM Riser B/DIMM 1, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x802C, 0x3138484631323837324A4438304544364434
    Memory Module: DIMM Riser B/DIMM 2, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x802C, 0x3138484631323837324A4438304544364434
    Memory Module: DIMM Riser A/DIMM 1, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x02BA, 0x202020202020202020202020202020202020
    Memory Module: DIMM Riser A/DIMM 2, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x02BA, 0x202020202020202020202020202020202020
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: NVIDIA Quadro FX 5600, sppci_displaycontroller, Slot-1
    Serial ATA Device: WDC WD3200AAJS-41VWA0, 320.07 GB
    Serial ATA Device: ST2000DM001-9YN164, 2 TB
    Serial ATA Device: ST31000333AS, 1 TB
    Serial ATA Device: ST2000DM001-9YN164, 2 TB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd500000 / 3
    USB Device: Kensington Expert Mouse, 0x047d  (Kensington), 0x1020, 0xfd530000 / 6
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd520000 / 5
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd300000 / 2
    USB Device: hub_device, 0x050d  (Belkin Corporation), 0x0237, 0xfd310000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8206, 0x5d200000 / 2
    FireWire Device: built-in_hub, 800mbit_speed

    Hi Jsnc74, 
    Welcome to the Apple Support Communities!
    I know that kernel panics can be both frustrating and concerning. In this situation, I would recommend the troubleshooting steps outlined in the attached article. The Troubleshooting a recurring kernel panic section should provide you with some great information.
    OS X: About kernel panics
    Cheers, 
    Joe

  • Batch process name  changes in photoshop cc 2014

    Hi,
    How can  I batch process name  changes in photoshop cc 2014 without opening Bridge?
    thank you in advance,
    christos

    are you talking about layer names or file names or turning layers into files

  • Process Statics from Process Name

    I Want to capture the current process details of JavaServer1 and JavaServer2 for 10Hr into outputlog in desire location. but every after 4 Hrs application server getting restarted as functionality.
    I am facing problem while using prstat command to get the process statics with "-p" option.
    for that I have written the small combination of command statement to get the process ID/PID through name of process as below.
    $ps |grep XYZ|grep "ZEE"| grep JavaServer1 | awk '{ print $1 }'
    #17763
    $ps |grep XYZ|grep "ZEE"| grep JavaServer1 | awk '{ print $1 }'
    #17763
    where XYZ is user Name ; ZZZ is Environment name; JavaServer1 and JavaServer2 is processNames; output values are PID of that process.
    Using PIDs for capturing process statics for both as below.
    $prstat -p 17763,17724 >> Output.log
    In Log fine below content getting captured
    PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
    17763 ZYX   345M  142M sleep   59    0   0:00:29 0.0% java/1
    17724 ZYX   630M  308M sleep   59    0   0:00:11 0.0% java/1
    Above both process ids are for JavaServer1 and JavaServer2 which are getting changed after restarting the Server after 4 Hrs and output of file getting blank.
    To Serarch the PID with Process name and collect in log, for that I have written below statements.
    $prstat -p `ps |grep XYZ|grep "ZEE"|grep -v grep| grep JavaServer1 awk '{ print $1 }'`
       PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
    17763 ZYX   345M  142M sleep   59    0   0:00:29 0.0% java/1
    above statements are working for single process name.
    but while updating another process name in the same statement then getting output for last statement included instade of both PIDs.
    $prstat -p `ps |grep XYZ|grep "ZEE"|grep -v grep| grep JavaServer1 awk '{ print $1 }';ps |grep XYZ|grep "ZEE"|grep -v grep| grep JavaServer2 awk '{ print $1 }'`
       PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
    17724 ZYX   630M  308M sleep   59    0   0:00:11 0.0% java/1
    Please help to get process details of both the process names still if server got restarted.

    The e-mail can be sent without any problem regarding of ALEREMOTE executing the process chain.
    Check if you can receive e-mails from SO00 transaction doing a test.
    Check your services and connections in SCOT transaction.
    Make sure your user id in su01 transaction has the e-mail right configured.
    Diogo.

  • Drop Ship workflow Process Name

    Hello,
    Does anyone know the seeded Process Name that could be used for drop ship orders. According to the documentation I've read about drop ship, they explained to use the Generic Order Flow which I did. The problem is with the line level process name. I've tried Line Flow Generic and several other process names but my orders get stuck at the booking level. Other types work just fine. I've also changed the source type to external but nothing works!
    I'm using Vision 11.5.7
    My setup is as follows:
    Item = transactable, stockable, customer ordered, customer orders enabled, shippable, oe transactable
    transaction type: Drop ship, order category= order, order workflow = order flow- generic, Assign line flows-->Process name= Line flow- generic
    Line type --> source type= external
    Set up defaulting rules as well
    Orders get stuck at booking! Should be awaiting receipt
    Your help will be appreciated
    Cheers
    Riad

    Hi Sandeep,
    Are you sure whether the Workflow Background Process has picked the order line and workflow activity is not errored out? Please check the workflow, has it completed Purchase Release activity or is it still in the Purchase Release - Deferred state?
    If the workflow is in the Purchase Release - Deferred state, then the line will be in the Booked status. So, run the WBP program (item key - OM Order Line, Process Stuck - Y, Process Timeout - N) & see the line workflow activity & the line status should be progressed to Awaiting Reciept.
    Also, make sure you have provided the List Price (greater than zero) & Default Buyer in the Purchasing tab at the Item master level for the dropship item. If these information are not provided then the Requisition will not be created.
    Regards,
    Hemanth

Maybe you are looking for