Zenworks window keeps going blank

Hey all,
Running ZCM server 10.3.2 and agent version 10.3.2.41992
Bundle Management 10.3.2.1088
Content Distribution point 10.3.2.948
Image Management 10.3.2.335
Inventory Management 10.3.2.647
Policy Management 10.3.2.7941
Remote Management 10.3.2.893
User Management 10.3.2.948
Our zenworks window on various windows 7 32bit SP1 devices keeps going blank (drops off the zone If we re-register the machine, it works again but this keeps happening across random devices, both desktops and laptops
The laptops use wireless most of the time but occasionally use ethernet connections too. our DHCP leases are for 1 day
I had a look through the logs and the logs give this message most days:
[DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10] [] [ZMD] [] [Looking for Capability: registration] [] []
[DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10] [] [ZMD] [] [Capability: registration] [] []
[DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [FindFirstContent()] [] []
[DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [ ] [] []
[DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [ ] [] []
[DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [ Could not find host: zenworks.<removed>] [] []
[DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [Trying to locate source location: https://zenworks.<removed>/zenworks-registration/registration] [] []
[DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [ Host name to resolve: zenworks.<removed>] [] []
[DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [ Adding host: zenworks.<removed>, status: Unknown] [] []
[DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [ Host: zenworks.<removed>, IP address: 172.16.0.37] [] []
[DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [ Adding IP address: 172.16.0.37] [] []
[DEBUG] [10/19/2011 07:16:09.973] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [ Adding IP Uri https://172.16.0.37/zenworks-registration/registration status: Unknown] [] []
[DEBUG] [10/19/2011 07:16:09.973] [1560] [ZenworksWindowsService] [10] [] [ConnectMan] [] [ Pinging location: https://172.16.0.37/zenworks-registration/registration] [] []
any ideas why most days it is trying to reregister??
Thanks

Lost Registration is something that I used to see now and then, but seem
quite uncommon now on current code, though I dont recall any specific
bug/fix.
Below are a couple of scripts that can be called from login scripts to
address a couple different registration issues.
Script to Fix Duplicate GUIDs.
================================================== ============================================
@echo on
FOR /F "tokens=*" %%A IN ('type "%zenworks_home%\conf\deviceguid" ^|
find /i /c "57228a9d13075b4ab0fedcd55d4b5d6c"') DO SET act=%%A
if %act% == 0 goto :nothing
zac reg -g -u administrator -p secret http://192.168.1.111
exit
:nothing
================================================== =============================================
Script to Fix Unregistered Devices
================================================== ===========================
@echo off
FOR /F "tokens=*" %%A IN ('zac zc -l ^| find /i /c "Role:
CONFIGURATION"') DO SET act=%%A
if %act% == 0 goto :zacreg
exit
:zacreg
zac reg -g -u administrator -p secret http://192.168.1.111
================================================== ============================================
On 10/25/2011 11:06 PM, wcc admin wrote:
>
> Hey all,
>
> Running ZCM server 10.3.2 and agent version 10.3.2.41992
> Bundle Management 10.3.2.1088
> Content Distribution point 10.3.2.948
> Image Management 10.3.2.335
> Inventory Management 10.3.2.647
> Policy Management 10.3.2.7941
> Remote Management 10.3.2.893
> User Management 10.3.2.948
>
> Our zenworks window on various windows 7 32bit SP1 devices keeps going
> blank (drops off the zone If we re-register the machine, it works again
> but this keeps happening across random devices, both desktops and
> laptops
>
> The laptops use wireless most of the time but occasionally use ethernet
> connections too. our DHCP leases are for 1 day
>
> I had a look through the logs and the logs give this message most
> days:
>
> [DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10]
> [] [ZMD] [] [Looking for Capability: registration] [] []
> [DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10]
> [] [ZMD] [] [Capability: registration] [] []
> [DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [FindFirstContent()] [] []
> [DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [ ] [] []
> [DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [ ] [] []
> [DEBUG] [10/19/2011 07:16:09.953] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [ Could not find host: zenworks.<removed>] [] []
> [DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [Trying to locate source location:
> https://zenworks.<removed>/zenworks-registration/registration] [] []
> [DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [ Host name to resolve: zenworks.<removed>] [] []
> [DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [ Adding host: zenworks.<removed>, status: Unknown]
> [] []
> [DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [ Host: zenworks.<removed>, IP address:
> 172.16.0.37] [] []
> [DEBUG] [10/19/2011 07:16:09.963] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [ Adding IP address: 172.16.0.37] [] []
> [DEBUG] [10/19/2011 07:16:09.973] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [ Adding IP Uri
> https://172.16.0.37/zenworks-registration/registration status: Unknown]
> [] []
> [DEBUG] [10/19/2011 07:16:09.973] [1560] [ZenworksWindowsService] [10]
> [] [ConnectMan] [] [ Pinging location:
> https://172.16.0.37/zenworks-registration/registration] [] []
>
> any ideas why most days it is trying to reregister??
>
> Thanks
>
>
Craig Wilson - MCNE, MCSE, CCNA
Novell Knowledge Partner
Novell does not officially monitor these forums.
Suggestions/Opinions/Statements made by me are solely my own.
These thoughts may not be shared by either Novell or any rational human.

Similar Messages

  • Firefox dev tools inspector window keeps going blank

    every few times i switch to FF to debug, the inspector window is totally blank. if i click the inspector tool and highlight html, it will appear to be scrolling over in the inspector window to highlight the code, but the page is totally blank. close/reopen tools fixes, but a few times later its broken again. has been going on for months and months, at least since v32. Using FirefoxDeveloperEdition.

    Does this also happen if you use a release version instead of the beta?
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • My screen keeps going blank still have sound

    my screen keeps going blank but still have sound

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes      
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                                                              

  • My iPad keeps locking itself every few seconds, any ideas how to fix it... Drives me mad having to put my pass code in all the time and the screen keeps going blank :( HELP!

    My iPad keeps locking itself every few seconds, any ideas how to fix it... Drives me crazy as the screen keeps going blank and I have to constantly put in my pass code every few seconds. Can someone help me out please. The pass code lock is set at 10 minutes but it's happening every few seconds :(

    I've run into the issue and it seems to be related to an app not fully supporting the iOS you're on, the reboot doesn't usually solve it.
    I've solved it in the following manner(s):
    1) Backup the device to iCloud, then erase the iPad (Content and Network Settings).
    2) Setup the iPad and choose to restore from iTunes/iCloud Backup (wherever you backed it up)
    3) Perform any software updates
    I have not tried simply performing the software updates (which may fix it, but if it doesn't you won't be able to perform the above steps).
    Enjoy.

  • IPhone screen keeps going blank

    My iPhone screen keeps going blank. If I reset the phone, it comes back on but after a while, it goes blank again. I don't know what to do?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • Desktop keeps going blank

    can anyone explain why I keep losing my desktop photo.?  Everytime I open iphoto or connect to the internet my desktop goes blank.  I'm not sure if this is a software issue.  I use OSX version 10 on a macbook pro

    Hi , Welcome to the HP Forums! 
    It is a great place to find answers and  information! 
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide. Learn How to Post and More I grasp that your display is turning black or blank after a few moments of use. If you connect an external monitor it works fine. You believe it is the converter but were unable to locate one to purchase.  Here is a link to HP Notebook PCs - Troubleshooting a Notebook LCD Panel Issue (Windows 8/8.1, 7) that may help. Here is a link to  the  HP Pavilion dv6 Entertainment PC Maintenance and Service Guide. Please note chapter 4, page 24, display assembly to acquire the part number. Here are two links where you can purchase HP parts.HP Parts Store HP PartSurfer. You can also do a web search with the part number to try and locate one.  To say thanks for replying please click the thumbs up button below. If this overcame your difficulty please choose solution provided to assist other posters in locating this information.   Good Luck! 

  • IBook keeps going blank or doesn't turn on

    I have an iBook G4 and it the screen has been going blank but the computer is still on. Sometimes it just won't turn on at all. I have been having to pull out the battery and reset it. I have repaired the permissions and emptied the Cache. Would my battery not holding a charge have anything to do with it. I have to keep the computer plugged in all the time, if not it goes dead within 5 minutes.

    kimberleekay wrote:
    my charger won't charge the battery. It's been at 95% for several hours. Any other suggestions?
    That is normal. Check out this Apple Knowledge Base article on the subject:
    http://support.apple.com/kb/TS1909
    I would suspect a faulty logic board in the iBook.

  • 30" DP monitor keeps going blank for a few seconds.

    I have 2x 30" montiros:
    1. dell U3011 Display port 
    2. dell 3007WFP with active Dual link DVI to displayport.
    Both cost in the region of £1300.
    Neither will work with the think pad W530 + 2000KM, but both work flawlessly with macbooks and any dell with DP.
    Only the thinkpad doesnt work.
    The symptoms are this:
    1. U3011: goes blank (black) for 2s every 30s.
    2. 3007WFP Blank for 30s, flashes the desktop for 2s, then goes  blank again.
    Clearly there is a serious issue with the thinkpads displayport or drivers.
    Both monitors work perfectly if I unplug the minidsplayport from my thinkpad, and plug it into any other laptop with mini-displayport (have tried 2macs and 2 dells - all 4 no issues).
    If I plug the monitors into the mini-doc3, they work fine, no flashing.  If I plug either into the mini-displayport on the lalptop itself, then they flash.
    The problem is I only have one docking station, and have one 30" at work, and one 30" at home.  
    I desperately need a solution so I can work at home.
    Both monitors showup with the correct name and resolution in the windows 8 "screen resolution" page in the control panel.
    I have also tried swapping out my displayport to mini-displayport converter.  Neither make any difference, and both work perfectly with any other laptop and my monitors.
    The Nvidia control panel version is 7.5.800.  If I do "check for updates" it says "no updates available"
    There is a simlar problem witht he audio through the monitor.  If I connect directly to the mini-displayport on the laptop, the sound dissapears for no reason for around 20s every 60s.  IF I plug it into the DP on the doc, sound never drops.  
    Any ideas?

    Are you using "Optimus mode" set in BIOS?  Or are you using "discrete graphics" set in BIOS (which will also allow you to install the latest retail nVidia driver to support the K2000M)?  Try "discrete graphics", install the latest nVidia driver (not from the Lenovo site for Optimus, but from the nVidia site for the K2000M), and see what happens.
    Are you using a short miniDP adapter and also a regular cable?  Have you tried a simple straight-through single cable with the proper miniDP connector at one end (for the W530) and the proper other end as required by your monitor?  I suggest going with the single cable, and avoiding any adapter.

  • My Mac book air screen keeps going blank

    Recently my Mac book started giving me a blank screen when I turn it on. The desktop will occasionally flash on but as soon as I hit the mousepad it goes blank again. Any ideas?

    Hi ...
    Try here >  Troubleshooting: My computer won't turn on

  • My computer screen keeps going blank and then going back to the box where I put my password in to start my comp. Why is this happening?

    My computer (Macbook) was working fine this am. I left it for an hour and then came back and the screen was black (always does that as the screensaver hardly ever works). I moved the mouse to wake it up and everything was normal. I went to adjust the volume and the screen went blank and the main page with the box where I put my password in when I first start my comp appeared. I put my password in and everything was normal again. I opened a window in Safari and before it loaded completely the same thing happened, the screen went blank and went back to the password box. Does anyone know why this is happening? I don't have an external hard drive or any blank flash drives so I can't back anything up right now and am afraid I'm going to lose everything. Thank you

    Sounds like hardware failure, called boot loop. Call Apple and or go on apple.com and make Genius Bar appointment to have your iphone reviewed by a Tech. Provided you iphone shows no physical or liquid damage they will take care of you, or if you have Apple Care Plus
    Genius Bar Rerservation :  http://www.apple.com/retail/geniusbar/

  • IMac keep going blank

    Hello. About two days ago my G5 iMac went blank. Then about ten minutes later it came back on. I then begun to use it again then about twenty min later, blank again. SO I restarted the computer and it came on blank. I could hear the fan running this is how I knew that it was on. Then about ten-twenty min later the screen showed up. I looked closely at the screen and I could see a little light while it was blank but no screen.
    The funny thing about this is that I had Apple care but it just expired last month. What kind of trickery is that? Anyways if anyone has any suggestions to what may be going on, I really would appreciate it. Thanks

    Jaleroca,
    It costs nothing to make an appointment at your closest Apple Store with the Genius Bar. They'll look your iMac over and tell you what they think is wrong and what they might be able to do about it. This is one of the best reasons to own a Mac, so take advantage of it. Living in or near a major city means you shouldn't have to travel far to take advantage of the Genius Bar.
    Jerry

  • My password manager will not remain active. It keeps going blank?

    After the latest update, 35.0.1, Firefox dumped all my passwords and will not remain active in keeping passwords. I must keep checking the "Remember passwords for sites" box every time I use Firefox and enter a website. I will download version 36.0 now that it has just notified me.

    Hi steve579,
    After downloading the update are you still seeing issues with the password manager?
    Also please check to make sure that this does not happen in safe mode. [[Troubleshoot Firefox issues using Safe Mode]]

  • Why does my Iphone 4 keep going to a blank screen?

    My Iphone 4 keeps going blank.  I have to reset it.  The last time it wouldn't come back.  Had to go to ATT store.  They plugged it in to wall and it came back on.  It's doing it more and more.
    What is wrong?

    Try a Restore...
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    Restoring  >  http://support.apple.com/kb/HT1414
    Note:
    Also consider Deleting any Apps you have Purchased / Downloaded but you now never use..

  • Home screen goes blank after making calls with OS 4.0 (3G)

    Since the OS 4.0 update, my home screen keeps going blank (black) after making/receiving a phone call. I have to turn the iPhone off and back on again to gets the Apps back up on screen.
    Anyone else having this problem?

    I have had a similar problem. After I make a call, the screen goes black and a random keyboard comes up and does nothing. I have to wait for a while untill it works again

  • [OSX.4,DW8] Document window goes blank!

    Hi,
    When I resize or click on the file transfer button, my
    working document window goes blank! I have to play with the sizing
    handle to get it to refresh to get it to render to the sceen again.
    Any clues?
    Ted

    Yes. Not using the Start Screen will cause DW to always open
    with a blank
    file. It's up to you. I prefer the start screen.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ted Fitzpatrick" <[email protected]> wrote
    in message
    news:e5774k$ogf$[email protected]..
    > Whenever I close a working document, the start screen
    pops up in front of
    > the
    > site files panel (which I keep in a full-screen view).
    Is this to be
    > expected?
    > Perhaps the only way to disable this is to select to not
    use the start
    > screen
    > at all?
    >
    > Ted
    >

Maybe you are looking for

  • Comparing an Item in a List to...

    Hello. I'm new to these forums, and this is my first post here. I'm working on a hangman game just for fun, and I've run into a snag. When it checks to see if the key pressed is equal to (or the same as) the letter in position x. Every time, even if

  • How to debug a RFC function  when the user is non-dialog type? Please help!

    hi Experts,   I am calling a RFC FM residing in B from R/3 system A. R/3 A - Call FM residing in B---- > R/3 B The user attached to the remote destination is a non-dialog type. I cannot change the user type of this user. Therefore how to debug the RF

  • Can't Update Adobe Acrobat NPAPI Plug-in in FX nightly 33?

    This is related to the comments in https://support.mozilla.org/en-US/questions/1005447?esab=a&s=Can%27t+Update+Adobe+Acrobat+NPAPI+Plug-in%3F&r=0&as=s The same issue is occurring in FX 33 nightly. Clicking on the update plugin just leads back to the

  • Shortest way to retrieve from KONM Table

    Hi, Can anyone tell me how to write a query for, the shortest and quickest way to retrieve the data from KONM Table? Sample Record in the KONM Table will be as given below. KNUMH          KSTBM             KBETR 007......... 1 .......... 50 007......

  • Cs5 64bit issue

    I just got photo shop cs5 extended. I am running a computer with windows 7 ph 64 bit, when I run pscs5 64 when I load a image all I see is the checkerboard back ground, butwhen I click on the background of the workspace it shows the image have to use