CE 7.1 SR3 installation/startup issue -  enserver shuts down

I'm trying to work with the CE 7.1 SR3 and I'm hitting a startup problem. 
When the server is being started, from both the installation process (installation completes without falling over) and  when starting from within the SAPMMC I get an error message that windows displays.
"enserver.exe has encountered a problem and needs to close. etc..."
The above message will be displayed a number of times and then within the SAPMMC the "enserver.EXE" will stop (turn gray).  I have tried uninstalling and starting again, but get the same errors.
Any help would be great...

Have looked around and here are some logs
enquelog is empty
dev_enqsrv contains
trc file: "dev_enqsrv", trc level: 1, release: "710"
systemid   560 (PC with Windows NT)
relno      7100
patchlevel 0
patchno    60
intno      20020600
make       multithreaded, Unicode, optimized
pid        5192
However I did find the following logs which show a error.
stderr0 contains
ERROR: No expression matched '"nti386" == sun_64'.
stderr2 contains
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
dev_sldregk contains
Thu Dec 06 10:37:00 2007 Parse error on XML file.
Thu Dec 06 10:37:00 2007 error: unexpected end-of-file
Thu Dec 06 10:37:00 2007  entity=
Thu Dec 06 10:37:00 2007  in line 1, 1
Thu Dec 06 10:37:00 2007 Failed to load and parse XML input from stdin.
dev_krnlreg contains
Running krnlreg V1.007 release 710 with type SCS at 2007/12/06 10:36:57.
Read profile 'C:\usr\sap\CE1\SYS\profile\CE1_SCS01_MWhorton'.
Using directory 'C:\usr\sap\CE1\SYS\exe\uc\NTI386' for executables.
Reading manifest 'C:\usr\sap\CE1\SYS\exe\uc\NTI386\sapmanifest.mf' with key 'kernel'.
Manifest 'sapmanifest.mf' read: REL '710', PATCH 63, DB '', OS 'nti386', UNICODE, 32 bit.
No replication commands in profile found.
Registering type 'SCS'.
Reading template 'C:\usr\sap\CE1\SYS\exe\uc\NTI386\krnlreg.xml'.
Piping processed template to command 'C:\usr\sap\CE1\SYS\exe\uc\NTI386\sldreg -connectfile C:\usr\sap\CE1\SYS\global\slddest.cfg -stdin -logfile dev_sldregk'.
Thu Dec 06 10:37:00 2007 SLD Registration Program [2.0]  (Sep  3 2007) [Unicode]
Thu Dec 06 10:37:00 2007 Used logfile: dev_sldregk
Thu Dec 06 10:37:00 2007 No XML data input file set. Will read input data from standard input.
Thu Dec 06 10:37:00 2007 Parse error on XML file.
Thu Dec 06 10:37:00 2007 error: unexpected end-of-file
Thu Dec 06 10:37:00 2007  entity=
Thu Dec 06 10:37:00 2007  in line 1, 1
Thu Dec 06 10:37:00 2007 Failed to load and parse XML input from stdin.
ERROR: No expression matched '"nti386" == sun_64'.
So this looks like could be causing some issues.

