Using ZCM asset management

Hi, I am trying to teach myself ZCM asset management. I did learn a little about ZCM itself, but I am in charge of the asset management part of it. I have been looking at it off and on for 3 or 4 months now and it is still confusing. Can someone suggest a good document that explains it or an inexpensive training on it? This is my first time using any kind of ZENworks so I feel very lost. I have the PO's imported and started creating licensed products to my discovered products. But then I have a mess when I have a product that is an annual license. I must be doing it wrong? If anyone has any suggestions let me know or if you want to help me along on the forum that would be great!
Thanks!
Amy

Hey there,
Im currently working with the Asset Management component of ZCM, so far everything works. I read the documentation and tested a lot of Stuff so far.
Actually I have no problem with the steps and "working" with it, but at some points ive got basic lack of understanding the underlying process.
Like: Why exactly do I need catalog products, I cant really see the reason for them, seems like an unnecessary step/level or whatever :)
Does anyone of you know a good source to learn the "Basics of Asset Management", I assume the Asset Management Component of ZCM will have been "build along an before existing Concept". I assume this Concept would be "Asset Management", but i could find no detailed information regarding this.
Either it was so product specific or so compressed that I could not learn much from it.
The Novell documentations clear up pretty much everything about how to work with this, but I still feel confused WHY iam doing what iam doing :)
regards,
alex

