Simple App Distribution

I’ve been using Zenwork for many years but just started a company
wide design to use Zenworks Server management, primarily T.E.D. System
overview: Windows 2003 SP2 – eDir 8.7.3.9 – Zenworks Desktop
Management 7.01 HP3 – Zenworks Server Management 7.01 HP4
The problem I have is trying to distribute a “simple app” from
the Distributor to 50+ subscribers. For example, I want to maintain one
copy of ConsoleOne and distribute to my remote site and run from the
network. All my MSI “Desktop Distributions” and “File
Distributions” work fine.
Distributor Defined Macro: SOURCE_PATH = \masterzenZENAppsConsoleone
Distributor Path: \masterzenZENAppsConsoleOne
Distributor File: \masterzenZENAppsConsoleOne1.2binConsoneOne.exe
Distributor Run to path: \%SOURCE_PATH%1.2binConsoleOne.exe
Subscriber Defined Macro: SOURCE_PATH = ZEN (Windows App Share)
Subscriber Path: \remotesiteZENAppsConsoleOne
Subscriber File: \remotesiteZENAppsConsoleOne1.2binConsoneOne.exe
Subscriber Run to path: \%SOURCE_PATH%1.2binConsoleOne.exe
The files and folder defined within the Distributors
“SOURCE_PATH” do push to the Subscribers, but the “Run
to Path” field doesn’t update the way I expect. The “Run
to Path” field gets completely replaced with the
“SOURCE_PATH” value, not inserting itself into the needed
space “\%SOURCE_PATH%1.2binConsoleOne.exe”

Novell says there is a bug with ZSM TED that removes anything after
\%SOURCE_PATH% ... in the "Path to File".
Should have a patch 2-3 weeks, hopefully less!??

