Changing package path vs advertisement behavior

Hello, I have an advertisement that is set to "Always rerun". If I move the source files and change the source location in the package, will the advertisement will see this as a change and will rerun ?
I tried with one package/advertisement and it didn't seem to rerun but I was pretty sure it would...Sometimes, SCCM is kinda slow so before starting the 49 other and they all start after... I wanted to confirm if wether or not the advertisement will run
again (if set to "Always rerun") if I change the package source location!
Thanks in advance.

If I remember that was the case in SMS 2003. It hasn't been since then though. It will however initiate full send of the package to all DP's and child sites.
John Marcum | http://myitforum.com/myitforumwp/author/johnmarcum/

Similar Messages

  • I changed the path of my photos, how can I find them from iPhoto

    I didn't import my photos into the photo library,
    now I changed the path of my photo,
    how I can find them,
    I have thousands of photos, I don't want to check one by one~

    I believe this is the post Larry's referring to:
    Pascal Mah
    Re: iPhoto '11 referenced library problems
    Jul 27, 2011 4:28 PM (in response to Terence Devlin)
    YES!!!
    I finally managed to recover my iPhoto library!
    But it was not easy. I had to hack into the database file to put up things right.
    After a significant amount of trial-and-error, here is the procedure I came to, which finally worked for me (use at your own risk):
    0. Make sure you make enough backups so as to revert to the previous state if something goes wrong!
    1. Make a copy of your iPhoto Library [Show Package Contents]/Database/apdb/Library.apdb to your desktop.
    This file contains most of the data involved for managing your iPhoto data.
    2. Open this file using a SQLite database manager.
    I used Navicat 9.1, which has nice import-export features. For direct editing, Base 2.0 is may be easier.
    3. Open the table RKMaster.
    This table contains all records for the individual pics of your library.
    4. Correct the path of each of your pic files in the imagePath column to their current filepath.
    This contains the path of your pic files at the time they were imported, and is not updated by iPhoto even though you have moved your pic files somewhere else.
    If you have several thousands of paths to correct, a good idea is to export this column to a text file (also including the modelId column for referencing), and to correct paths using the substring Search&Replace function of your favorite text editor. Be sure to re-import the corrected data properly using the modelId column as references.
    5. If needed, correct in the same manner the content of the fileVolumeUuid column to the value of the drive currently containing your picfiles.
    If needed, obtain this value considering a pic which was recently imported from that drive.
    6. If your drive name was modified, also correct its name in the name column of the RKVolume table.
    Identify the proper record by considering its uuid previously obtained.
    7. If you're happy with your work, quit the database managing program and put Library.apdb back in its original location inside your iPhoto Library.
    Keep the older somewhere in case something goes wrong.
    8. Run iPhoto to see if your work is successful!
    At this point, you might consider rebuilding the Photo Library (hold alt-cmd while launching iPhoto) and choose Repair the iPhoto Library Database (Be sure to leave the Rebuild the iPhoto Library Database from automatic backup unchecked!). This might correct some possible unconsistencies resulting from your edits. Also, a good thing might be to rebuild all thumbnails. If iPhoto does not bug you for locating files during that process, you have possibly done your work right! If not, back to step 1.
    As said, this worked for me, with no visible inconsistencies or side effects to be noticed in the behavior of iPhoto (at least for now). But possibly some knowledgable people might comment and improve that process, and some database script guru might also help automating this. Please comment.
    Lessons learned (How I understand the things as far as I know):
    A. Library.apdb stores the initial drive and path of the pic files at the time they were imported. This is not modified as the files are moved around.
    B. Some other data (BLOBs?) is used to track the files at their actual location. Therefore, it seems OK to move the pic files after they were imported.
    C. Unfortunately, this other data is broken if the file is recreated (even with same content and location), for example with a file-based backup and restore (Time Machine).
    D. In that case, iPhoto is unable to recover the file if its current drive and path does not match the one when the file was imported, stored in the database. Also there is no mechanism in iPhoto to correct this data.
    E. Therefore, it is very important to import pic files in iPhoto only when these are already in their final location! If not, your iPhoto Library won't survive a TimeMachine backup and restore! (Possibly, a block-based drive backup could work... I don't know).
    F. ...And Apple should really, really fix this issue! (By correcting the stored filepath and drive to the current file location at least when the database is repaired, and by offering at least some basic file reconnection options).
    OT

  • How to change the path of the Transport

    HI all!
    I had the system of portal dev,qas,prd,I want to made the export folder of the dev point to the import folder of the qas.But how to change the path of the transport ?I change the file of the D:\usr\sap\dev\SYS\global\pcd\pcdStartup.properties,But it not useful.I think my type is not correct.Plz tell me the key.thanks very much!!!
    D:\usr\sap\dev\SYS\global\pcd\pcdStartup.properties,I changed:
    Transport Application
    Root directory for exporting transport packages
    #Pcd.TransportApplication.ExportRootDir=
    qas\Import
    Root directory for importing transport packages
    #Pcd.TransportApplication.ImportRootDir=${Pcd.Share}/Import
    Directory for temporary transport files
    #Pcd.TransportApplication.TempDir      =${Pcd.Temp}/transport
    Edited by: joecui on Nov 12, 2008 8:15 AM
    Edited by: joecui on Nov 12, 2008 8:16 AM

    Did you try to remove the "#" character before every line you changed?
    Save the file...
    Reload/Refresh it in the Portal...
    Try if that helps you.
    Cheers,
    Benjamin

  • Changing Package Name of an AIR apk

    Hi. I have created an AIR app that is currently in the market. To update the app, obviously I must keep the same package name. My first version's were packaged using Eclipse with the ADT plugin.
    Now to use AIR 3.0 Native Extensions (ANE) which were not available when I first developed the app, I currently must create my APK using AIR's command line tools. Unfortunately, these command line tools force you to have a package name that starts with the word "air". For example, I need the package name "com.example". AIR creates the package name as "air.com.example".
    So now, I cannot update my app in the market since the package name has changed. Adobe has this horrific article to help you rename and remove the "air" in the package. I'm not a great programmer so this has really stumped me.
    http://kb2.adobe.com/cps/875/cpsid_87562.html
    Apparently this info is out of date or incorrect in a few areas.
    I have completely stumbled at step 12 which uses apkbuilder:
    apkbuilder final.apk -u -z resources.arsc -f classes.dex
    I am getting this error message:
    THIS TOOL IS DEPRECATED. See --help for more information.
    java.io.FileNotFoundException: resources.arsc does not exist
    I have used step 10 to create the new resources.arsc file. It clearly DOES exist and in the correct location. I tried using apkbuilder with other resources.arsc files taken from other projects. I still get the same error message.
    Maybe there is another way to do this using another tool like like apkTool. http://code.google.com/p/android-apktool/
    I tried this but then couldn't get jarsigner to sign the apk properly.
    Is there a chance in hell of this working? There doesn't seem to be much about this topic on the internet. If anyone is interested in this, I have a zip file with a sample AIR apk, windows bat files for all the command line work, and all the needed utilities so they don't need to be downloaded. To get started you just need to change my path.bat to fit your system. And you need notepad++ (or an equivalent) to batch automate renaming the package name across several files.
    http://bradwallacedesign.com/dktimer/renameApkProject.zip
    Thanks so much!

    If the DisplayObject is on the timeline then its name cannot
    be modified, but the name property of dynamically created
    DisplayObjects can be changed. (DisplayObject.name:String
    read/write).

  • Changing installation path of the runtime? Install by User?

    Hello,
    I'm currently facing a situation where I need to deploy an
    AIR application to users who do not have admin rights.
    I know that AIR does not allow doing that. But I've tested
    that one of the main thing preventing from installing AIR on this
    definite environment is that writing is not allowed to program
    files folder.
    I've run tests using other install packaging tools and manage
    to make it working perfectly by targeting mydoc folder instead of
    program files folder and also by specifying a per user install.
    Everything works fine (even more advanced features not possible
    with the official installer like environment variables, patches...)
    I wonder if there's a way to say AIR to be installed on a per
    user base and to change the path of the runtime installation (this
    may not break the update mechanism because as far as I tested it,
    it just changes app information regarding its path).
    I understand clearly why Adobe do not want to make AIR
    standalone because it is against the entire focus of this
    technology. But I've read that plenty of people are in situation
    where they may use AIR to develop rich software application to
    produce tools internally of a company, without having to go with
    the expensive and time consuming process of going through the
    regular IT installation procedure. On the one hand Adobe may loose
    the advantage of having an entire company making AIR available on
    their computers worldwide, on the other hand they may improve in
    term of AIR latest version adoption and making this technology
    considered lightweight, flexible and useful technology within big
    international companies internal use. (and it may be a step before
    the full adoption within the company?)
    Thank you in advance for giving me the official approach on
    this point.
    Best regards.
    Cedric M. (aka maddec)

    This is a security feature, preventing scripts from accessing the full path of a file to be uploaded using <input type="file">.
    In earlier versions of Firefox, your script might have asked the user's permission to access privileged information, but this feature was removed in the past few versions of Firefox.
    Why do you need the full path?

  • How to change Cache path of Adobe Drive manually?

    Hi there,
    i have a problem with one of my clients running Adobe Drive 2.1. The Operatingsystem Username of the Standard User on the Client computer was changed (MAC OSX) and now Adobe Drive links its cache file to the old user profile folder. If i try to change it in the Drive settings, it says something like "cannot be done, try again later". Think it must be a rights problem. Tried different ways with new users in the system, drive reinstllation with deletion of preferences a.so. still with the same result, i can't change the path to the cache folder in Adobe Drive and this prevents me from logging in to the cmis server. So the client can't use the Connector and Bridge to handle the connection to the cmis server - a bit unhandy
    I think there must be a file in which the cache path of Adobe Drive is hardcoded, but i haven't found the correct file yet (looked in the package contents of Adobe Drive via the Mac Finder). Can you give me a hint, where i can find the cache-path entry?
    Many thanks.
    best regards,
    Volker

    Hi LUXMEDIA,
    To change cache path manully, please follow the below steps:
    Assuming that the original cache location is /User/userA/Library/Application Support/Adobe/CS5ServiceManager/diskcache, the new cache location is /User/userB/Library/Application Support/Adobe/CS5ServiceManager/diskcache
    1. Quit Adobe Drive, and kill CS5ServiceManager
    2. Copy files under  /User/userA/Library/Application Support/Adobe/CS5ServiceManager/diskcache to /User/userB/Library/Application Support/Adobe/CS5ServiceManager/diskcache
    3. Launch Terminal, input the following commands:
    3.1 cd  /User/userB/Library/Application Support/Adobe/CS5ServiceManager/configuration
    3.2 ls -al
    you will see .settings folder
    3.3 cd .settings
    3.4 ls -al
    you will see a file with the name org.eclipse.core.runtime.preferences.OSGiPreferences.11.prefs
    3.5 vi org.eclipse.core.runtime.preferences.OSGiPreferences.11.prefs
    change 'system/cache_location' value to '/User/userB/Library/Application Support/Adobe/CS5ServiceManager/diskcache'
    4. Relaunch Adobe Drive, go to settings panel, you'll see that the cache path has been updated.
    Thanks,
    Hui

  • I want to load Firefox on my computer at home, which is not connected to the internet. I want to download Firefox to my flashdrive and then add it to my computer at home. When I try to download Firefox, it won't let me change the path of where it download

    I want to download Firefox on a flashdrive so I can then download it to my home computer which is not connected to the internet. When I download Firefox, it won't let me change the path and so tries to download on a public computer, which isn't allowed. The reason I want it on my home computer is because I'm creating web pages and I want to view my html pages using a variety of browsers, including Firefox.

    From another computer, go to http://www.mozilla.com/firefox/, click "Free download" button, click "Save File" button, select your flash drive in "Save as" window. "Firefox Setup 3.6.13.exe" file will be saved in your flash drive.
    You just need to insert it in your new computer and double-click on "Firefox Setup 3.6.13.exe" from Windows Explorer and follow instructions.

  • Is there a way to change the path of the Skin and FLVPlayer .swfs in Dreamweaver?

    Hi! I have a simple question that I can't seem to figure out.  I know how to insert an flv via dreamweaver and it is very simple
    see the code --
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="205" height="250" id="FLVPlayer">
        <param name="movie" value="FLVPlayer_Progressive.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="scale" value="noscale" />
        <param name="salign" value="lt" />
        <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=flash/flashvid eofile&amp;autoPlay=false&amp;autoRewind=false" />
        <param name="swfversion" value="8,0,0,0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="205" height="250">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="scale" value="noscale" />
          <param name="salign" value="lt" />
          <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=flash/flashvid eofile&amp;autoPlay=false&amp;autoRewind=false" />
          <param name="swfversion" value="8,0,0,0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    The question I have is... How do you change the path settings for the 2 required swfs (the skin swf and the player)?  I would ideally like to have all my flash components including the skin swf and the player swf in the same folder as the flv (rather than have the swfs in the root of the same folder as my html doc), but everytime I try to adjust the path settings of the swfs in the above code I get a white screen.
    hope this makes sense and is not confusing...
    Any suggestions?
    Thanks
    -Brian

    Hi Cashmoneydonuts,
    You can create an animation for this using Edge Animate, and add it to Muse.
    The following link might be helpful:
    Liven up Adobe Muse CC sites with animated effects | Adobe Inspire Magazine
    Regards
    Sonam

  • Is it possible to change the path of the JSESSIONID in WebCenter Content (formerly UCM)?

    We are having problems with multiple portal applications, spaces, and WebCenter Content all using JSESSIONID. I know you cannot change the name or path of the cookie in spaces and I know how it can be changed in the apps. I also know that Oracle do not recommend changing the name in UCM, which would be OK if we could change the path from "/" to something else...say "/cs". I have not been able to find a way to do this so any help would be appreciated.
    Bill

    Hi Bill ,
    I think the details in the following link will help you achieve this :
    http://www.extended-content.com/logged-out-of-ucmwebcenter-content-after-opening-an-adf-page/
    Thanks,
    Srinath

  • I cannot play music from my library on either my external drive or my laptop - keep getting same message "___ song (all of them) could not be used because the original file could not be found. I have tried changing the path in prefernces many times.

    I cannot play music from my libray on either my external drive or my laptop. I keep getting the same message - "___ song (all of them) could not be used because the original file could not be found. Would you like to locate it?" I have changed the path several times under preferences and it still won't recognize any songs from either my laptop hard drive or my external drive. I can't play any music at all.

    I think I've fixed this on my machine.  If you look in the ITunes folder there is a subfolder called Previous iTunes Libraries.  In my case for some reason this contained the one which had always worked and a new one was in the main  folder.  I closed iTunes, deleted the new one, and moved the old one back to the main folder, then opened iTunes.  It then rebuilt the library and it plays correctly.  Hope it works for you.

  • Changing physical path in FILE TCODE using ABAP CODE

    Hi all ,
    I want to change physical path linked to logical path in TCODE FILE dynamically using ABAP program. Is it possible.
    If yes then how?
    Thanks for your help.
    Regards,
    Uday.

    s

  • Specify the full package path

    Well, here is a real beginner question. How can i specify the full package path of SUNs java.io package? And another beginner question, where is this package located on my computer? (relative to my java sdk installion path of course)

    Acctually I have a severe problem with leJOS. Here is my code:
    import java.io.*;
    import josx.rcxcomm.RCXBean;
    public class PCModule
         public static void main( String[] args )
              recv();
         public static void recv()
              RCXBean rcxb = new RCXBean();
              try
                   rcxb.setComPort("USB");
                   while(true)
                        System.out.println( "Test" );
              catch( IOException e )
    }This should compile fine, if lejosc would use the SUN java.io But it intends to use the own implementation of java.io and I really need to find a workaround to this problem because otherwise the code wont compile throwing the error, that the out symbol cannot be resolved.
    Btw. this part of the program should listen to the mindstorms IR-Tower for messages of a RCX-Brig and wirte them to an output stream.
    Isn't there a way to force lejosc to use the java.io package from sun?
    P.S.: If I don't use the System.out-line everything is fine, so lejos is installed correctly and if write a java test app everything is fine, so the SUN Java SDK is installed correctly too.

  • How to change the path of sysprep files that were copied to reference computer when i capture the image from reference.

    Dears ,,
    how to change the path that sysprep were copied to reference computer when i capture the image from reference.
    Should i modify some codes in LTIAPPLY.wsf? how to modify it?
    Thanks.

    Sysprep and capture has *Three* steps.
    1. Run sysprep on the local machine (easy).
    2. Copy WinPE down to the local machine so we can reboot into winpe for capture.
    3. Capture the drive in an *offline* state from within WinPE.
    What is most likely happening is that you are having problems with step #2. 100MB is *WAY* too small to copy down WinPE. By default MDT will make this System partition much bigger, 499MB. IF you install Windows 7 from the default media. IT will only create
    a 100MB partition.
    By default MDT 2012 Update 1 and greater *should* recover to a fallback drive with the OS on it, however if you are running older versions that might not happen correctly.
    If you are still having problems, copy your BDD.log file to a public share like OneDrive and copy the link here.
    Keith Garner - keithga.wordpress.com

  • How to change the path of MPLS

    How to change the path of MPLS core from one PE to the other PE with redundancy link? The IGP is OSPF and running MBGP among PE routers.

    Hi there,
    Load-balancing is applicable in MPLS as follows:
    If multiple equal-cost paths exist for an IPv4 prefix, the Cisco IOS can load-balance labeled packets. If labeled packets are load-balanced, they can have the same outgoing labels, but they can also be different. The outgoing labels are the same if the two links are between a pair of routers and both links belong to the platform label space. If multiple next-hop LSRs exist, the outgoing label for each path is usually different, because the next-hop LSRs assign labels independently.
    If a prefix is reachable via a mix of labeled and unlabeled (IP) paths, Cisco IOS does not consider the unlabeled paths for load-balancing labeled packets. (The load balancing is done only between labeled paths. This means that if an IP (unlabeled) and a labeled path have the same cost, only the labeled path is used to forward the packets.)
    HTH,
    Mohammed Mahmoud.

  • How to change package for Process chain

    Hi Experts,
               How do i change the package in the Transport connection. Iam transporting a PC from D to Q.
    1. I have some routines created in the infopackage.So i selected this one in the transport connection. I noticed under infopackages the following are also checked. a. infoobjects b. DataSource c. Infopackage d. Infopackage e. infosource f. transfer structure g. source system.will that cause problem in Q as I have them already in Q and P
    2. How do i change the package in the transport..Currentl all of them are &tmp. Please help me with the navigatioln steps.
    3. After clicking the truck icon, what shld i do ..do i have to transport the request as well. please provide me with steps.
    Thanks
    Dave
    Message was edited by: Dave Marcus

    1. I have some routines created in the infopackage.So i selected this one in the transport connection. I noticed under infopackages the following are also checked. a. infoobjects b. DataSource c. Infopackage d. Infopackage e. infosource f. transfer structure g. source system.will that cause problem in Q as I have them already in Q and P
    Ans : If you have ticked Transport Check button for Infopackage then only Infopackage is transported. Underlying Infoobjects, Transfer Structure etc. will not be transported.
    2. How do i change the package in the transport..Currentl all of them are &tmp. Please help me with the navigatioln steps.
    Ans : once you have pulled the necessary objects in the Transport Connection, Right click on the relevant object and select 'Change Package' to change the package from $tmp to others.
    3. After clicking the truck icon, what shld i do ..do i have to transport the request as well. please provide me with steps.
    Ans : Assign the Package by following question2, then assign Transport Request by clicking on the Truck Icon in Transport connection for the objects you have collected and then go to 'SE01' Transaction give the request number which you assigned in Transport connection and click on 'Display' which displays the request and all objects assigned to the request. select the Task Request and click on Truck icon which will release the task and then select the Main Request and click on Truck icon again which will release the main request.
    Thanks,
    Vamsi

