Package distribution without content

Hey Guys,
I created some packages in SCCM 2012 R2 (really the old packages no applications).
Because this package is just a command line that runs I created the program directly without content.
The package was deployed and works fine :)
But in "Monitoring" -> "Distribution Point Configuration Status" these packages are staying as "in Progress" all the time on every distribution point.
I never distributed them, because they have no content. (The distribute content button is event greyed out).
So how can I make them successful?
Thank you in advance

Check these Pls
http://blogs.technet.com/b/configurationmgr/archive/2013/04/18/new-hotfix-available-the-content-status-of-a-package-is-stuck-at-quot-in-progress-waiting-for-content-quot-in-configmgr-2012-sp1.aspx
http://silentcrash.com/2013/08/packages-content-status-stuck-on-in-progress-in-sccm-2012/
Thanks, Prabha G

Similar Messages

  • Query for package distribution settings

    Is there a query to see what the "Package distribution Settings" are set to?  For example how could I find out which packages are set to "Download
    only content changes to the distribution point" or "Manually copy the content in this package to the distribution point"
    without manually checking each individual package?

    Hi,
    The PkgFlags stored in decimal format. You need to convert to hexadecimal format, then the last two digits of PkgFlags will show as below:
    Automatically download content when packages are assigned to distribution points: 0x......00
    Download only content changes to the distribution point: 0x......10
    Manually copy the content in this package to the distribution point: 0x......20
    When we check "Distribute the content for this package to prefered distribution points", the first digit of PkgFlags will be 0x4.......
    Hope the data above (I observed from database) could help you.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Package distribution not working suddenly

    Hi All,
    All of a sudden we are facing package distribution issue on one of our DP(server 2012 OS).
    getting the below error could you please help me ASAP.
    Distmgr.lg:
    CDistributionManager::ConfigurePXE failed; 0x80041013
    DP monitoring task is disabed on server
    Failed to delete DP health monitoring task on "server" error = 0x80041013
    Pkgxmgr.log:
    ExecStaticMethod failed (80041013) SMS_DistributionPoint, AddFile
    CSendFileAction::AddFile failed; 0x80041013
    Deleting remote file "servername\SMS_DP$\pkgid:xxxxxxx"
    CSendFileAction::SendFiles failed; 0x80041013
    CSendFileAction::SendFiles failed; 0x80041013
    Prashanth Kumar System Center Administrator

    0x80041013
    Provider load failure
    Source: Windows Management (WMI)
    http://blogs.technet.com/b/configmgrteam/archive/2009/05/08/wmi-troubleshooting-tips.aspx
    https://paweljarosz.wordpress.com/2013/07/01/sccm-2012-content-distribution-to-distribution-points-error-during-connection-to-sms_dp-and-0x80041013/

  • SCCM 2012: Package distribution fails.

    Hi,
    We have a package distribution that fails.
    What I did: redeploy, fails again and again. So I went to distribution point properties, tab content, then removed the package.
    I waited for some time but if fails again (note it is only 2 MB in size but takes like 20 minutes)!
    Below the logging of what went wrong. It seems as if it has issues cleaning up the package.
    My question: what is causing this/how to avoid?
    J.
    Failed to delete package file(s) from \\ourserver\ourapplication . Error = 145    SMS_DISTRIBUTION_MANAGER    25/02/2015 18:49:08    3436 (0x0D6C)
    Error occurred. Performing error cleanup prior to returning.    SMS_DISTRIBUTION_MANAGER    25/02/2015 18:49:08    3436 (0x0D6C)
    DP thread with array index 0 ended.    SMS_DISTRIBUTION_MANAGER    25/02/2015 18:49:08    7772 (0x1E5C)
    DP thread with thread handle 00000000000015B0 and thread ID 3436 ended.    SMS_DISTRIBUTION_MANAGER    25/02/2015 18:49:08    7772 (0x1E5C)
    Only retrying local DP update for package packagecode, no need to replicate package to child sites.    SMS_DISTRIBUTION_MANAGER    25/02/2015 18:49:08    7772 (0x1E5C)
    StoredPkgVersion (5) of package packagecode. StoredPkgVersion in database is 5.    SMS_DISTRIBUTION_MANAGER    25/02/2015 18:49:08    7772 (0x1E5C)
    SourceVersion (5) of package packagecode. SourceVersion in database is 5.    SMS_DISTRIBUTION_MANAGER    25/02/2015 18:49:08    7772 (0x1E5C)
    STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=oursccmserver SITE=PRD PID=3944 TID=7772 GMTDATE=Wed Feb 25 17:49:08.982 2015 ISTR0="Fixes" ISTR1="packagecode" ISTR2="" ISTR3=""
    ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="packagecode"    SMS_DISTRIBUTION_MANAGER    25/02/2015 18:49:08  
     7772 (0x1E5C)
    Failed to process package packagecode after 4 retries, will retry 96 more times    SMS_DISTRIBUTION_MANAGER    25/02/2015 18:49:08    7772 (0x1E5C)
    Jan Hoedt

    Excluded the packagesource from antivirus, 
    Is that "\\ourserver\ourapplication?"
    Torsten Meringer | http://www.mssccmfaq.de

  • Package distribution through a bit torrent network

    make pacman a bittorrent client, and servers seeders.
    would this be too complicated and not worth the trouble? im sure someone already thought of this.
    if noone is seeding, servers would offload traffic from each other.
    and if users choose to seed, well, we all know how fast movies download, right?
    any downsides of this package distribution topology? after all, this was the reason bt got created in the first place.
    im sure package signing would be a requirement..

    Xyne wrote:
    karol wrote:What is the use case for this? Who needs it?
    A full p2p package network would allow anyone to distribute binary packages on par with the official packages. Users wishing to share their own binary repos would no longer need (access to) a dedicated server. Basically, everything on the AUR would be available in binary format somewhere, which would be very useful for packages with long compilation times and/or many build dependencies. It would open the doors for architecture-optimized binary package distribution through some sort of tagging system. With time all architectures would be represented. It would also make the entire package distribution system far more robust, as everything currently relies on a single server to distribute new packages to the mirrors.
    There are advantages to not providing packages via bittorrent.  Primarily, I ofter release packages, close my laptop and go to work.  So the signle server at leasts guarantees seeds.  Many of the AUR packages would have ~0 seeds, making that not very useful.
    Xyne wrote:It would also eliminated the arbitrariness of the current "Trusted Users" and even the devs, not all of whom are equally trusted. It would be easier for users to decide whom to trust on an individual basis, including others who are not officially associated with the distro. The current trust system would remain, but it would not be "imposed" to the same degree.
    I already disable some Trusted User's keys in my pacman keyring.
    Xyne wrote:Instead of ordering repos, it would be possible to order packagers (with a matching dependency graph), which would make it easier to do things such as pull in all the Haskell packages from arch-haskell without having to give arch-haskell priority over everything in the community repo.
    Until I package something haskell as part of a rebuild and then someone at Arch Haskell decides to provide a glibc build.  Crappy example I know, but there is a point there!
    If bittorrent were to be used, I recommend it using web seeds with our mirrors and only used to spread the load for large downloads.

  • Packages deleting without jobs requests

    We have a problem that packages are being deleting constantly according to the distmgr.log.   this is going on non-stop for many days.
    package distributions have come to a halt.  nothing will distribute.  nothing can be found in logs anywhere to indicate why.
    we want to stop the deleting jobs. so we can troubleshoot and per chance packages will distribute in meantime.
    we have a premier support engineer with us.  so far no luck in determining cause or stopping the process.
    Michael Pace Client Services Team Allegis Group, Inc.

    The logs just keep repeating same type entry.  here is extract of distmgr.log (company name removed)
    permanently deleting F4FC199DACAF9705E16F805FD48E2B6077B2275AABF235C353A51124B2907DE3 SMS_DISTRIBUTION_MANAGER 3/17/2015 5:11:21 PM 4688 (0x1250)
    permanently deleting 612F648C44081951E8DEF530C28F41E8AF7FEB59DE815C553DF6CF365B29DE0C  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:05.812+240><thread=7540 (0x1D74)>
    permanently deleting 5CC44E0DCE8921CD87104CE03470A47F083A630798772B5B108B89F06B95797F  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:06.915+240><thread=7540 (0x1D74)>
    permanently deleting F24A140E6895F623105B8D0F367BC8E775AC1C455F87A2C269BD7AB4854E131F  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:07.309+240><thread=4620 (0x120C)>
    permanently deleting 1BDF3CB4CF07D44302290BE935F1EE108530B8062EEC6B284FEB3CBE2DC2A0C4  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:08.886+240><thread=7540 (0x1D74)>
    permanently deleting B5B4F3C1E28FCE3010BA31F53D85F19871F5B27D26A1F71636303D08758BFD81  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:09.112+240><thread=4688 (0x1250)>
    permanently deleting 3B2B0E3D999BA6AA96D2C3D19C61837F9F51A8A6605BE410A1E4CCECFFA601D0  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:09.511+240><thread=4620 (0x120C)>
    Successfully removed content 9cd8d04d-c585-432c-bd8c-b5a1494b4bc0 from server SCCM2012P01.xxxxxxxxxxxx.com  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:09.687+240><thread=8060 (0x1F7C)>
    permanently deleting 4F062EE545E26693E854EAB829A7DF935EF1357ED7959792B48D5043F44327A0  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:10.795+240><thread=7540 (0x1D74)>
    permanently deleting 9B9DFEE1341B79D469E6F31E4B4E30A7A66935822A837993CFB407F850284B0C  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:12.032+240><thread=7540 (0x1D74)>
    permanently deleting A8FA286F3915B96523A93F37A2BD878019946DDFC32B93AA30AADF18AA432D32  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:12.086+240><thread=4620 (0x120C)>
    permanently deleting 24845C546926332D93942F42D8C699D71B9BD9BE40D2503D575DB51761CBC513  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:12.572+240><thread=4688 (0x1250)>
    permanently deleting FE350F9338F7C546D35DDE6535809C2C9F4D1E99976B81881CD30A285DFA5DBD  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:13.263+240><thread=7540 (0x1D74)>
    permanently deleting 3B47AF98B653B4BC561B4E5135A6487231637021D84454B95D941A7ECC25CE13  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:14.263+240><thread=4620 (0x120C)>
    permanently deleting C8DB2BDA6C4B52DABACDFD1138689D268D68B16768807B893536C94245CA2E91  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:14.388+240><thread=7540 (0x1D74)>
    permanently deleting D2A8B81B4A978E97C6A2DD18F1F0B042BACF0A4F86FCDB5037DE4B6EBB038651  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:14.460+240><thread=4688 (0x1250)>
    permanently deleting 20EBCC8A0292CD218DFAE8EB3F43B59EA4A61FCB6A62C94949114475485C584A  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:15.673+240><thread=7540 (0x1D74)>
    permanently deleting E73B6ED5E116B42014C432C29171D24D8B7AFF1FBD697FEF86E54EC273F85CE6  $$<SMS_DISTRIBUTION_MANAGER><03-17-2015 16:06:16.364+240><thread=4688 (0x1250)>
    package transfer log extract below.
    ========  Processing Jobs  ========  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 15:01:02.140+240><thread=6616 (0x19D8)>
    Job count is 0.  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 15:01:12.145+240><thread=6616 (0x19D8)>
    ========  Finished Processing Cycle ( 3/17/2015 3:01:12 PM Eastern Daylight Time) ========~  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 15:01:12.151+240><thread=6616 (0x19D8)>
    Sleeping for maximum 3600 seconds.~  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 15:01:12.152+240><thread=6616 (0x19D8)>
    Checking for sending capacity.  Used 0 out of 105.~  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 15:59:55.377+240><thread=6656 (0x1A00)>
    COutbox::TakeNextToSend(pszSiteCode)  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 15:59:55.378+240><thread=6656 (0x1A00)>
    No (more) send requests found to process.~  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 15:59:55.378+240><thread=6656 (0x1A00)>
    ~Waiting for new/rescheduled send requests, Maximum Sleep Time = 60 minutes  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 15:59:55.378+240><thread=6656 (0x1A00)>
    ========  Starting Processing Cycle ( 3/17/2015 4:01:12 PM Eastern Daylight Time) ========~  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 16:01:12.097+240><thread=6616 (0x19D8)>
    ========  Processing Jobs  ========  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 16:01:12.097+240><thread=6616 (0x19D8)>
    Job count is 0.  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 16:01:22.102+240><thread=6616 (0x19D8)>
    ========  Finished Processing Cycle ( 3/17/2015 4:01:22 PM Eastern Daylight Time) ========~  $$<SMS_PACKAGE_TRANSFER_MANAGER><03-17-2015 16:01:22.108+240><thread=6616 (0x19D8)>
    now the status messages from the SMS_DistributionManager are as follows:
    Severity Type Site code Date / Time System Component Message ID Description
    Information Milestone P01 3/17/2015 5:29:55 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\VAFS05.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\VAFS05.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 5:23:14 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\VAFS06.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\VAFS06.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 5:15:19 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\VAFS07.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\VAFS07.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 5:09:30 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P0100103" from distribution point "["Display=\\flfs10.xxxxxxxxxxxx.com\"]MSWNET:["SMS_SITE=P01"]\\flfs10.xxxxxxxxxxxx.com\".
    Information Milestone P01 3/17/2015 5:09:14 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\VAFS09.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\VAFS09.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 5:04:39 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\VAFS10.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\VAFS10.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 4:57:02 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01000FF" from distribution point "["Display=\\okfs03.xxxxxxxxxxxx.com\"]MSWNET:["SMS_SITE=P01"]\\okfs03.xxxxxxxxxxxx.com\".
    Information Milestone P01 3/17/2015 4:50:41 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\VAFS11.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\VAFS11.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 4:37:02 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01000BA" from distribution point "["Display=\\flfs04.xxxxxxxxxxxx.com\"]MSWNET:["SMS_SITE=P01"]\\flfs04.xxxxxxxxxxxx.com\".
    Information Milestone P01 3/17/2015 4:31:48 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\VAFS12.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\VAFS12.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 4:30:50 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\VAFS14.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\VAFS14.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 4:28:53 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\VTFS01.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\VTFS01.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 4:28:38 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\WIFS01.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\WIFS01.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 4:08:21 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\WIFS02.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\WIFS02.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 4:08:12 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\WIFS03.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\WIFS03.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 3:58:58 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P0100103" from distribution point "["Display=\\flfs11.xxxxxxxxxxxx.com\"]MSWNET:["SMS_SITE=P01"]\\flfs11.xxxxxxxxxxxx.com\".
    Information Milestone P01 3/17/2015 3:56:23 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\WIFS04.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\WIFS04.xxxxxxxxxxxx.COM\".
    Information Milestone P01 3/17/2015 3:46:23 PM SCCM2012P01.xxxxxxxxxxxx.com SMS_DISTRIBUTION_MANAGER 2331 Distribution Manager successfully removed package "P01003A1" from distribution point "["DISPLAY=\\WIFS05.xxxxxxxxxxxx.COM\"]MSWNET:["SMS_SITE=P01"]\\WIFS05.xxxxxxxxxxxx.COM\".
    These status messages appply to the other 200+ DPs.
    The DPs do not have the package to start with.  but the primary keeps indicating these permanent deletes, but the DPs do not have the package.
    any suggestions. we just things to stop so we can investigate.
    Michael Pace Client Services Team Allegis Group, Inc.

  • 3D PDF files in portfolio prints to Adobe PDF printer without content

    3D PDF files in portfolio prints to Adobe PDF printer without content, but if printed from single 3D PDF file everything is fine. I need batch printing (this is the reason I use portfolio) of large amount of 3DPDF files because of the need to have proper preview of these files in browsers. Any ideas or workarounds how to have preview pdf's or jpg's of the single paged 3D PDF files, keeping relevant file names?

    I suspected as much.  I was hopeful it was something like a setting that needed to be changed or a reg hack that needed a bit changed from 0 to 1 to make the printing work as expected.  I only installed the local printer to see if the RDP session
    tunnel was in fact causing the print size to balloon so I will continue to instruct users to use that instead of the local redirected printer.  I am disappointed but not surprised.
    Edit:
    Additionally I have tested the functionality of setting the GPO settings for Easy Print to use the redirected printer's drivers instead of the ones used by easy print, by setting “Computer
    Configuration -> Administrative templates -Windows Components -> Remote Desktop Services > Remote Desktop Session Host -> Printer Redirection”.
    to “Disabled” but
    with no luck.  In fact the printer received the proper Adobe PDF driver, but the job went out into print spool hell and was lost to the ether.  I have concluded that this approach will not bear any fruit.

  • E-Mails in IPad and iPhone without content and sender "This E-Mail has no content"

    Often I get E-Mails listet without content and no sender "This E-Mail hasn't got any content" I can't get rid of the ghost, only by  total restarts. . Why does this happen and how can Iavoid this?  Klaus

    Move them out of the trash and back into the Inbox.
    Open the Trash, tap Edit, tap the email to select it, then tap Move.

  • Can we define a Procedure in a Package Body without Defining in a Specifica

    Hi,
    Can we define a Procedure in a Package Body without Defining in a Specification,,
    if yes then how...,Please provide me some examples
    Please helpme out....
    Regards
    Nikhil

    Yes we can!
    But this procedure can then only be called from other procedures/functions in the same package.
    Examples?
    untested
    create or replace package test
    as
    begin
    null
    end;
    create or replace package body test
    as
    procedure dummy
    as
    begin
       null;
    end dummy;
    end;
    /

  • How to search ONLY in package names, without descriptions?

    Hello!
    I would like to know how I can search with pacman only in the package names, without searching descriptions?
    For example, searching for the rar package (pacman -Ss rar) gives me tons of results with hundreds of packages, where "library" occurs in the description.
    I have already read the pacman manual page, but I couldn't find anything suitable.
    Greets, Horst

    perl -e '$search = "rar";$output=`pacman -Ss $search`;while($output=~/^(\S.*?\Q$search\E.*?\n(?:\s.*\n)*)/mgi){print $1}'
    This does the normal "pacman -Ss whatever" search, but then it checks that the search term is in the package name. Just replace "rar" in "$search = "rar" with whatever you want to search for.
    I tried to make it work with grep using -P, but I still don't know how to make it case-insensitive then ("-i" doesn't seem to work with perl regexes). Here it is anyway though:
    pacman -Ss rar | grep -P "^\S.*?rar(?:.*|\n)*?(?=\n\S)"
    Aside from being case-sensitive, you also have to replace both instances of "rar" with your search term.
    Here's a script version that you can run from the command line:
    #!/usr/bin/perl
    use strict;
    use warnings;
    my $search = "@ARGV";
    my $output = '';
    open(my $pipe,'-|',"pacman -Ss $search") or die "Unable to create pipe to pacman: $!\n";
    while (defined(my $line=<$pipe>)){$output.=$line;}
    close $pipe;
    while($output=~/^(\S.*?\Q$search\E.*?\n(?:\s.*\n)*)/mgi){print $1};
    Save it as "search_pkgnames", make it executable, then invoke it with your search term: search_pkgnames rar
    Hope this helps.

  • App v package distribution issue to sccm 2012 DP

    Hi,
    We are migrating app-v 4.6 packages to sccm 2012 , after importing the packages when we update DP its not copying the dependent scripts inside the appv package to Dp and hence when application launches it fails to launch the vb script.
    the script is made to run when shortcut is launched, but no vb script is copied to DP , but I have all files intact in source folder iyt just copies .sprj,xml,osd.
    Please suggest how to make all the files in package abcd.001 to get copied in DP.
    Does App-v package distribution is different from normal package.
    Thanks
    Shuaib

    Open up the app in the sequencer, add the file to your scripts folder. If the script requires to be run elevated, you'll want to use the Deployment config file and use Global publishing....
    If you don't need elevation you can use the User Config and won't need to publish globally.
    Fore more info and some examples, check this out:
    http://blogs.technet.com/b/appv/archive/2012/12/10/scripting-and-embedded-scripting-for-appv-5-0-dynamic-deployment-and-user-configuration-scripting.aspx
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • CFwindow open but without content

    Hello everyone,
    I have an issue with cfwindow, it usually work perfect, I'm trying to open the content of Help.cfm in a cfwindow. but when I test it it open the window but without content. just a blank window. ( I imported the cfwindow extension )
    Here is my code :
    calling page
    <a href="#" onclick="openhelp()">Help</a></td>
    the script
                 function openhelp()
        ColdFusion.Window.create('help', 'help', 'help.cfm?Window='+dt,  {x:100,y:100,height:700,width:880,modal:true ,initshow:true, closable:true, refreshOnShow:true

    Hi!
    Add before your code this line:
    <cfajaximport tags="cfwindow">
    And all be OK

  • Ipad3 Email arrives without Content

    Some of of my pop3 Mail arrives without Content. Some mail arrives with content. What can be the problem?

    Try quitting the mail app and restart.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Try this if needed as well.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Problems downloading a business package from Portal Content Portfolio

    I had problem downloading the following business package from Portal Content Portfolio:
    Business Package for mySAP CRM – Business Productivity Pack (60.1).
    Thanks,

    Hi Amr
    If it is a restricted shipment you will have problems downloading this business package.
    Instead you can download this from the Marketplace.
    You can give
    Business Package for mySAP CRM - Business Productivity Pack 60.1 
    in the search option of Service Market Place
    Regards
    Rajeev.
    Message was edited by: Rajeev Ullatil

  • Packaging multi bitrate content

    Hi, this is my first time posting on Adobe Community.
    I started some tutorials on HDS and I am having a problem in packaging multi bitrate content using f4fpackager.
    I have a video under two bitrates (high and low). My goal is to create a manifest (f4m) containing all the information about the different bitrates. I am using the procedure described in  http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS9463dbe8dbe45c4c-c126f3b1260533756d- 7ffc.html, under the "packaging multi bitrate content section.
    My problem is that the bootstrap files generated by the backager have the "movie id" and "quality enteries table" set as 0. The f4m generated contains two bootstrap files, one for each video. I took a look into the f4f packager documentation and I found no command line to set the "movie id" or "quality tables" parameter in the bootstrap file.
    How can I generate a bootstrap file with the complete info ? Can I generate a unique bootstrap for both videos ? if yes How ?

    You are right !

Maybe you are looking for

  • Missing or stollen I pods

    **Is there anyway to find out if someone stole my I Pod. I know where I left it at my house and then it ended up missing. Can It even be used on another computer? I thought it needed to be used at the same computer for it to work? Has anybody had any

  • Changing Data Model from logical to physical query

    Hi to all ! Is there any problem to replace a sql query upon Bi Server with a sql query upon Oracle database? I have tried it, using the same column aliases with which the template has been built, but the result is a blank report. Has anyone already

  • Joining within a collection/Selecting a large set of values

    Hello everyone, I'm testing DocumentDB for a new project, and at the moment I'm not sure if and how I can realize my use case. Lets say I have the following in my collection: About 500000 employee records: {  "Id": "1", "Type": "Employee", "Name": "t

  • Documents.GetByKey returns an invalid document

    I have come across a really weird DI API problem, which seems to be related to some databases, but not specifically to any specific version of SBO or DI API. I have reproduced the problem on both SBO 6.5 and 2004. With some databases, especially the

  • Hyperlink link to file - PDFs, SWF

    I'm creating an interactive Indesign file. Linking PDFs from Indesign to the PDF file. Then wanting to load it on to a CD to give to some of our sales agents. The problem is though, when I'm linking to the PDF file from Indesign it created a path. So