Some questions from a new user of Inventory

Hi,
We have some issues with our Zenworks 7 Inventory services :
1) When we do quick report or data export, the number of object listed are not representative. Some WS are missing and other WS are in double (but not the same data associate).
2) I've try to set the removal policy but on the server each hour I have the message "No removal policy found".
3) What's the best way to starting from scratch ? I mean, flushing all DB entries, deleting WS object and force a full scan for everyone to be sure that we have an up to date inventory starting from now ?
Any help will be appreciated.
Patrick

Hi,
I follow all .ncf call starting from StartInv.ncf and everything looks fine.
I look in the properties of the server package of the Zenworks server, I see you can define rules (policies) to different level (General, Windows, Netware and Linux). The removal policy is defined at the Windows Level, is it the right place to be ?
Patrick
Originally Posted by mrosen
Hi,
ppellegr wrote:
>
> Hi,
>
> We have some issues with our Zenworks 7 Inventory services :
>
> 1) When we do quick report or data export, the number of object listed
> are not representative. Some WS are missing and other WS are in double
> (but not the same data associate).
>
> 2) I've try to set the removal policy but on the server each hour I
> have the message "No removal policy found".
>
> 3) What's the best way to starting from scratch ? I mean, flushing all
> DB entries, deleting WS object and force a full scan for everyone to be
> sure that we have an up to date inventory starting from now ?
>
Starting fresh of coure doesn't help you, as this does nothing to the
fact that your policies don't work, so we first need to get this fixed,
and *then* we can decide if it's still required or easier to start with
a new DB.
So, in the properties of the server running the removal service in
ConsoleOne, do you actualyl see the WS removal policy in assigned or
effective policies?
If it is there, and you still see the server claiming it can't find a
removal policy, then follow the trail of your startinv.ncf. It calls two
other .ncf files, look at them closely. They should contain your
servername and context as parameters in the program calls. Is there
something wrong with them? (E.G, did you by chance move or rename the
server since installing Zen)?
CU,
Massimo Rosen
Novell Product Support Forum Sysop
No emails please!
Untitled Document

