Inventory database stays empty

(Zenworks 3.0 SP1a; NW5.1SP7)
Although *str-files are stored correctly in the scandir directory they are
not transferred to dbdir.
If I try to start inventory services on the server console by typing
startinv or zfdstart I get the following error message:
Symantec Java! JustInTime Compiler Version 3.10.110(x) for the Java 2
Platform
Copyright (C) 1996-99 Symantec Corporation
Exception in thread "Main entry thread for NamingServer"
java.lang.NoSuchMethodError: org.omg.CORBA.ORB: method default_bind_options
(Lorg/omg/CORBA/BindOptions;)V not found
at com.novell.orb.service.naming.NamingServer.main
(NamingServer.java, Compiled Code)
java: Klasse com.novell.orb.service.naming.NamingServer beendet. Status: 1
java: Klasse
com.novell.zenworks.desktop.inventory.servercommon .ZENWorksInventoryService
Manager beendet
What's wrong?
Thanks in advance for your advice,
Gerhard Mueller

Sounds like sp7 did a number on your jvm. Reinstall jvm from the zfd cd
(possibly the orb as well) should do the trick...
AJ
> (Zenworks 3.0 SP1a; NW5.1SP7)
> Although *str-files are stored correctly in the scandir directory they
are
> not transferred to dbdir.
> If I try to start inventory services on the server console by typing
> startinv or zfdstart I get the following error message:
>
> Symantec Java! JustInTime Compiler Version 3.10.110(x) for the Java 2
> Platform
> Copyright (C) 1996-99 Symantec Corporation
>
> Exception in thread "Main entry thread for NamingServer"
> java.lang.NoSuchMethodError: org.omg.CORBA.ORB: method
default_bind_options
> (Lorg/omg/CORBA/BindOptions;)V not found
> at com.novell.orb.service.naming.NamingServer.main
> (NamingServer.java, Compiled Code)
> java: Klasse com.novell.orb.service.naming.NamingServer beendet. Status:
1
> java: Klasse
>
com.novell.zenworks.desktop.inventory.servercommon .ZENWorksInventoryService
> Manager beendet
>
> What's wrong?
>
> Thanks in advance for your advice,
>
> Gerhard Mueller