Maybe you are looking for

  • Send a mail with attachement along with password protected

    I will try with UTL_MAIL package its working but i need it with ziping the attachment file and that file along password protected(encrypte) utl_mail.send_attach_raw( sender => vSender, recipients => mrec.per_h_email, subject => vSubj, message => vMes

  • How do i reorganise my full disk

    I have a 250GB disc on my iMac but I also have a Terra Byte and a 500GB external drive. My files are not well organised and my iMac HD is nearly full. I would like to store my iPhoto library externally but it will not allow me to drag and drop it. Ca

  • Premiere Elements 7 - size of my video is too big

    Hi - when I import a clip to the timeline and play it, it only shows about 50% of the size of the clip - in other words it is "zoomed in". I can find a 'magnification' option in the main preview window but that just alters the display size. How can I

  • Wired Headset for Lumia 900 with 3.5mm Jack

    Hi Would there be any recommendations for a Wired Headset with a 3.5Mm jack for headphones for a Nokia Lumia 900. I have tried the Nokia AD-54, you can hear the sound but sound quality is poor. I attached Bluetooth headsets BH-610 and BH-214, both re

  • Explain plan when have a View

    Hi I have a query and trying to use INDEX with hint, but I no use when is a view, is there some way for to use it ? SELECT /*+ INDEX(T1 I0_PS_COMPL_ESTRUT_COMERCIAL)            INDEX(T2 I0_ESTRUTURA_COMERCIAL)  */         T2.CD_TIPO_ESTRUTURA_COMERCI