Package Woes

Here is my directory structure:
src-main.mxml
-com/preloaderOverride.as
Here is my import lines in the main.mxml file:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="vertical"
verticalAlign="middle"
preloader="preloaderOverride.DPBSubclass"
>
<mx:Script>
// Import Classes
import com.preloaderOverride.*;
here is my package: preloaderOverride.as
/* Custom Preloader */
package preloaderOverride {
import flash.events.Event;
import flash.events.ProgressEvent;
import flash.geom.Rectangle;
import mx.preloaders.DownloadProgressBar;
public class DPBSubclass extends DownloadProgressBar {
public function DPBSubclass() {
super();
// Minimum display time after download
MINIMUM_DISPLAY_TIME = 3000;
// Set the default text during initialization
// Progress
initializingLabel = "Download Complete!\nInitializing...";
// Override label area to display custom text
override protected function get labelRect():Rectangle {
return new Rectangle(14, 5, 150, 30);
// Override download progress handler to display
// Custom Text
override protected function
progressHandler(event:ProgressEvent):void {
super.progressHandler(event);
label = Math.round(event.bytesLoaded / 1000).toString()
+ "k of " + Math.round(event.bytesTotal / 1000).toString()
+ "k";
// Override to ensure display of progress bar during init
and download
override protected function
showDisplayForDownloading(elapsedTime:int,
event:ProgressEvent):Boolean {
return true;
this is my error: 1172: Definition com.preloaderOverride
could not be found
I really need help and cannot figure this out....

I think you should have
import com.*;
or
import com.preloaderOverride;

Similar Messages

  • XFS woes, and question on packages

    Alright. I run all my systems on XFS. Just recently, I got hit by an an obscure bug, causing / to shut down, thereby making the system unusable without a reboot. This bug is fixed in xfsprogs 2.8.10... which would be great if one of the libs for xfs_repair wasn't in the unusable area of the filesystem. I would greatly appreciate it if someone could send me a statically linked copy of xfs_repair... which brings me to my second topic, which probably shouldn't go here, but I'm putting it here anyway:
    Why the bleep aren't fs repair programs - ext2fsck, , reiserfsck, xfs_repair, etc. - compiled statically to begin with? Just in *case* something like this happens? It would save quite a number of problems... hell, even just a -static package would be nice. Something to save these kinds of problems.
    ~celti

    Post a feature request, if you feel that strongly about it. Personally, I only ever do rescue/repair work from a Live CD, with my partitions unmounted - also the best way to fix your current problem, IMO.

  • Upgrading packages from 2005 to 2012 : Custom components and delyavalidation woes

    Hey folks
    I've two specific cases with upgrading SSIS 2005 to 2012
    1st : most annoying
    I have a custom transformation written in c# 2005. It references sql server 2005 dlls such as from 
    Microsoft.SQLServer.DTSRuntimeWrap
    Microsoft.SQLServer.ManagedDTS
    Microsoft.SqlServer.PipelineHost
    Those are stored under 
    C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies
    The requirement is to upgrade the package to 2012 and the code as well. Since 2005 was not installed on new server , I copied the referenced dlls from old server , added them back to C# project and rebuilt the Custom components dlls then added to GAC
    When I open the packages , they complain about the version
    Error 2
    Validation error. : The component metadata for "My_Comonents, clsid {874F7595-FB5F-40FF-96AF-FBFF8250E3EF}" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.  
    So I thought , I can add the dll to the toolbox and add it again. WHen I try this , I get this error
    "Could not load file or assembly Microsoft.SqlServer.PipelineHost  ,version = 9.0.242.0"
    Now I assume this is because I don't have 2005 components installed.
    Before getting things messy , what should be the right approach :
    a- Should I just leave the custom components dlls as they are and add them to GAC ? but they will still need 2005 dlls , should I install 2005 client components ?
    b- I can not change the code of the c# project to use new SQL 2012 components , it's a lot of work. so what should be right approach here ?
    That was the important part
    2- Validation
    Even for disabled tasks , like data flow task , setting delyavalidate= True still doesn't help against them being validated and raising error. removing them will help but I do not want , any workaround ?
    Thanks

    Thanks a lot Joost , appreciate the feedback
    This is what I thought too.
    I came to the blog you mentioned , but I wasn't sure how it should be related to my problem. Now I think I'll need to make the code changes.
    Indeed , I see some declarations of *****90
    public void CreateExternalMetaDataColumn(IDTSOutput90 output, int outputColumnID)
                IDTSOutputColumn90 oColumn = output.OutputColumnCollection.GetObjectByID(outputColumnID);
                IDTSExternalMetadataColumn90 eColumn = output.ExternalMetadataColumnCollection.New();
        public override DTSValidationStatus Validate() {
                IDTSVariables90 variables = null;
    public override void SetOutputColumnDataTypeProperties(int outputID, int outputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType dataType, int length, int precision, int scale, int codePage) {
                IDTSOutputCollection90 outputColl = this.ComponentMetaData.OutputCollection;
                IDTSOutput90 output = outputColl.GetObjectByID(outputID);
                IDTSOutputColumnCollection90 columnColl = output.OutputColumnCollection;
                IDTSOutputColumn90 column = columnColl.GetObjectByID(outputColumnID);
    SO I should use 2012 references and start migrating this code over ? is it as easy as so ?
    Thanks

  • Deploying only Acrobat XI Pro CC package w/ Enterprise Serial # - Still getting "Sign In Required"

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

  • Problems with Adobe creative cloud offline packages ( Windows )

    Hi
    When I try to install packages that are created with Adobe Creative Cloud Packager for Enterprise they start installing and then they roll-back in the middle of the process without returning any error.
    Not really sure what can cause this as there are not many options to select from when creating the package itself...
    Any ideas anyone?
    thanks

    i7 CPU Windows 7 64-bit 12GB ram
    ��=== Logging started: 11/06/2014 15:39:54 ===
    Action 15:39:54: INSTALL.
    Action start 15:39:54: INSTALL.
    === Logging started: 11/06/2014 15:39:54 ===
    Action start 15:39:54: INSTALL.
    Action start 15:39:54: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0.
    Action ended 15:39:54: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0. Return value 1.
    Action start 15:39:54: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D.
    Action ended 15:39:54: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D. Return value 1.
    Action start 15:39:54: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D.
    Action ended 15:39:54: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D. Return value 1.
    Action start 15:39:54: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D.
    Action ended 15:39:54: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D. Return value 1.
    Action start 15:39:54: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9.
    Action ended 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9. Return value 1.
    Action start 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5.
    Action ended 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5. Return value 1.
    Action start 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B.
    Action ended 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B. Return value 1.
    Action start 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF.
    Action ended 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF. Return value 1.
    Action start 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC.
    Action ended 15:39:54: SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC. Return value 1.
    Action start 15:39:54: WindowsFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2.
    Action ended 15:39:54: WindowsFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2. Return value 1.
    Action start 15:39:54: SystemFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2.
    Action ended 15:39:54: SystemFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2. Return value 1.
    Action start 15:39:54: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
    Action ended 15:39:54: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 15:39:54: AppSearch.
    Action ended 15:39:54: AppSearch. Return value 1.
    Action start 15:39:54: LaunchConditions.
    Action ended 15:39:54: LaunchConditions. Return value 1.
    Action start 15:39:54: CAHideCancelButton.
    Action ended 15:39:54: CAHideCancelButton. Return value 1.
    Action start 15:39:54: FindRelatedProducts.
    Action ended 15:39:54: FindRelatedProducts. Return value 0.
    Action start 15:39:54: ValidateProductID.
    Action ended 15:39:54: ValidateProductID. Return value 1.
    Action start 15:39:54: CA_WindowsFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2.
    Action ended 15:39:54: CA_WindowsFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2. Return value 1.
    Action start 15:39:54: CA_SystemFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2.
    Action ended 15:39:54: CA_SystemFolder_x86_VC.1DEE2A86_2F57_3629_8107_A71DBB4DBED2. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC.
    Action ended 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF.
    Action ended 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB.
    Action ended 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5.
    Action ended 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99.
    Action ended 15:39:54: WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A.
    Action ended 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4.
    Action ended 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36.
    Action ended 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9.
    Action ended 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9. Return value 1.
    Action start 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8.
    Action ended 15:39:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8. Return value 1.
    Action start 15:39:54: CostInitialize.
    Action ended 15:39:54: CostInitialize. Return value 1.
    Action start 15:39:54: ResolveSource.
    Action ended 15:39:54: ResolveSource. Return value 1.
    Action start 15:39:54: FileCost.
    Action ended 15:39:54: FileCost. Return value 1.
    Action start 15:39:54: IsolateComponents.
    Action ended 15:39:54: IsolateComponents. Return value 0.
    Action start 15:39:54: CostFinalize.
    Action ended 15:39:54: CostFinalize. Return value 1.
    Action start 15:39:54: CAInstallMode.
    Action ended 15:39:54: CAInstallMode. Return value 1.
    Action start 15:39:54: SetODBCFolders.
    Action ended 15:39:54: SetODBCFolders. Return value 0.
    Action start 15:39:54: MigrateFeatureStates.
    Action ended 15:39:54: MigrateFeatureStates. Return value 0.
    Action start 15:39:54: InstallValidate.
    Action ended 15:39:55: InstallValidate. Return value 1.
    Action start 15:39:55: RemoveExistingProducts.
    Action ended 15:39:55: RemoveExistingProducts. Return value 0.
    Action start 15:39:55: InstallInitialize.
    Action ended 15:39:56: InstallInitialize. Return value 1.
    Action start 15:39:56: SxsInstallCA.
    1: sxsdelca 2: traceop 3: 1256 4: 0
    1: sxsdelca 2: traceop 3: 1257 4: 0
    1: sxsdelca 2: traceop 3: 1258 4: 0
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: uplevel.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.6195.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.6195.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.89.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.96.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.94.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.93.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.89.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.99.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.98.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.93.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.95.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.97.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.94.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.95.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.96.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.100.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.104.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.97.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.3044.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.101.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.98.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.103.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.99.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.193.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.100.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.3069.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.101.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.103.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.1833.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.104.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.238.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.4028.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.193.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.3051.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.238.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.3044.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.4027.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.4053.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.3051.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.3069.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.4029.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.1833.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.4052.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.4027.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.4045.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.6188.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.4028.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.4029.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.4054.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.4407.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.4045.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.4052.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.4053.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_payload.8.0.50727.762.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.4054.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.4407.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.762.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.6188.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: uplevel.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.6195.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.89.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.93.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0
    1: sxsdelca 2: traceop 3: 1290 4: 0
    1: sxsdelca 2: traceop 3: 1292 4: 0
    1: sxsdelca 2: traceop 3: 1318 4: 0
    1: sxsdelca: Skipping component 2: downlevel_manifest.8.0.50727.94.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    1: sxsdelca 2: traceop 3: 1284 4: 0
    1: sxsdelca 2: traceop 3: 1288 4: 0
    1: sxsdelca 2: traceop 3: 1289 4: 0

  • Problems Downloading: Adobe Creative Cloud Enterprise-Package

    I am a Adobe Creative Cloud Enterprise Administrator. I have gone through the steps of logging in, inputting our serial number, selecting the applications for the package and then downloading the package. The problem is that the download stops at 2%. I even left it running overnight and it is still at 2%. I've tried again this morning, deleted the cache and attempted to create a new package, same result stops at 2%.  Does any one have a clue on how to fix this problem?
    Packager Computer: Clean install from DVD of Windows 7 Enterprise SP1 x64, UAC disabled, Firewall disabled, no other applications installed other than the Adobe Creative Cloud Packager
    Package: Windows 64bit

    Hi JohnBNO,
    Are you on a managed network. Please refer the kb: http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html.
    Regards,
    Romit Sinha

  • Introducing Creative Cloud Packager 1.0 | Creative Suite In The Enterprise | Adobe TV

    Adobe Creative Cloud Packager makes it easy for you to create packages that contain Creative Cloud products and updates. These packages can then be deployed to the client machines of the members who are part of Creative Cloud for Teams in your organization.
    http://adobe.ly/ZY84AY

    I've just created a .pkg through CCP and tried installing directly on a local machine as well as through ARD and they both fail to install. I made sure that it ignores conflicting processes. When installing directly on the local machine it says "The Installer encountered an error that caused the installation to fail..."
    Any help would be great as I've got to deploy this out to our company as soon as possible.

  • Support package / add on import error in DB2 V9.1 / windows 2003 system

    Hi
    I have installed ERP 6.0 IDES version in Windows 2003 server with DB2 LUW 9.1 / FP5.
    I have selected "Row Compression" and "Deferred Table Creation" during installation.
    Now when I am importing add on BI Content 7.03, I am getting error during Movename tabs phase.
    Error in phase: IMPORT_PROPER
    Reason for error: TP_STEP_FAILURE
    Return code: 0008
    Error message: OCS Package ALL, tp step "6", return code 0008
    The error message in the file D:\usr\sap\trans\log\P090113.IDS is as follows,
    2 ETP301
    3 ETP361 "96" Shadow-Nametabs activated, DDL executed
    2 ETP362 "6" Shadow-Nametab activations failed
    2 ETP360 Begin: Act. of Shadow-Nametabs with DDL ("2009/01/13 02:57:51")
    2 ETP363 End : Act. of Shadow-Nametabs with DDL ("2009/01/13 02:58:07")
    2 ETP301
    1 ETP172 MOVE OF NAMETABS
    1 ETP110 end date and time : "20090113025807"
    1 ETP111 exit code : "8"
    1 ETP199 ######################################
    I have read some notes it may be due to "Row compression" and "Deffered table creation" option in DB2. Please help me in resolving this issue if it is DB2 related.
    Regards,
    Nallasivam.D

    Hi,
    Please find the real error message which I found in the same log file. This is a new installation.
    System configuration details:
    ERP 6.0 IDES SR3 + Windows 2003 enterprise server SP2 + DB2 V9.1 / FP5
    BASIS and ABAP support pack level: (700) 13.
    Error message:
    3 ETP399 INDEX IN "IDS#BTABI"
    3 ETP399 LONG IN "IDS#BTABD COMPRESS YES"
    3 ETP399 
    2WETP000 02:53:26: Retcode 1: error in DDL statement for "/OSP/T_REPINFO                " - repeat
    2EETP345 02:53:38: Retcode 1: SQL-error "-107-SQL0107N  The name "IDS#BTABD COMPRESS YES" is too lo
    2EETP345 ng.  The maximum length is "18".  SQLSTATE=42622" in DDL statement for "/OSP/T_REPINFO   
    2EETP345             "
    2 ETP399  -
    DB-ROLLBACK() -
    3 ETP399 INDEX IN "IDS#POOLI"
    3 ETP399 LONG IN "IDS#POOLD COMPRESS YES"
    3 ETP399 
    2WETP000 02:54:05: Retcode 1: error in DDL statement for "/SAPPO/CMP_ASG                " - repeat
    2EETP345 02:54:17: Retcode 1: SQL-error "-107-SQL0107N  The name "IDS#POOLD COMPRESS YES" is too lo
    2EETP345 ng.  The maximum length is "18".  SQLSTATE=42622" in DDL statement for "/SAPPO/CMP_ASG   
    2EETP345             "
    2 ETP399  -
    DB-ROLLBACK() -
    2EETP334 02:54:17: error in DDL, nametab for "/SAPPO/CMP_ASG" not activated
    3 ETP399 IN "IDS#POOLD"
    3 ETP399 INDEX IN "IDS#POOLI"
    3 ETP399 LONG IN "IDS#POOLD COMPRESS YES"
    3 ETP399 
    2WETP000 02:54:17: Retcode 1: error in DDL statement for "/SAPPO/CSCRN_HDR              " - repeat
    2EETP345 02:54:29: Retcode 1: SQL-error "-107-SQL0107N  The name "IDS#POOLD COMPRESS YES" is too lo
    2EETP345 ng.  The maximum length is "18".  SQLSTATE=42622" in DDL statement for "/SAPPO/CSCRN_HDR 
    2EETP345             "
    2 ETP399  -
    DB-ROLLBACK() -
    2EETP334 02:54:29: error in DDL, nametab for "/SAPPO/CSCRN_HDR" not activated
    3 ETP399 INDEX IN "IDS#POOLI"
    3 ETP399 LONG IN "IDS#POOLD COMPRESS YES"
    3 ETP399 
    2WETP000 02:54:29: Retcode 1: error in DDL statement for "/SAPPO/F_ASG                  " - repeat
    2EETP345 02:54:41: Retcode 1: SQL-error "-107-SQL0107N  The name "IDS#POOLD COMPRESS YES" is too lo
    2EETP345 ng.  The maximum length is "18".  SQLSTATE=42622" in DDL statement for "/SAPPO/F_ASG     
    2EETP345             "
    2 ETP399  -
    DB-ROLLBACK() -
    2EETP334 02:54:41: error in DDL, nametab for "/SAPPO/F_ASG" not activated
    Regards,
    Nallasivam.D

  • Problem with flash in events packaged application

    Hi,
    I´v installed the Events packaged application.
    On page 24 you can show some flash-reports. But I get an error: xml loading failed (flow_flash_chart_Rxxxxx).
    What can be the reason? serverside or desktopside?
    Any reaction will be appreciated.
    Leo

    Try the following
    close all browser windows and open Windows Explorer
    in the address bar type %appdata%\Adobe
    delete the 'Flash Player' folder in there
    in the address bar type %appdata%\Macromedia
    delete the 'Flash Player' folder in there
    Now try again to change any Flash Player settings.

  • Office 2013 app-v packages

    In this article, http://blogs.windows.com/itpro/2013/12/02/announcing-mdop-2013-r2/   I see mention of an Office version called "Office 2013 ProPlus
    App-V Package".    Is this a download?  I don't see it available as one when I login to my VLSC site.  
    We plan to install Office 2013 pro plus VLA LOCALLY (on C:) in our vdisk for virtual machines, but will want to stream Visio,Project,Access 2013 to our users' VMs, using App-V.    (We used to use Citrix XenApp to stream them)  
    In the Citrix world, "streaming" is the opposite of Publishing or Hosting (running the app ON the server). Streaming means it copies over the files to the user's C: drive on their VM when they launch the appl.  
    Please advise.

    Hi,
    As far as I know, Microsoft Office 2013 App-V packages are created by using the Office Deployment Tool (ODT). The created packages may have Subscription Licensing or Volume Licensing.
    You need to download Office applications through the ODT first, then convert it into an Office 2013 App-V package with ODT tool.
    For more details, please refer to this KB article:
    http://support.microsoft.com/kb/2915745/en-us
    More reference:
    Supported scenarios for deploying Microsoft Office as an App-V package:
    http://support.microsoft.com/kb/2772509/en-us
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Office 2013 VL App-V 5 packages

    Hi,
    We are currently assessing the possibility of deploying Office 2013 as an App-V package since support for VL was announced with MDOP 2013 R2.  I would like to create three independent packages:
    Office 2013
    Project 2013
    Visio 2013. 
    I have successfully created the three App-V packages and they can all be imported an published independently.  When I deploy more than one package to the same machine the existing package is un-published and the new package published. The aim is to
    be able to deploy the Office App-V package to everyone and only deploy Visio and/or Project to certain users.  Currently I can only achieve this by creating multiple App-V packages all including Office (i.e. Office + Visio, Office + Project and
    Office + Visio + Project). Is there a supported way to have independent packages of Office, Visio and project 2013 which can co-exist on the same machine (for example, could I use connection groups between the independent packages?)
    Thanks.

    You should be aware of a few things:
    Office App-V Packages must be published globally due to the OS extension points some of which won't work if published to users. See this article for more details: http://technet.microsoft.com/library/dn481351.aspx
    Office, Visio and Project in separate packages may impact the user experience
    Volume License editions of Office are licensed per device, so targeting users may place the organisation in breach of the licensing agreement
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually answer your question). This
    can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V
    Thanks for your answers guys. It does seem the only way to achieve this is to have a single App-V package and use multiple configuration files to determine which combination of applications are published.  Far from ideal...

  • Office 2013 Packager failed: Office (32-bit) not packaging because of Office (64-bit)

    Hello,
    I used ODT to download Office 2013 Pro 32-bit and now I am trying to create a package from those files. I use the command line:
    Setup.exe /packager configuration.xml "E:\Office 2013 Pro App-v"
    When I try to run this, I immidiatly get the following message:
    "We found a problem! We're sorry, Office (32-bit) couldn't be installed because you have these 64-bit Office programs installed on your computer. Microsoft Office 2013. 32-bit and 64-bit versions of Office programs don't get along, so you can only have
    one type installed at a time. Please try installing the 64-bit version of Office instead, or uninstall your other 64-bit Office programs and try this installation again."
    I checked my installed programs on the server, but I don't have Office 2013 64-bit installed. I did in the past create packages for Office 2013 64-bit , but it's currently not in published/installed on the server. I checked with revo uninstaller to be sure.
    Is there a registry setting, or something that is misleading App-V to believe I still have Office 2013 64-bit somewhere installed? I really need to stream MS Access 32-bit to users. But cannot solve this issue.
    Thanks in advance,

    Hello,
    Thanks for replying. Your solution works, BUT I'm immidiatly running into a second problem. The .appv package that is created, cannot be published. The error I get is:
    An unexpected error occurred while retrieving AppV package manifest. Windows error code: 1465 - Windows was unable to parse the requested XML data.
    I think this has to do with issues in the september releases of Office 2013. I'm gonna try downloading a previous versin using ODT. Changing the configuration.xml file to:
    <Configuration>
      <Add SourcePath="E:\DGI Applicaties\DGI Office 2013 Pro" OfficeClientEdition="32"
    Version="15.0.4631.1002" >
        <Product ID="ProPlusVolume">
           <Language ID="nl-nl" />
     <ExcludeApp ID="Excel" />
     <ExcludeApp ID="Groove" />
     <ExcludeApp ID="Infopath" />
     <ExcludeApp ID="Lync" />
     <ExcludeApp ID="OneNote" />
     <ExcludeApp ID="Outlook" />
     <ExcludeApp ID="Powerpoint" />
     <ExcludeApp ID="Project" />
     <ExcludeApp ID="Publisher" />
     <ExcludeApp ID="SharePointDesigner" />
     <ExcludeApp ID="Visio" />
     <ExcludeApp ID="Word" />
        </Product>
      </Add> 
         <Updates Enabled="False" />
         <Display Level="None" AcceptEULA="TRUE" /> 
       <Logging Name="Office2013_package.txt" Path="%temp%" />
      <Property Name="AUTOACTIVATE" Value="1" />
    </Configuration>

  • Is there a way to create a local package repository

    Is there a way to create a local package repository without technically being a mirror.  For example, setting up multiple AL box's on my network and having them grab all the latest packages from one AL box?
    Thanks,
    Craig

    What you most likely want is an ABS tree of your own, containing only the PKGBUILDs of those packages which you want to be included in your repository.
    You should already have heard of the gensync program. In short, the parameters are the root of PKGBUILDs, sorted in subdirectories (ie. like the ABS tree), the intented name and location of the repository database file, and the directory containing the binary packages.
    Let's assume you downloaded the current ABS tree to your hard drive, as well as all matching (same version as in the PKGBUILDs!) packages from a mirror, but you don't want the reiserfsprogs package in your repository. To achieve that, you must remove the /var/abs/base/reiserfsprogs directory, and may optionally remove the binary package, too. Since gensync analyzes the ABS tree you supplied as a parameter, removing the subdirectory of a specific package will cause this very package to not be included in the generated database. Assuming your packages lie in /home/arch/i686/current, your gensync call would look like this:
    gensync /var/abs /home/arch/i686/current/current.db.tar.gz /home/arch/i686/current
    If there are any discrepancies like
      - PKGBUILD, but no matching binary package found
      - PKGBUILD and binary package versions do not match
      - permission problems (writing the db file must be possible)
    gensync will gladly complain.
    Otherwise you should find the db file in the place you specified. Keep in mind that the name of the db.tar.gz file must be equal to the repository tag in the pacman.conf to use the repo.
    To make sure the db contains the right packages; use
    tar -tzf current.db.tar.gz | less
    to list the contents. Every package has it's own subdirectory including the metadata, which is rather obvious considering the file's generated from such a structure in the first place.
    The binary packages along with a correctly generated db file are all you need. Make the repository directory containing these files available through FTP if local availability doesn't cut it for you, edit your pacman.conf if needed, and use it!
    Adding packages works similar; All you need to have is the PKGBUILD in an ABS-like tree (it doesn't have to be the official tree; gensync doesn't care where the files come from. Just stick to one subdirectory per PKGBUILD, and you'll be fine), and the matching packages somewhere else, run gensync with the appropriate directories, and cackle with glee.
    HTH.

  • What is new in Enhancement Package 2 and 3

    Hi all,
    The [ERP Solution Browser|http://solutionbrowser.erp.sap.fmpmedia.com/] is an excellent tool to find out, what's new. However I did not find any means to get a list of new features in ERP 6.0 enhancement packages 2 and 3. Any hint (especially what's new in HCM) is welcome!
    Regards
      Matthias

    Hello Matthias,
    check out Service Marketplace, alias ERP-EhP to find out what's being delivered as part of an Enhancement Package:
    http://service.sap.com/erp-ehp (logon required).
    Basically, it provides the following:
    link to SAP Enhancement Package Infocenter to understand the content based on functional domain, e.g. HCM.
    documentation on
    - EhP concept and strategy
    - overview presentation SAP ERP EhP 2 and 3
    - detailed presentation SAP ERP EhP 2 and 3
    - preview SAP ERP EhP4
    - how to implement EhP ("Must know guide for IT professionals")
    - test case templates
    - links to other useful resources (e.g. ERP solution map, media library, functional areas)
    Hope this helps!

  • How do I find classes in a package

    Hi,
    I am working on an automation tool which is to be used for testing public API's in our product. The tool is supposed to work this way:
    1. A developer of the API adds a new java file containing the test code for the API in a particular package (which the tool defines). Then he compiles and places the stuff in a jar. There is also a driver class in this same package path defined by the test tool. E.g.
    driver class: com.aaa.bbb.DriverClass
    new API test file: com.aaa.bbb.TestFile
    Now the driver file's job is to find out all the other classes in this particular package and then do some processing. When I tried doing the getPackage() on this driver class to find out about the package I got back a null.
    Question 1: How can I get the package for a particular class (An ugly way to do this would be to strip it out from the classname)
    Question 2: How can I find out what other classes are there in a package?
    Thanks in advance on this.
    Nikhil Singhal
    You can also send me mails at
    [email protected]

    hai
    i have the same problem to finding the classes in package...
    in my case i know the jars name and i have loaded
    classes using code
    ResourceBundle bundle = ResourceBundle.getBundle("source\\ClasssPath");
    StringTokenizer stToke = new StringTokenizer(bundle.getString("ClassPath"),";");
    String temp;
    ClassLoader classLoader = ClassLoader.getSystemClassLoader();
    while(stToke.hasMoreTokens())
         temp = stToke.nextToken().trim();
    if(temp.endsWith(".jar"))
    JarFile jar = new JarFile(new File(temp));
         Enumeration en = jar.entries();
         String pathStr;
         while(en.hasMoreElements())
         pathStr = en.nextElement().toString();
         System.out.println("pathStr ="+pathStr);
         if(pathStr.endsWith(".class"))
              System.out.println( classLoader.getResource(pathStr));
              System.out.println(classLoader.loadClass(pathStr.substring(0,pathStr.indexOf(".class")).replace('/','.').trim()));
         else classLoader.loadClass(temp);
    here i am getting the classes in that package using code
         String[] filLis = new File("//it//sella//converter//ptlf//startup//").list();
         int length = filLis.length;
         while(length-- >0)
         System.out.println(">"+filLis[length]);
    but its returnign the class when this classes in locale folder(i.e)its not getting the classes in loaded memory...
    so how to retrieve the class files names using package structure name...
    (i am having more then 20 jars files, inthat inside the jar samepackage structue may appear in more then one jars )
    pls help me in this field..
    Thanx

Maybe you are looking for

  • HR Master Data IDoc HRMDa and validity date

    Hi I have a record in infotype 8: - from 01.05.2011 to 31.12.9999. When I use PA30, I copy this record and change the dates from 05.05.2011 to 31.12.9999. Previous record of course changes the validity dates from 01.05.2005 to 04.05.2011, and second

  • Problems with the NVS 5200m Discrete Graphics on T430s

    Hey all, I just received my T430s in the mail this last weekend, and I've been having some trouble with the Blue Screen of Death. It has happened twice so far, and both times the graphics card is unrecognized after the reboot. The first time it happe

  • Problem in Thirdy Party Sales

    Dear Guru I was try to config thirdy party sales, after creating material & vendor, i was try to create  info record for vendor, when i try  to save, error as " Make an entry in all requirement fields in the  " Purchase Organisation 1". I dont know a

  • Specify either address number or address handle(AM53)?

    Hi to All, when i am doing sales postings by using standard IDOC (ORDERS) i am getting this error "Specify either address number or address handle(AM53)" . Why this type of errors is come. Is it xi issue or Functional issue. My scenario is file to id

  • Setting the active comp

    hello all. i want to apply "Convert Audio To Keyframes" on a comp using javascript. it seems this command will only work if the comp is open in the UI, and the timeline or comp window are highlighted. is there a way of forcing a comp item to open and