Similar Messages

  • Maintaining the Inventory Database

    Does the Workstation Removal Process also remove the inventory associated
    with the PC from the Inventory Database?
    And if the inventory information stays after the Workstation has been
    removed how do you clean up the database to remove the inventory
    information of the Workstation that was removed from the database?
    Im using the Sybase Database

    > removed how do you clean up the database
    >
    no, removing the workstation does not remove inventory.
    http://support.novell.com/cgi-bin/se...?/10063032.htm
    Joe Moore
    Novell Support Forums SysOp
    http://just.fdisk-it.com
    http://www.caledonia.net/jmdns.html
    http://www.caledonia.net/nesadmin.html
    http://www.caledonia.net/jmttb.html

  • HypRetrieveRange toggles POV on, Sheet Type stays "Empty"

    Hello,
    i used the following code to test this issue:
    Sub Example_RetrieveRange()
    sts = HypRetrieveRange(Empty, Range("C1:R47"), "R_PL_Main")
    End Sub
    Result:
    1. The data is refreshed successfully
    2. The POV is toggled on and on pressing the POV botton the first hidden row is not shown again
    2. no Smart View Named Range is created
    3. The Sheet Type stays empty
    4. manual refresh of the Sheet does not work
    Does anyone of you face the same issues? I think with Version 11.1.2.5.200 this was still working.
    I am using Version 11.1.2.5.400 on Office 2013
    Many thanks for any help. :-)
    David

    Akos,
    I used the Dynamic Link View functions in an Excel 2003 add-in early last year (I don't remember the release of SV) and although my data source was Essbase, not HFM, Dynamic Link View functions didn't work for me, either.
    Hyperion's tech support organization was still extant, so I could log issues -- I think I received eight defects that went along with DLVs (I wanted to use HypGetColItems, HypGetPOVItems, and HypGetRowItems and then use the Set functions).
    Some of the bugs were really out there, e.g., they depended on the dimensionality of the database and the location and number of nested columns and rows. I think that might have been a bug with HypRetrieveRange and the fact that there wasn't an enabled connection on the sheet (sheet was connected through HypConnect, had to use HypSetActiveConnection, but that too was buggy).
    What I ended up doing in the end -- and it was definitely a kludge -- was to rotate everything on to the sheet and then use HypOtlGetMemberInfo to return dimensionality into an array which I could then interrogate and figure things out. You can guess that this wasn't too fast (to put it mildly). Unfortunately, that might be your only option.
    I'm on the road now, so I don't have access to my files, but if you really want them, I have the defect "prizes" at home and I can post them over the weekend. It is also possible that Oracle identified the bugs in Metalink/the read me(s).
    One other thing you might try would be to get the very latest and greatest version of SV and see if that fixes some of your bugs -- there shouldn't be any issue with a new version of SV against an older version of APS.
    Regards,
    Cameron Lackpour

  • Probable BUG found in Sybase Inventory database

    Hi All,
    (Sure is quiet around here - must be because ZDM 7 is so stable...)
    So I have been having inventory database issues. Random but inevitable
    database failures - eg "assertion failed 201425" (and other numbers that I
    cannot locate at the moment), "mgmtdbs.db is not a valid database file" on
    starting the sybase database. Etc.
    Long troubleshooting story short: it appears that the sybase.nlm application
    cannot handle nss volumes that are large. In my case it fails if I try to
    run it on a 3.6TB or 5TB volume, but succeeds if I run it on small volumes -
    20GB to 65GB. Also the database was running fine on a 1.8TB volume - the
    problems began when I virtualized the server (on ESX 3.5u4) and moved the
    volume from direct-attached scsi storage to network-attached CoRAID (AoE)
    storage AND expanded the volume to 3.6TB.
    To test my theory I ran the database on two other servers and 3 other
    volumes. In all cases success came when the hosting volume was small -
    didn't matter if the host volume was direct attached or on a physical server
    as opposed to a virtual server.
    So if you are having inventory database problems, try moving the database to
    volume that is small - I suspect the magic breaking point is 2TB which just
    happens to be the maximum size of an NSS partition...and wasn't that also
    the max size of an NSS volume sometime in the past? Maybe the sysbase
    engineers were working in such an environment when they wrote the
    nlm...after all it has been 4 years since it was last modified (I am running
    v8.00.03, Nov 30 2005) and even longer since it was originally written.
    Anyways, the reason it fails is not so important. There is a workaround and
    a long term solution as well - move to ZCM 10.whatever-is-good ;-)
    Cheers,
    Ron Neilly
    UBC Okanagan
    PS If you have any evidence to back me up - or to disprove me - please
    share!

    Isn't it funny how once unfathomable disk sizes are now not that unusual?
    My guess is you are correct and if an SR was created on the issue Novell
    would likey raise the matter to Sybase for investigation.
    (Clearly this sounds as if its a bug and would be refunded.)
    But I think it's unlikely that it would be fixed even if verified since the
    NLM is already so old.
    While you have simple work-arounds, It is possible that the Windows and
    Linux versions of Sybase that come with ZDM don't have this issue.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    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.
    "Ron Neilly" <[email protected]> wrote in message
    news:[email protected]...
    > Hi All,
    > (Sure is quiet around here - must be because ZDM 7 is so stable...)
    >
    > So I have been having inventory database issues. Random but inevitable
    > database failures - eg "assertion failed 201425" (and other numbers that I
    > cannot locate at the moment), "mgmtdbs.db is not a valid database file" on
    > starting the sybase database. Etc.
    >
    > Long troubleshooting story short: it appears that the sybase.nlm
    > application
    > cannot handle nss volumes that are large. In my case it fails if I try to
    > run it on a 3.6TB or 5TB volume, but succeeds if I run it on small
    > volumes -
    > 20GB to 65GB. Also the database was running fine on a 1.8TB volume - the
    > problems began when I virtualized the server (on ESX 3.5u4) and moved the
    > volume from direct-attached scsi storage to network-attached CoRAID (AoE)
    > storage AND expanded the volume to 3.6TB.
    >
    > To test my theory I ran the database on two other servers and 3 other
    > volumes. In all cases success came when the hosting volume was small -
    > didn't matter if the host volume was direct attached or on a physical
    > server
    > as opposed to a virtual server.
    >
    > So if you are having inventory database problems, try moving the database
    > to
    > volume that is small - I suspect the magic breaking point is 2TB which
    > just
    > happens to be the maximum size of an NSS partition...and wasn't that also
    > the max size of an NSS volume sometime in the past? Maybe the sysbase
    > engineers were working in such an environment when they wrote the
    > nlm...after all it has been 4 years since it was last modified (I am
    > running
    > v8.00.03, Nov 30 2005) and even longer since it was originally written.
    >
    > Anyways, the reason it fails is not so important. There is a workaround
    > and
    > a long term solution as well - move to ZCM 10.whatever-is-good ;-)
    >
    > Cheers,
    >
    > Ron Neilly
    > UBC Okanagan
    >
    > PS If you have any evidence to back me up - or to disprove me - please
    > share!
    >

  • Exchange 2013 Recoverable Items\Versions folder stays empty

    Hi All,
    I need some clarifications on Recoverable Items Folder.
    Versions: If either litigation hold or single item recovery is enabled and If a user modifies an item, a copy of the original item is placed in the Recoverable Items\Versions folder, by a process called copy-on-write page protection. This
    folder isn’t visible to end users. (Visible via MFCMAPI though)
    I don’t seem to be practically achieve this with Single Item Recovery Enabled.
    The Versions folder stays empty irrespective of edits(saves) I make on emails located in Inbox, Deleted Items or elsewhere.
    I would really appreciate some light here on how to get this going.
    NOTE:- Deletions and Purges folder are working just fine.
    Regards,
    Satyajit
    Regards,
    Satyajit
    Please “Vote As Helpful”
    if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

    Thank you Allen and Shweta for your response.
    Sorry for not being clearer earlier. Below are the current settings for the user.
    I have already enabled SingleItemRecovery for the user and checking the 'versions' folder using Get-MailboxFolderStatistics cmdlet and MFCMAPI tool.
    What I want is to get the versions folder count\size to increase, how can I get that tested.
    Please  guide me through the steps to make edits on the email items to make this happen. 
    User details below:
    [PS] C:\>get-mailbox testuser1 | fl *Sing*,*retain*
    SingleItemRecoveryEnabled : True
    RetainDeletedItemsUntilBackup : False
    RetainDeletedItemsFor : 14.00:00:00
    [PS] C:\>Get-MailboxFolderStatistics -Identity testuser1 -FolderScope RecoverableItems | ft Name,FolderPath,FolderandSubfolderSize,ItemsInfolderAndSubfolders -auto
    Name FolderPath FolderAndSubfolderSize ItemsInFolderAndSubfolders
    Recoverable Items /Recoverable Items 598.9 KB (613,312 bytes) 46
    Calendar Logging /Calendar Logging 0 B (0 bytes) 0
    Deletions /Deletions 389.1 KB (398,446 bytes) 28
    Purges /Purges 209.8 KB (214,866 bytes) 18
    Versions /Versions 0 B (0 bytes) 0
    The Versions folder stays empty irrespective of edits(saves) I make on emails located in Inbox, Deleted Items or elsewhere.
    Regards,
    Satyajit
    Please“Vote As Helpful”
    if you find my contribution useful or “MarkAs Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Clearing Inventory Database

    We want to clear out our inventory database and start again. Is there a way to do this?
    Thanks

    mcvpjd3,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Delete Inventory Database

    This probably sounds stupid, but I'm looking for a way to just dump the
    current ZEN7 Inventory Database and start it from scratch.
    There's so much garbage workstation information in there, and I'm not at
    all interested in querying the results, then filtering, purging, etc.
    I want to blow it away, then start it from scratch. Is there a quick TID
    on how to do this? Or am I manually deleting objects and then reinstalling
    the Inventory portion of ZENworks?
    Thanks for any help,
    Brian

    Just to follow-up, I had to install the ZEN 7.0 SP1 R2 anyway so I renamed
    the old ZENworks folder that held all the ZEN database files. It let me
    rename with no issues.
    I kept the same settings and told it to install to the same volume as it
    did before, so it simply created a new "Zenworks" folder and added all the
    database files in there.
    I went to run a report and it only contained like 4 workstations and all
    the other ones were gone so that seemed to do the trick just fine. It's
    been building perfectly and everything is looking great. Thanks again for
    your help.
    Marcus Breiden <[email protected]> wrote in
    news:11b9cxqg8vxf3$.[email protected]:
    > On Mon, 10 Mar 2008 15:38:37 GMT, Brian Binder wrote:
    >
    >> Thanks Marcus, I'm going to look into it a bit further but it sounds
    >> like it's the way to go for my scenario ;)
    >
    > You are welcome

  • C1 Inventory Database object

    I've been trying to install ZDM services on a OES2 server and have been having all sorts of trouble. After numerous reinstalls, I've decided to install the parts one at a time until I found what wasn't working, and it ends up being the Inventory Database. I have performed a new install of the Inventory Database only, it creates the object in ConsoleOne, I can configure the properties of it, but when I try to do the Tools->Zen Inventory-> Configure DB, I keep getting a message saying that it is unable to connect, check database properties and make sure that it is running.
    The only property that I have changed is changing the server name from DNS address to IP address, nothing else. I've checked the services on the server and novell-zdm-sybase is running, but I'm not seeing any log files in /var/log/novell/zenworks, only the logs from installation. Any ideas at where I should be looking next? Thanks!

    They are running, and all of the services that I have installed are also running, but I still get the error. I have noticed that when I have a clean install with only OES2 and ZDM everything works, but I also want to have GWMobile on the same server and that is usually where I run in to trouble. The only changes that I've made is the apache listen.conf file to different ports so that GWMobile works on the server, but after installing ZDM I get a "cannot contact relay server" from the localhost when I try to access the login page, but that is another issue. It seems like I can either install GWM or ZDM on the server it is fine, but they don't seem to get along together. Any ideas for something else to check would be great. Thanks!
    Originally Posted by kesselaar
    Could you verify the following processes are running
    /etc/init.d/novell-zdm-inv status
    /etc/init.d/novell-zdm-sybase status
    /etic/init.d/novell-zfs status
    /etc/init.d/novell-zmd status
    also try running /opt/novell/zenworks/bin/ZDMstart and ZDMstop
    Regards, Arnoud

  • Inventory Database Move

    I think I posted this originally in the wrong thread so I thought posting it here would get a better response.
    We have Zen 7 installed on a Netware 6.5 SP6 server. When ever the database goes to process the collected data it will from time to time abend the server. Which when it does that we take a hit on our matrixs so to stop the abends we commented out the inventory database.
    What we would like to do is move the inventory database from the server it's on now to another one. We still have the current box collecting the data just not processing it.
    I found one topic on here about moving the database to a different volume on the same server and have it but wasn't sure if the process for moving the database around on the same server would be sufficient since we want to move it completely off to a different server.
    Any help would be appreciated.

    LDouglasLJr,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Sync Inventory Database

    I'm running ZFD32 SP3 on a 51SP7 server. To sync the inventory database
    with the nds one I ran startser ndslookupfordb which ran fine and created
    a lok file. When I ran the dbdelete command and looked at the log, I found
    that there were about 10 entries that resembled the following...
    1020: workstation <WS object name> not deleted because it is corrupted in
    the database...wsid=0.
    Any ideas on how to remove these corrupted workstation objects from the
    database would be greatly appreciated.
    Allen Jackson.

    Jacksona,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Inventory database query

    Hi!
    I would like to get a report from Inventory database using SQL query with the following fields Novell username, Hostname, MAC Address, IP Address.
    I can get IP address and MAC address using this query (but I can't get full report)
    Maybe anybody knows how to get this report.
    SELECT
    u.name,
    ip.Address,
    ipx.Address,
    mac.MACAddress
    FROM
    CIM.UnitaryComputerSystem u,
    CIM.HostedAccessPoint s1,
    CIM.IPProtocolEndpoint ip,
    CIM.HostedAccessPoint s2,
    CIM.IPXProtocolEndpoint ipx,
    CIM.HostedAccessPoint s3,
    CIM.LANEndpoint mac
    WHERE
    (s1.Dependent=ip.id$ and s1.Antecedent=u.id$) AND
    (s2.Dependent=ipx.id$ and s2.Antecedent=u.id$) AND
    (s3.Dependent=mac.id$ and s3.Antecedent=u.id$);

    Or it may be report containing fields Machine name(Hostname), MAC Address, IP Address

  • Inventory Database files

    Hi everyone,
    I just came onboard a new job that has not been using ZENworks to its full advantage. They are currently only using it for remote control/view. Currently I am trying to setup their inventory database, but they do not have any of their original discs. I was wondering if anybody had the file p1mssqlinvdb.zip??? It is located on the ZENworks 6.5 Companion 2 CD\database\mssql directory , if at all possible could someone send me that file or let me know where I can get it??
    Thanks in advance!!

    On Wed, 14 May 2008 12:36:03 GMT, mosa wrote:
    > , if at all
    > possible could someone send me that file or let me know where I can get
    > it??
    hmm, is the download of 6.5 sp2 not available anymore?
    Marcus Breiden
    If you are asked to email me information please remove the - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.didas.de

  • Inventory database

    I have zenworks for desktops installed which I use to remote control and load software. I do not have the inventory database setup. Is this an add on part of zenworks which I have to purchase? If not is it easy to setup?

    On Thu, 06 Nov 2008 12:06:02 GMT, dxw wrote:
    > All I really need is machine hardware and software details
    without history?
    than you can easily use the zfd inventory..
    the online documentation is quite good..
    in general you reinstall zfd and just ADD the inventory part.
    don't select the option to let it configure everything for you.
    after the installation, you have to make changes to your server policy
    configuring the database
    and to create an inventory policy to get the inventory in the workstation
    policy
    Marcus Breiden
    If you are asked to email me information please remove the - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.didas.de

  • Does the Inventory database clean itself?

    Scenario:
    NW 6.5 SP5
    eDir 8.7.3.8
    ZfD 6.5 SP2
    Issue:
    Need to delete and reimport all wks in eDir.
    Details:
    All workstations are imported into eDir, and scanned by ZfD 6.5 Inventory services.
    A number of the wks are (due to historical reasons) imported into wrong contexts,
    and a number of them are imported with a wrong wks name too.
    What happens with the Inventory database if I delete all imported wks objects,
    and then reimports them with a new name, and some of them also into another OU?
    Can I just do this, and thereafter start a full new inventory scan?
    What will happen with the old database entries for the wks that will be imported into a new OU,
    and with the wks that will import under another name..?
    In other words, will the inventory database be cleansing itself for the old wks entries?
    - Erik

    On Mon, 14 Aug 2006 09:15:32 GMT, Erik Aaseth wrote:
    > In other words, will the inventory database be cleansing itself for the old wks entries?
    normally yes.. take a look at the documentation and the sync schedule of
    the inventory service object.
    Marcus Breiden
    If you are asked to email me information please change -- to - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Unable to connect to inventory database ??

    Hi,
    Thanks for reading this post. I have a problem with ZFD3.2 inventory
    that
    is driving me crazy ... I have a Inventory system set up at one of our
    customers with Netware 6 servers ZFD3.2 and an inventory database on Oracle. All systems are working. I see that the storer is updating
    files
    in the database. Now I want to do an Inventory query from ConsolOne. I
    go
    to a workstation of the customer and start ConsoleOne. I do tools-
    configureDB and get an error message saying "Unable to connect to the
    inventory database - Check if database is up and running". Next I take
    my
    own laptop and do the same thing. It works, I see "succesfully
    connected
    to the database". OK, so I copy the ConsoleOne from my laptop to the customer's computer. Same error... So there must be something on my
    laptop
    that's not on the customers computer. But what ?? What am I missing
    here ?
    regards, Ren

    Hi Kai,
    Sorry for the delayed answer. My cable internet provider decided he
    had
    provided enough internet and my connection was gone for two days...
    I have tried to run it from the server but this made no difference. It
    seems
    to be related to the workstation you run ConsoleOne on. I've always
    thought
    that it was only depended on the snapins, but it seems that there's
    more to
    it..... I've tried windows2000 and windows XP prof with clients 4.83,
    4.83
    SP1, and 4.83 sp2.
    When I run the consoleone copy on my laptop (winxp prof with cl 4.83)
    it
    works fine, but when I copy the consoleone directory to another
    workstation
    I get an error.
    regards, Ren
    "Kai Reichert" <[email protected]> schreef in bericht
    news:d8yBa.354$[email protected]..
    > Rene,
    > does it work for your customer when he runs the consoleone from the> servers patch instead from the local copy ?
    >
    > --
    > Regards, Kai Reichert
    > Novell Support Forums Sysop
    >
    > "Generosity. Be generous with your time, with your love, with your
    life.
    > .. Be generous, always."
    > Mark Greene in "On the Beach"

Maybe you are looking for