Distribution scripts

Hello,
i want to run a batchfile from a distribution script. The batchfile runs
without problems but now i want to add the dos command "rd" to the
batchfile. This does not work.
i tried to use the rd command and several other internal dos commands and
none of them work.
i don't understand why they won't work. In the same batchfile i run a
msiexec /x command which works perfectly.
anybody got idees.
Greetings,
Ren Engelhart

R,
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.
- 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/

Similar Messages

  • Distribution Scripts Question ???

    Hello please could someone clarify the following for me...
    I have a simple application object that from DISTRIBUTION
    OPTIONS\APPLICATION FILES copies some files from a network drive to C:\
    I then from DISTRIBUTION OPTIONS\DISTRIBUTION SCRIPTS\RUN AFTER DISTRIBUTION
    run a DOS Script to register (regsvr32) a DLL that I copied down earlier.
    The application is delivered on a force run basis to a user group and is not
    flagged distribute always.
    But the distribution script runs at each user logon is this correct????? If
    it were a launch script I would expect it to?? Is it because I am
    distributing in the secure system space ??
    Zenworks 7 back end with a Zen 6.5.1.0 App launcher.
    thanks in advance, Gareth

    Gareth,
    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.
    - 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/

  • Msi-installation: no distribution-script window

    Hello together
    When installing a simple application a window is showed "running pre-/post-distribution script" with a progress bar. When installing a msi-application it seems that this window isn't being showed at all - only the progress-window during the msi-installation.
    I'm running a long task in the pre-distribution script (uninstallation of the previous version). During the runtime of the pre-distribution script nothing is showed, so the user could think that nothing is going on and getting nervous... ;-)
    I don't expect to have an output of my distribution script, just the usual distribution-script-window.
    Am I doing something wrong, is it a bug or is the only way to prevent this behaviour to create a simple application that is run before the msi-installation?
    Using Zenworks 7.0.1.4
    kind regards,
    Stefan

    dtMsgBox is a good idea, but has a strange gui. I would rather place it in the center of the screen in this case than at the top and would like to change its outfit (text, color, ...).
    I'd prefer if zenworks would behave in installing msi-packages as it does with simple applications.

  • Stopping deployment of bundles with Pre-Distribution scripts

    Hi,
    I want to use Pre-Distribution and Pre-Installation scripts to prevent deployment of bundles to devices.
    For example: I want to deploy a java ear file only to devices that have java and jboss installed.
    So during the Pre-Distribution scripts I test the existance of java and jboss on the device and I want to stop the deployment of the file bundle if this test returns FALSE.
    According to the zmd-messages.log The deployment process tests the value of a Stopped boolean:
    20 May 2009 08:30:34 INFO ZenService Refreshing capability 'actions'
    20 May 2009 08:30:34 INFO Progress Progress.Stop Message:
    20 May 2009 08:30:34 INFO Progress Is Stopped value: False
    How can I set this boolean in a Script ?
    Thanks for your help.
    Christian Scholtes.
    Sysadmin at Lu army.

    Christian,
    I wrote another enhancement request for having dynamic groups that can be used to assign bundles to be installed. This is something that might help in such a situation. eDirectory has dynamic groups that get evaluated every time you check the members. Something similar in zlm would be good to see.
    Regarding your script you can add something like this in the Pre Distribution section:
    Code:
    #!/bin/bash
    if rpm -q kernel-xen;
    then
    exit 3
    fi
    That would abort the bundle transaction with error 3 as you can see in the zmd-messages of the client as well asin the zlm web interface:
    Code:
    Novell.Zenworks.Zmd.Public.ZenException: Failed to prepare bundles for install: 'PrePrepare' script failed with exit code '3'
    The problem with this is that every time the managed devices refreshes, it tries again to install that bundle and throw that error. SO you might get over time a lot of errors you don't want.
    We managed about 400 linux systems with zlm and we created folder structures where we organize systems depending on their primary function. We have eg. XEN folder where all xen host systems (dom0) are in. We have a PORTAL folder where all jboss portal server are in and so on.
    That way we can assign bundles to that folder where it should be installed and do not need to work with bundles scripts for aborting / denying installations.
    Could that be an option for you ?
    Rainer

  • Search for ZfD Agent install script

    I am looking for a script / batch file for installation of the ZENworks agent without reboot of the workstation.
    I am just updating from ZfD 7 SP1 ir3a to ir4 and if I install it manually and start the ZENworks services after install everything is still operational without reboot.
    However if I install the agent with a ZENworks application package it always needs a reboot to activate the ZENworks services again - especially the Workstation-Manager
    I tried it with pre- and post launch and distribution scripts, and with batch file installation. Everytime when the Workstation-Manager stops the installation ends but the post-scripts and batch processing stops as well. It always requires a reboot to activated the Agent again - or a manual start of the Workstation-Manager service.
    I need to find just a way to call a batch file after the MSIEXEC process finishes in order to perform a "net start Workstation-manager".
    The difference to other invoronments might be, that the Application is assigned to the Workstations instead to the users like in most other environments.
    Thanks for your ideas, Klaus

    Well .... [toot horn]
    This is a link to a script I wrote in AutoIt that I used for many ZfD6 - 7 deployments. Was very successfully in getting the agent out and you run it from the login script.
    Zenworks 4x - 7.x Workstation Agent Automated Deployment - Novell: ZENworks FAQ - Tek-Tips
    I didn't write it to do a removal of the agent, but would be simple enough to be added. On the same forum site, in the Zen FAQ's I also posted the source code for the script I have been using to do ZCM deployments. In it has the code you would need to add to facilitate the uninstall of the agent so you can do a reinstall.
    Originally Posted by Croaker
    You may need put *everything* in a single batch file.
    I.e. app copies the zfdagent.msi to the workstation (it won't work off a
    server, because as soon as you stop the workstation helper/manger, the
    workstation will lose the ability to install from the network)
    Then executes the batch file
    The batch file stops the zenworks services, unloads the NAL (may not be
    necessary, not sure if the msi will do this)
    Batch file then installs the ZFD agent with the noreboot option.
    batch file restarts each service
    Problem will be the batch file really can't re-start the nal correctly.
    Since the batch file will be running under the SYSTEM scope, anything it
    launches will be under that scope too (ie.. the NAL), so when it loads, it
    wouldn't see any user-based apps.
    >>> On 7/1/2009 at 10:36 AM, in message
    <[email protected]>,
    dgibbons<[email protected]> wrote:
    > I would like to echo your question. I have a problem right now in
    > whichupgrading the agents from ZfD 7 SP1 ir3a to ir4 will break the agent
    > andthe only way I can recover is to manually uninstall the agent,
    > rebootand reinstall with ir4. I have not yet been successful in scripting
    > it(but then I am not that smart when it comes to scripting either) so
    > ifanyone has a good solution I too am very much wanting a method
    > thatworks. Thanks
    > Darcy--
    dgibbons--------------------------------------------------------------------
    ----dgibbons's Profile:
    > NOVELL FORUMS - View Profile: a10425 this thread:
    > Search for ZfD Agent install script - NOVELL FORUMS

  • Workstation Import/Removal going into wrong containers!?@

    We want our workstations in their proper containers. We have 900 of them
    in *our* 300SM.ABQ.NM.NM container, while only having 300 computers at
    this location.
    We created an Application Object (AO) to:
    1) zwsreg.exe -unreg
    (runs as a pre-distribution script)
    2) zwsreg.exe -importserver 172.16.13.2
    (the server specific to this container.)
    We logged the results, only to find PCs with "registered" into the proper
    container had "jumped" to another container upon next login!
    Are our options for zwsreg incomplete/incorrect? The DN settings are
    ambiguous - does it mean the .CN=blah level or the .OU=blahblah level?
    Are we required to say -importpolicy, or is it implied by the
    -importserver having its own Workstation Import Policy?
    Here's the clipping of the AO's log....
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>.
    Launch Success 10 8/29/2006 7:19 FRED.JJD.ABQ.NM.NM
    ALBJJS3550840400:13:20:4B:9D:3C.WORKSTATION.300SM. ABQ.NM.NM
    172.16.13.98 ZWSREG.APP.JJD.ABQ.NM.NM 4280C948-470F-4AAC-
    8D8F-7957DE4839E5
    ## After the AO was turned on, it appears to have worked....
    Launch Success 10 8/29/2006 8:29 FRED.JJD.ABQ.NM.NM
    ALBJJS3550840400:13:20:4B:9D:3C.WORKSTATIONS.JJD.A BQ.NM.NM
    172.16.13.98 ZWSREG.APP.JJD.ABQ.NM.NM 4280C948-470F-4AAC-
    8D8F-7957DE4839E5
    ## Ten minutes later he logged out and back in....
    Launch Success 10 8/29/2006 8:37 FRED.JJD.ABQ.NM.NM
    ALBJJS3550840400:13:20:4B:9D:3C.WORKSTATION.300SM. ABQ.NM.NM
    172.16.13.98 ZWSREG.APP.JJD.ABQ.NM.NM 4280C948-470F-4AAC-
    8D8F-7957DE4839E5
    ## Next morning, and the computer is still in the wrong container!
    Launch Success 10 8/30/2006 7:29 FRED.JJD.ABQ.NM.NM
    ALBJJS3550840400:13:20:4B:9D:3C.WORKSTATION.300SM. ABQ.NM.NM
    172.16.13.98 ZWSREG.APP.JJD.ABQ.NM.NM 4280C948-470F-4AAC-
    8D8F-7957DE4839E5
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<

    [email protected] wrote:
    > We want our workstations in their proper containers. We have 900 of them
    > in *our* 300SM.ABQ.NM.NM container, while only having 300 computers at
    > this location.
    >
    > We created an Application Object (AO) to:
    > 1) zwsreg.exe -unreg
    > (runs as a pre-distribution script)
    >
    > 2) zwsreg.exe -importserver 172.16.13.2
    > (the server specific to this container.)
    >
    > We logged the results, only to find PCs with "registered" into the proper
    > container had "jumped" to another container upon next login!
    >
    > Are our options for zwsreg incomplete/incorrect? The DN settings are
    > ambiguous - does it mean the .CN=blah level or the .OU=blahblah level?
    > Are we required to say -importpolicy, or is it implied by the
    > -importserver having its own Workstation Import Policy?
    >
    >
    > Here's the clipping of the AO's log....
    >
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>.
    >
    > Launch Success 10 8/29/2006 7:19 FRED.JJD.ABQ.NM.NM
    > ALBJJS3550840400:13:20:4B:9D:3C.WORKSTATION.300SM. ABQ.NM.NM
    > 172.16.13.98 ZWSREG.APP.JJD.ABQ.NM.NM 4280C948-470F-4AAC-
    > 8D8F-7957DE4839E5
    >
    > ## After the AO was turned on, it appears to have worked....
    >
    > Launch Success 10 8/29/2006 8:29 FRED.JJD.ABQ.NM.NM
    > ALBJJS3550840400:13:20:4B:9D:3C.WORKSTATIONS.JJD.A BQ.NM.NM
    > 172.16.13.98 ZWSREG.APP.JJD.ABQ.NM.NM 4280C948-470F-4AAC-
    > 8D8F-7957DE4839E5
    >
    > ## Ten minutes later he logged out and back in....
    >
    > Launch Success 10 8/29/2006 8:37 FRED.JJD.ABQ.NM.NM
    > ALBJJS3550840400:13:20:4B:9D:3C.WORKSTATION.300SM. ABQ.NM.NM
    > 172.16.13.98 ZWSREG.APP.JJD.ABQ.NM.NM 4280C948-470F-4AAC-
    > 8D8F-7957DE4839E5
    >
    > ## Next morning, and the computer is still in the wrong container!
    >
    > Launch Success 10 8/30/2006 7:29 FRED.JJD.ABQ.NM.NM
    > ALBJJS3550840400:13:20:4B:9D:3C.WORKSTATION.300SM. ABQ.NM.NM
    > 172.16.13.98 ZWSREG.APP.JJD.ABQ.NM.NM 4280C948-470F-4AAC-
    > 8D8F-7957DE4839E5
    >
    > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<
    >
    >
    >
    >
    Your import policy would determins where the object goes then you would
    do this
    zwsreg -importserver 192.168.10.250 -importpolicy "Server Policy
    Name:General:Workstation Import.someOU.someO"
    Replace "Server Policy Name" with whatever your import policy is, and
    the .someOU.someO with the path to that policy.

  • Upgrading to Tiger Installer problems

    Ok, thanks in advance for giving a glance, and, Happiest of Holidays.
    I did search and still doesn't fit my situation...
    Upgrading to Tiger-retail box from OWC. I use an external partinioned 200g firewire drive as a B/U and bootable OS/software tester before installing on the Pismo. The drive has 10G space available on the bootable OS partion.
    Start the Tiger DVD installer it begins and after installing Base System part 1 and moving to Running Installer Script the process stalls; doesn't crash - just stops: The FW drive stops blinking and the DVD stops spinning....
    OK maybe i overlooked something etc... Have to erase the OS partition; clone 10.3.9 from the pismo to it and start again. This time do all the checks: Run disk utility, Tiger cache cleaner etc... all works well, even boot and work on the drive for a few days. Start the upgrade process again, stalls at the exact same place. I want to run Tiger on the FW drive prior to the Pismo to check it out and i don't relish the thought of having to start from scratch if problems occur installing on the Pismo....
    This time i printed the log file which i include below.
    I called OWC tech dept. - they said i probably don't have enough disk space for the process... the process told me it only required 3.5G. They didn't offer any further knowledge.
    Any thoughts would be greatly appreciated!
    Peace
    Dec 13 22:43:29 localhost : kern.boottime = Wed Dec 13 22:42:35 2006
    Dec 13 22:43:34 localhost : Launching the Language Chooser for an OS Install
    Dec 13 22:43:47 localhost : Found primary language hint "en"
    Dec 13 22:43:48 localhost : Language Chooser ready
    Dec 13 22:43:54 localhost : Launching the Installer using language code "English"
    Dec 13 22:43:54 localhost : @(#)PROGRAM:Install PROJECT:Install-115 DEVELOPER:root BUILT:Mar 24 2005 19:49:35
    Dec 13 22:43:54 localhost : @(#)PROGRAM:Installer PROJECT:Installer-83 DEVELOPER:root BUILT:Mar 22 2005 20:32:47
    Dec 13 22:43:54 localhost : Hardware: PowerBook3,1 @ 550 MHz, 1024 MB
    Dec 13 22:43:54 localhost : Running OS Build: 8A428
    Dec 13 22:43:55 localhost : It took 0.069497 seconds to parse the distribution script "OSInstall.dist"
    Dec 13 22:43:55 localhost : Mac OS X Installation Log
    Dec 13 22:43:55 localhost : Opened from: /System/Installation/Packages/OSInstall.mpkg
    Dec 13 22:43:55 localhost : It took 0.593482 seconds to load 8 UI sections
    Dec 13 22:43:56 localhost : Entering Introduction section
    Dec 13 22:43:56 localhost : Physical Memory Allocation: 67 MB wired, 59 MB active, 50 MB inactive, 176 MB used, 846 MB free, 1024 MB total
    Dec 13 22:43:56 localhost : It took 0.066549 seconds to -[IFDistXMLDocument readAndValidateDocument]
    Dec 13 22:43:56 localhost : It took 1.870348 seconds to finish launching.
    Dec 13 22:43:56 localhost : It took 0.070562 seconds to perform the Installation Check
    Dec 13 22:43:56 localhost : Installation checks completed successfully.
    Dec 13 22:43:59 localhost : It took 4.862299 seconds to do the initial process of the targets
    Dec 13 22:44:03 localhost : It took 0.001109 seconds to perform a Volume Check on "NOWHERE"
    Dec 13 22:44:03 localhost : It took 5.568710 seconds to process the volume "NOWHERE"
    Dec 13 22:44:04 localhost : It took 0.000808 seconds to perform a Volume Check on "OmLaMeWaNuRa"
    Dec 13 22:44:04 localhost : It took 0.219841 seconds to process the volume "OmLaMeWaNuRa"
    Dec 13 22:44:04 localhost : Entering License section
    Dec 13 22:44:04 localhost : Physical Memory Allocation: 69 MB wired, 60 MB active, 56 MB inactive, 185 MB used, 838 MB free, 1024 MB total
    Dec 13 22:44:05 localhost : It took 0.001021 seconds to perform a Volume Check on "OSX B/U"
    Dec 13 22:44:05 localhost : It took 1.704675 seconds to process the volume "OSX B/U"
    Dec 13 22:44:06 localhost : It took 0.000793 seconds to perform a Volume Check on "Exploration"
    Dec 13 22:44:06 localhost : It took 0.221947 seconds to process the volume "Exploration"
    Dec 13 22:44:09 localhost : Entering Select Destination section
    Dec 13 22:44:09 localhost : Physical Memory Allocation: 70 MB wired, 60 MB active, 58 MB inactive, 188 MB used, 835 MB free, 1024 MB total
    Dec 13 22:44:23 localhost : Entering Installation Type section
    Dec 13 22:44:23 localhost : Physical Memory Allocation: 70 MB wired, 61 MB active, 60 MB inactive, 191 MB used, 831 MB free, 1024 MB total
    Dec 13 22:45:06 localhost : Entering Installation Type section
    Dec 13 22:45:06 localhost : Physical Memory Allocation: 70 MB wired, 61 MB active, 61 MB inactive, 192 MB used, 830 MB free, 1024 MB total
    Dec 13 22:45:54 localhost : admin auth received to install
    Dec 13 22:45:54 localhost : =============================================================================== =
    Dec 13 22:45:54 localhost : User picked Custom Install
    Dec 13 22:45:54 localhost : Choices selected for installation:
    Dec 13 22:45:54 localhost : Upgrade: "Mac OS X"
    Dec 13 22:45:54 localhost : Upgrade: "Essential System Software"
    Dec 13 22:45:54 localhost : BaseSystem.pkg : com.apple.pkg.BaseSystem : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Essentials.pkg : com.apple.pkg.Essentials : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : BSD.pkg : com.apple.pkg.BSD : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : AdditionalEssentials.pkg : com.apple.pkg.AdditionalEssentials : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : AdditionalSpeechVoices.pkg : com.apple.pkg.AdditionalSpeechVoices : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : AsianLanguagesSupport.pkg : com.apple.pkg.AsianLanguagesSupport : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : MediaFiles.pkg : com.apple.pkg.MediaFiles : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : MigrationAssistant.pkg : com.apple.pkg.MigrationAssistant : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Mail.pkg : com.apple.pkg.Mail : 2.0.0.1470000.1622
    Dec 13 22:45:54 localhost : AddressBook.pkg : com.apple.pkg.AddressBook : 4.0.0.1470000.1622
    Dec 13 22:45:54 localhost : iCal.pkg : com.apple.pkg.iCal : 2.0.0.1470000.1622
    Dec 13 22:45:54 localhost : Automator.pkg : com.apple.pkg.Automator : 1.0.0.1470000.1622
    Dec 13 22:45:54 localhost : iTunes.pkg : com.apple.pkg.iTunes : 4.7.1.1470000.1622
    Dec 13 22:45:54 localhost : iChat.pkg : com.apple.pkg.iChat : 3.0.0.1470000.1622
    Dec 13 22:45:54 localhost : Java.pkg : com.apple.pkg.Java : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Safari.pkg : com.apple.pkg.Safari : 2.0.0.1470000.1622
    Dec 13 22:45:54 localhost : OxfordDictionaries.pkg : com.apple.pkg.OxfordDictionaries : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Upgrade: "Printer Drivers"
    Dec 13 22:45:54 localhost : Install: "Brother Printer Drivers"
    Dec 13 22:45:54 localhost : BrotherPrinterDrivers.pkg : com.apple.pkg.BrotherPrinterDrivers : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Upgrade: "Canon Printer Drivers"
    Dec 13 22:45:54 localhost : CanonPrinterDrivers.pkg : com.apple.pkg.CanonPrinterDrivers : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Install: "Electronics For Imaging Printer Drivers"
    Dec 13 22:45:54 localhost : ElectronicsForImagingPrinterDrivers.pkg : com.apple.pkg.ElectronicsForImagingPrinterDrivers : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Install: "EPSON Printer Drivers"
    Dec 13 22:45:54 localhost : EpsonPrinterDrivers.pkg : com.apple.pkg.EpsonPrinterDrivers : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Upgrade: "Hewlett-Packard Printer Drivers"
    Dec 13 22:45:54 localhost : HewlettPackardPrinterDrivers.pkg : com.apple.pkg.HewlettPackardPrinterDrivers : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Upgrade: "Lexmark Printer Drivers"
    Dec 13 22:45:54 localhost : LexmarkPrinterDrivers.pkg : com.apple.pkg.LexmarkPrinterDrivers : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Upgrade: "Gimp Printer Drivers"
    Dec 13 22:45:54 localhost : GimpPrintPrinterDrivers.pkg : com.apple.pkg.GimpPrintPrinterDrivers : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Install: "Ricoh Printer Drivers"
    Dec 13 22:45:54 localhost : RicohPrinterDrivers.pkg : com.apple.pkg.RicohPrinterDrivers : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Install: "Xerox Printer Drivers"
    Dec 13 22:45:54 localhost : XeroxPrinterDrivers.pkg : com.apple.pkg.XeroxPrinterDrivers : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : Install: "Additional Fonts"
    Dec 13 22:45:54 localhost : AdditionalFonts.pkg : com.apple.pkg.AdditionalFonts : 10.4.0.1470000.1622
    Dec 13 22:45:54 localhost : =============================================================================== =
    Dec 13 22:45:54 localhost : It took 0.019065 seconds to summarize the package selections.
    Dec 13 22:45:54 localhost : Entering Install section
    Dec 13 22:45:54 localhost : Physical Memory Allocation: 70 MB wired, 61 MB active, 61 MB inactive, 192 MB used, 830 MB free, 1024 MB total
    Dec 13 22:45:54 localhost : Package mounted from disk2s3
    Dec 13 22:45:54 localhost : Starting media verification
    Dec 13 22:58:47 localhost : Verified 2139488256 of 2832207872 bytes (75%)
    Dec 13 22:58:47 localhost : Finished media verification
    Dec 13 22:59:15 localhost : Starting installation:
    Dec 13 22:59:15 localhost : Preparing volume "OSX B:U" for installation
    Dec 13 22:59:15 localhost : Performing volume consistency check on OSX B:U
    Dec 13 22:59:17 localhost : Checking Volume
    Dec 13 22:59:17 localhost : Checking HFS Plus volume.
    Dec 13 22:59:17 localhost : Checking Extents Overflow file.
    Dec 13 22:59:17 localhost : Checking Catalog file.
    Dec 13 22:59:28 localhost : Checking multi-linked files.
    Dec 13 22:59:28 localhost : Checking Catalog hierarchy.
    Dec 13 22:59:41 localhost : Checking volume bitmap.
    Dec 13 22:59:41 localhost : Checking volume information.
    Dec 13 22:59:41 localhost : Dec 13 22:59:41 localhost : The volume OSX B/U appears to be OK.
    Dec 13 22:59:41 localhost : Mounting Disk
    Dec 13 22:59:42 localhost : Volume passed consistency checks.
    Dec 13 22:59:42 localhost : Configuring volume "OSX B:U"
    Dec 13 22:59:42 localhost : Preparing Disk for OS Install
    Dec 13 22:59:43 localhost : Volume disk1s10 mounted at /Volumes/OSX B:U is ready
    Dec 13 22:59:43 localhost : Activating Virtual Memory backing store
    Dec 13 22:59:44 localhost : Create temporary directory "/Volumes/OSX B:U/OSInstall.mpkg.108bY7sfm"
    Dec 13 22:59:44 localhost : run preflight script for Mac OS X
    Dec 13 22:59:44 localhost : run preflight script for Base System Part 1
    Dec 13 22:59:44 localhost : run preflight script for Essentials
    Dec 13 22:59:45 localhost : run preflight script for BSD Subsystem
    Dec 13 22:59:47 localhost : run preflight script for Additional Essentials
    Dec 13 22:59:50 localhost : run preflight script for Migration Assistant
    Dec 13 22:59:51 localhost : run preflight script for iTunes
    Dec 13 22:59:51 localhost : Assembling temporary receipt for Mac OS X
    Dec 13 22:59:57 localhost : Processing Base System Part 1:
    Dec 13 22:59:57 localhost : Initialize patching
    Dec 13 22:59:57 localhost : Determining files to install
    Dec 13 23:00:07 localhost : Evaluating versions of bundles
    Dec 13 23:00:07 localhost : Evaluating custom file version checking
    Dec 13 23:00:07 localhost : Configuring deferred files
    Dec 13 23:00:07 localhost : Determing obsolete files
    Dec 13 23:00:08 localhost : Assembling temporary receipt
    Dec 13 23:00:10 localhost : Performing pre-extraction actions
    Dec 13 23:00:14 localhost : run preupgrade script for Base System Part 1
    Dec 13 23:00:16 localhost /System/Installation/Packages/BaseSystem.pkg/../OSInstall.mpkg/Contents/Resourc es/ConfMigrator: Swapping the following user-modified file: /Volumes/OSX B:U/Library/Preferences/SystemConfiguration/preferences.plist
    Dec 13 23:00:16 localhost /System/Installation/Packages/BaseSystem.pkg/../OSInstall.mpkg/Contents/Resourc es/ConfMigrator: Swapping the following user-modified file: /Volumes/OSX B:U/private/etc/hostconfig
    Dec 13 23:00:16 localhost /System/Installation/Packages/BaseSystem.pkg/../OSInstall.mpkg/Contents/Resourc es/ConfMigrator: Swapping the following user-modified file: /Volumes/OSX B:U/private/etc/xinetd.d/ftp
    Dec 13 23:00:16 localhost : Removing obsoleted files
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/PrivateFrameworks/NIInterface.framework/Versions/B/Resourc es
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/zh_TW.lproj because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/zh_CN.lproj because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/sv.lproj because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/pt.lproj because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/no.lproj because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/ko.lproj because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/fi.lproj because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/da.lproj because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/English.lproj because it is not empty.
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources/Batch.mpkg/Contents/Resources
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents/Resources because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app/Contents because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/MultiCDInstaller.app because it is not empty.
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces/Minstaller.app/Contents/Resources
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A/Resour ces because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions/A because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework/Versions because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/PrivateFrameworks/Installation.framework because it is not empty.
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/Res ources
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/Perl/5.8.1/darwin-thread-multi-2level because it is not empty.
    Dec 13 23:00:17 localhost : Not removing /Volumes/OSX B:U/./System/Library/Perl/5.8.1 because it is not empty.
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Se archKit.framework/Versions/A/Resources
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OS Services.framework/Versions/A/Resources/NSLPlugins/DS.bundle/Contents/Resources
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/CoreServices/webdavfs.bundle/Contents/Resources
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/CoreServices/SystemStarter/SystemStarterResources.bundle/R esources
    Dec 13 23:00:17 localhost : Removing all languages from /Volumes/OSX B:U/./System/Library/CoreServices/SystemIcons.bundle/Contents/Resources
    Dec 13 23:00:18 localhost : Not removing /Volumes/OSX B:U/./System/Library/Caches because it is not empty.
    Dec 13 23:00:18 localhost : Removing all languages from /Volumes/OSX B:U/./Applications/Utilities/Installer.app/Contents/Resources/TargetSelect.bund le/Contents/Resources
    Dec 13 23:00:18 localhost : Removing all languages from /Volumes/OSX B:U/./Applications/Utilities/Installer.app/Contents/Resources/Splash.bundle/Con tents/Resources
    Dec 13 23:00:18 localhost : Removing all languages from /Volumes/OSX B:U/./Applications/Utilities/Installer.app/Contents/Resources/Progress.bundle/C ontents/Resources
    Dec 13 23:00:18 localhost : Removing all languages from /Volumes/OSX B:U/./Applications/Utilities/Installer.app/Contents/Resources/FileLog.bundle/Co ntents/Resources
    Dec 13 23:00:18 localhost : Removing all languages from /Volumes/OSX B:U/./Applications/Utilities/Installer.app/Contents/Resources/EasyCustom.bundle /Contents/Resources
    Dec 13 23:00:18 localhost : Removing all languages from /Volumes/OSX B:U/./Applications/Utilities/Installer.app/Contents/Resources/Documents.bundle/ Contents/Resources
    Dec 13 23:00:18 localhost : Removing all languages from /Volumes/OSX B:U/./Applications/Utilities/Disk Utility.app/Contents/PlugIns/RAID.dumodule/Contents/Resources
    Dec 13 23:00:18 localhost : Creating destination path
    Dec 13 23:00:18 localhost : Extracting files
    Dec 13 23:05:04 localhost : 11079 files looked up in 0.76 seconds. 11016 files written in 285.63 seconds.
    Dec 13 23:05:04 localhost : 337945 kilobytes installed.
    Dec 13 23:05:04 localhost : run postupgrade script for Base System Part 1
    Dec 13 23:05:05 localhost /System/Installation/Packages/BaseSystem.pkg/../OSInstall.mpkg/Contents/Resourc es/ConfMigrator: The following file was user-modified, and is the active version: /Volumes/OSX B:U/Library/Preferences/SystemConfiguration/preferences.plist
    Diffs should be re-integrated by the user from the .system_default-suffixed file
    Dec 13 23:05:05 localhost /System/Installation/Packages/BaseSystem.pkg/../OSInstall.mpkg/Contents/Resourc es/ConfMigrator: The following file was user-modified, and is the active version: /Volumes/OSX B:U/private/etc/hostconfig
    Diffs should be re-integrated by the user from the .system_default-suffixed file
    Dec 13 23:05:05 localhost /System/Installation/Packages/BaseSystem.pkg/../OSInstall.mpkg/Contents/Resourc es/ConfMigrator: Package configuration or installation error: The following file was swapped before upgrading, but a new version was not installed: /Volumes/OSX B:U/private/etc/xinetd.d/ftp
    The previous copy was successfully made the active version.
    Dec 13 23:05:05 localhost : Performing post-extraction actions
    Dec 13 23:05:05 localhost : SecAlternate system ("/Volumes/OSX B:U") returned 100079
    Pismo G4/550;SuperDrive;DLink BT;1GB RAM   Mac OS X (10.3.9)   upgraded CPU & Optical Drive!

    Hello Again Ce Ann!
    See My Reply, in your other related topic Upgrade Help... is my install disk good?.
    ali b

  • How to install OS X .dist packages?

    I've downloaded a number of recent OSX updates that include .dist files. How can I use ARD to distribute these updates to the Macs on our network?
    Thanks

    ARD, to my knowledge, cannot push out anything other than .pkg and some .mpkg files.
    What updates are you getting that are coming in .dist? .dist files are distribution scripts, not the updates themselves, and I've never seen them downloaded outside of a .pkg or other installer file though I haven't been having my system keep installers downloaded through Software Update so perhaps things have changed and I haven't noticed.
    Anyway, you may need to download the standalone installer distributions so that you can get .pkg files for use with ARD.
    Message was edited by: Dave Sawyer

  • Why am i having difficulty installing my new Adobe photoshop lightroom 4?

    I just bought my lightroom from a store. My installer log says..."This distribution script is too new.(Requires spec version 2, current is 1.0388)
                                                                                                  "Error parsing distribution script from data.
                                                                                                   "Invalid distribution file package."

    Download a copy of Version 4.2 from the Adobe site and apply the serial number that came with the disk you bought. That should work for you. If not, come back and tell us what operating system you're using. LR 4 won't work for Macs with OSX previous to 10.6.8.
    Hal

  • Monitor the end of a deployment of a bundle via NalWin

    Hi,
    For automation purposes, I need to know when the deployment of a package is finished.
    This is the command I use in a batch script/cmd :
    Code:
    start "Nalwin" "C:\Program files\novell\zenworks\nalwin.exe" : /A=MyApplicationJob.App.XP.Install.Nal.Zen.COMP
    I just need a way to know when the package is finished to deploy. Monitoring the process "nalwin.exe" is not really an option because there can be other nalwin processes in the background.
    Another way would be to make nalwin run in foreground in the cmd, but I did not found any option for that.
    I tried do monitor the RegSet* operations but no luck, the last RegSet is on "HKCU\Software\Novell\ZENworks\NALExplorer\ViewsSh owing" set to "0", just before the launch of the MSI package.
    I tried to enable debug mode :
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\NetWare\NAL\1.0\Debug]
    "Level"=dword:0000000f
    "LogFileLocation"="C:\\ZFDNAL.CSV"
    "Browser"=dword:00000001
    "Explorer"=dword:00000001
    "Reporting"=dword:00000001
    But I don't see anything useful for what I need in the log (a line that indicates the successful end of the job) :
    Code:
    ==================================================
    NalShell logging for process 0xb68 initialized: 06/13/12 15:33:28
    Computer name: MYCOMP
    Command Line: "C:\Program files\novell\zenworks\nalwin.exe" : /A=MyAppJob.App.XP.Install.Nal.Zen.COMP
    File versions:
    zenlite.dll: 7.0.1.14
    zennw32.dll: 7.0.1.5
    nalshell.dll: 7.0.1.11
    zenappws.dll: 7.0.1.7
    nalwin.exe: 7.0.1.0
    nalagent.exe: 7.0.1.12
    nalview.exe: 7.0.1.0
    nalntsrv.exe: 7.0.1.12
    ==================================================
    INFO, 15:33:28.405, USER, 0xb68, 0x5f0, NalWin, Initializing NalWin
    ==================================================
    NalShell logging for process 0xb68 initialized: 06/13/12 15:33:28
    Computer name: MYCOMP
    Command Line: "C:\Program files\novell\zenworks\nalwin.exe" : /A=MyAppJob.App.XP.Install.Nal.Zen.COMP
    File versions:
    zenlite.dll: 7.0.1.14
    zennw32.dll: 7.0.1.5
    nalshell.dll: 7.0.1.11
    zenappws.dll: 7.0.1.7
    nalwin.exe: 7.0.1.0
    nalagent.exe: 7.0.1.12
    nalview.exe: 7.0.1.0
    nalntsrv.exe: 7.0.1.12
    ==================================================
    INFO, 15:33:28.530, USER, 0xb68, 0x5f0, NalShell, NalShell.dll loaded by "C:\Program files\novell\zenworks\NalWin.exe"
    INFO, 15:33:28.545, USER, 0xb68, 0x5f0, NalShell, Initializing NalShell
    INFO, 15:33:28.545, USER, 0xb68, 0x5f0, NS UI Thread, Created NAL Shell UI Thread
    INFO, 15:33:28.545, USER, 0xb68, 0xb74, NS UI Thread, Created NAL Shell UI thread window "NalShellWindow:2920"
    INFO, 15:33:28.545, USER, 0xb68, 0xb74, NS UI Thread, Entering message loop
    INFO, 15:33:28.545, USER, 0xb68, 0xb74, NS UI Thread, Starting NalAgent
    INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, Queried for IUnknown
    INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 2
    INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 3
    INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 2
    INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, Queried for _INalEvents
    INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 3
    INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 4
    INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, NAL engine is processing the command line...
    INFO, 15:33:31.76, USER, 0xb68, 0xb74, NS UI Thread, Queried for _INalEvents
    INFO, 15:33:31.76, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 5
    INFO, 15:33:31.170, USER, 0xb68, 0xb74, NS UI Thread, Enter OnNEEndRefresh
    INFO, 15:33:31.233, USER, 0xb68, 0xb74, NS UI Thread, Exit OnNEEndRefresh
    CRIT, 15:33:31.233, USER, 0xb68, 0x5f0, NalWin, NalWin failed to initialize
    INFO, 15:33:31.248, USER, 0xb68, 0x5f0, NalShell, NalShell is unloading...
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Exiting message loop - Received WM_QUIT
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, In CNalShellUIThread::StopViews
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Entering StopNalEngine
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 4
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 3
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 2
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 1
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Exiting StopNalEngine
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Uninitialized Com
    INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Closing Nal Shell Thread
    INFO, 15:33:31.342, USER, 0xb68, 0x5f0, NS UI Thread, Destroyed NAL Shell UI Thread
    INFO, 15:33:31.342, USER, 0xb68, 0x5f0, NS UI Thread, CNalShellUIThread::Release() 0
    INFO, 15:33:31.342, USER, 0xb68, 0x5f0, NalWin, Terminating NalWin
    Thks.

    I would create a "Post Distribution Script" or "Post Launch Script" that
    did something that could be monitored.
    On 6/13/2012 10:06 AM, aiovell wrote:
    >
    > Hi,
    > For automation purposes, I need to know when the deployment of a
    > package is finished.
    >
    > This is the command I use in a batch script/cmd :
    >
    >
    > Code:
    > --------------------
    > start "Nalwin" "C:\Program files\novell\zenworks\nalwin.exe" : /A=MyApplicationJob.App.XP.Install.Nal.Zen.COMP
    > --------------------
    >
    >
    > I just need a way to know when the package is finished to deploy.
    > Monitoring the process "nalwin.exe" is not really an option because
    > there can be other nalwin processes in the background.
    > Another way would be to make nalwin run in foreground in the cmd, but I
    > did not found any option for that.
    >
    > I tried do monitor the RegSet* operations but no luck, the last RegSet
    > is on "HKCU\Software\Novell\ZENworks\NALExplorer\ViewsSh owing" set to
    > "0", just before the launch of the MSI package.
    >
    > I tried to enable debug mode :
    >
    >
    > Code:
    > --------------------
    > Windows Registry Editor Version 5.00
    >
    > [HKEY_LOCAL_MACHINE\SOFTWARE\NetWare\NAL\1.0\Debug]
    > "Level"=dword:0000000f
    > "LogFileLocation"="C:\\ZFDNAL.CSV"
    > "Browser"=dword:00000001
    > "Explorer"=dword:00000001
    > "Reporting"=dword:00000001
    > --------------------
    >
    >
    > But I don't see anything useful for what I need in the log (a line that
    > indicates the successful end of the job) :
    >
    >
    >
    > Code:
    > --------------------
    > ==================================================
    > NalShell logging for process 0xb68 initialized: 06/13/12 15:33:28
    > Computer name: MYCOMP
    > Command Line: "C:\Program files\novell\zenworks\nalwin.exe" : /A=MyAppJob.App.XP.Install.Nal.Zen.COMP
    > File versions:
    > zenlite.dll: 7.0.1.14
    > zennw32.dll: 7.0.1.5
    > nalshell.dll: 7.0.1.11
    > zenappws.dll: 7.0.1.7
    > nalwin.exe: 7.0.1.0
    > nalagent.exe: 7.0.1.12
    > nalview.exe: 7.0.1.0
    > nalntsrv.exe: 7.0.1.12
    > ==================================================
    >
    >
    > INFO, 15:33:28.405, USER, 0xb68, 0x5f0, NalWin, Initializing NalWin
    >
    > ==================================================
    > NalShell logging for process 0xb68 initialized: 06/13/12 15:33:28
    > Computer name: MYCOMP
    > Command Line: "C:\Program files\novell\zenworks\nalwin.exe" : /A=MyAppJob.App.XP.Install.Nal.Zen.COMP
    > File versions:
    > zenlite.dll: 7.0.1.14
    > zennw32.dll: 7.0.1.5
    > nalshell.dll: 7.0.1.11
    > zenappws.dll: 7.0.1.7
    > nalwin.exe: 7.0.1.0
    > nalagent.exe: 7.0.1.12
    > nalview.exe: 7.0.1.0
    > nalntsrv.exe: 7.0.1.12
    > ==================================================
    >
    >
    > INFO, 15:33:28.530, USER, 0xb68, 0x5f0, NalShell, NalShell.dll loaded by "C:\Program files\novell\zenworks\NalWin.exe"
    > INFO, 15:33:28.545, USER, 0xb68, 0x5f0, NalShell, Initializing NalShell
    > INFO, 15:33:28.545, USER, 0xb68, 0x5f0, NS UI Thread, Created NAL Shell UI Thread
    > INFO, 15:33:28.545, USER, 0xb68, 0xb74, NS UI Thread, Created NAL Shell UI thread window "NalShellWindow:2920"
    > INFO, 15:33:28.545, USER, 0xb68, 0xb74, NS UI Thread, Entering message loop
    > INFO, 15:33:28.545, USER, 0xb68, 0xb74, NS UI Thread, Starting NalAgent
    > INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, Queried for IUnknown
    > INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 2
    > INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 3
    > INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 2
    > INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, Queried for _INalEvents
    > INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 3
    > INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 4
    > INFO, 15:33:28.561, USER, 0xb68, 0xb74, NS UI Thread, NAL engine is processing the command line...
    > INFO, 15:33:31.76, USER, 0xb68, 0xb74, NS UI Thread, Queried for _INalEvents
    > INFO, 15:33:31.76, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::AddRef() 5
    > INFO, 15:33:31.170, USER, 0xb68, 0xb74, NS UI Thread, Enter OnNEEndRefresh
    > INFO, 15:33:31.233, USER, 0xb68, 0xb74, NS UI Thread, Exit OnNEEndRefresh
    > CRIT, 15:33:31.233, USER, 0xb68, 0x5f0, NalWin, NalWin failed to initialize
    > INFO, 15:33:31.248, USER, 0xb68, 0x5f0, NalShell, NalShell is unloading...
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Exiting message loop - Received WM_QUIT
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, In CNalShellUIThread::StopViews
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Entering StopNalEngine
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 4
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 3
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 2
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, CNalShellUIThread::Release() 1
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Exiting StopNalEngine
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Uninitialized Com
    > INFO, 15:33:31.248, USER, 0xb68, 0xb74, NS UI Thread, Closing Nal Shell Thread
    > INFO, 15:33:31.342, USER, 0xb68, 0x5f0, NS UI Thread, Destroyed NAL Shell UI Thread
    > INFO, 15:33:31.342, USER, 0xb68, 0x5f0, NS UI Thread, CNalShellUIThread::Release() 0
    > INFO, 15:33:31.342, USER, 0xb68, 0x5f0, NalWin, Terminating NalWin
    > --------------------
    >
    >
    > Thks.
    >
    >
    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.

  • How to remove a folder and some links from start-menu

    Hi!
    An application (Kaspersky Antivirus) is installed on quite
    some Win2K-SP-Workstations by the Kaspersky Administration
    Kit (with its own installer).
    With this installation an entry to the start-menu is made
    and this entry shall be removed by Zfd 3.2-SP3. I ran
    through some tests with an application-object (run as secure
    system user), which only intent was to remove this entry.
    First I tried by "Distribution Options - Application Files"
    to remove the folder "C:\Dokumente und Einstellungen\All
    Users\Startmen\Programme\Kaspersky Anti-Virus 6.0 for
    Windows Workstations". Then I tried a "Distribution Script"
    with "RD /S /Q "C:\Dokumente und Einstellungen\All
    Users\Startmen\Programme\Kaspersky Anti-Virus 6.0 for
    Windows Workstations"", which also failed.
    Do I miss something? Where could I check the results of
    those tries to get a better feeling on what is going wrong
    here?
    Thanks in advance.
    Karl

    When doing the job with an *.bat-file it works, when going
    with the distribution script it does not. Are all the
    windows/dos/batch commands available in the distribution
    script option?
    Karl
    >>> Rolf Lidvall<[email protected]> 25.03.2009 11:37 >>>
    >> Does that mean that, in case there are some files in
    >that
    >> folder, I have to delete those files first?
    >
    >Yes.
    >
    >> Can this whole
    >> procedere be done by one app-object with keeping the
    >order
    >> like delete files first and then the folder as last
    >thing?
    >
    >I think it's safest to do that with a script. I'd use the
    >distribution
    >script option.
    >
    >
    >Regards
    >Rolf Lidvall
    >Swedish Radio (Ltd)

  • "Net use" not working in application that runs as "system"

    Hello,
    I am trying to create an application object to distribute a program which
    during the setup procedure creates two local users on the workstation. I
    tried to set up the application to run as an unsecure system user and
    start the setup.exe. This method worked fine for quite a number of apps in
    the past.
    However this app needs a drive mapping to a windows 2003 server to start
    the setup.exe. Apparently under windows 2003 it is no longer possible to
    use the "net use" command when running a script as system user. I get
    system error 1312 "A specified logon session does not exist. It may have
    already been terminated". There seems to be no solution from microsoft
    since this is probably working as designed.
    In another similar situation I copied the complete setup directory to a
    novell drive, but in this case the setup procedure needs to write
    information into a database located on the windows server. I might be able
    to set up the application via snapshot and create the user accounts using
    a distribution script. But I would need the consent of the windows
    administrators since I need the passwords for those user accounts, and I
    am not sure that they are cooperative in this respect. Furthermore I get
    the feeling that this program is going to present a number of other
    problems and surprises which probably will make the snapshot method very
    tricky.
    Is there any solution or workaround for this problem?
    Any suggestions would be appreciated.

    1) It should not be an issue to run "Net Use" to authenticate to a Windows
    2003 server from an "Unsecure System Prompt". This is quite common.
    2) If the PC is in the domain already, this may be part of the issue since
    you are already authenticated to the domain. Try adding the Domain
    Workstation Object the proper rights.
    3) Does the "Setup.exe" expand to an MSI install in the temp directory? In
    such a case you could like create an MSI install that runs as a normal user
    but the Windows Install will allow for the elevated rights.
    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 either Novell or any rational human.
    "Anna Schmitz" <[email protected]> wrote in message
    news:BBvdi.3656$%[email protected]...
    > Hello,
    >
    > I am trying to create an application object to distribute a program which
    > during the setup procedure creates two local users on the workstation. I
    > tried to set up the application to run as an unsecure system user and
    > start the setup.exe. This method worked fine for quite a number of apps in
    > the past.
    >
    > However this app needs a drive mapping to a windows 2003 server to start
    > the setup.exe. Apparently under windows 2003 it is no longer possible to
    > use the "net use" command when running a script as system user. I get
    > system error 1312 "A specified logon session does not exist. It may have
    > already been terminated". There seems to be no solution from microsoft
    > since this is probably working as designed.
    >
    > In another similar situation I copied the complete setup directory to a
    > novell drive, but in this case the setup procedure needs to write
    > information into a database located on the windows server. I might be able
    > to set up the application via snapshot and create the user accounts using
    > a distribution script. But I would need the consent of the windows
    > administrators since I need the passwords for those user accounts, and I
    > am not sure that they are cooperative in this respect. Furthermore I get
    > the feeling that this program is going to present a number of other
    > problems and surprises which probably will make the snapshot method very
    > tricky.
    >
    > Is there any solution or workaround for this problem?
    >
    > Any suggestions would be appreciated.
    >
    >
    >
    >

  • DB2 Connect installation for more as one application-server...

    Greetings,
    We've installed SAP 4.6D and migrated to ECC 6.0...
    also migrated from ICLI to DB2 Connect.
    We've 4 application server's on Win2k3.
    What's the perfect, with best performance - installation from DB2 Connect ?
    DB2 Connect on every appication server or on central instance server (connect-mode: server client) ?
    I'm not found tips or document's on SAP Notes (description installation procedure for <b>more as one</b> SAP application server's).
    Regards, Markus

    Hay Markus,
    You have the classic tradeoff here: like Thomas mentioned installing a DB2 connect on every server reduce latency but give you more work on an upgrade or definition change, installing just one DB2 connect is easier and more secure but have an inherent performance leg.
    I’d recommend installing on all servers with a shared parameter file or write a distribution script to distribute the file to all severs from a central location.
    Good luck,
    Uri Lifshitz.

  • Getting an Error WIJ20002 while trying to create a webi report in infoview

    Hi,
    We are getting an error " The Webintelligence Report Panel cannot connect to the server.Close the report panel and try to connect again or see your Business Objects Administrator ( WIJ20002)" only for a single universe.
    Please suggest how can we fix this error.
    Regards
    Chaitanya

    I am giving you couple of scenario based on which this error might occur.I include below a selection of what would seem to be the more relevant ones in your case. Please review these and try the suggested solutions and then let us know the outcome in each case.
    Scenario1:
    When creating a new document based on linked universes in InfoView 6.5.x, the following error message appears:
    "The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (Error: WIJ 2002)."
    When you click on details, the following error message appears:
    "java.lang.IllegalStateException: Cannot load DS; no ID set
    at com.bo.wp.om.OMDataProvider.getDataSource(OMDataProvider.java:192)
    at com.bo.wp.tc.TCMain.newDocument(TCMain.java:807)
    at com.bo.wp.tc.TCMain.initDocument(TCMain.java:649)
    at com.bo.wp.tc.TCMain.initClient(TCMain.java:1253)
    at com.bo.w.tc.thread.InitAppletRunner.run(InitAppletRunner.java:82)
    at java.lang.Thread.run(Unknown Source)"
    Resolution:
    In Supervisor, the user does not have the Import Universe right in the designer.
    Enable the Import Universe right for the user, and ensure they have rights at the user and group level.
    Scenario2:
    In BusinessObjects version 6.5, when attempting to create a new WebIntelligence report using the Java Query Panel, one of the following error messages appears:
    "The Web Intelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your Business Objects Administrator (Error: WIJ 20002)"
    or
    u201CWeb Intelligence cannot retrieve this document due to a server problem or an error in the document structure. See your Business Objects Administrator".
    Also, the bottom of the Java applet window states Launching new document.
    Resolution:
    The error messages occur because either the universe file name contains an ampersand character (u201C&u201D) in the name or the .unv or .unw files used by the Java Query Panel have become corrupted.
    To resolve the error messages
    Navigate to <installation directory>:/Business Objects/BusinessObjects Enterprise 6/nodes/<server name>/<cluster name>/universes/.
    Remove the .unv file for the derived universe.
    Navigate to <installation directory>: /Business Objects/BusinessObjects Enterprise 6/nodes/<server name>/<cluster name>/universes/<universe domain name>/ucdz.
    Remove the .unw file for the derived universe.
    Remove the ampersand character ("&") from the universe name.
    Scenario3:
    Problem:
    Error: "The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (Error: WIJ 20002)" when you try to open the Java Report Panel.
    Resolution:
    ****CONFIGURATION*****
    WebIntelligence version 6.1b
    Windows 200 Server SP4
    IIS 5
    JDK 1.42_03
    **********SYMPTOMS******
    You try to open the Java Report Panel and you receive the following error:
    "The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (Error: WIJ 20002)"
    *********CAUSE*************
    You do not have the correct permissions to access files from the wiasp virtual directory. The virtual directory and all sub-directories were initially configured to use "Scripts only" or "None".
    *********RESOLUTION*****
    Here are the steps to follow:
    1. Open the Internet Information Services Manager Console.
    2. Expand the "Default Web Site" and "wiasp" directories.
    3. Right-click each of the following directories, and in Properties for each, set the respective value for Execute Permissions:
    scripts = "Scripts"
    viewers = "Scripts"
    bin = "Scripts and Executables"
    classes = "Scripts"
    onlineguides = "Scripts"
    help = "Scripts"
    distribution = "Scripts" or "None"
    Scenario4:
    Problem:
    Error: "WebIntelligence Java Report Panel cannot connect to the server (WIJ 20002)" when attempting to create a new report
    Resolution:
    ****CONFIGURATION*****
    WebIntelligence 6.5.x
    **********SYMPTOMS******
    You attempt to create a new report using the Java panel based on a universe. The universe list appears as expected, but upon selecting the universe you receive an error similar to the following:
    "The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (WIJ 20002)"
    *********CAUSE*************
    There is a connectivity issue to the universe and/or document domain. The universe list is still displayed because that information is cached.
    *********RESOLUTION*****
    Here are the steps to follow:
    1. Log into Supervisor as a General Supervisor.
    2. Go to Tools > Repository to open the Repository Management dialog where domain connections are listed.
    3. Test the document and universe domain connections and update where needed to establish connectivity.
    Scenario5:
    Problem:
    Error: "WIJ 20002" when launching the Java Report Panel on a Windows 2003 Server.
    Resolution:
    ****CONFIGURATION*****
    WebIntelligence version 6.5
    Windows 2003
    IIS 6
    **********SYMPTOMS******
    You launch the Java Report Panel on a Windows 2003 Server and receive the following error:
    The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your Business Objects administrator. (Error: WIJ 20002).
    *********CAUSE*************
    This error message appears because ISAPI (Internet Server Application Program Interface) extensions are disabled by default on IIS 6.
    *********RESOLUTION*****
    Here are the steps to follow to enable ISAPI extensions:
    1. Click Start > All Programs > Administrative Tools > Internet Information Services (IIS) Manager.
    2. Expand the "" beside the server name by clicking the "" icon.
    3. Select "Web Service Extensions."
    4. Select "All Unknown ISAPI Extensions" from the right pane and click "Allow."
    5. Restart the IIS web server.
    I know it's a bit long but i hope this will help you to some extent in troubleshooting WIJ2002 Error.

  • Scanning for file or registry rights

    Is there any method or tool for finding out if file or registry rights
    have been changed during a setup procedure?
    Every now and then I create an application via snapshot which does not
    work when it is distributed. Usually those problems are due to missing
    rights for users on the file system or the registry. Especially the latter
    are very difficult to track down. It is not always possible or desirable
    to replace the snapshot with an msi-package or running the setup as
    unsecure system, so I would be very grateful for a quick method to find
    the changed rights so that I can grant those by means of a distribution
    script.
    Thank you for your help.

    On Mon, 25 Jun 2007 08:03:24 GMT, Anna wrote:
    > Is there any method or tool for finding out if file or registry rights
    > have been changed during a setup procedure?
    filemon / regmon from sysinternals could perhaps do that
    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

Maybe you are looking for