Similar Messages

  • DBAT Connector 11.1.1.5.0 installation making oim server shut down

    Hi ,
    Currently as part of new requirement, we have just started working on DBAT .
    OIM server is getting shut down abruptly when the DBAT  connector is being installed after package is being generated.
    Please find below the steps followed for installation.
    As per documentation,
    1.I have created a table in Oracle 11g Express edition , with the following scripts
    CREATE TABLE DBAT_USER
          USERNAME VARCHAR(100) PRIMARY KEY,
            FIRST_NAME VARCHAR(100),
            MIDDLE_NAME VARCHAR(100),
            PASSWORD VARCHAR(100),
              EMAIL VARCHAR2(100),
              TELEPHONE_NUMBER VARCHAR2(100),
               HOME_NUMBER VARCHAR2(100),
                FAX VARCHAR2(100),
                MOBILE VARCHAR2(100),
                TITLE  VARCHAR(100),
              STATUS VARCHAR(100),
             LAST_UPDATE TIMESTAMP (8) DEFAULT CURRENT_TIMESTAMP
      Commit;
      CREATE OR REPLACE TRIGGER DBAT_USER_TS_TRG BEFORE
      INSERT OR
      UPDATE ON DBAT_USER REFERENCING NEW AS NEW FOR EACH ROW BEGIN
      SELECT CURRENT_TIMESTAMP INTO :NEW.LAST_UPDATE FROM dual;
      END;
      ALTER TRIGGER DBAT_USER_TS_TRG ENABLE;
    2. I have made changes in groovy file to make the DB table as  Target resource,
    // Run like:  DBATGenerator.cmd ..\resources\DBATConfiguration.groovy dbat
    trusted {
        //Resource name
        itResourceDefName='DBATTrusted' // DBAT is a name of the package
        // itResourceName="$itResourceDefName" //the same as itResourceDefName
        //Output files  
        //  connectorDir="../$itResourceDefName"   // out dir is the same as it resource name
        //  xmlFile='DBAT-ConnectorConfig.xml' // defaults are commented
        //  configFile='DBAT-CI.xml'
        //  propertiesFile='dbat-generator.properties'
        //  version='11.1.1.5.0'
        //The Configuration
        trusted=false
        bundleJar='../lib/org.identityconnectors.databasetable-1.2.2.jar'
        config = [
            'table' : 'DBAT_USER',
            'keyColumn' : 'USERNAME',
            'passwordColumn' : 'PASSWORD',
            'user' : 'oimuser',
       //   'password' : '', never provide passwords to generator
            'jdbcUrlTemplate' : 'jdbc:oracle:thin:@abc:1521:xe',
            'jdbcDriver': 'oracle.jdbc.driver.OracleDriver',
       //   'statusColumn':'STATUS',
       //   'enableValue':'Enabled',
       //   'disableValue':'Disabled',
      'database':'xe',
      'host':abc',
       //   'port':'1521',
       //   'datasource':'',
       //   'jndiProperties':'',
       //   'customizedQuery':'',
       //   'rethrowAllSQLExceptions', true,
            'allNative':true, // We prefer to have native dates, timestamps in OIM
       //   'validConnectionQuery':'SELECT 1 FROM DUMMY',
       //   'dateFormat':'dd/MM/yyyy',
       //   'timestampFormat':'dd/MM/yyyy HH:mm:ss:SSS',
       //   'enableEmptyString':false,
       //   'quoting':'NONE',
       //   'changeLogColumn':'LAST_UPDATE',
       //   'nativeTimestamps': false,
       //   'executeQueryScript': '',  // provide the groovy script, or file:///url of the script
        // Default mandatory aliases for trusted resource. Usage : ['CONNECTOR_ATTRIBUTE':'OIM_USER_ATTRIBUTE'] Eg., ['LAST_NAME':'Last Name']
        // PLEASE DO NOT REMOVE ANY ENTRY FROM THE FOLLOWING LIST. YOU CAN ADD ENTRIES FOR OTHER OIM USER ATTRIBUTES OR MODIFY THE <CONNECTOR_ATTRIBUTE> BASED ON THE TABLE COLUMNNAME
        // For the complete list of OIM User Profile Attributes, refer http://docs.oracle.com/cd/E40329_01/user.1112/e27151/usr_mangmnt.htm#CHDCDCCB
        alias = ['__UID__':'User Login', '__NAME__':'Last Name', 'Organization':'Organization Name', 'Xellerate Type':'Xellerate Type', '__ENABLE__':'Status', 'Role':'Role','FIRST_NAME':'First Name','MIDDLE_NAME':'Middle Name','TITLE':'Title','EMAIL':'Email','PASSWORD':'Password']
    // Run like:  DBATGenerator.cmd ..\resources\DBATConfiguration.groovy db1
    target {
        //Resource Name
        itResourceDefName='DBAT_IT' // DBAT is a name of the package
         itResourceName="$itResourceDefName" //the same as itResourceDefName
        //Output files
      connectorDir="../$itResourceDefName" //out dir is the same as it resource name
      xmlFile='DBAT-ConnectorConfig.xml'
         // configFile='DBAT-CI.xml'
          //propertiesFile='dbat-generator.properties'
         // version='11.1.1.5.0'
          //provisionDatasetFile='ProvisionResource_DBATUser.xml'
          //modifyResourceDatasetFile='ModifyProvisionedResource_DBATUser.xml'
          //requestDMDatasetsFile='Datasets.xml'
        //Configuration
        bundleJar='../lib/org.identityconnectors.databasetable-1.2.2.jar'
        config = [
            'table' : 'DBAT_USER',
            'keyColumn' : 'USERNAME',
            'passwordColumn' : 'PASSWORD',
            'user' : 'xxx',
       //   'password' : '', never provide passwords to generator
            'jdbcUrlTemplate' : 'jdbc:oracle:thin:@xxx:1521:xe',
            'jdbcDriver': 'oracle.jdbc.driver.OracleDriver',
        //  'relationTables': 'APP_USER_ROLE, APP_USER_TEAM, APP_USER_ORGANIZATION',
      'statusColumn':'STATUS',
      'enableValue':'Enabled',
      'disableValue':'Disabled',
          'database':'xe',
      'host':'xxx',
      'port':'1521',
      //'datasource':'xe',
       //   'jndiProperties':'',
       //   'customizedQuery':'',
       //   'rethrowAllSQLExceptions', true,
            'allNative':true,  // We prefer to have native dates, timestamps in OIM
       //   'validConnectionQuery':'SELECT 1 FROM DUMMY',
       //   'dateFormat':'dd/MM/yyyy',
      'timestampFormat':'dd/MM/yyyy HH:mm:ss:SSS', // Force the full timestamp formating
       //   'enableEmptyString':false,
       //   'quoting':'NONE',
      'changeLogColumn':'LAST_UPDATE',
      'nativeTimestamps': true,
       //   'createScript': '',   // provide the groovy script, or file:///url of the script
       //   'updateScript': '',  // provide the groovy script, or file:///url of the script
       //   'deleteScript': '',  // provide the groovy script, or file:///url of the script
       //   'executeQueryScript': '',  // provide the groovy script, or file:///url of the script
        //Database table name to OIM resource form name alliasing.
        //Make sure that itResourceName lenght plus child table alias lenght is within 8 characters limit. 
       // alias = ['APP_USER_ROLE':'RO', 'APP_USER_TEAM':'TM', 'APP_USER_ORGANIZATION':'ORG']
        //Attribute to form field names alliasing
        alias = ['FIRST_NAME':'First Name','USERNAME':'User Login','MIDDLE_NAME':'Middle Name','TITLE':'Title','EMAIL':'Email','PASSWORD':'Password']
        //Generate prepopulate adapters.PrePopluate Adapters Usage is ['CONNECTOR_ATTRIBUTE':'OIM USER ATTRIBUTE'] Eg., ['DISPLAY_NAME':'Display Name']
        prepopulate = ['USERNAME':'User Login', 'FIRST_NAME':'First Name','PASSWORD':'Password','MIDDLE_NAME':'Middle Name','TITLE':'Title','EMAIL':'Email']
    3. successfully generated generator packge, DBAT_IT.zip after running, ./DBATGenerator.sh ../resources/DBATConfiguration.groovy target
    4.Copied ojdbc.16.jar in /home/oracle/Oracle/Middleware/Oracle_IDM1/server/ConnectorDefaultDirectory/targetsystems-lib/DBAT_IT/ , as DBAT_IT is generated package from generator.
    5. unzipped DBAT_IT into /home/oracle/Oracle/Middleware/Oracle_IDM1/server/ConnectorDefaultDirectory/
    6.Now , when I try to install the dbat connector, through adminconsole --> Manager connector -->Install -->Load
    7.It loads for 10-15 minutes and   throws the error on browser as , 'Network Error , server is  too busy to process the request'
    8.If I would go  and see in weblogic console, I could find,  OIM server is  shut down.
    9.I can see, in /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/servers/oim_server1/logs/oim_server1-diagnostic.log, that the connector file, DBAT_IT schedule tasks are being read
    Kindly help to get rid of the problem and install the connector appropriately.
    Thanks in Advance

    Hi ,
    Please find the logs ,oim_server1-diagnostic.log attached .
    Did you find any issue  in the process that  I have followed for connector installation.
    Kindly let me know any pointers to resolve this issue.
    Thanks in Advance.

  • Battery life issue, phone shuts down

    HI I have an iphone 4S running 6.1.1 and with 10.6GB avail space running 3G on the Fido network. Had the phone for less than a year and it was sent to me as a refurbished
    My phone shuts down before it gets to 0%. Sometimes it lets me get to 0% and does a normal shut down, but in some cases it will suddenly just shut down and claim it has no battery life left, then when plug in loads up right away, exactly with all the same apps open and with a good chuck of battery.
    Today for example
    - Was at 70% when went out on a bike ride
    - 2 hours later and after some tethering and listening to music it shuts down all of a sudden while looking at a tweet
    - Try to turn back on, says its out of battery
    - Get home and plug in, starts up at 17% right back at the same tweet

    I have the same issue with the same 4S.  I thought it was a bug with the camera because it would happen while I was in the middle of taking a picture.  The phone would shut down and after attempting to restart it prompted no battery life.  But once I plugged the phone in it would start up and show the proper battery % left on the phone.
    Another forum on here stated a probelm is with the cold weather which was cauing the battery to lower in tempature, falsly causing a depleted percentage which forced a shutdown. They said all they had to do was let the phone warm up and it would reboot back up just fine.
    I thought it odd but most of my issues were when I was outside. That is until just last night when I was in my kitchen taking a picture of something on the counter and it again shut down. I had to plug in the charger, boot it back up and once back up I went right back to the kitchen and tried again and it happened again. So I plugged it in again rebooted and then unplugged the phone and let it sit about 10 minutes on the counter and then tried again and it worked.  I am not sure the cold had anytyhing to do with it this time because I had been home a couple of hours already and my home is 70 degrees.  It is frustraing. I find myself caring a backup battery to plug in the phone if and when this happens when I am away.  Not a good solution.

  • Imac power issue - randomly shuts down & won't turn on again

    Hello
    Just wondering if anybody could help us with this issue as the Apple Genius's failed to...
    Our early 2006 Intel Imac has recently started to switch off at random times. There doesn't seem to be any particular point at which it will do this and no warning either. It's as if somebody has pulled the plug out but the power supply has not been touched! It then often won't allow you to switch it on again until you have left it over night - or sometimes it will switch on after a few minutes.
    It is very frustrating as you never know when it might happen, it has been ok for a couple of weeks but now it has done it twice in the last two days.
    We did take it to the Apple Store, who said they had kept it on for a day and could not replicate the issue so therefore there is nothing they can do...
    If anybody can shed any light on this mystery it would be VERY much appreciated.
    Thank you!

    Hello and welcome to the club of "random shut down".
    Since 8 days I am also having this problem on an early 2006 2 GHz intel core duo with OS 10.4.11 After approx. 5-10 minutes it shuts down and the only way to wake up again is to disconnect the plug, wait 10 sec and connect it again and push the start button on the back.
    There a many discussions ongoing and also many suggestions (SMC reset, memory replacement, change the power cord etc.). Nothing really worked in my situation. My assumption is something with overheating, but the widget "istatpro" or "tempmonitor" are showing not more than 35°C on the CPU at a max.
    I found a little tool called "smcFanControl" to adjust the minimum speed of the fans (my settings: ODD 2850 rpm, HDD 3150 and the CPU fan at 2160 rpm) and since that adjustment the working period seems to be much longer. Sure, there is an annoying noise now, but I can use the imac again.
    Hope that there will be a better solution soon.

  • Graphics Issue when shutting down

    I currently have 4 iMac 2011's running snow leopard having a shutdown issue with the graphics. When the iMac shuts down the graphics on screen go stripy and the iMac hangs, you also hear the hard drive stop. The iMac's operate completely fine is this a known issue?

    Hi there HarveyBirdman3000,
    You may find the troubleshooting steps in the section "Troubleshooting a recurring kernel panic" toward the bottom of the article below helpful.
    OS X: About kernel panics
    http://support.apple.com/kb/TS3742
    As pointed out in the article, please keep this in mind:
    Diagnosing a recurring kernel panic can be difficult. If you would like to avoid this process, or do not know how to perform any of the following steps, consider bringing the Mac to a Genius at an Apple Store or an Apple Authorized Service Provider for assistance. Be sure to ask that, if the drive needs reformatting or replacing, they contact you about escalating your case to a special data recovery service. If you plan to visit an Apple Retail store, make a reservation at the Genius Bar using http://www.apple.com/retail/geniusbar/ (available in some countries only).
    -Griff W. 

  • Battery issue, random shut downs for no reason

    Okay, so I've had a MacBook for about 3 1/2 years now. The old battery I had that came with it had clearly run out of cycles because the computer could only last for five minutes without being plugged in. But when plugged in, it worked fine.
    So, about a week ago, I ordered a new battery and got a generic one off Ebay b/c the "official" Apple batteries are $120, whereas generics are around $40. I'd rather buy the Apple part, but frankly, the amount that Apple charges for replacement parts is completely ridiculous.
    In any case, the battery worked fine for several days and then in the last three days, the computer just shuts off randomly with no warning. It can be plugged in or not plugged in, it doesn't seem to matter. Sometimes I turn it on and it's fine for two hours before this happens and other times it turns off in 5 or 10 minutes. It seems like it must be the battery since that is the only thing that has changed in the last couple weeks. And the display is always telling me I have plenty of juice (between 80% and 98% when it shuts off). It recognizes the battery, calculates the time left, and does not give me an "x" but shows it to be charging when plugged in.
    To test to see if it was the battery, I put back in the original MacBook battery. Even though it has no juice, I could previously use my MacBook without issue as long as it was plugged in. But again, I encountered the same issues with sudden and unexplained shut downs at seemingly random intervals whether it was plugged in or not. Just a sudden click, my screen goes black, and the power is off.
    Does anyone have any idea how to fix this or approach fixing it? I thought it might be an issue of a dud battery, but that wouldn't explain why the original battery doesn't work now. Any solutions? Anyone else had this problem?
    Any help or pointers would be invaluable. Thanks so much.

    Hi Eloco,
    Smart idea to try putting the old battery back into the machine, that was going to be my first recommendation in component isolation. Next step... reset the SMC.
    http://support.apple.com/kb/HT3964
    I'd say reset the PRAM but I given what is that the PRAM controls, I don't see any change in system performance as a result of resetting it.
    It's possible, that the issue is with the machine (the battery is just coincidental). With that being said, given the age of the machine you're outside of any AppleCare coverage... even if you had it.
    There are three areas I'd consider further troubleshooting, whether you decide to do it yourself or go the route of a service center:
    1.) The battery connector (sleep switch adapter)
    2.) The MagSafe board/DC-In board
    3.) The logic board
    I'd recommend in that order, as well, ironically the service parts also go from less to significantly more as you move down the list.
    Good luck!

  • Macbook Pro 5,1 issue with shutting down when lid closed  - sleep issue

    Here is the issue I hope someone has seen and figured out the cause. This is on a Macbook Pro 5,1 (2.8 Ghz Unibody). This doesn't appear to be the random shutdown issue.
    My issue is when on AC power and you close the lid the mac sleeps. The light will blink indicating its sleeping. But at random time frames it shuts down. You open the lid and have to power on from a cold boot. Now if you hit sleep from the apple menu then close the lid everything is fine, it will sleep until the lid is opened. So its only when the lid is closed. And its random, sometimes it will stay in sleep mode for a few minutes or hours. But at some random point it will shutdown.
    Any thoughts???
    Thanks
    jim

    Hi and welcome to AD!
    Try a SMC reset.
    DALE

  • Issues when shutting down Arch

    When shutting down arch, as normal, System > Shutdown, it then shows the CLI and the login prompt:
    mikeyd@DEATH_STAR: login       
    It used to sit there for 5 seconds then shutdown as usual, now it takes more than 20 seconds, if at all, is something holding up the shutdown process.  Any help would be amazing.
    Thank you
    If you need any output, let me know
    Last edited by degmic71 (2009-04-01 03:01:24)

    Here is ps -e:
    root@DEATH_STAR mikeyd]# ps -e
    [root@DEATH_STAR mikeyd]# ps -e
    PID TTY TIME CMD
    1 ? 00:00:00 init
    2 ? 00:00:00 kthreadd
    3 ? 00:00:00 migration/0
    4 ? 00:00:00 ksoftirqd/0
    5 ? 00:00:00 watchdog/0
    6 ? 00:00:00 migration/1
    7 ? 00:00:00 ksoftirqd/1
    8 ? 00:00:00 watchdog/1
    9 ? 00:00:00 migration/2
    10 ? 00:00:00 ksoftirqd/2
    11 ? 00:00:00 watchdog/2
    12 ? 00:00:00 migration/3
    13 ? 00:00:00 ksoftirqd/3
    14 ? 00:00:00 watchdog/3
    15 ? 00:00:00 events/0
    16 ? 00:00:00 events/1
    17 ? 00:00:00 events/2
    18 ? 00:00:00 events/3
    19 ? 00:00:00 khelper
    20 ? 00:00:00 kstop/0
    21 ? 00:00:00 kstop/1
    22 ? 00:00:00 kstop/2
    23 ? 00:00:00 kstop/3
    24 ? 00:00:00 kblockd/0
    25 ? 00:00:00 kblockd/1
    26 ? 00:00:00 kblockd/2
    27 ? 00:00:00 kblockd/3
    28 ? 00:00:00 kacpid
    29 ? 00:00:00 kacpi_notify
    30 ? 00:00:00 kseriod
    31 ? 00:00:00 pdflush
    32 ? 00:00:00 pdflush
    33 ? 00:00:00 kswapd0
    34 ? 00:00:00 aio/0
    35 ? 00:00:00 aio/1
    36 ? 00:00:00 aio/2
    37 ? 00:00:00 aio/3
    364 ? 00:00:01 ata/0
    384 ? 00:00:00 ata/1
    385 ? 00:00:00 ata/2
    386 ? 00:00:00 ata/3
    387 ? 00:00:00 ata_aux
    452 ? 00:00:00 scsi_eh_0
    453 ? 00:00:00 scsi_eh_1
    454 ? 00:00:00 scsi_eh_2
    546 ? 00:00:00 scsi_eh_3
    547 ? 00:00:00 scsi_eh_4
    553 ? 00:00:02 scsi_eh_5
    555 ? 00:00:00 scsi_eh_6
    656 ? 00:00:00 kjournald2
    680 ? 00:00:00 udevd
    710 ? 00:00:00 rt61pci
    1973 ? 00:00:00 khpsbpkt
    2031 ? 00:00:00 ksuspend_usbd
    2032 ? 00:00:00 khubd
    2097 ? 00:00:00 kpsmoused
    2102 ? 00:00:00 knodemgrd_0
    4346 ? 00:00:00 syslog-ng
    4347 ? 00:00:00 syslog-ng
    4369 ? 00:00:00 crond
    4384 ? 00:00:00 dbus-daemon
    4387 ? 00:00:00 hald
    4390 ? 00:00:00 console-kit-dae
    4391 ? 00:00:00 hald-runner
    4481 ? 00:00:00 hald-addon-inpu
    4486 ? 00:00:00 hald-addon-acpi
    4487 ? 00:00:00 hald-addon-stor
    4489 ? 00:00:00 hald-addon-stor
    4503 ? 00:00:00 NetworkManager
    4514 ? 00:00:00 wpa_supplicant
    4516 ? 00:00:00 nm-system-setti
    4523 ? 00:00:00 portmap
    4526 ? 00:00:00 famd
    4536 ? 00:00:00 gdm-binary
    4537 ? 00:00:00 gdm-binary
    4543 tty7 00:00:52 Xorg
    4560 tty1 00:00:00 agetty
    4561 tty2 00:00:00 agetty
    4562 tty3 00:00:00 agetty
    4563 tty4 00:00:00 agetty
    4564 tty5 00:00:00 agetty
    4565 tty6 00:00:00 agetty
    4601 ? 00:00:00 dhcpcd
    4614 ? 00:00:00 gnome-keyring-d
    4626 ? 00:00:00 gnome-session
    4648 ? 00:00:00 dbus-launch
    4649 ? 00:00:00 dbus-daemon
    4655 ? 00:00:00 gconfd-2
    4658 ? 00:00:00 gnome-keyring-d
    4661 ? 00:00:00 gnome-settings-
    4662 ? 00:00:01 metacity
    4665 ? 00:00:00 gnome-panel
    4667 ? 00:00:00 gvfsd
    4670 ? 00:00:00 nautilus
    4674 ? 00:00:00 bonobo-activati
    4678 ? 00:00:00 gvfs-fuse-daemo
    4685 ? 00:00:00 gnome-power-man
    4690 ? 00:00:00 nm-applet
    4713 ? 00:00:01 gnome-screensav
    4717 ? 00:00:00 gvfs-hal-volume
    4719 ? 00:00:00 gvfs-gphoto2-vo
    4721 ? 00:00:00 gvfsd-trash
    4732 ? 00:00:00 gvfsd-burn
    4740 ? 00:00:00 wnck-applet
    4744 ? 00:00:00 cpufreq-applet
    4747 ? 00:00:00 clock-applet
    4749 ? 00:00:07 multiload-apple
    4752 ? 00:00:00 mixer_applet2
    4753 ? 00:00:01 sensors-applet
    4755 ? 00:00:00 notification-ar
    4845 ? 00:00:00 firefox
    4857 ? 00:00:00 run-mozilla.sh
    4863 ? 00:07:01 firefox-bin
    4906 ? 00:00:00 gnome-terminal
    4909 ? 00:00:00 gnome-pty-helpe
    4910 pts/0 00:00:00 bash
    4912 pts/0 00:00:00 su
    4913 pts/0 00:00:00 bash
    4953 pts/0 00:00:00 su
    4954 pts/0 00:00:00 bash
    4958 pts/0 00:00:00 su
    4959 pts/0 00:00:00 bash
    4984 pts/0 00:00:00 vim
    4999 pts/0 00:00:00 ps
    Here is my DAEMONS list in rc.conf:
    DAEMONS=(syslog-ng network netfs crond hal alsa networkmanager networkmanager-dispatcher fam gdm)
    Also may be my CIFS network shares that I mount? but never happened before
    Last edited by degmic71 (2009-04-01 03:44:29)

  • Issue in shut down order

    Hi all,
    I have new requirement that when user creates shut order any other user can not post production order on that equipment. how is it possible kindly help

    In PM Orders, you have the option to mention the System Condition.
    By having the appropriate system condition in PM Order & Production work center in location tab of that technical object of PM Order, during capacity planning, system will propose that work center has been blocked. But this proposal can be overruled without considering the shutdown maintenance.
    But this proposal during capacity planning will happen only after creation of production order.
    If you want at the creation of production order, you have to use some exits at Production Order level to see the work centers equipment having PM orders (in your case shutdown orders) while saving the Production order.
    There are some threads available on this topic. Do some search & have a look on those.

  • HELP! Kernel Panic Issue When Shutting Down

    I cant figure out whats causing it to do it.
    Interval Since Last Panic Report:  60537 sec
    Panics Since Last Report:          14
    Anonymous UUID:                    5FDFE808-4B52-4483-B8A9-3CFD08A530D9
    Sat Jul 26 12:56:37 2014
    panic(cpu 3 caller 0x2ceabf): Kernel trap at 0x00284a93, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0xfffffff2, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x0351cf01, EBX: 0xffffffea, ECX: 0x00000001, EDX: 0x0351cf3c
    CR2: 0xfffffff2, EBP: 0x84fbbcf8, ESI: 0x00000002, EDI: 0x1146c000
    EFL: 0x00010282, EIP: 0x00284a93, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000000
    Backtrace (CPU 3), Frame : Return Address (4 potential args on stack)
    0x84fbbb48 : 0x2203de (0x6b08cc 0x84fbbb68 0x229fb0 0x0)
    0x84fbbb78 : 0x2ceabf (0x6bd9e0 0x284a93 0xe 0x6bd989)
    0x84fbbc28 : 0x2e5564 (0x84fbbc50 0x84fbbc38 0x84fbbc48 0x0)
    0x84fbbc48 : 0x284a93 (0xe 0xffff0048 0x10 0xffff0010)
    0x84fbbcf8 : 0x292303 (0x351cf3c 0x1146c000 0x0 0x84fbbd88)
    0x84fbbd98 : 0x6734f9 (0x351cf3c 0x1146c000 0x0 0x84fbbe18)
    0x84fbbe58 : 0x671bc6 (0xf9e3800 0x0 0x1146c590 0x0)
    0x84fbbe78 : 0xaeda9a (0xf9e3800 0x0 0x12 0x0)
    0x84fbbea8 : 0xaea9d0 (0x1146c500 0xb01380 0x84fbbee8 0xaedd43)
    0x84fbbed8 : 0xae6157 (0xf6e5000 0x1146c500 0x84fbbef8 0xae755c)
    0x84fbbee8 : 0xae755c (0xf6ec700 0x1146c500 0x84fbbf28 0xae85cb)
    0x84fbbef8 : 0xae85cb (0xf6ec300 0x1146c500 0x0 0x0)
    0x84fbbf28 : 0x2018256 (0xf6ec300 0x1146c500 0x2710 0x103d5e00)
    0x84fbbf88 : 0x201589a (0xf6ec300 0x0 0x84fbbfc8 0x23e4ae)
    0x84fbbf98 : 0x23e4ae (0xf6ec300 0x0 0x0 0x0)
    0x84fbbfc8 : 0x2c7d0c (0x84ad60 0x0 0x10 0x102d2490)
          Kernel Extensions in backtrace:
             com.apple.iokit.IOSCSIArchitectureModelFamily(3.2.1)[A0624866-087A-4EED-8EC3-50 0E0C092AC3]@0xae5000->0xb10fff
             com.apple.iokit.IOSCSIMultimediaCommandsDevice(3.2.1)[33442712-36CB-4261-8A6D-A 1CCFB0CEDA7]@0x2010000->0x202efff
                dependency: com.apple.iokit.IODVDStorageFamily(1.7.1)[BD853F6E-07AD-4AB4-90B0-8A604F2E9456] @0x1ffe000
                dependency: com.apple.iokit.IOBDStorageFamily(1.7)[9808F2BA-A099-4A8A-9F5E-4FF487A5AC88]@0x 2008000
                dependency: com.apple.iokit.IOStorageFamily(1.7.2)[9164AEE7-BA92-45A2-BA9C-638B980193F1]@0x a28000
                dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(3.2.1)[A0624866-087A-4EED-8EC3-50 0E0C092AC3]@0xae5000
                dependency: com.apple.iokit.IOCDStorageFamily(1.7.1)[4DBAB03F-825F-4EB0-AE31-F229FB974CF5]@ 0x1ff2000
    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:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386
    Kernel UUID: 859B45FB-14BB-35ED-B823-08393C63E13B
    System model name: MacPro1,1 (Mac-F4208DC8)
    System uptime in nanoseconds: 1780739455653
    last loaded kext at 185602781530: com.apple.filesystems.smbfs 1.7.2 (addr 0x114d000, size 249856)
    last unloaded kext at 165992856296: com.apple.driver.AppleFileSystemDriver 13 (addr 0x2be1000, size 16384)
    loaded kexts:
    com.avid.usb.mbox.driver 1.1.1
    com.digidesign.iokit.DigiDal 10.3.7f41
    com.paceap.kext.pacesupport.snowleopard 5.9.1
    com.apple.filesystems.smbfs 1.7.2
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AppleUpstreamUserClient 3.5.9
    com.apple.driver.AppleMCCSControl 1.0.33
    com.apple.driver.AppleHDA 2.2.5a5
    com.apple.driver.AudioAUUC 1.59
    com.apple.GeForce7xxx 7.0.4
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    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.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.AppleFWOHCI 4.9.0
    com.apple.driver.AppleAHCIPort 2.3.1
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleUSBHub 5.1.0
    com.apple.driver.AppleIntel8254XEthernet 2.1.3b1
    com.apple.driver.AppleEFINVRAM 1.6.1
    com.apple.driver.AppleUSBEHCI 5.1.0
    com.apple.driver.AppleACPIButtons 1.5
    com.apple.driver.AppleUSBUHCI 5.1.0
    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.driver.AppleSMBusController 1.0.10d0
    com.apple.driver.DspFuncLib 2.2.5a5
    com.apple.nvidia.nv40hal.G7xxx 7.0.4
    com.apple.NVDAResman.G7xxx 7.0.4
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.driver.AppleUSBAudio 2.9.0f5
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSurface 80.0.2
    com.apple.iokit.IOSerialFamily 10.0.5
    com.apple.iokit.IOAudioFamily 1.8.6fc18
    com.apple.kext.OSvKernDSPLib 1.3
    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.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.IOFireWireFamily 4.4.8
    com.apple.iokit.IOAHCIFamily 2.0.8
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOUSBUserClient 5.0.0
    com.apple.iokit.IONetworkingFamily 2.1
    com.apple.iokit.IOHIDFamily 1.7.1
    com.apple.iokit.IOUSBFamily 5.1.0
    com.apple.driver.AppleEFIRuntime 1.6.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 177.8
    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: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 10 GB, SMC 1.7f10
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 256 MB
    Memory Module: DIMM Riser A/DIMM 1, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x802C, 0x39485446363437324A592D36363742344433
    Memory Module: DIMM Riser A/DIMM 2, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x802C, 0x39485446363437324A592D36363742344433
    Memory Module: DIMM Riser B/DIMM 1, 4 GB, DDR2 FB-DIMM, 667 MHz, 0x0198, 0x4B494E4753544F4E20202020202020202020
    Memory Module: DIMM Riser B/DIMM 2, 4 GB, DDR2 FB-DIMM, 667 MHz, 0x0198, 0x4B494E4753544F4E20202020202020202020
    Memory Module: DIMM Riser A/DIMM 3, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x802C, 0x39485446363437324A592D36363742344433
    Memory Module: DIMM Riser A/DIMM 4, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x802C, 0x39485446363437324A592D36363742344433
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: NVIDIA GeForce 7300 GT, sppci_displaycontroller, Slot-1
    Serial ATA Device: ST500DM002-1BD142, 500.11 GB
    Serial ATA Device: Hitachi HDT721010SLA360, 1 TB
    Serial ATA Device: ST2000DM001-1E6164, 2 TB
    Serial ATA Device: WDC WD10EALS-00Z8A0, 1 TB
    Parallel ATA Device: SONY    DVD RW DW-D150A
    USB Device: Mbox, 0x0dba, 0x5000, 0xfd300000 / 2
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd400000 / 3
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd440000 / 4
    USB Device: USB Uno MIDI Interface, 0x0763  (M-Audio), 0x0150, 0xfd443000 / 7
    USB Device: Maschine Mikro MK2, 0x17cc, 0x1200, 0xfd442000 / 6
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd441000 / 5
    USB Device: Microsoft USB Optical Mouse, 0x045e  (Microsoft Corporation), 0x00cb, 0xfd441300 / 9
    USB Device: Apple Keyboard, apple_vendor_id, 0x024f, 0xfd441200 / 8
    FireWire Device: built-in_hub, 800mbit_speed

    Hi there HarveyBirdman3000,
    You may find the troubleshooting steps in the section "Troubleshooting a recurring kernel panic" toward the bottom of the article below helpful.
    OS X: About kernel panics
    http://support.apple.com/kb/TS3742
    As pointed out in the article, please keep this in mind:
    Diagnosing a recurring kernel panic can be difficult. If you would like to avoid this process, or do not know how to perform any of the following steps, consider bringing the Mac to a Genius at an Apple Store or an Apple Authorized Service Provider for assistance. Be sure to ask that, if the drive needs reformatting or replacing, they contact you about escalating your case to a special data recovery service. If you plan to visit an Apple Retail store, make a reservation at the Genius Bar using http://www.apple.com/retail/geniusbar/ (available in some countries only).
    -Griff W. 

  • Issue with shutting down all processes for patch install

    I have been trying to install patch 6032088 on Win XP. I have shutdown my Oracle instance, processes and listeners. However, when I come to install the patch it fails because it cannot overwrite the oci.dll. This is due to the fact that a process is still using the file. How can I make sure all processes have stopped?
    Thanks in advance.

    In my case, when the Microsoft service starts up, they take this lock on the oci.dll in the database home. they must have found it in the path and gotten it first.
    Here is a note that discusses it happening. I am not sure which service starts up this msft com thing, but I'll shut some down and see when it stops happening.
    http://support.microsoft.com/kb/233297
    it breaks patching/provisioning as well. i contemplated renaming it, or removing the home from the patch.. seems like renaming will be easier. how annoying.

  • 1st-gen iMac G5 is having weird power or startup issues...?

    Hello all... I am a sorta-nerd who doesn't know what to do with the power issues on her hubband's iMac G5.
    The computer is just out of warranty. For the last 9 months it'd been shutting down randomly on him - usually when running too many programs. I used it for two weeks, being careful not to run more than 3 applications, and it was ok.
    Now, in the last week or so, it's unable to start up. When you press the power button, the power light turns on, and you can hear the disks start up and the whir of the... fan? I think? Anyway, after about 4 seconds the power light goes out, and the display never changes from black. You can still hear the disk running, though. It will continue running until the computer is unplugged.
    I have tried a new power source and a different power cord. I have also tried resetting the SMU, to no avail.
    I've done some hardware geek stuff, but only on PCs and laptops. The earlier issue (of shutting down when too many applications are being run) makes me think it could be faulty RAM. Any ideas what the issue could be, and if I could fix it?

    When troubleshooting, make sure you disconnect all devices from your computer except for the keyboard & mouse.
    http://docs.info.apple.com/article.html?artnum=86817 iMac G5: Loose power cord could cause power loss
    Boot from your System Install Tiger DVD & run the repair disk/permissions.
    Boot from your Hardware Test DVD.

  • Please wait for the group policy client - shutting down issues

    Hi
    I have issues with shutting down machines. When machine is connected to company's LAN everything works fine. However, if machine is connected to VPN - Juniper NC - 1 hour or more it always hangs when it is shutting down. When I shut down the machine
    (verbose mode on), first stage is:
    Please wait for the system Event Notification service. 
    This ends exactly
    after 3 minutes. Next stage:
    Please wait for the group policy client windows 7
    ...is never timed out (even after few hours). Machine never shuts down.
    In Application logs there are always these 4 events when machine is unsuccessfully shutting down:
    6005: The winlogon notification subscriber <Sens> is taking long time to handle the notification event (Logoff).
    4627: The COM+ Event System timed out attempting to fire the Logoff method on event class {D5978650-5B9F-11D1-8DD2-00AA004ABD5E} for publisher  and subscriber .  The subscriber failed to respond within 180 seconds.
    The display name of the subscription is "ISensLogon2". The HRESULT was 80010002.
    6006: The winlogon notification subscriber <Sens> took 180 second(s) to handle the notification event (Logoff).
    6005: The winlogon notification subscriber <GPClient> is taking long time to handle the notification event (Logoff).
    Sens is timed out after 3 minutes while there is no 6006 event for GPClient and machine is stuck there for ages (Please wait for the group policy client
    stage). I noticed in System logs that machine always hangs if there is this error
    5783: The session setup to the Windows NT or Windows 2000 Domain Controller \\server for the domain X is not responsive.  The current RPC call from Netlogon on \\machine to \\server has been cancelled.
    I made a group policy log and below you can see part of GPSVC log when machine is unsuccessfully shutting down:
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::UnregisterNotification: Entering with event 0xe58
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::UnregisterNotification: Canceling pending calls
    GPSVC(2d4.1cfc) 21:31:24:327 Client_CompleteNotificationCall: failed with 0x71a
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::UnregisterNotification: Cancelled pending calls
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::UnregisterNotification: Exiting with dwStatus = 0x0
    GPSVC(438.1a04) 21:31:24:327 Waiting for user group policy thread to terminate.
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::UnregisterNotification: Entering with event 0xe10
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::UnregisterNotification: Canceling pending calls
    GPSVC(218.c88) 21:31:24:327 Client_CompleteNotificationCall: failed with 0x525
    GPSVC(2d4.1cfc) 21:31:24:327 Client_CompleteNotificationCall: failed with 0x71a
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::UnregisterNotification: Cancelled pending calls
    GPSVC(2d4.9c8) 21:31:24:327 CGPNotify::OnNotificationTriggered: Completenotification failed with 1317
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::UnregisterNotification: Entering with event 0xdcc
    GPSVC(218.1054) 21:31:24:327 CGPNotify::UnregisterNotification: Entering with event 0x20cc
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
    GPSVC(2d4.9c8) 21:31:24:327 CGPNotify::OnNotificationTriggered: Completenotification failed with 1317
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::UnregisterNotification: Entering with event 0xd90
    GPSVC(218.1054) 21:31:24:327 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
    GPSVC(2d4.1cfc) 21:31:24:327 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
    GPSVC(2d4.1cfc) 21:31:24:342 CGPNotify::UnregisterNotification: Exiting with dwStatus = 0x0
    GPSVC(218.d48) 21:31:24:342 Client_CompleteNotificationCall: failed with 0x525
    GPSVC(218.d48) 21:31:24:342 CGPNotify::OnNotificationTriggered: Completenotification failed with 1317
    GPSVC(218.1c04) 21:31:24:327 Client_CompleteNotificationCall: failed with 0x525
    GPSVC(218.1c04) 21:31:24:342 CGPNotify::OnNotificationTriggered: Completenotification failed with 1317
    GPSVC(218.1054) 21:31:24:342 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
    GPSVC(218.1054) 21:31:24:342 CGPNotify::UnregisterNotification: Exiting with dwStatus = 0x0
    GPSVC(218.1054) 21:31:24:342 CGPNotify::UnregisterNotification: Entering with event 0x2100
    GPSVC(218.1054) 21:31:24:342 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
    GPSVC(218.1054) 21:31:24:342 CGPNotify::UnregisterNotification: Exiting with dwStatus = 0x0
    GPSVC(218.1054) 21:31:24:342 CGPNotify::UnregisterNotification: Entering with event 0x1264
    GPSVC(218.1054) 21:31:24:342 CGPNotify::AbortAsyncRegistration: No asyn registration is pending
    GPSVC(218.1054) 21:31:24:342 CGPNotify::UnregisterNotification: Exiting with dwStatus = 0x0
    I tried with signing out from VPN before shutting down machine, I even switched off WiFi but machine still hung. If i tried to get GP results before shutting down machine it takes ages and it is stuck in "Getting the user name" stage.
    Gpupdate /force never updates policy (It stops at Updating Policy...). I tired with installing different hotfixes which did not resolve the issue. I never have any
    issues with logging in, no GP scripts are applied when user is logging off or on, no roaming profiles. The only issue is when machine needs to be shut down.
    I excluded 1 machine from GP and left it on VPN for a few hours, several times. It always shuts down successfully. I applied GP back one by one and the one which is presumably causing an issue is Avecto which adds admin rights when VPN application
    starts (event 100):
    Process started with admin rights added to token.
     Command Line: "C:\Users\User\AppData\Roaming\Juniper Networks\Setup Client\JuniperSetupClient.exe"
     Process Id: 5540
     Parent Process Id: 2252
     Policy: EA-PrivilegeGuardSettings.UK Policy
     Application Group: EA-PrivilegeGuardSettings.Applications Granted Admin Rights
     Reason: <None>
     File Name: c:\users\User\appdata\roaming\juniper networks\setup client\junipersetupclient.exe
     Hash: 27D8463A913A802E555AEEF45717B122249AA993
     Certificate: Juniper Networks, Inc.
     Description: Juniper Setup Client
     Application Type: exe
     Product Name: Juniper Setup Client
     Product Code: <None>
     Upgrade Code: <None>
     Product Version: 8.0.6.48695
    I guess there is a DNS issues when machine is on VPN which leads that GP cannot be applied / updated. Not sure if or why Avecto would have an impact on this. When machine is trying to shut down it still somehow thinks it is connected to DC. What
    I also noticed are several explorer crashes while machine is on VPN.
    Does anyone have same issues? All machines are Dell with Juniper NC (VPN).
    Thanks,

    Hi,
    According to event log, Winlogon process takes a long time to handle logoff event. That's to say winlogon process is waiting for response to logoff.  
    According to your description after, this problem is most probably caused by Avecto. You can try to disable or uninstall it temporarily for test.
    To make further troubleshoot with this problem, you can try to use WPT (Windows Performance Tool) to make troubleshoot.
    http://blogs.technet.com/b/askpfeplat/archive/2013/03/22/troubleshooting-windows-performance-issues-using-the-windows-performance-recorder.aspx
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Gophoto.it Installer preventing from shut down macbook pro

    Since two days, I cannot shut down my computer anymore. When I try to do it I get the message "The application Gophoto.it Installer has cancelled the shut down. To try again, quit Gophoto.it Installer and click on menu apple>Shut down
    I cannot find any trace of this software on my computer (not on Safari/ add-ons nor Library).
    Does anybody know what to do please?
    Thank you.
    Eric

    Conflicting statements:
    "The application Gophoto.it Installer has cancelled the shut down.
    I cannot find any trace of this software on my computer (not on Safari/ add-ons nor Library).
    I still see a Mac_Installer icon at the bottom of my screen next to other applications.
    Can you please post a screen shot & also clarify your statement?
    (I may have downloaded but not installed the program completely.
    What makes you think you interrupted the installation?  What were you doing at the time of the installation?  If you click on the installer what happens?  Is there an uninstaller?  If so, use it to uninstall the app.

  • MSI P67A-C45 - Shutting down during OS installation

    I'll take a wild swing into cyber-space, hoping that someone out there have experienced this problem and found a solution.
    I've had a look around on these forums, trying to find a topic with the same problem as I've experienced, but couldn't find any.
    A friend of mine just bought the MSI P67A-C45 and it booted just fine. The problem occurs when trying to install Windows 7 Home premium 64bit version. It goes through the normal steps, re-booting once during the installation. But when trying to finalize the installation, the motherboard simply shuts down, and boots back up ~4-5 seconds later.
    I've tried booting with minimal components; Motherboard, GPU, SSD & DVD-ROM. I've also tried installing it on 2 other disks, 1 10k raptor and a normal 7200, but with the same result.
    Has anyone experienced this problem before? Or does anyone have any idea what could be causing it to shut down like this?
    Any ideas are welcome and appreciated.
    Spec of the PC:
    MSI P67A-C45
    Intel Core i7, 2600
    Corsair 8GB (2x4096MB) 1600MHz XMS3
    Gigabyte GeForce GTX 580 1536MB (Nvidia chipset)
    Corsair SSD Force Series 120GB
    FSP Everest 1010 , See spec below
    /Zanza

    Quote from: Stu on 12-April-11, 02:12:16
    Several members of this forum, myself included, have done our own tests and concluded that AHCI is of no benefit to SSD drives.
    That makes total sense because the only real benefit of AHCI for single drives is native command queuing which allows physical drive systems to sort the command queue in the way that best reduces head movement and revolutions (since data is placed all over the platters).  With an SSD, every memory location can be read at exactly the same speed so native command queuing would actually decrease performance by the few microseconds it takes to perform the useless command queue sorting operation.  
    - D

Maybe you are looking for

  • Making a kernel PKGBUILD

    Hello, I tried to make my own kernel package with the abs system. I studied the wiki documentation (http://wiki.archlinux.org/index.php/Cus … n_with_ABS) After making all configurations in the PKGBUILD, I copied the "kernel126.install", kernel-config

  • Connection Problem to EDS : Error 500

    Hello, i have a problem to connect to essbase via an EDS server. Http Error 500 occur if i try to connect to EDS in EAS console or if i try to connect to essbase with Excel add-in. version of product: essbase 7.1.3 eds 7.1.3 Thanks for your help Pier

  • Upgrading My Oracle App Server from 10.1.2 to 10.1.3 without uninstalling ?

    Hi All, Is their any way we can just upgrade the app server from 10.1.2 to 10.1.3 with uninstalling the older 10.1.2 and reinstalling 10.1.3 ? Thanks Raghavendra

  • OWB Repository Install Question

    Hi all I am assigned to oracle ERP project and owb has to be installed for bis/edw. at the owb 2.x version, when repository install , following menu appeared 'which operation would you like to perform ? create a new BIS Repository Drop an existing BI

  • HT204394 who can i share document with loosing content

    I have document in iCloud that if i open now i will loose content, how do get that document with out loosing?  I want to share in Word format but i'm required to open in beta pages first which removes the content.  this document was created before be