Similar Messages

  • Looking for a simple app to add sound to my video...

    Hi,
    I've been trying to find a very simple app.  I want to add music (from my IPhone 4) to my own video (on my iPhone 4). 
    I'm pretty sure iMovie will do it, but it's 20MB and that's a lot of space for a lot of functionality that I don't want or need.
    Does anyone know a basic/simple app to add sound to my video???
    Thanks!
    Jim

    You're welcome.
    I can't even figure out how to do a search of the app store.
    From the App Store on your iPhone, press the Search button at the bottom and enter your search phrases.
    From a computer go here... http://appshopper.com/ and enter your search phrases
    FWIW, I used "video sound" to find your app.  It was the second hit.

  • How to create a simple app using the MVC approach?

    Hello gurus i'm trying to learn the SAPUI5 and i'm trying to create a simple app using the MVC i created the app and trying to add a lable to the view but there is nothing appear when i run it the code for the HTML page
    <!DOCTYPE HTML>
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <!-- only load the mobile lib "sap.m" and the "sap_mvi" theme -->
      <script>
      sap.ui.localResources("mytestapp");
      var view = sap.ui.view({id:"idshell1", viewName:"mytestapp.shell", type:sap.ui.core.mvc.ViewType.JS});
      view.placeAt("content");
      </script>
      </head>
      <body class="sapUiBody" role="application">
      <div id="content"></div>
      </body>
    </html>
    the code for the view
    sap.ui.jsview("mytestapp.shell", {
      /** Specifies the Controller belonging to this View.
      * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.
      * @memberOf mytestapp.shell
      getControllerName : function() {
      return "mytestapp.shell";
      /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed.
      * Since the Controller is given to this method, its event handlers can be attached right away.
      * @memberOf mytestapp.shell
      createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      oLabel.placeAt("content");
    i dont know what is wrong or if i should use a container to display my controls
    any help will be appreciated
    thanks in advance

    Hi,
    Instead of   oLabel.placeAt("content"); use return oLabel;
    so it will as below,
    createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      return oLable;
    Regards,
    Chandra

  • I am looking for a simple app to enable me to crop a face from one pic to another(fun). is it possible to do this via iPhoto or aperture?

    i am looking for a simple app to enable me to crop a face from one pic to another(fun). is it possible to do this via iPhoto or aperture?

    No, you will need something more advanced, like Photoshop.

  • I am looking for an simple app to do invoices. I only need to send around 6 invoices per week and they are usually paid by cheque. I need to be able to tick these as paid and keep a list of unpaid invoices so I can send reminders. Any suggestions please?

    I am looking for an simple app to do invoices. I only need to send around 6 invoices per week and they are usually paid by cheque. I need to be able to tick these as paid and keep a list of unpaid invoices so I can send reminders. Any suggestions please?

    I am looking for an simple app to do invoices. I only need to send around 6 invoices per week and they are usually paid by cheque. I need to be able to tick these as paid and keep a list of unpaid invoices so I can send reminders. Any suggestions please?

  • IPhone Apps Distribution Certificate on Windows XP

    Hi there! total newbie here!
    I had an idea for an application which i wanted to be programmed. being a total total newbie i asked someone to make it for me. its coming along nicely and will soon (hopefully) be on the app store.
    The thing is, i need to get a app distribution Certificate for the application.
    I do not have a mac and was wondering if i can get it some how using my windows computer?
    If that is not possible, could it be done by someone using THEIR mac....or is a certificate something which can only be done using my own machine?
    Hope someone can help me.
    Thanks

    If you trust your developer, your best bet would be to do all the downloading at that end. Your key and certificate can then be archived for your future use. In any case, you won't be able to use these docs without a development environment on a Mac. No matter where you download them, they need to be installed on a Mac and only an experienced developer should attempt to build the distribution package with them.

  • Socker Error using simple app

    Hello All
    I have a simple app that consists of a client and server. This works fine when both components are on the same network (either on the same machine or two different machines), however I get the following error when the client and server are on different networks:
    java.net.SocketException Unrecognized Windows Sockets Error :10071
    Some strange things:
    1) If I reverse the client & server, the app works (ie if the client is on network 1 and the server on network 2, the app fails but if the client is on network 2 and server on network 1, it's ok)
    2) The above error appears to be an NFS error - both machines are Windows
    3) My network administrator says there are no problems with the firewall and this should work ok.
    Thanks for any help
    Chris

    The problem actually raised itself in an rmi app, so I thought I'd just write the following test code to eliminate the rmi layer. As you can see, it's all simple stuff:
    Server Code:
    import java.io.*;
    import java.net.*;
    public class TestServer
      public static void main(String[] args)
        int port = 1099;
        if (args.length > 0)
          try
            port = Integer.parseInt(args[0]);
          catch (NumberFormatException e)
            e.printStackTrace();
            System.exit(0);
        try
          ServerSocket s = new ServerSocket(port);
          while (true)
            new MessageDumper(s.accept()).run();
        catch (Exception e)
          e.printStackTrace();
      static class MessageDumper implements Runnable
        public MessageDumper(Socket s)
          this.s = s;
        public void run()
          try
            BufferedReader br = new BufferedReader(new InputStreamReader(s.getInputStream()));
            String str = br.readLine();
            System.out.println(s.getInetAddress().getHostName() + " says " + str);
            PrintWriter pw = new PrintWriter(new BufferedWriter(new OutputStreamWriter(s.getOutputStream())));
            pw.println("GoodBye");
            pw.flush();
            pw.close();
            br.close();
            s.close();
          catch (Exception e)
            e.printStackTrace();
        Socket s;
    Client Code:
    import java.io.*;
    import java.net.*;
    public class TestClient
      public static void main(String[] args)
        int port = 1099;
        String host = "localhost";
        // arg 0 is host, arg 1 is port
        switch (args.length)
        case 2:
          try
            port = Integer.parseInt(args[1]);
          catch (NumberFormatException e)
            e.printStackTrace();
        case 1:
          host = args[0];
        try
          Socket s = new Socket(host, port);
          PrintWriter pw = new PrintWriter(new OutputStreamWriter(new BufferedOutputStream(s.getOutputStream())));
          pw.println("Hello");
          pw.flush();
          BufferedReader br = new BufferedReader(new InputStreamReader(s.getInputStream()));
          String str = br.readLine();
          System.out.println(str);
          br.close();
          pw.close();
          s.close();
        catch (Exception e)
          e.printStackTrace();
    }

  • Where is the official documentation for Wireless OTA Enterprise App Distribution?

    Where is the official documentation for Wireless OTA Enterprise App Distribution? It used to be here:
    http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_ App_Distribution/Introduction/Introduction.html
    The above link is present in many posts in these forums (cf. More Like This below this question.
    The information I seek may also have been here:
    http://support.apple.com/kb/index?page=answerlink&url=http://manuals.info.apple. com/en_US/Enterprise_Deployment_Guide.pd…
    The article in question had official details on
    the itms-services:// link,
    the app manifest file format and
    the general information.
    Currently I cannot find anything official on enterprise app distribution - only third party information. Has something changed, or is this a documentation glitch? Surely wireless OTA enterprise app distribution is still available via the enterprise developer program?
    Note: We currently use this for one of our enterprise clients. But before recommending other clients to join the enterprise developer program, we would like an official citation on whether this mechanism still exists.

    OK, the link in my question is no longer a 404. It's been replaced by a redirect to a new iOS Enterprise Deployment subsite which has been remade for iOS 8.
    http://www.apple.com/iphone/business/it/deployment.html
    My actual question about the technical reference is now located in the iOS Deployment Reference section of Apple Help:
    https://help.apple.com/deployment/ios/#/apda0e3426d7

  • How can i make a simple app?

    Hi,  i just became an apple develiper,  Im wondering how to make a simple app like a "flashlight" like app,  Can anybody help me out?  would i have to start from scratch or could i use someone else's start??

    Use your logon to the iOS Dev Center and see this links:
    iOS Human Interface Guidelines
    iOS Starting Point
    Start Developing iOS Apps Today
    App Development Overview
    App Store Review Guidelines for iOS Apps
    Your First iOS App

  • Simple App - Huge Lag. Please Help.

    So I have built a simple app that has 40 frames in the timeline. On each of those frames, I have an 2 images (PNG format) at 320x480 that come in at about 15kb each. I also have a block of text and 3 buttons. One button calls to an event that sets the visibility of the top image to 0, revealing the image underneath. Another click of that button sets the image visibility back to 1. The other 2 buttons control clicking back and forth between frames (previous and next buttons). Altogether I have 100 PNG image files in my app. I have imported the images into the library and they are physically in the timeline as opposed to being pulled in via ActionScript. The ActionScript for the buttons is done once and stretches across all 40 frames - it is:
    btnMagnify.addEventListener(MouseEvent.CLICK, onClickMag);
    btnPrev.addEventListener(MouseEvent.CLICK, onClickPrev);
    btnNext.addEventListener(MouseEvent.CLICK, onClickNext);
    function onClickMag(event:MouseEvent):void {
        if(myZoom == 0){
            imagefull.visible = false;
            myZoom = 1;
        } else {
            imagefull.visible = true;
            myZoom = 0;
    function onClickPrev(event:MouseEvent):void {
        var myNum = currentLabel.split("-");
        gotoAndStop("pg-" + (int(myNum[1]) - 1));
    function onClickNext(event:MouseEvent):void {
        var myNum = currentLabel.split("-");
        gotoAndStop("pg-" + (int(myNum[1]) + 1));
    My problem is that when I export this to my iPhone, it takes about 4 seconds when I click on one of those buttons before it reacts and does what I want. If I cut down the number of frames (and, thus, images used) it increases the speed at which it performs. Should I be loading these images into the movie in a different manner so performace can be optimized on the iPhone? I've been working with Flash for several years, but this is my first iPhone app using it and I can't understand why the SWF works fine but the iPhone app is so slow. Any help or advice would be GREATLY appreciated.
    Thanks!

    Forget the timeline and do something like this:
    Import your images to library and turn on Export for Actionscript, name your images and create an array:
         private var bgImgArr                    :Array = new Array("bg_abstract", "bg_bamboo", "bg_bars", "bg_candy");
    Write a method similar to this:
            private function setBgImage(str:String):void
                if (currentBgImg && this.contains(currentBgImg) ) removeChild(currentBgImg);
                var bgClassReference:* = getDefinitionByName(str);
                var bgInstance:BitmapData = new bgClassReference();
                currentBgImg = new Bitmap( bgInstance );
                addChild(currentBgImg);
    Call it like this:
    setBgImage(bgImgArr[ SOME_INDEX ]);
    Runs smoothly on iPhone 3G with any number of images. I just used similar approach in my latest iPhone game Blockslide: http://itunes.apple.com/us/app/blockslide/id431490534?mt=8&ls=1

  • New to APEX, help with simple app please

    Need to create a simple app based on 1 box with 4 buttons based to execute sql. Having hard time sifting throught the material need app fast. Sorry for being a block head. Can anyone help or suggest any books to point me in right direction. Need asap. Any help will be appreciated.
    Simple app with one box where username is entered
    --------------------- Enter new users name
    Create user with with added synonyms A
    Create user without synonyms B
    Remove user C
    ADD synonyms to existing user D
    EXIT E
    A = Executes create user command with additional lines of code to add the synonyms
    B = Executes simple create user command
    C = Executes delete user, (sys, system, ect will be excluded
    D = Executes command to add 3 private synonyms
    We are limiting the data they can see if they do not have a synonym.
    Thanks a ton

    Scott,
    Thanks for your reply. This is a DBA create user tool, management wants to provide the application administrator ability to create DBA users only for this database. The application is built so users with certain private synonyms assigned can see data, those without do not. It is a customized COTS app, I would never design like that.
    I do not agree with it, not my decision. I built a shell menu and scripts but that is not GUI enough for this boss. At first It looked like a simple APEX app. I am finding that APEX is more a reporting tool based on objects and I will continue to use it for that. I am learning lots about it so that is cool.
    Andy

  • ZFD App distribution, source path and fs rights...

    I am encountering an issue, where it seems that the only place you can
    specify the SOURCE_PATH variable for a ZFD app distribution is via the TED
    policy...
    Whenever I try and specify an application specific SOURCE_PATH (i.e. on the
    golden app) I get the following error reported in the dist TED.LOG:
    'the source path %SOURCE_PATH% is invalid. Make sure the "SOURCE_PATH"
    variable value is defined in the Tiered Electronic Distribution policy, and
    that the policy is associated with the Distributor objects parent container.'
    I understand that you can reference subscriber specific variables to set
    the destination folder and substructure within the distribution object, but
    cannot seem to set an application specific SOURCE_PATH on either the app or
    distribution object - it just wants to use the policy based value, which
    can only be set once for the distributor...
    Is it not possible to set an application/distribution specific value? And
    if not, how does the transfer of Common->File System Rights work?
    I'm sure I must be doing something wrong/approaching this the wrong way!
    Please help if you can!
    Many thanks
    David

    The actual issue is that the SOURCE_PATH macro IS NOT modified when
    distributing MSI based apps, however this works fine for snapshot style
    apps... For whatever reason the distributor treats MSI based apps and
    trad. app objects differently. If you try and 'gather' an MSI based app
    with the SOURCE_PATH variable used in the Package Source List, whcih HAS
    been defined in the Common Macros, then it insists the variable in invalid...
    As for the rights, the best way I've found is to give the rights to an
    associated group and maintain the group through the distribution. i.e.
    mirror structure and maintain associations. If you do this then rights ARE
    assigned to the distributed group object
    HTH
    Regards
    David
    > > File rights that are explicitly assigned in the Application object using
    > > the Rights to Files and Folders tab are not transferred.
    >
    > And this is one of the biggest pains in the ass about replication... It
    > means you've got to manually go thru and reassign file rights to an
    > application, even tho they're all set in the golden app.. I've suggested
    > this as an enhancement several times, but it's not made it there yet.
    >
    >
    > Graham
    >
    > "Ron van Herk" <[email protected]> wrote in message
    > news:[email protected]...
    > > For application distribution the SOURCE_PATH needs to be specified on the
    > > application: Common -> Macros
    > >
    > > File rights that are explicitly assigned in the Application object using
    > > the Rights to Files and Folders tab are not transferred. Have a look at:
    > >
    http://www.novell.com/documentation/...k.html#bt16403
    > >
    > > Ron
    > >
    > > <[email protected]> wrote in message
    > > news:[email protected]...
    > >>I am encountering an issue, where it seems that the only place you can
    > >> specify the SOURCE_PATH variable for a ZFD app distribution is via the
    > >> TED
    > >> policy...
    > >>
    > >> Whenever I try and specify an application specific SOURCE_PATH (i.e. on
    > >> the
    > >> golden app) I get the following error reported in the dist TED.LOG:
    > >>
    > >> 'the source path %SOURCE_PATH% is invalid. Make sure the "SOURCE_PATH"
    > >> variable value is defined in the Tiered Electronic Distribution policy,
    > >> and
    > >> that the policy is associated with the Distributor objects parent
    > >> container.'
    > >>
    > >> I understand that you can reference subscriber specific variables to set
    > >> the destination folder and substructure within the distribution object,
    > >> but
    > >> cannot seem to set an application specific SOURCE_PATH on either the app
    > >> or
    > >> distribution object - it just wants to use the policy based value, which
    > >> can only be set once for the distributor...
    > >>
    > >> Is it not possible to set an application/distribution specific value? And
    > >> if not, how does the transfer of Common->File System Rights work?
    > >>
    > >> I'm sure I must be doing something wrong/approaching this the wrong way!
    > >> Please help if you can!
    > >>
    > >> Many thanks
    > >>
    > >> David
    > >>
    > >>
    > >>
    > >
    > >
    >
    >

  • I have 17.2GB storage available on I cloud yet my I pad can't even upgrade a simple app as it says it is full

    I have 17.2GB storage available on I cloud yet my I pad can't even upgrade a simple app as it says it is full - it says I have 0 bytes available
    Any ideas?

    Welcome to Apple Support Communities
    The purpose of iCloud storage is to store backups and put files in order to be synced through all your devices, not to use it as an additional local storage. This means that you cannot put any app there if you do not have enough space on your device; in other words, you have to delete data from your iPad in order to update apps.

  • VPP and B2B apps distribution not working

    Hi,  as anyone been successful in setting up the Profile Manager to distribute a B2B app?
    We have the app in our VPP account, it shows up in the front page, no problem. Then we "buy" (it's a free app) some copies of it, in the account summary licences are shown as "Managed Licences", but they never show up in the App panel of the Profile Manager.
    Digging the issue down we discovered that OS X Server reports in devicemgrd.log, after the purchase
    1:: [158] [2013/12/17 10:52:27.787] Requesting incremental VPP sync in response to push notification from server
    and that's very good, but then
    :: [158] [2013/12/17 10:52:30.700] Unable to retrieve any metadata for product ID 743681***
    The ID is the one of the B2B app we asked the developers to put in our VPP account for purchase.
    I also have to say that
    - "Standard" apps distribution (apps that are public in the Store) is working fine (free and paid apps)
    - It seems to me that there is no way to escalate this issue to Apple tech support? (any suggestion on this point?)
    So, in the end, it would be a great relief just to know that anyone has the B2B method of app distribution working on his OS X Server Mavericks, because I'm banging my head on this issue for a month or more, and I'm starting to feel delusional ...  Thank you for any hint!

    No way. I opened a support case with Apple for this, and after a 10 days investigation they admitted it's their fault, but no timeframe for a solution was given to me.
    Pretty much disappointing I have to say.
    ps
    will update thread when (hopefully) it will be solved for me. Would you do the same pls?
    Regards

  • SOURCE_PATH in ZFD app distribution...

    I'm struggling to understand how to best specify and use SOURCE_PATH when
    distributing apps from a single distributor to subscribers that have a
    different volume and folder structure... (legacy servers)
    The apps are predominantly MSI, so we need to bear in mind that the
    distribution just hoovers up everything under the path specified in
    Common->Sources folder.
    Ideally i'd like to set the SOURCE_PATH on the individual app object and
    then use some 'variablisation' (!?!) on the subscribers to sort the paths
    out. However, I can only get the distributor to gather if the SOURCE_PATH
    variable is set at the TED policy within the service location package that
    is specified on the container above the distributor object... (If I don't,
    I just get an error in the TED.LOG:
    ' the source path %SOURCE_PATH% is invalid. Make sure the "%SO" variable
    value is defined in the Tiered Electronic Distribution policy, and that the
    policy is associated with the Distributor objects parent container.'
    This means I have to set the SOURCE_PATH in that policy for the Distributor
    and then specidy specific SOURCE_PATH variables on each subscriber
    object... The golden app objects then reference this 'global variable'
    with an appended path in the common sources e.g. %SOURCE_PATH%\acrobat
    This works... however my concern is having to specify a single SOURCE_PATH
    variable that is at the 'root' of all the applications.... If someone gets
    trigger happy with an app distribution, they could inadvertently specify
    just %SOURCE_PATH% and end up hoovering up all files and folders in that
    structure..... I'm sure this would probably kill most of the subscribers
    and wan links....!
    There must be a better way?! Any suggestions welcome!
    Many thanks
    David
    BTW ZFS/ZFD 6.5SP2!

    Further clarification:
    The issue is with MSI based application distribution. It seems that MSI
    based app distributions do not read/accept the SOURCE_PATH macro setting
    when gathering the Common->Sources Package Source List...
    Effectively the same method for distributing a snapshot based app works
    fine i.e. the Distrubitors gatherer process accepts the SOURCE_PATH macro
    setting from the snapshot based app as the SOURCE_PATH variable for the
    distribution and modifies its value accordingly.
    We are specifying SOURCE_PATH in the Common->Macros property page on both
    types of apps. The only difference is that the snapshot app references the
    macro in the Distribution Options->Application Files Source column,
    whereas the MSI based app references the macro in the Common->Sources
    Package Source List
    Why is it that MSI and snapshot based apps are treated differently?
    (Another approach may be to allow the SOURCE_PATH variable to be set upon
    the distribution but there doesnt seem to be a mechanism to set variables
    on a specific distribution, only the distributor)
    Can someone please clarify what's going on during the distribution?
    Many thanks
    > I'm struggling to understand how to best specify and use SOURCE_PATH when
    > distributing apps from a single distributor to subscribers that have a
    > different volume and folder structure... (legacy servers)
    >
    > The apps are predominantly MSI, so we need to bear in mind that the
    > distribution just hoovers up everything under the path specified in
    > Common->Sources folder.
    >
    > Ideally i'd like to set the SOURCE_PATH on the individual app object and
    > then use some 'variablisation' (!?!) on the subscribers to sort the paths
    > out. However, I can only get the distributor to gather if the SOURCE_PATH
    > variable is set at the TED policy within the service location package that
    > is specified on the container above the distributor object... (If I don't,
    > I just get an error in the TED.LOG:
    >
    > ' the source path %SOURCE_PATH% is invalid. Make sure the "%SO" variable
    > value is defined in the Tiered Electronic Distribution policy, and that the
    > policy is associated with the Distributor objects parent container.'
    >
    > This means I have to set the SOURCE_PATH in that policy for the Distributor
    > and then specidy specific SOURCE_PATH variables on each subscriber
    > object... The golden app objects then reference this 'global variable'
    > with an appended path in the common sources e.g. %SOURCE_PATH%\acrobat
    >
    > This works... however my concern is having to specify a single SOURCE_PATH
    > variable that is at the 'root' of all the applications.... If someone gets
    > trigger happy with an app distribution, they could inadvertently specify
    > just %SOURCE_PATH% and end up hoovering up all files and folders in that
    > structure..... I'm sure this would probably kill most of the subscribers
    > and wan links....!
    >
    > There must be a better way?! Any suggestions welcome!
    > Many thanks
    >
    > David
    > BTW ZFS/ZFD 6.5SP2!

Maybe you are looking for