Similar Messages

  • ZCM asset management in zen 7 environment

    can i install the zcm asset management and still run the zenworks 7 agent for applications..?
    cheers

    Originally Posted by gavinfarrow
    sorry, thats the zcm asset management agent, in conjunction with the zen 7agent
    Yes if you run ZCM 10.3.
    IMPORTANT:The ZENworks 10 Adaptive Agent and ZENworks 7 Desktop Management Agent can coexist on the same workstation if the only Adaptive Agent feature that is enabled is Asset Management. Enabling features related to other ZENworks 10 products (Configuration Management and Patch Management) on the same machine as ZENworks 7 Desktop Management is not supported
    Novell Doc: Novell ZENworks 10 Asset Management Migration Guide - Migrating Both ZENworks 7 Desktop Management and ZENworks 7.5 Asset Management
    Thomas

  • ZCM Asset Management on SLES ?

    Hi,
    Just wanted to confirm that the Asset Management for ZCM 10 server component does indeed run on SLES 10.1/OES2.
    Something in the back of my brain is saying the SERVER is Windows only.
    I couldn't find anything in the docs, but that didn't fill me with confidence. ;-)
    Ian

    I will run on SLES 10.1/OES2 as well.
    That was true for previous versions of ZEN.
    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.
    "iblackwood" <[email protected]> wrote in message
    news:[email protected]..
    >
    > Hi,
    >
    > Just wanted to confirm that the Asset Management for ZCM 10 server
    > component does indeed run on SLES 10.1/OES2.
    >
    > Something in the back of my brain is saying the SERVER is Windows
    > only.
    >
    > I couldn't find anything in the docs, but that didn't fill me with
    > confidence. ;-)
    >
    > Ian
    >
    >
    > --
    > iblackwood
    > ------------------------------------------------------------------------
    > iblackwood's Profile: http://forums.novell.com/member.php?userid=5965
    > View this thread: http://forums.novell.com/showthread.php?t=332331
    >

  • Bundle usage asset management

    Is there a way to see bundle usage in ZCM asset managent.
    I wanne now how many times users use bundles from there Application lancer.
    Cant find anything in asset management that looks like it.

    lubroe,
    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://support.novell.com/forums/

  • Load swf into RAM via an asset manager

    Hi.
    I have an AS3 virtual world and we are continually loading external resources such as swfs and sounds.
    A few of my menu screens that take a damn long time to load. Read a tut that said we should load them into RAM using an asset manager.
    I'm assuning the asset manager is simply a Class used specifically for loading and unloading graphics, swfs and sounds. So the important part to ask is:
    What do they mean by loading into RAM.
    I thought all swfs were automatically loaded into RAM ie: cached or in the flash player cache or the browser cache. Or do I have to do it specifically myself with some code. We are importing external files so we thought that was a great idea as they are shared by many games.
    btw: RSLs I have read about but I don't understand. I thought my externally loaded files were RSLs (runtime shared libraries) or would I have to do some physical coding do convert them into RSLs.
    This is so important because I am not very experienced but I am getting a lot better due to help receied in this forum and my current programmer is leaving me. I have been studying up on As3 and design patterns and I understand basic coding a lot better now.
    CHEERS
    EDIT: Just read that I am using a http call. - I use urlloader - well that's what you use isn't it or how would you load an external swf. Just read that you can hold the swf as a variable which loads it in RAM and therefore will be available immediately. Know I don't understand anything as I have never read that anywhere.

    Hi Andrei, nice to see you around here.
    Well, somebody helping me says that normally we make a http request with urlLoader to the server and that is what was happening each time. We weren't getting the cached swf. (that bit I don't understand and doesn't sound right - anyway...)
    So he says if we create a dictionary class to hold that swf then the next time we make a request we will get the movie from there and not from the server.
    I have highlighted the main parts of code below.
    What I don't understand about all this is that I have never seen anything like this in my life. I have read extensively and read all about loading external files and using this type of asset manager with the dictionary class does not ring a bell and goole comes up with nothing.
    I hunch is that as you say, we are doing something wrong somewhere because the only way to get an external file is via urlLoader to the server the first time and then the second time it should look for it cached on our computer is that right? Or when we make the urlLoader request how does it know to look on our computer first before going to the server or are these innner workings of the flash player I know nothing about. This is so important as when I get 10 kids on the computers they wait for as long as 5 minutes for movies that have already been downloaded many times before.
    Cheers in advance.
    package com.Gerry.managers.assetManager
        import flash.display.Loader;
        public class AssetLoader extends Loader
            private var _assetName:String;
            public function AssetLoader()
                super();
            public function get assetName():String
                return _assetName;
            public function set assetName(value:String):void
                _assetName = value;
    The asset manager loading class
    package com.Gerry.managers.assetManager
        import flash.display.Loader;
        import flash.display.LoaderInfo;
        import flash.display.MovieClip;
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.net.URLRequest;
        import flash.utils.Dictionary;
        public class AssetManager extends Sprite
            public static const ASSET_LOADED:String = "assetLoaded";
            private static var _instance:AssetManager;
            private var _assetsLoaded:Dictionary = new Dictionary();
            private var _assetsBeingLoaded:Dictionary = new Dictionary();
            public function AssetManager(pvt:SingletonEnforcer)
             * loads and asset and keeps a reference to the loaded content
             * @param name
             * @return null if the asset is not loaded yet
           public function loadAsset(name:String):MovieClip
                var asset:MovieClip;
                if (_assetsLoaded[name])
                    asset = _assetsLoaded[name];
                else if (_assetsBeingLoaded[name] == null)
                    var skinloader:AssetLoader = new AssetLoader();
                    skinloader.assetName = name;
                    skinloader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadCompleteF);
                    skinloader.load(new URLRequest(name));
                    _assetsBeingLoaded[name] = true;
                return asset;
            protected function loadCompleteF(e:Event):void
                var skin:MovieClip = e.target.content as MovieClip;
                var name:String = ((e.target as LoaderInfo).loader as AssetLoader).assetName;
                _assetsLoaded[name] = skin;
                delete _assetsBeingLoaded[name];
                dispatchEvent(new Event(ASSET_LOADED));
             * gets an instance of the class
             * @return
            public static function get instance():AssetManager
                if (_instance == null)
                    _instance = new AssetManager(new SingletonEnforcer());
                return _instance;
    internal class SingletonEnforcer
    The function inside a class called Screen which is used by menus classes to load their swf menus.
    protected function loadSkin(path:String = null):void
                trace("skin to load: " + path);
                Home.instance.addPreloaderF();
                _path = path + Home.instance.cacheString;
                if (_usingAssetManager)
                    loadSkinFromAssetManager();
                else
                    if (_skinloader.content)
                        _skinloader.unloadAndStop(true);
                    _skinloader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadCompleteF);
                    _skinloader.load(new URLRequest(_path));
            protected function loadSkinFromAssetManager(e:Event = null):void
                _skin = AssetManager.instance.loadAsset(_path);
                //if no skin we have to wait to be loaded it
                if (_skin == null)
                    AssetManager.instance.addEventListener(AssetManager.ASSET_LOADED, loadSkinFromAssetManager);
                else
                    AssetManager.instance.removeEventListener(AssetManager.ASSET_LOADED, loadSkinFromAssetManager);
                    loadCompleteF(null);

  • ASSET MANAGEMENT CONTROL

    Dear Colleagues,
    At the company where I work,Users for Asset control are using;
    KO01 - To create an investment order.
    ZAFE_0002 - To set up capital project (Customised Application)
    KO88 - for Settlement of investment order.
    AS01 - For creation of asset
    KOB5 - To start depreciation.
    1.  Is it possible to set up a fixed asset with various starting points for depreciation? For Example, we have a blanket AFE for Computer Hardware Replacement.  This is used for multiple purchases throughout the year.We have created an asset for this in SAP and find that when we start depreciating newly purchased items,the system puts a backdated charge to when the first time the asset was created.  The only way users think they can work around this is to create new internal orders and assets for each purchase.  Can you suggest a better way?Sorry,I am MM/SD and only used briefly asset management some time ago...
    2.  Can you also advise on how to block an object code and cost centre combination?  I rougly remember how to block an object code for posting but want to block certain cost centres with object codes to help prevent miscodes.  It would be ideal for this to happen when the Purchased/Requisition is being completed.
    Thanks for your help,
    PAPJ1

    Hi,
    Welcome you post on the forum.
    Please check forum subject first. This forum is dedicated to SAP Business One - a solution to SME users. Close your thread and post it to the right forum.
    Thanks,
    Gordon

  • Need Asset Management

    I'm in search of an asset management software for my company, we have about 50 Mac users, 3 Xserve's, 3 RAID's. I want something that I can use to scan the network for Mac Devices (and/or Windows) and provide information about the devices that we can use for asset management, I'm pretty open to whatever you can provide me.
    Thanks in advance.
    Ayokunle

    Altiris' Client Management Suite has supported OS X as a client for several years now
    If that's the case, it would be nice of them to actually tell people on their datasheet.
    I always question a company's intent when they can't be bothered to include their Mac client support in their sales propaganda. What do they think they're going to lose by adding it? Are all those Windows users going to suddenly stop using their product just because it supports Macs too? I doubt it.

  • Asset Management and tracking using iOS?

    Hi,
    I would like to use iphones for asset management and tracking and am having a bit of difficulty finding what I am looking for. I bought delicious library 3 at home to see if it could track code39 or code128 but so far it doesn't work, and I can't seem turn off Amazon searching. Anyway, I also ran across iCody, which looked nice and even clz barry, but they all seem to be data entry only.
    What I am looking for is an app/application set that can work in two ways:
    1. Build a database (this could be manually if it needs to be) of asset items. I would then enter details about that item into the database.
    2. Scan, view, and possibly edit the item by barcode using an iOS device.
    Has anyone found something that will do this? I'm not real interested in demoing apps by buying them first
    thanks

    Hi Stephanie,
    SAP Real Estate Management is made to manage space, room reservation, moves, lease administration and so on, while SAP Enterprise Management is used in a property management environment to manage repairs, maintenance and services. SAP Real Estate Management provides Usage and Architectural Master Data Object to display the portfolio, while SAP Enterprise Asset Management provides so called Functional Locations. In SAP Real Estate Management there is an option to automatically create and/or update Functional Locations in SAP Enterprise Asset Management and a BAdI to synchronize Fixture & Fittings on SAP Real Estate Management objects with entries in the Classification System in SAP Enterprise Asset Management. For more information please check the SAP Help Portal:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/27/07783b7cede50ae10000000a114084/content.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/62/0974404a6fcf62e10000000a155106/content.htm
    Best regards,
    Christian

  • I am interested in using Bridge as an asset management tool over a intranet network, is this possible?

    I'm working with a client that has an intranet and CS6 and would like to use Bridge to manage our digital assets. Can multiple computers use bridge effectively over a network?

    Bridge is not designed for use over a network nor is it official supported by Adobe for that matter.
    The application itself uses its data written to the user library for one computer. Some people have managed with great care and knowledge to let it function over a network but I think as soon as you let people write data them selfs from different workstations things pretty soon get bad due to not having this data available to other users.
    The Image archivist is one that has succeeded to use Bridge over a network, google this name and you will find his blog

  • Using LAM (Lease And Asset Management Module) in CRM 4.0 - CRM2007

    Hi, use anybody the LAM with CRM 4.0 im production?
    if yes, with business you do and which are the leased objects?
    and made a update form CRM 4.0 to CRM2007
       how does it work?
    txs a lot

    hi Reiner
    for the changes that are impacted from CRM 4 to CRM 7.0 just go through this link
    https://websmp109.sap-ag.de/~form/sapnet
    use your OSS id to access it
    an dor leas and asset managment  go through the link
    http://help.sap.com/saphelp_crm60/helpdata/en/dd/6e133b3f618442e10000000a114084/frameset.htm
    you will get each and every detail,that what leased objects are there and what is the differemce we came across from CRM 4 to 6.0
    best regards
    ashish

  • What 'Digital Asset Management' system do you use?

    I'm researching Digital Asset Management systems that I can use to create a elegant online image and graphic download centres, branded for individual clients.
    Has anyone found or created their own solution in this field? I would be interested to hear of your experiences and view online examples if available.
    Steve

    Steve,
    There are literally hundreds of Digital Asset Management systems out there as numerous vendors from a wide range of backgrounds (software vendors, printers, design agencies, video producers etc) all think they have some insight that makes them uniquely qualified for this field.  This makes it a bit tricky to recommend a specific option as a lot depends on what kind of asset you're needing to manage.  You need to do an assessment of:
    What kinds of assets you're most interested in
    How many there are (i.e. the scale of the library)
    Is it single or multi-users, do you have external suppliers who may need access
    If you have IT skills in-house to install and maintain the system
    If so, what technologies you prefer, if not to what extent you are comfortable with external hosting and someone else holding the assets
    What you want to do with the assets: download, manipulate, integrate etc.
    Who will catalogue the assets and what kind of tagging/metadata etc. you want to apply
    How the assets will get on/off the system and who decides whether they should or should not
    With that information, it's easier to narrow down the list of potential candidates, but you will still have quite a few other decisions to make to isolate the right product for your needs.
    If you're interested in information about Digital Asset Management, check our our site: http://www.daydream.co.uk for some reports and articles that are relatively spin-free (disclaimer: we're consultants so we can't claim total impartiality).  We're also the original developers of an open source .NET based DAM: FocusOPEN Digital Asset Manager.  If .NET doesn't appeal then http://www.opensourcedigitalassetmanagement.org seems to have a good run down of the major options that don't cost anything to get going.
    Good luck
    Ralph Windsor

  • Import from asset management

    Hi,
    Trying to load a file from SAP (Asset Management) to HFM.
    The extracted file got Asset Types/Entities/Profit Centers in the rows and Asset Movements (Opening, closing, additions, disposals etc) in the columns. I need to load these movements to a set of Balance Sheet movement-members in Custom1.
    To be able to import and map the file I probably need to have one line/row for each BS-movement. Does anyone know how to create an import script in FDM that 'flips' the columns into rows?
    Other alternatives?
    Thanks!
    Thor Sørby
    EPM Consultant
    [email protected]

    Originally Posted by Tobeyb
    Hi Guys,
    I need to do an import from a CSV file into the asset management database, in this CSV file is fields like the exact location of the workstation, user, email address, phone number, etc. This data has been collected using third party apps and exported to a single CSV.
    To do this the purchase order import wont work because there isn't the required fields available to import. Also the workstation scanner/imported doesn't interrogate the workstation enough to get these fields(we will possibly using the importer to get the workstations in initially).
    This could be entered in manually, but for ~5000 records, this isn't feasible.
    I'm running ZCM 10.0.3, using Sybase
    Any help would be great!
    Cheers
    I have worked how to do it, its just a case of not enough documentation to do it.
    It should be done through the "Import Managed Workstation" if anyone has gotten this to work without the documentation, please let me know.
    Thanks..

  • Looking for help - Company is going to Mobile Asset Management service that does not support BB - especially BB 10.

    Hello,
    I am looking for ideas/help. I currently have a BB Z10 (10.1.0.2039) with Verizon Wireless.  The company has a BB Enterprise Server for older devices (I previously was on that).  I bought a Z10 several months ago and have been connecting to the corporate network through Lotus Traveler. They do not have and will not implement a BB 10 Enterprise Server. Some in IT informed that if the company used the BB software they could manage all devices..... not accepted.
    All my contacts, calendar, and company email is funneled to the BB Hub.....
    So my company is implementing a Mobile Asset Management Service that I have to sign up for (Airwatch?).  They only support Android and IPhone.
    Will future versions of the BB OS support Android Apps.... Soon (I have less than 2 weeks)
    I have read where it is possible to put the device in development mode to run Android Apps.  I don't know if that will work with this and have no idea how stable the phone is in that mode. I travel internationally so I don't know how a development mode would work overseas. Any thoughts?
    I like my Z10 but will need to switch to keep functionality if I can't find a work around 
    Any assistance ????
    Thanks for any help.

    Hi and Welcome to the Community!
    BB10 devices have the ability to run .apk apps via special methods. Development Mode is used only for installing the app...not for normal operation. So you install (side-load) the app in Development Mode, then go back to normal mode for normal operations.
    If a .bar file for the .apk app already exists somewhere, you can side load it to the BB10 device and see if it works or not. If there is not yet any .bar file, there is an app called SideSwype that can convert many .apk apps to .bar and install it to your device.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Assets management and inventory Management.

    This may be simple situation often encountered in industries. The need is to manage an item as an asset as well as manage inventory functions of purchasing, receiving, physical inventory and issue of these assets to customers as inventory materials. The materials are also needed to accounted for depreciation functions.
    Can experts throw some light on the kind of best practice process flows that we could often consider.
    Thanks in advance for contributors.

    Good questions: I think I need to explain the full scenario.
    This is for a health care industry. The intention is to purchase the materials as assets and these come from different vendors, but often, it could be the same material. The current thinking is as follows:
    1. Forecast the reqiuirement of the materials according the different sizes. For example : small, medium and large.  Each of these sizes could come from different vendors with different model numbers, but are groupd under the sizes.
    2. Based on the forecast probably using APO, the materials are purchased in ERP for these sizes. But we still need to carry the vendor model number as part of the attributes of the materisl. Here there seems to be three options.
    - One is to use Material classification and use capture the model number of the vendor.
    - second is to utilise the Form Fit Function functionality of SAP IS for A&D.
    - Third potential option might be to use Batch management and capture manufacturer number in batch characteristic.
    Once the materials are purchases these are settled to assets and then there is a need to manage their inventory as the requirement is to utilise Logistic execution functionality including sales, delivery and goods issue functionality. In addition the materials also  need to be transferred between different  SAP plant locations.
    There is also a challenge to manage the requirement as more often, the need is for just the size. but sometime there is a requirement for a specific model within a particular size.
    I am not too sure whether there is an absolute need to manage seralisation for individual material numbers, but from asset management perspective, is there a need> Pl clarify
    Any comments / suggestions on the above is very welcome.
    Appreciate your time and thinking and value contribution.
    Venkatesh

  • Advice On Drobo or DroboPro? LR24 Mac Asset Management

    Anyone have problems with Drobo or DroboPro?
    I have 2+TB of images, that is growing and will continue to do so.
    Thinking of a solution where I use my internal HD (2.7TB Raid 5) for active clients / jobs and then using a Drobo or DroboPro for less active or archived clients / jobs. Also, will get a 2nd one to backup whole thing (Internal HD + active Drobo or DroboPro).
    1. concerned about iSCSI - anyone have any experience - speed or connection issues
    2. concerned about DroboPro since its new - any experiences out there?
    3. concerned about configuration - is this the best way to go or are there better solutions that anyone is using for large image solutions?
    I welcome any input great or small.
    Thank you,
    Stewart

    Thanks Ian.
    The link was helpful but as always I want more:) would be nice to hear experiences from people who have deployed DroboPro and how its working. Throughput sounds elusive.
    I ordered the DAM book, it will be here on Tuesday and I'm hoping it helps out a lot on my other questions asset management - looks like a good one.
    Thanks again for taking the time to help me.
    Stewart

Maybe you are looking for

  • How can I see whether songs in iCloud are also on the PC locally (so I can sync them with a Classic)?

    How can I see whether songs in iCloud are also on the PC locally (so I can sync them with a Classic)?

  • Acrobat 8 Pro Form Won't Save on a Mac

    I created a form in Acrobat 8 Pro for Windows (version 8.2.5) and enabled Reader features. A user reports to me that she can complete and print but not save the form on her Macbook. What's up with this? What am I doing wrong??

  • IPod Touch 2nd Gen - "One of the USB devices attached to this computer...

    Advance Happy Martin Luther King Day to all, Hi guys, I just got myself a 2nd Generation iPod Touch last December 2008. At first it really worked fine, I have never had any problem with it until today. early this morning when I was transferring a mov

  • Safari & C++ don't like iTunes U

    Hey there, while uploading files in iTunes U, Safari keeps crashing reporting a runtime error in the Visual C++ Runtime Library. Switching to the newest Safari version didn't help, nor does using older installations. The browser will simply crash and

  • Where has all the color gone

    What has happened to the graphic designers at Apple? The new Safari has to be the ugliest browser out there. The icons on the tool bar are all grey, and black, no color and the look horrible. Surely there is a way to change the look. I note Apple now