Similar Messages

  • Some questions from a new dba.

    Hello.
    I'm on a quest to learn Oracle. But in learning I've hit acouple of things that seem confusing or contradictory. Maybe someone more experienced can help me understand thse.
    1) When you mount but don't open the database, you'll get a "ORA-01219: database not open: queries allowed on fixed tables/views only" warning. If I then try and query the "static" data dictionary tables such as "ALL_USERS", I get this warning again. However, it seems like most of the V$ tables can be queries with no problem, such as V$INSTANCE. This seems contradictory, because the manuals describe the V$ tables as dynamic. How is it that I'm supposedly only able to read from "fixed" tables but the dynamic tables seem to be the only ones I can access?
    2) When I create a new user, I grant the user the CONNECT role. According to the manual the CONNECT role allows "CREATE TABLE" permissions. However, when I try and create a table as that user I'll get an error (wierd quota errors, actually). However, if I grant the user the RESOURCE role the user can create tables without a problem. I asked my DBA about this an she said this is normal "Don't worry about it", but I can't help but feeling like this is just wrong. Is the manual wrong or did I miss something when I created the user? I don't want to hand out roles I don't need to.
    Thanks! If anyone can straighten me out on these I'd really appreciate it.

    Actually CONNECT role allows the following privileges:
    ALTER SESSION
    CREATE CLUSTER
    CREATE DATABASE LINK
    CREATE SEQUENCE
    CREATE SESSION
    CREATE SYNONYM
    CREATE TABLE
    CREATE VIEW
    The problem you are having is that while you can create a table, you don't have any quota in a tablespace to create the table in. You need to assign quota to your user on a tablespace.
    i.e. alter user ME quota unlimited (or n) on data;
    Then you'll be able to create a table. The reason that granting the RESOURCE role allows you to create the table is that the resource role includes the UNLIMITED TABLESPACE privilege which gives you unlimited quota on all tablespaces in the database.
    This is a common misconception among many DBA's CONNECT gives you much more than connect to the database, if you just want connect to the database grant CREATE SESSION to the user.
    Hope this helps.

  • Some question from a new faceTime user

    hi all
    I have just downloaded the facetime application to 2 of my macbook pros I have.
    1. I could not yet establish a call between these two. the caller side keeps calling without any ring getting to the other side when sometimes it does the application shows a "connecting ..." message long enough (few minutes ) for me to cancel the call.
    any ideas ??
    2. can someone tell if i can send an HD quality call with a non buit-in camera (for example Microsoft live HD camera)

    1. Are you using a different Apple ID on each? I don't know if an Apple ID can call itself. It might be like trying to dial your own phone number.

  • 2 questions from a new user........

    7/26
    Hi!  Forgive me but I am a new Iphone user and have 2 questions.  1) How/where do you find what the remaining
    memory on your phone is after some apps have been added?  2) I have deleted the icon of a free app I downloaded
    but understand that does not delete the content of the previously downloaded app.  How/where do I delete the
    content of a no longer needed app?  Many thanks for your assistance.  PA Dennis

    Number one. Connect the iPhone to your computer, launch iTunes. Select the iPhone under Devices left side of the iTunes window. Select any of the taps to see storage availability at the bottom of the window.
    Number two. Select Apps under Library left side of the iTunes window. Right or control click an app then click Delete.
    Connect your iPhone to your computer, select the Apps tab from the menu then click Sync.

  • Questions from a New User

    I have just started using LabVIEW 7.1 Student Edition w/ NXT Toolkit.  I have a few questions I would like answered.
    Loops:  In NXT-G, you could make a loop run a certian number of times.  How is that done in LabVIEW?
    Variables:  In NXT-G, Variables could be easily created.  In LabVIEW, all I can find is the LOCAL variable.  I can't figure this out.
    Documentation:  Where is a good user manual or set of tutorials?
    How on Earth do arrays work?
    I'd like it if someone can help me with these.
    Team RoboSquad
    http:\\teamrobosquad.blogspot.com

    Hi RoboSquad -
    You certainly ask lots of questions -- a good characteristic for a beginner to have!  I don't have all the answers, but hopefully I can address some of your queries.
    Loops: sounds like you've worked out the idea that you can watch the loop counter (i) of a while loop and wire a true value into the stop condition terminal when you've finished the number of iterations you want.  Albert's comments are correct for "for" loops in full LabVIEW, but you're correct that the NXT Toolkit only includes "while" loops.  Auto-indexing will still work; see my comment on arrays.
    Variables: local variables are basically "references" to front panel indicators or controls, and can be read or written just like normal variables.  But depending on what you're really trying to do, just adding a constant to the block diagram or using wires to pass a value to different parts of your program may be a better solution.
    Documentation: the LabVIEW help is pretty extensive and comes with LabVIEW.  You can also use the Example Finder to search for examples for a particular topic, including "while" and "array."
    Arrays: from your post, it isn't clear to me whether you're completely unfamiliar with what an array is, or you're just confused by LabVIEW's implementation of them.  If it's the former (what is an array?), your best bet is to use Google or Wikipedia to build some basic knowledge.  If it's the latter (how do arrays work in LV?), try using the Example Finder to find and work through some examples.  If you're still confused, try to ask a more specific question.  One thing that may be confusing is that, by default, arrays don't have a type.  If you drop an array constant on the block diagram, you get an array of <nothings> with a black border.  To tell LV what types of values will be in that array, you have to drop a constant of that type inside the black box: a numeric constant, a boolean constant, a string constant, etc.  Then the array constant which change color to match the data type it will hold, and you'll be able to type in values for the different elements of the array.  Maybe that's the key realization you're missing?
    Debug gray-out: when you turn on Execution Highlighting on a LV block diagram, LV will gray-out parts of the program it hasn't executed yet.  Once the sensors have been read and are ready to be displayed, the meter indicator should get "re-colorized."
    Input dup: "dup" is an abbreviation for "duplicate," meaning you'll get back the same value that you wired into "Input."  This is purely an aesthetics thing; it makes block diagrams a little less messy.  Rather than wiring one value separately to a whole bunch of subVIs in your program (and having wires going around all of your subVIs), you can instead wire that same value "through" each of the subVIs.  This results in a clean-looking diagram where the subVIs look like traincars sitting on a "railroad track" of wires.
    Whew!  That was certainly a long post, but I hope it gave you some new ideas to investigate.  Let us know when you have more questions!
    James Blair
    NI R&D

  • A few basic questions from a new user - backups, moving files, sharing

    I'm a Mac user considering getting an iPad. I'm hoping someone can clue me in to some basic aspects of the experience:
    1) are backups easy? can you "clone" it (the way I do with my desktop and laptop) so that everything (content, settings, preferences, etc.) can be restored exactly in the event something happens to it?
    2) how does one move files to it? Specifically, PDFs - I have a ton of PDFs I plan to be reading on this thing. Does it show up as a drive (drag-and-drop) when connected to my desktop machine, or does it work through a special conduit or? Does it have a filesystem we can see?
    3) is there any notion of "users" - can multiple people share it and have their own sets of preferencs settings/content?
    4) is the iPad 2 date still best estimated as April? I need it for a trip in mid-March and I don't want to buy the 1st model if the second is coming out shortly thereafter. Is there any likelihood of having it be available in the first week of March? If not, is there a good place (on-line) to rent one for a week perhaps?
    thanks in advance!
    Mike

    1, yes they are easy, but they are not a clone. When connected to iTunes on your computer you just tell it to backup. That will backup your notes, settings, app data, but not synced data (i.e. not your music, films or contacts and calendars synced from your computer).
    2, via iTunes, not as a drive. PDFs can be dragged into iTunes and then synced to the iPad to go into the (free downloadable) iBooks app. Alternatively you can buy an app like Goodreader which allows you to transfer PDFs wirelessly from your computer (can also be used to read/store PDFs emailed as attachments).
    3, no. There is only one set of options. If you have children (or even other adults) then you can set a passcode to restrict access to, for example, Safari, iTunes, or the ability to install and delete other apps. But it's basically a single user setup.
    4, speculation as to what Apple may, or may not, be planning is prevented by the terms of use of these forums. All that can be said here is that no new version has been announced, and when/if one is it will be on the apple.com frontpage. You should ask yourself whether the current one meet most, if not all, of your requirements, not whether some unannnounced item might.

  • Few questions from a new user

    Hi Guys
    I've had my 3gs 16GB for about a week now. I am absolutely loving it, but I have a few questions.
    I am completely new to apple products. I had never used itunes before I bought my phone.
    First question is about the battery. I know this has been greatly discussed and I have searched through the forums and have found just about all of the answers I was looking for, so this is more of a comment than a question. I was a little worried about all the issues people are having with their battery life, so I did a few tests. I am pretty happy with the results. I have the following settings:
    wifi - on
    notifications - on
    brightness - ~40%
    bluetooth - off
    3G - on
    push - off
    fetch data - hourly
    After 48 hours the battery is at 10%. Usage is at 5 hours which included mostly internet browsing on wifi, about 20 sms messages, and about 10 minutes of calls. This is about what I was expecting. The only question I have about the battery is about charging. I am going to charge it daily and once a month fully drain and recharge. I haven't found out if it is ok to leave it plugged in after it has fully charged. Do I need to take it of the charger when it is fully charged, or does the battery shut off and just use the external power source? Ideally I would like to charge before I go to bed and take it off the charger when I wake up.
    Next question is mainly about accessories. I would like a good case that is minimal, but still providing protection from scratches. Are there any good recommendations or is it just kinda personal preference. Also, has anyone tried some of the screen protectors on the market? Can you tell that they are there, or do they give you any problems with the "touch" and "feel" of the screen?
    Thanks

    joshdsalley wrote:
    Hi Guys
    Next question is mainly about accessories. I would like a good case that is minimal, but still providing protection from scratches. Are there any good recommendations or is it just kinda personal preference. Also, has anyone tried some of the screen protectors on the market? Can you tell that they are there, or do they give you any problems with the "touch" and "feel" of the screen?
    Thanks
    I don't use a protective case on my iPhone has I think it spoils the look of it. Instead I have a leather case that provides protection from the screen getting scratched and can be easily taken out when I need to use the iPhone.
    The case I got has a soft velveteen interior which protects the screen from scratches. It wasn't cheap (£25) but it is well made and is lovely soft leather, and you can tell it will last.
    Here's the link to it:
    http://www.knomobags.com/eshop/knomo_product.asp?SS=5&C=84&CA=227&P=394
    I have read though that some screen protectors can interfere with the photo sensors on the iPhone (there the 3 little dots that you can see to the left of the earpiece) whereby the screen will remain on or off when it shouldn't be.

  • Question from Brand New User / Thanks

    Hi - I'm a new smart phone user (Samsung Galaxy S III) with a very basic question (thanks).  I have the 4GB data plan.  When I click the "Internet" icon on the Home screen (and connect using the phone, instead of a Wi-Fi network), does my usage of data end when I "exit" the Internet by touching the Home key (returning to the Home screen)?  In other words, do I need to do anything else to disconnect from the Internet, and thus stop using the data?  I hate to think that by just returning to the Home screen, that I might in effect have just 'minimized' the Internet view, without disconnecting, and am thus still using data, until the next time the phone is shut off.  Thank you.

    Unless you turn cellular data off, you can be using data.
    Everytime your email client "checks" to see if there are any new emails, whether there are any or not, you use data. Everytime you receive a Facebook notification, you use data, everytime you get ANY type of notification, other than a text message, you are using data from your allowance. Your internet browser is not the only item which uses data.

  • Hi there.....some questions from a new musician (on this forum that is)

    Hey!
    New guy here......37 year old Swede, living in Los Angeles since 1988......guitar player since age 12. Pretty new to the whole computer recording thing, now working in GB3 and have Logic Express.......Some quick questions.......
    A decent audio interface?.......Right now Im running through a Line 6 POD XT PRO (the rack mounted version) It works great, for recording guitars (real) and bass and such, but recently aquired a Roland PC-200 MK midi controller, and the POD does not recognize other midi devices...? (understandably, as it is a guitar thingamagig)
    All my buddies do Pro tools, and was thinking maybe going the way of that......I understand the M-box works with garageband and Logic, albeit not SO good as let's say a Presonus Inspire or Firebox......What to do?
    Still debating wheter going with Protools or Logic? Positives, negatives please......
    I heard that ProTools is more live recording, versus Logic is more MIDI friendly.......? Understanfably you can do EVERYTHING you can do on Pro tools on Logic, I guess the difference is, if youre working with it (I am not) then perhaps if time is an issue, you choose one or the other depending on what works best.......
    I sit home, record, Time is plentiful, but do plan on recording a CD (solo material) mostly guitars, bass, midi drums and keyboard and vocals......
    Anybody with any input, suggestions etc.... will be greatly appreciated.....
    I'm glad to be here!
    Stefan

    Welcome to the forum Stefan.
    You are pretty much right on about Logic vs Pro Tools. Logic is mainly a MIDI sequencer (and the best one at that!) with added audio recording capabilities, while Pro Tools is mainly an audio recording DAW with some MIDI capabilities (I hear that Pro Tools 7 is pretty darn good with MIDI, but haven't tried it).
    Regarding the interface, what's your budget? If you have the money and are very serious about recording, I would suggest getting the Apogee Rosetta 800 (or 400). If money is tighter than that (as in my case) I would go for the Presonus Firepod. Best in it's price range by many accounts. If that's too many inputs for your needs, then I would suggest it's little brother, the Presonus Firebox.
    You'll also want to check into getting some decent monitors (speakers). All this stuff is useless without something to listen to. And they need to be accurate.
    Good luck,
    X

  • A few questions from a new user.

    Good afternoon,
    While I have been doing graphic art as a hobby for an extreemly long time, i am very much a student per say when it comes to photoshop having just got it recently. So please exuse me if my questions have simple answers i just simply have yet to find.
    I am currently using gimp and photoshop CS5, i use them both since soome things i simply do not know how to do in photoshop.
    1) Sometimes I will use gimp to set the transparency color on an entire image to try to capture certain aspects of an image like highlights or shadows to place into another image.
    an example would be like, say i have a flame  in the darkness and you can make out some Silhouettes in the background. I want to eliminate all the black to capture the flame and the greys/highlights. How would i set the transparency layer to remove all or part of the black in the image.
    2) How do i scale a layer and keep it center of the image?
    3) How do i make a custom pathing image and have the brush follow it?
    4 when i have a brush following a path is it possable to have it auutomaticly turn as the path turns?
    I answered two of my own questions while writing them so i guess for now i only have the two questions. I am sure i will have more as time ticks on. Thanks for reading.

    OK, I am sorry I don't think i am making my self clear enough what i am trying to do.
    here is a more complex example:
    In this image I am making the windows transparent so they can be seen through while keeping the walls solid. to do this i take a section off the windows and set a color transparent, In this case i set light blue (94d3fb) as tranparent but only with in the window portion cause i do not want to see through my walls.
    Now with the windows transparent i can use them to look out of and see the things on the other side.
    In gimp i just make the color transparent,
    would I use a mask and perhaps set the mask to mask a praticular color?
    Again i apologise, i am simply trying to learn how to do what i know how to do in gimp.

  • 3 Questions from a new user

    How do you protect a form from being over-written when you do a save as ?
    When you do a save as can you have Reader automatically generate a unique name for the form each time you fill it out ?
    Can you run Professional in a batch mode and what functions can you do in batch?
    Can you startup Professional in a C# program?

    When you do a SaveAs you are expected to enter in a different file name so you always have the original file that is not written over.
    The name the Reader gives the file is based on the filename of the form that was opened. The user can override the filename but you cannot programmatically set it.
    By Professional I assume you mean Acrobat. There is a Batch Processing Tool under the Advanced/Document Processing menu. I have not used it but if you read up about it in the documentation you can determine if this will do what you want.
    There are SDKs available that you can automate Acrobat from other programs. The Acrobat dev/net site will be the place to look for that.

  • Several questions from a new user.

    Ok, I figure I'll just put all the questions at once.
    1) Loading up the library I'm putting all my music, however I noticed that on occasion when copying from other directories I get multiples in the list. Is there a way to automatically delete multiples, or do I have to go through the entire list one-at-a-time?
    2) When I bought the iPod I was told by the salesman that I could load up my DVDs. Ok, how do I do that?
    3) For loading up pictures, do I need to load them up into the library as well? Or can I put them in a seperate folder in the iPod?
    Thanks.
    Ultra   Windows XP  

    3) I got my iPod a few weeks back and when I loaded iTunes onto my computer, it recognised all the videos, but not my photos. You might need to go to file-import and then go to the photos you want and select them all. You can't just simply put them into files in your iPod.
    Hope this helps
    Adam

  • Some question from a new N97 owner

    Hi all,
    So I just got my new N97. I have a few questions:
    - Configure home screen: So far I can add 2 shortcut bars (each can contain 4 application). I want to add more short cut bars, is there anyway? In the selection list when choosing the bar item to place on the home screen, there is no "shortcut 3" item.
    - Screen saver: So far my N97 locks key and screen becomes black and locked very fast (about 10 seconds) no matter how I try to change to settings. Actually there is nothing displayed (back screen) at all. And to wake up, I have to use the lock/unlock slide on the side. Is this normal? I can't touch the screen to wake it up? I got to Menu > Settings > Phones > play with settings there but no use. Do I need an application to have the screen saver feature? Is this a device flaw or do I have to change settings somewhere else?
    Thanks in advance.
    -Caten

    hmm i have a n85 as well hence my response to you in regards to the screen saver. yes it shows those options but eventually it does go all black. unless i missed something with my phone. which is possible as i no longer use it as my primary device. the only option right now for you to customize home screen is to wait for n97 app MyPhone that hopefully will soon be released for your model. nokia phones have never nor will they ever behave in a iphonish fashion hence no possibility to set apps up as you would like. n97 is full of customizations just not exactly how you would like them to be who knows perhaps with future updates it will become even more flexible but for now its either that or waiting for MyPhone to be released. sorry. 
    ps. i am greatly surprised that n97 would not have a screen saver options at least similar to the n85 that worries me as i am also awaiting arrival of my brand new n97. so hearing all kinds of news makes me a bit concerned about this new phone. time will tell. sorry i dont have anymore news for you.  
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • May be slightly simple question from a new Mac user: Why can't I quit safari? I cannot quit it from top menu bar neither to do it from dock? All other apps are working normally.

    May be slightly simple question from a new Mac user: Why can't I quit safari? I cannot quit it from top menu bar neither to do it from dock? All other apps are working normally.

    Or you can actived the right button on your magic mouse and click on they icon in the dock. then you select "stop" and it's out of your dock.
    Greetings
    *update: Sorry, my mistake! I didn't read your message correct! Sorry for the inconvience!

  • Why can't I post a question from my new system?

    Hello All:
    I was just trying to post a question from my new mbp but it wouldn't allow me to do anything.  It continually gave me a message highlighted in 'red' that i was;t allowed to modify or post anything.  I've been asking questions for quite a while and have never seen this.  I also happen to have my older bmp, also logged onto the 'Apple Discussions' site, open beside me.  Can anyone explain this to me please?  BTW, my new system obviously has Yosemite on it while my older bmp has Lion.  Thanks in advance, to all those who respond.
    Regards,
    Ciaochiao

    ChitlinsCC, I'm adding your reloaders to my article on how to make using ASC easier.
    Here is my ASC work flow...
    1) I login.
    2) Block the automatic 30 minute logout.
         Unless you do something every thirty minutes you get logged out.  The forum software waits to tell you this as long as it can to keep you in suspense  ;-) . Filling out a reply is the exception to the thirty minute window.
            Start an auto reloader.
    Safari = SafariTabReloader
    Firefox = ReloadEvery: "Reload web pages automatically"
    Others = Reloaders | Cerberus - Support Center
      You need to pick a page that will reload over time without stalling out. It's ASC.  I've found my profile display the best to use. I get my Profile page after some  logins.  It's ASC.  Change rccharles to your apple id.
    https://discussions.apple.com/people/rccharles?view=discussions
    Reply technique
    Open a new browser window.  Pick some discussion.  Open a reply window.  As long as this reply window is open, you will stay logged in.  The 30 minute times is reset as needed by the ASC software.
    3) I open another window to do my normal ASC browsing.
    4) I have a FireFox bookmark to goto the discussions that I have participated in. I've modified it to add on the content stuff.
             turingtest2 recommends. Change rccharles to your apple id:  
    https://discussions.apple.com/people/rccharles/content?filterID=participated~obj ecttype~objecttype%5Bthread%5D
    5) Use turingtest2's generated links with the /content suffix as browser bookmark to the ASC discussions: 
    Site map of Communities and Categories
    https://discussions.apple.com/docs/DOC-2463
    6) Adjust the ASC web page layout.
    For FireFox
    I run with Hiroto's modification to user content.  This is the only way these forums are readable for me.  How to adjust the format and layout of ASC Web Pages:
    https://discussions.apple.com/docs/DOC-7501
    For Safari
    "ASCPowerTools is a Safari Extension designed to give more control"
    http://www.etresoft.com/ascpowertools
    7) Read and answer my old posts.  I kind of memorize the time I last posted. ( It's way bad that apple eliminated the last poster to a thread. )
    8) I use tabbed browsering.  From a list of discussions, hold down the command key then click on the link. You get two tabs this way. The original window will keep where you have been.

Maybe you are looking for

  • Problem while releasing the request

    I created a customized Z report from the existing standard SAP report and also created a new tcode into the development server, and released the request via se09 into quality server.  Now when I try to execute this tcode in the quality server, its gi

  • Stumped with SwingWorker -- code compiles but doesn't run right

    Okay, sorry to post a ton of code, but I'm creating a swing gui that will use swing worker to create an object of the followng class, one method that sleeps and returns a random number: public class BigJob{      public int doBigJob(){           try {

  • VF06 - Back ground job for Credit Note Generation

    Dear SD GURUS n EXPERTS, My user want to create the Credit note generation (Sales Return Invoice) automatically. On SDN I found that it can be achieved by VF06 and scheduling this JOB in background on every night. IS IT CORRECT??? If yes, Please tell

  • OM / PD Infotype Screen modification

    Hi All, We have a requirement where we need to change or hide fields for OM or PD infotypes. I checked all the tables and fields to do the same as the way its possible for the PA infotypes but no options available. I found that only options would be

  • Reconcil. acct is missing in master record, correct master record

    Dear Experts, i created the intercompany billing document. but it has not generated any accounting document. it is giving the error Reconcil. acct is missing in master record, correct master record. In my customer master record i have filled up recon