Clients not picking up changed application files

I created an application and deployed it to a collection containing 1 workstation.  I needed to make a change to one of the files in the application, so I made the change in the source for the application, redistributed the content to my distribution
point and tried to run the updated application on the client.
The workstation will not pick up the changed file.  I have run the Machine Policy check in, the User Policy check in, and the Application Deployment Evaluation Cycle multiple times to no avail.
We are just beginning our implementation of SCCM (converting from Altiris) and this is really frustrating me to no end.
Any help will be greatly appreciated.

There are multiple ways to check if the current version of the application is being installed. One of them is to check the AppEnforce client log file after triggering the installation.
That should show a line like the following, which includes the revision of the installed application:
<![LOG[+++ Starting Install enforcement for App DT "<DeploymentType>" ApplicationDeliveryType - ScopeId_A351EC12-B25C-4327-80EE-247F25E4CE55/DeploymentType_26778027-8288-4f4e-b588-f8259f85777d,
Revision - 6, ContentPath - C:\Windows\ccmcache\2, Execution Context - User]LOG]!>
My Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude

Similar Messages

  • ADG is not picking up changes from this getter

    My ADG is not picking up changes from this getter, is it because the whole class needs to implement IEventDispatcher ?
    <mx:AdvancedDataGridColumn headerText="Delete" dataField="reviewDate" visible="{userModel.loggedInUser.deleteReview}" id="deleteColumn">
    UserModel.as
        [Bindable(event="propertyChange")]
            public function get loggedInUser():User
                return _LoggedInUser;
        public function set loggedInUser(value:User):void
                _LoggedInUser = value;
                //loggedInUserModified.dispatch();
                eventDispatcher.dispatchEvent (new Event ("propertyChange"));

    Hi ,
    This is due to the query cache not getting updated for portal
    view this problem can be solved by only refreshing the query
    and u can get the help of basis people if there are anyother
    way for this .
    Assigning points is the way of saying thanks in SDN
    Regards ,
    Subash Balakrishnan

  • Not able to change welcome file in tomcat 5?

    I use tomcat 5.0.24
    If i try to change the welcome file from /conf/web.xml its not working. why?
    <welcome-file-list>
         <welcome-file>myProject/index.jsp</welcome-file>
         <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    thank u
    joe

    What I understood from your problem is that you want the root context to redirect to your application. For example, if you open tomcat main application (which ran from ROOT context) you want it to redirect it to your application. Right?
    The safest way is already recommended in an earlier post. What you do is,
    1. Open your application (e.g. http://localhost:8080/myapplication/index.jsp)
    2. go to the tomcat ROOT folder (C:\tomcat5520\webapps\ROOT).
    3. Locat index.jsp file
    4. Edit the file and replace the complete code with <jsp:forward page="myapplication/index.jsp">
    5. Save and close the application and check the tomcat root context. (http://localhost:8080/)
    Hope it helps.

  • My jsp page is not displayed - tomcat does not pick up the class file

    Hi everybody,
    I have a Java code which is a controller for a jsp page, called: HomeController.java. Code is as follows:
    @Controller
    public class HomeController {
    protected final transient Log log = LogFactory.getLog(getClass());
    @RequestMapping(value = "/mypage")
        public String home() {
            System.out.println("HomeController: Passing through...");
            return "home";
    }There is nothing especial in the jsp page: home.jsp. If I go to this url:
    http://localhost:8080/adcopyqueue/mypage
    I can view mypage and everything works fine. Also in the tomcat Dos page I can see the comment:
    HomeController: Passing through...As expected.
    Now under the same directory that I have HomeController.java, I've created another file called: LoginController.java. Following is the code:
    @Controller
    public class LoginController {
    protected final transient Log log = LogFactory.getLog(getClass());
    @RequestMapping(value = "/loginpage")
    public String login() {
            System.out.println("LoginController: Passing through...");       
            return "login";
        }And under the same place which I have home.jsp, I've created login.jsp.
    Also under tomcat folders, LoginController.class exists under the same folder that HomeController.class exists and login.jsp exists under the same folder which home.jsp exists.
    But when I go to this url: http://localhost:8080/adcopyqueue/loginpage
    Nothing is displayed! I think tomcat does not pick up LoginController.class b/c on the tomcat Dos window, I do NOT see this comment:
    LoginController: Passing through...Instead I see following which I do not know what do they mean?
    [ INFO] [http-8080-1 01:43:45] (AppInfo.java:populateAppInfo:34) got manifest
    [ INFO] [http-8080-1 01:43:45] (AppInfo.java:populateAppInfo:36) manifest entrie
    s 8The structure and the code for HomeController.java and LoginController.java plus the jsp files match. I have no idea why tomcat sees one of the files and not the other?
    Clean build did not help. Does anybody have any idea? Any help is greatly appraciated.
    Edited by: ronitt on Nov 16, 2011 3:55 PM

    Hi,
    Please check the following path if your application is deployed or not properly if you are using eclipse:
    Workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps

  • Forms not picking up change in library

    In 11g Forms instance the forms all call a common library pll. A minor change was made, but the forms are not picking up the change.
    Any ideas why?
    I dropped the library and re-added it to a form and it works, but this is not practical for several hundred forms.

    Are you sure the plx file is in the FORMS_PATH directory?
    Did you attach the library to the forms without the path?
    If you are on Windows, you can use sysinternals to see which files are actually read. It solved quite a few problems for me, especially with multiple Oracle Homes on one machine.
    There is probably a utility like that for Linux too.

  • B2B not picking up the input file

    Hi All,
    I am trying to test aB2B scenario. Oracle B2B is not picking up the file from Endpoint URI. Can someone please suggest. What might be going wrong?
    TIA
    Phani

    Hi Ramesh,
    Its an inbound scenario. I've placed a file on the host ftp server from where B2B is configured to pick the files, which isn't happening.
    Can you please tell me the possible reasons and the files which i've to look into in case of any errors.

  • Project not picking up changes in external sources

    I have a flex project that's using a couple of other Flex
    library projects as external sources... i have everything setup and
    working nicely.
    Except... if i make a change to one of the library projects
    the flex project doesn't seem to pick it up... for a while... if i
    add a log comment to my library project and build it, then run the
    flex project i don't see the log... if i close down Flex 3 and
    leave it for a bit, then open it and run it again... there it is...
    if i close and immediately reopen i don't see it... seems like
    something is being held in memory... but not sure if this is a Flex
    issue or local to my installation/machine etc.
    Anyone else seen anything like this?

    Sounds like you are seeing a problem with project
    dependencies, and possibly also slow compilation times. Would you
    mind entering a bug at
    http://bugs.adobe.com/jira ?
    If you could zip up and attach the projects that reproduce
    the problem, that will greatly help us investigate. However only
    attach them via the bug form if it is code you don't mind the
    public seeing. If you want to keep it private (but don't mind
    sharing it with us internally), you can file the bug and email the
    code to [email protected], including the bug number.
    If you can't submit the code as-is, I understand, but if you
    are able to strip it down to something basic / non-sensitive that
    still reproduces the problem and submit that, it would be immensely
    helpful.
    Thanks much,
    Tom

  • Portal not picking up changes to my .shell

    Hi,
    I added a header to the default headerFooter.shell a while ago. I could never
    get it to show up in my portal and I finally gave up. I know Merlin died a while
    ago so I don't think it is magic but I came in a few days later started my IDE
    and low and behold my header was showing up all of the sudden. Now I want to
    add a footer. I modified the same headerFooter.shell and I can not get the stupid
    thing to show up. I tried cleaning the app, rebuilding the app, stopping and
    starting the server. and even bumping the IDE none of which worked. What would
    be really cool is if I could just drag a .jsp file from the application window
    into my header or footer and have it show up. Anyone out there ever have this
    problem before?
    Thanks,
    John

    not sure whats going on, but let me explain how the .shell files work and maybe
    this will help.
    the markup from the .shell file is copied into the .portal file when you create
    a new portal.
    when you change the markup in the .shell file the IDE should refresh the markup
    in the .portal file to relfect the changes you made in the .shell file. I think
    this is not happening,
    to verify this view your .portal file as XML or open up in wordpad and check to
    see if the changes you made in your .shell file made it into the .portal file
    (since you are making changes to the footer these changes should be at the bottom
    of the .portal file)
    If the changes did not make it in try the following:
    1) changing shells in the IDE to an old one - save - and then back to your new
    one - save
    2) or just manually copy the markup into your .protal file
    Note when you 'disassemble' the portal in the Admin tools (create a desktop from
    a .portal file)
    The markup in the .shell file will be used not the markup in the .portal file
    (these should be the same though). The disassembler uses the 'markupName' attribute
    in the .portal file to match with the markupName attribute in the .shell file.
    hope this helps.
    OBTW - for the next release we are planning on allowing you to drop .jsp, .jpf,
    .pinc file into the shell from the IDE.
    "John Hundley" <[email protected]> wrote:
    >
    None of your suggestions worked. There is no folder with the same name
    as my computer.
    Please I want to throw somthing!!!!!!
    "Khurram Zafar" <[email protected]> wrote:
    I have noticed that sometimes, a property set in the property sheetin
    workshop
    doesn't get written to the underlying file and I have had to manually
    go and write
    the element to the xml file. I don't recall exactly which ones those
    are. Try
    one of these:
    1. Check that the property actually got written to the xml file, inyour
    case
    headerfooter.shell
    2. Try to make a change to a portal property as well, like setting the
    look and
    feel to classic from default or vice versa to get the server to reload
    all the
    framework related changes. If that doesn't work, and you have triedbouncing
    the
    workshop and the server, then:
    3. On your development machine, in your <domain name> folder there should
    be a
    folder named the same as the machine name you are working on. That has
    some cached
    files and data. Rename that folder to another name, shut down your server
    and
    restart. It should work now.
    Cheers
    Khurram
    "John Hundley" <[email protected]> wrote:
    Hi,
    I added a header to the default headerFooter.shell a while ago. I
    could
    never
    get it to show up in my portal and I finally gave up. I know Merlin
    died a while
    ago so I don't think it is magic but I came in a few days later started
    my IDE
    and low and behold my header was showing up all of the sudden. NowI
    want to
    add a footer. I modified the same headerFooter.shell and I can notget
    the stupid
    thing to show up. I tried cleaning the app, rebuilding the app, stopping
    and
    starting the server. and even bumping the IDE none of which worked.
    What would
    be really cool is if I could just drag a .jsp file from the application
    window
    into my header or footer and have it show up. Anyone out there ever
    have this
    problem before?
    Thanks,
    John

  • Delta load not picking the changes to Custom Fields in 0CRM_QUOTA_ORDER_I

    We have enhanced the structure of CRM datasource 0CRM_QUOTA_ORDER_I for some additional fields that are held on the quotation. These are being successfully extracted when the quotation is being created. We have been running with this exctract for some time but we have been made aware that the additional fields on the append structure are not being updated when the quotation is being changed. Therefore delta changes are not being picked up making the reports incorrect.
    The user exit we are using to extract the information is EXIT_SAPLRSAP_001
    Does anyone know how we can enable this change so that delta changes are picked up by the extractor.
    Many thanks
    Gareth
    Edited by: Gareth Aspinall on Jan 14, 2010 2:04 PM

    Hi Gareth,
    Can you please check that the custom fields were added as described in question 4 in the SAP note
    692195? If yes and there is still a problem please check that the SAP note  1319891 has been applied
    in your system, it is a pilot note so you will need to raise a message with SAP to get added to the pilot
    note.
    Best Regards,
    Des Gallagher.

  • Client not picking correct AP

    Hello,
    Just wondering if anyone has any ideas on why a client would not select the "better" AP?  This particular client see's 4 AP's and one of them is obviously the better one at -64.  Yet it inists that it wants to connect to one of the worst ones at -84.  There is no logic in it, and I don't see a way to force to to connect to the closer AP.
    Thanks,
    Dan.

    Dan,
    Most times the controller will instruct an AP to reduce power if it detects co-channel interference i.e another AP transmitting on the same channel. I am not really a great advocate of auto power settings because most times APs are at full blast until there is co-channel interference. Max power encourages hidden node problem.
    Regarding what rates, it's hard to say because clients may support different data rates at the same RSSI level. For 802.11g, mandatory rates are 6,12, and 24. Hence you could disable 6 and 9 or change to supported and set your mandatory to 12 or disable 6,9, 12 and set mandatory to 24.
    What is the distance of the problem client in relation to both APs? Have you taken the client closer to the AP behind the cinder wall and see if it still stays on the other AP.

  • Portal not picking up changes from query view in analyzer

    Hello All,
    If I change a query view in analyzer, the changes are not being picked up in the portal unless i restart the portal, therefore clearing the cache.  Is there away of clearing the portal cache without a restart?  I am aware of a few ways to clear navigation cache and PCD cache, but this does not solve my issue. Also I have cleared the query cache through RSRT but this makes no difference.
    Any suggestions apprecaited.
    Thanks,
    Nick

    Hi ,
    This is due to the query cache not getting updated for portal
    view this problem can be solved by only refreshing the query
    and u can get the help of basis people if there are anyother
    way for this .
    Assigning points is the way of saying thanks in SDN
    Regards ,
    Subash Balakrishnan

  • Java Preferences not picking up changes

    Ok .. well.. all of a sudden, Java Preferences isn't picking up the Java version that I've set.
    I want to find out what stuff the Java Preferences app modifies so I can check and see what is going on with my system.
    Yes, JAVA_HOME is not set, when I echo it, it returns an empty line.
    I created a clean user account and yes it DOES work, so I need to find out what setting has caused my own account to be borked.
    I checked my bash_profile, /etc/profile, /private/etc/bashrc, /private/etc/profile and all do not have JAVA_HOME anywhere.
    Can anyone help? I've spent too long on this silly thing >.<

    Since the issue is specific to your original user account, you can proceed in two ways. One is to log into your new account, make a list of the preference files (plists) located in /username/Library/Preferences/, including any in the ByHost subfolder, log back into the original account, move everything on that other account's list from the original account's Preferences folder into a newly created folder on the Desktop, log out and back in, and see if the problem goes away. If so, you can copy the ones in the Desktop folder (one at time) back into /Preferences/, restart, and see if the problem returns. If so, you've identified the corrupt/conflicting one. Continue with all of them until isolating the bad ones. That'll save you the trouble of resetting preferences.
    The second way is much more detailed and I'll not burden you with the steps unless the above doesn't fix the issue.

  • SCCM 2012 client not reflecting name change

    I have a computer that is running the SCCM client that was recently renamed because it was moving locations (the computer names reflect department and building).  So I renamed the machine but it's still reflecting the old computer name in manager
    console(it's been about 5 hours since the name change), do I need to remove the client and reinstall it to get it to update properly or should it be doing this automatically?

    http://myitforum.com/cs2/blogs/rzander/archive/2008/08/11/sms-sccm-commandline.aspx
    Use Trigger DataDiscoverRecord (DDR) update in the above post.
    Jason | http://blog.configmgrftw.com

  • Customize Dates recurrence pattern not picking up changes.

    Hi,
    For process scheduler, I have a recurrence set up with custom dates. This recurrence worked fine all through 2009 but now that I've deleted last year's dates and added dates for this year it is not working correctly. When I schedule a query using this modified recurrence it only schedules the last date (December). The recurrence is set up to schedule the next instance on completion of the last. I am used to having the query run immediately and then have an intance scheduled for the next defined date.
    Help is greatly appreciated!

    From KB ID 659082.1:
    SPECIFIC TO: Enterprise, PeopleTools 8.48 +
    Symptoms:
    Once a recurrence definition has been configured to use the 'Run on Specific dates' option, at submission time, the processes are not queued for the first date. Instead, the processes are queued for the last date in the sequence.
    Solution:
    This is a known issue and development has included the fix in Tools 8.50.
    REPORT ID: 1631169000
    WORKAROUND:
    Once the processes are queued for the last date in the sequence, modify the RUNDTTM field based on the newly assigned process instance number in the following Scheduler tables: PSPRCSRQST and PSPRCSQUE by using the following sql statements.
    1) UPDATE PSPRCSRQST SET RUNDTTM='first date/time in the sequence' WHERE PRCSINSTANCE='newly assigned process #'
    2) UPDATE PSPRCSQUE SET RUNDTTM='first date/time in the sequence' WHERE PRCSINSTANCE='newly assigned process #'
    Once the RUNDTTM has been updated to reflect the initial run's start time/date, subsequent iterations using the affected recurrence will proceed as expected according to the time/dates specified.
    Regards,
    Bob

  • HT1947 iPad Remote App not picking up my .MP4 files on Server

    Hi all, I've done everything in the guide article but when I open the App on iPad it says either "Connecting to your Library" or simply "loading" and just sits there for ages (all the time I've been searching the Community and writing this and its still loading - thats around half an hour at the moment). I have around 800 movies on a Synology DS413J so is it likely to be sheer volume slowing it?
    The reason I want to use Remote App is that I thought it might give the option to display a list of movies via Apple TV that could be scrolled through or paged through or even searched because leafing through 800 Movie artworks one by one to select a movie to watch would take an age - I might as well walk into the study and put on the DVD!
    Any help gratefully accepted.
    Thanks
    Johnnymag

    We might be having the same issue.  What I have noticed is that the Itunes App shows all of my content when I search directly on my Itunes library, on the PC.  But when I try to control my Itunes content through an Apple TV, all that I can see is the content that I purchased on the Apple store.  Do you see any pattern to the issue?
    I submitted a complaint to Apple and someone was working on it, but now it seems she is no longer at Apple. 

Maybe you are looking for

  • Having troubles transferring photos from my Iphone 4s to my computer

    I can't transfer photos/videos from my iphone 4s to my computer since the computer won't recognize the phone as I plug it in. I tried to install new drivers but only tells me that all my drivers are up to date. I cant recall having this problem until

  • [SOLVED] File refuses to be deleted

    Hello all, I have  a file in my home dir, it is a .zip file, when I attempt to delete it, it appears to be removed for a moment then pops back up. I can see this happening in my KDE plasma folder panel widget. It also appears in the dir in the CLI bu

  • How To use JFree chart in Oracle Forms 11g ?

    Hi all I had a graph in oracle forms6i I would like to convert them to 11g forms as graph builder is not supported by oracle forms 11g while goggling came to knew that there is Jfree chart through which we can develop the same as 6i graph..but unable

  • Error when trying to install oracle client (can't connect to X11 error)

    Hi guys, I need help to install Oracle Client 10g. I am quite a novice so I am totally hopeless when it comes to difficult or linux-kind-of-terms. I can't use GUI at all, so everything got to be done through putty.exe my local pc (where the putty is,

  • FS -  Vendor Ageing Analysis

    Dear All, Please help me out in preparation of FS for Vendor Ageing Amalysis. regards Rama Mohan