Creation of a package

Hi friends,
Here is the requirement
External Table               
     WKSHT_FILE_EXT          
          wksht_line     
Export Table               
     Wksht_export          
          global_id     varchar2(10)----it's blank
          wksht_line     varchar2(250)
Export Map Table               
     wksht_export_map          
          EB     varchar2(10)
          global_id     varchar2(10)
          Sample Data to Insert     
          EB     global ID
          2B     A01109
          8P     A12345
          NE     A34567
Step 1     Insert all records from the external table into the export table. Truncate the export table first     
Step 2     Read in a record from the export map table     
Step 3     Search through export table records looking for the key words BRANCH =. Compare the branch code with the branch code(i.e EB column) form the map table     
Step 4     If a match is found mark all records in the export table for the worksheet with the global ID from the export map table as follows     
          The first line of a worksheet is marked by the words WKSHTS
          The last line of the work sheet is marked by the words COMPANY CONFIDENTIAL
          We will need to capture the line break so also mark the next line after the COMPANY CONFIDENTIAL line
Step 5     Continue with Steps 2 - 4 until all globalids are updated to export table from the export map table.     
here are the data in the export table in wksht_line column
WKSHTS aaaaa bbbbbbbbbbb INC. TIME REPORT-DATE PAGE
SORT - BR, SLSREP AEC FIELD SALES REPRESENTATIVE 16:14 09/21/12 1
BRANCH = 2B
EMPLOYEE NAME SALVAAG, GREGG Days in the Month 28
LOC 2B OTE $153,499.95
SALES CODE D Salary $107,450.00
COMP PLAN B204 Monthly Target Bonus $3,542.30
Net GP Bonus ( 50%) $1,771.15
PEMCO GP$ Bonus ( 30%) $1,062.69
August 2012 Actuals and Plans
Actual Plan Actual Plan
Direct NSB 1,167,425.00 2,033,902.00 PEMCO NSB 139,335.00 244,082.00
Direct Net GP$ 81,707.00 152,681.00 PEMCO NGP$ 9,702.00 17,906.00
Indirect NSB 1,843,259.00 1,940,266.00
Indirect Net GP$ 161,532.00 168,803.00
Total NSB 3,010,684.00 3,974,168.00
Total Net GP$ 243,239.00 321,484.00
Direct Net GP% 7.00 % 7.51 % PEMCO NGP% 6.96 % 7.34 %
Dir NGP% Variance .51-% PEMCO NGP% Variance .38-%
Net Gross Profit Bonus Calculation
Net GP$ Achievement % 243,239.00 / 321,484.00 = 75.66%
Achievement Over Threshold 75.66% - 70.00% = 5.66%
Net GP$ Payout % 5.66%
Payout % 0.00% <= 70.00% 70.00% X 0.00 = 0.00%
> 70.00% to 75.66% 5.66% X 3.3334 = 18.8670%
Total Payout % 18.8670%
Direct NGP% Achievement Factor 1.00%
Final GP$ Payout % 18.87% X 1.00 = 18.87%
Monthly GP$ Target Bonus $1,771.15
Monthly GP$ Bonus Earned $334.22
August GP Bonus Due $334.22
Net PEMCO Gross Profit Bonus Calculation
Net GP$ Achievement % 9,702.00 / 17,906.00 = 54.18%
Achievement Over Threshold 54.18% - 70.00% = 0.00%
Net GP$ Payout % 0.00%
Payout % 0.00% <= 70.00% 70.00% X 0.00 = 0.00%
Direct NGP% Achievement Factor 1.00%
Final GP$ Payout % 0.00% X 1.00 = 0.00%
Monthly GP$ Target Bonus $1,062.69
Monthly GP$ Bonus Earned $.00
August GP Bonus Due $.00
COMPANY CONFIDENTIAL
WKSHTS aaaaa bbbbbbbbbbb INC. TIME REPORT-DATE PAGE
SORT - BR, SLSREP AEC FIELD SALES REPRESENTATIVE 16:14 09/21/12 2
BRANCH = 8P
EMPLOYEE NAME AVILA, EDGAR Days in the Month 28
LOC 8P OTE $50,469.98
SALES CODE D Salary $35,329.00
COMP PLAN B204 Monthly Target Bonus $1,164.69
Net GP Bonus ( 50%) $582.35
PEMCO GP$ Bonus ( 30%) $349.41
August 2012 Actuals and Plans
Actual Plan Actual Plan
Direct NSB 818,007.00 834,879.00 PEMCO NSB 142,417.00 127,347.00
Direct Net GP$ 146,759.00 155,426.00 PEMCO NGP$ 25,084.00 26,735.00
Indirect NSB 0.00 34,914.00
Indirect Net GP$ 0.00 6,285.00
Total NSB 818,007.00 869,793.00
Total Net GP$ 146,759.00 161,711.00
Direct Net GP% 17.94 % 18.62 % PEMCO NGP% 17.61 % 20.99 %
Dir NGP% Variance .68-% PEMCO NGP% Variance 3.38-%
Net Gross Profit Bonus Calculation
Net GP$ Achievement % 146,759.00 / 161,711.00 = 90.75%
Achievement Over Threshold 90.75% - 70.00% = 20.75%
Net GP$ Payout % 20.75%
Payout % 0.00% <= 70.00% 70.00% X 0.00 = 0.00%
> 70.00% to 90.75% 20.75% X 3.3334 = 69.1681%
Total Payout % 69.1681%
Direct NGP% Achievement Factor 1.00%
Final GP$ Payout % 69.17% X 1.00 = 69.17%
Monthly GP$ Target Bonus $582.35
Monthly GP$ Bonus Earned $402.81
August GP Bonus Due $402.81
Net PEMCO Gross Profit Bonus Calculation
Net GP$ Achievement % 25,084.00 / 26,735.00 = 93.82%
Achievement Over Threshold 93.82% - 70.00% = 23.82%
Net GP$ Payout % 23.82%
Payout % 0.00% <= 70.00% 70.00% X 0.00 = 0.00%
> 70.00% to 93.82% 23.82% X 3.3334 = 79.4016%
Total Payout % 79.4016%
Direct NGP% Achievement Factor 1.00%
Final GP$ Payout % 79.40% X 1.00 = 79.40%
Monthly GP$ Target Bonus $349.41
Monthly GP$ Bonus Earned $277.43
August GP Bonus Due $277.43
COMPANY CONFIDENTIAL
WKSHTS aaaaa bbbbbbbbbbb INC. TIME REPORT-DATE PAGE
SORT - BR, SLSREP AEC FIELD SALES REPRESENTATIVE 16:14 09/21/12 3
BRANCH = 8P
EMPLOYEE NAME VELIZ, CUAUHTEMOC Days in the Month 28
LOC 8P OTE $77,896.86
SALES CODE E Salary $54,528.20
COMP PLAN B205 Monthly Target Bonus $1,797.59
Net GP Bonus ( 70%) $1,258.31
PEMCO GP$ Bonus ( 30%) $539.28
August 2012 Actuals and Plans
Actual Plan Actual Plan
Direct NSB 971,142.00 1,496,064.00 PEMCO NSB 712,000.00 1,108,170.00
Direct Net GP$ 146,708.00 234,176.00 PEMCO NGP$ 116,134.00 190,001.00
Indirect NSB 0.00 0.00
Indirect Net GP$ 0.00 0.00
Total NSB 971,142.00 1,496,064.00
Total Net GP$ 146,708.00 234,176.00
Direct Net GP% 15.11 % 15.65 % PEMCO NGP% 16.31 % 17.15 %
Dir NGP% Variance .54-% PEMCO NGP% Variance .84-%
Net Gross Profit Bonus Calculation
Net GP$ Achievement % 146,708.00 / 234,176.00 = 62.65%
Achievement Over Threshold 62.65% - 70.00% = 0.00%
Net GP$ Payout % 0.00%
Payout % 0.00% <= 70.00% 70.00% X 0.00 = 0.00%
Direct NGP% Achievement Factor 1.00%
Final GP$ Payout % 0.00% X 1.00 = 0.00%
Monthly GP$ Target Bonus $1,258.31
Monthly GP$ Bonus Earned $.00
August GP Bonus Due $.00
Net PEMCO Gross Profit Bonus Calculation
Net GP$ Achievement % 116,134.00 / 190,001.00 = 61.12%
Achievement Over Threshold 61.12% - 70.00% = 0.00%
Net GP$ Payout % 0.00%
Payout % 0.00% <= 70.00% 70.00% X 0.00 = 0.00%
Direct NGP% Achievement Factor 1.00%
Final GP$ Payout % 0.00% X 1.00 = 0.00%
Monthly GP$ Target Bonus $539.28
Monthly GP$ Bonus Earned $.00
August GP Bonus Due $.00
COMPANY CONFIDENTIAL
This is to be split page by page & considered as 3 records
ONE PROCEDURE WILL BE WRITTEN TO UPDATE THE GLOBAL ID IN EXPORT TABLE WHICH IS BLANK FROM EXPORT MAP TABLE WHENEVER THE "BRANCH=(i.e NA,8p)" will match with MAPPING TABLE"S EB COLUMN DATA(i.E NA<8p etc)
WE HAVE TO PICK THE BRANCH= & pick the name written after it for ech page,WHEREVER it will match with EB column THE DATA IN GLOBAL ID of MAPPING TABLE will be updated to export table's GLOBAL ID

Guys,
In simple words, Package is just like a Folder in Windows...we create different folders for different files.
In SAP, we create a package to store whatever custom development we do and save them under a Package.
Use HOME as Software components which is for Custom developments
Do not select Main package checkbox, and Package not extendable.
In Transport Attributes section -
Transport layer determines whether the object stored under this package can be trasnported to other systems or not.
Usually this layer is created by basis system and has next system. e.g. QA/Test/Integration system.
So, based on this you can select the Transport layer.
Hope this helps...
Reward points if helpful
Thanks

Similar Messages

  • Automating creation of the package and feature GUID

    Hi Folks,
    Is there any way  to do automation
    process to  changing the GUID while creating a wsp. (Visual studio) 
    Please let me know and assist me,if  have any material available  about automating creation of the package and feature GUIDs.
    Thanks,

    Hi Jio333,
    Since this forum is discussing about ClickOnce and Setup, and your issue is more related with SharePoint Solution Packages, I will move this thread to the more related forum.
    Reference:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=sharepointdevelopment
    Thanks for your understanding.
    Best Regards,
    Edward
    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.
    Click HERE to participate the survey.

  • Creation of SCA Package from EAR and SDA

    Hi All,
    As we know that when a CAF project is created then another 4 projects( dictionary, ejbmodule, permission and webdynpro) are created with the main CAF project and at deployment time five files are deployed at J2EE engine. Among them four are EAR files and one SDA file(for dictionary project).
    I want to put all the five files ( four EAR and one SDA) within a SCA package. So, how can I do it? I have got a help(Note number 696084) of creation SCA from SDA and EAR but that is applied for NetWeaver'04. Now I am using NetWeaver'04S and NWDS SP7 and SP8. So please could anybody help me to solve the problem.
    Thanks and Regards
    Chandan

    Try this link:
    http://help.sap.com/saphelp_nw04s/helpdata/en/a3/782240da03e569e10000000a155106/frameset.htm

  • Creation of Setup package Failed

    Hi all,
    I tried creating setup package for individual User.
    However it is giving me error in Log viewer.
    1. Level 0010 tc.mobile.admin.bl :        Message:Creation of virtual mi instance failed.
    2.Level:0050 tc.mobile.admin.bl.setup: Message:Reading the location of the packages folder failed. Cannot continue with package generation.
    3.Level:0050 tc.mobile.admin.bl.setup   Message:The property MISP is not configured. Check settings of service Configuration Adapter under the root mobile_setupGeneration
    Can anyone help me on this.
    Thanks and Regards:
    Neha Kapoor

    Hi Neha,
    There is some mistake in understanding here.
    Framework will be always MOBILEENGINE_JSP OR MOBILEENGINE_AWT. and not MAU. There is no need to create an sda file for framework. The mobile component for Framework will get created when your basis administrator deploys the NWMCLIENT. Once it is deployed reload it.
    Please follow these steps.
    1. Create one DC, assign MOBILEENGINE_JSP (mobile component)  with version that is deployed, say 1002 (If SP10 Patch 02). Assign OS condition to this DC.
    2. Create one more DC for Application, Assign your application as before.
    3. Assign both the DCs to the hierarchy group.
    4. Create setup package for one of the users in the setup package. may be MI_SERVICE.
    There will not be any framework mobile component with version R01. It will be something like 1903 which means SP19 Patch 03. R01 may be the one created by someone which cannot be used for Setup package.
    Regards,
    Prashanth

  • Creation of new package and request number.

    Hi frndz,
    Hope everyone are doing fine. Coming to my query, its quite simple for you guys.
    But me being new to BW, I would like to know how to create a new package and request number.
    And I have a task to create a new IS and DS also. So do i need to create these new package and request number separately or at the time of creation of IS and DS.
    Please give me clear idea.
    Thanking you.
    regards
    Dubbu

    Hi Vinay,
                   I hope you are speaking about Package to collect Objects and collecting them in Transport Requests.
    Usually you use the same packages for all the objects. According to requirement if you want to create the Package you can goto SE80--> There you can create a New Package. Give Transport layer as SAP. and Activate it. Then you collect the package in a Transport Request. You can create the request by the create button on the screen when it ask for Transport Request.
    While creating the Infosource or other objects you mention the package which you have created while saving and you can use the existing TR or new TR for collecting them.
    You can use RSA1---> Transport Connection to collect the objects easily to TR's
    Regards
    Karthik

  • Creation of upgrade packages fails

    Dear all
    We did an upgrade from 4.0 to 2007, but now found out among other things that the MUP definition in the upgrade console was not updated. As such if we now want to create a new upgrade package with the predefined units (BOL, BDOc and UI) the creation of these units fails as some files are missing.
    Does anybody know: Were the units redefined when upgrading to 5.0? And if so, how can I get my hands on one of these as I do not want to try and build the UI and BOL packages myself from scratch.
    Thanks in advance,
    Kai

    Thanks Shankar,
    The not does not apply (as 2007 SP2 which we are on is 5.0SP11 and the note is SP09 only), but via connecting notes I found the note 1156416 (did not help) and finally 1171933 which provided the correct solution.
    Regards, Kai
    Edited by: Kai Blanke on Jan 16, 2009 10:35 AM
    Set question to solved

  • Issue with creation of SSIS package - reading from XML

    Good Morning,
    having a slight difficulty here and more than this, am afraid solution is pretty straight forward. I am trying to read an XML-file and save the rows to a CSV file (late ron it should be sent to SQL-database).
    Am having this input XML
    <?xml version="1.0" encoding="utf-16"?>
    <DataSet>
    <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="ROW">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="COLUMN" type="xs:short" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
    <NewDataSet>
    <ROW diffgr:id="ROW1" msdata:rowOrder="0">
    <COLUMN>1</COLUMN>
    </ROW>
    <ROW diffgr:id="ROW2" msdata:rowOrder="1">
    <COLUMN>2</COLUMN>
    </ROW>
    </NewDataSet>
    </diffgr:diffgram>
    </DataSet>
    but when running the SSIS-package, I get this
    no errors are shown, but also no rows are written/processed.
    Why is nothing read here?

    by the way, when I split the schema and the XML data, having those 2 files
    data.xml
    <?xml version="1.0" encoding="utf-8"?>
    <NewDataSet>
    <ROW >
    <COLUMN>1</COLUMN>
    </ROW>
    <ROW >
    <COLUMN>2</COLUMN>
    </ROW>
    </NewDataSet>
    schema.xsd
    <?xml version="1.0"?>
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="NewDataSet">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="ROW">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" name="COLUMN" type="xs:string" />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    then result is fine

  • Creation of data packages due to large amount of datasets leads to problems

    Hi Experts,
    We have build our own generic extractor.
    When data packages (due to large amount of datasets) are created, different problems occur.
    For example:
    Datasets are now doubled and appear twice, one time in package one and a second time in package two. Since those datsets are not identical, information are lost while uploading those datasets to an ODS or Cube.
    What can I do? SAP will not help due to generic datasource.
    Any suggestion?
    BR,
    Thorsten

    Hi All,
    Thanks a million for your help.
    My conclusion from your answers are the following.
    a) Since the ODS is Standard - within transformation no datasets are deleted but aggregated.
    b) Uploading a huge amount of datasets is possible in two ways:
       b1) with selction criteria in InfoPackage and several uploads
       b2) without selction criteria in InfoPackage and therefore an automatic split of datasets in data packages
    c) both ways should have the same result within the ODS
    Ok. Thanks for that.
    So far I have only checked the data within PSA. In PSA number of datasets are not equal for variant b1 and b2.
    Guess this is normal technical behaviour of BI.
    I am fine when results in ODS are the same for b1 and b2.
    Have a nice day.
    BR,
    Thorsten

  • REG:Creation of a Package

    Hi All,
    Could you provide me the steps for creating an PACKAGE
    Thanks in advance
    -Ravi

    Guys,
    In simple words, Package is just like a Folder in Windows...we create different folders for different files.
    In SAP, we create a package to store whatever custom development we do and save them under a Package.
    Use HOME as Software components which is for Custom developments
    Do not select Main package checkbox, and Package not extendable.
    In Transport Attributes section -
    Transport layer determines whether the object stored under this package can be trasnported to other systems or not.
    Usually this layer is created by basis system and has next system. e.g. QA/Test/Integration system.
    So, based on this you can select the Transport layer.
    Hope this helps...
    Reward points if helpful
    Thanks

  • Reg. creation of a package using SE80

    Hi Friends,
    Can u please tell me how to create a package inorder to save all the objects whenever it asks for transport request.
    I know we hav to use SE80 but donno the procedure to create a package...
    Plese help me out in this
    Points will be surely awarded

    Guys,
    In simple words, Package is just like a Folder in Windows...we create different folders for different files.
    In SAP, we create a package to store whatever custom development we do and save them under a Package.
    Use HOME as Software components which is for Custom developments
    Do not select Main package checkbox, and Package not extendable.
    In Transport Attributes section -
    Transport layer determines whether the object stored under this package can be trasnported to other systems or not.
    Usually this layer is created by basis system and has next system. e.g. QA/Test/Integration system.
    So, based on this you can select the Transport layer.
    Hope this helps...
    Reward points if helpful
    Thanks

  • Update Content and Creation of New Packages Fails, Errors in PKGXFERMGR.log

    I am having a problem distributing packages to Distribution Points.  This has worked for over a year previously.  I believe there may be a problem with IIS configuration somewhere but I cannot find what the delta may be.
    When I look at the pkgxfermgr.log I see several things.
    First, I see the jobs that I have started are stuck in a pending state.  Example below:
    ====  Found 19 send requests in outbox D:\Program Files\Microsoft Configuration Manager\inboxes\PkgTransferMgr.box\requests.
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:23 AM
    2204 (0x089C)
    Send Request 202UESC1~    Job:        J4YJMEGH  Destination:  PPWMDP12A.childrens.sea.kids~    State:      Pending   Status:               Action:  
     None~    Total size: 0       k Remaining: 0       k Heartbeat: 10:52~    Start:      12:00     Finish:    12:00      Retry:     11:22~  
     SWD PkgID:  SC1001EB  SWD Pkg Version: 1
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:23 AM
    2204 (0x089C)
    Send Request 202UFSC1~    Job:        JPZJ1IM3  Destination:  PPWMDP12B.childrens.sea.kids~    State:      Pending   Status:               Action:  
     None~    Total size: 0       k Remaining: 0       k Heartbeat: 10:52~    Start:      12:00     Finish:    12:00      Retry:     11:22~  
     SWD PkgID:  SC1001EB  SWD Pkg Version: 1
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:23 AM
    2204 (0x089C)
    Send Request 202UGSC1~    Job:        J8OKU91R  Destination:  PPWMDP12A.childrens.sea.kids~    State:      Pending   Status:               Action:  
     None~    Total size: 0       k Remaining: 0       k Heartbeat: 10:45~    Start:      12:00     Finish:    12:00      Retry:     11:15~  
     SWD PkgID:  SC1001EC  SWD Pkg Version: 1
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:23 AM
    2204 (0x089C)
    Send Request 202UHSC1~    Job:        JM51YI72  Destination:  PPWMDP12B.childrens.sea.kids~    State:      Pending   Status:               Action:  
     None~    Total size: 0       k Remaining: 0       k Heartbeat: 10:45~    Start:      12:00     Finish:    12:00      Retry:     11:15~  
     SWD PkgID:  SC1001EC  SWD Pkg Version: 1
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:23 AM
    2204 (0x089C)
    Send Request 202UISC1~    Job:        J5C9KJX1  Destination:  PPWMDP12A.childrens.sea.kids~    State:      Pending   Status:               Action:  
     None~    Total size: 0       k Remaining: 0       k Heartbeat: 10:25~    Start:      12:00     Finish:    12:00      Retry:     10:55~  
     SWD PkgID:  SC1001ED  SWD Pkg Version: 1
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:23 AM
    2204 (0x089C)
    For each job, I see the following for errors:
    Checking for sending capacity.  Used 0 out of 15.
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3340 (0x0D0C)
    COutbox::TakeNextToSend(pszSiteCode) SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3340 (0x0D0C)
    Retrieved the snapshot for priority 2, there are 2 files in the snapshot.
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3340 (0x0D0C)
    Found send request.  ID: 202VSSC1, Destination: PPWMDP12B.childrens.sea.kids
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3340 (0x0D0C)
    Checking for sitesystem-specific sending capacity.  Used 0 out of 5.
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3340 (0x0D0C)
    Created sending thread (Thread ID = 0xF94) SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3340 (0x0D0C)
    COutbox::TakeNextToSend(pszSiteCode) SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3340 (0x0D0C)
    Retrieved the snapshot for priority 2, there are 1 files in the snapshot.
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3340 (0x0D0C)
    Found send request.  ID: 202VTSC1, Destination: PPWMDP12A.childrens.sea.kids
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3340 (0x0D0C)
    Checking for sitesystem-specific sending capacity.  Used 0 out of 5.
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3340 (0x0D0C)
    Created sending thread (Thread ID = 0xCA8) SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3340 (0x0D0C)
    COutbox::TakeNextToSend(pszSiteCode) SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3340 (0x0D0C)
    No (more) send requests found to process. SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3340 (0x0D0C)
    Waiting for new/rescheduled send requests, Maximum Sleep Time = 60 minutes
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3340 (0x0D0C)
    Sending thread starting SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3988 (0x0F94)
    Sending thread starting SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3240 (0x0CA8)
    STATMSG: ID=8206 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_PACKAGE_TRANSFER_MANAGER" SYS=PPWMCM12.childrens.sea.kids SITE=SC1 PID=4124 TID=3988 GMTDATE=Tue Aug 05 17:53:02.480 2014 ISTR0="SC1001F4" ISTR1="PPWMDP12B.childrens.sea.kids"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=3 AID0=400 AVAL0="SC1001F4" AID1=410 AVAL1="4" AID2=404 AVAL2="PPWMDP12B.childrens.sea.kids"
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    STATMSG: ID=8206 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_PACKAGE_TRANSFER_MANAGER" SYS=PPWMCM12.childrens.sea.kids SITE=SC1 PID=4124 TID=3240 GMTDATE=Tue Aug 05 17:53:02.482 2014 ISTR0="SC1001F4" ISTR1="PPWMDP12A.childrens.sea.kids"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=3 AID0=400 AVAL0="SC1001F4" AID1=410 AVAL1="4" AID2=404 AVAL2="PPWMDP12A.childrens.sea.kids"
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    Package file = SC1001F4.PCK.DLT.0.4 SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3240 (0x0CA8)
    Performing preactions package SC1001F4, Distribution point PPWMDP12A.childrens.sea.kids
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    Package file = SC1001F4.PCK.DLT.0.4 SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3988 (0x0F94)
    Performing preactions package SC1001F4, Distribution point PPWMDP12B.childrens.sea.kids
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    CContentDefinition::GetFileProperties failed; 0x80070003
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    CContentDefinition::TotalFileSizes failed; 0x80070003
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    Sending content Content_2a01d5d7-7f70-4bea-87f2-33ed3d269b31.1 for package SC1001F4
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    Redistribute=0, Related=Content_fbf0e24d-92a6-4196-8801-047e11ecb9dc
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    Not copying: LMConsole.msi SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3240 (0x0CA8)
    CContentDefinition::GetFileProperties failed; 0x80070003
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    CContentDefinition::TotalFileSizes failed; 0x80070003
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    Sending content Content_2a01d5d7-7f70-4bea-87f2-33ed3d269b31.1 for package SC1001F4
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    Redistribute=0, Related=Content_fbf0e24d-92a6-4196-8801-047e11ecb9dc
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    No related content file with hash '0B7780EBC729C5835E666C5EF183118FA79E9DF55B2772954CB172B071D948B3', exists on the DP, binary delta replication will not be used.
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    CSendFileAction::SendFiles failed; 0x80070003
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    CSendFileAction::SendFiles failed; 0x80070003
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    Notifying pkgXferJobMgr SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3240 (0x0CA8)
     Sending failed. Failure count = 4, Restart time = 8/5/2014 11:23:02 AM Pacific Daylight Time
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    Not copying: LMConsole.msi SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3988 (0x0F94)
    Sent status to the distribution manager for pkg SC1001F4, version 4, status 4 and distribution point ["Display=\\PPWMDP12A.childrens.sea.kids\"]MSWNET:["SMS_SITE=SC1"]\\PPWMDP12A.childrens.sea.kids\
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    STATMSG: ID=8211 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_PACKAGE_TRANSFER_MANAGER" SYS=PPWMCM12.childrens.sea.kids SITE=SC1 PID=4124 TID=3240 GMTDATE=Tue Aug 05 17:53:02.687 2014 ISTR0="SC1001F4" ISTR1="4" ISTR2="PPWMDP12A.childrens.sea.kids"
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=3 AID0=400 AVAL0="SC1001F4" AID1=410 AVAL1="4" AID2=404 AVAL2="["Display=\\PPWMDP12A.childrens.sea.kids\"]MSWNET:["SMS_SITE=SC1"]\\PPWMDP12A.childrens.sea.kids\"
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3240 (0x0CA8)
    Sending thread complete SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3240 (0x0CA8)
    No related content file with hash '0B7780EBC729C5835E666C5EF183118FA79E9DF55B2772954CB172B071D948B3', exists on the DP, binary delta replication will not be used.
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    CSendFileAction::SendFiles failed; 0x80070003
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    CSendFileAction::SendFiles failed; 0x80070003
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    Notifying pkgXferJobMgr SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3988 (0x0F94)
     Sending failed. Failure count = 4, Restart time = 8/5/2014 11:23:02 AM Pacific Daylight Time
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    Sent status to the distribution manager for pkg SC1001F4, version 4, status 4 and distribution point ["Display=\\PPWMDP12B.childrens.sea.kids\"]MSWNET:["SMS_SITE=SC1"]\\PPWMDP12B.childrens.sea.kids\
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    STATMSG: ID=8211 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_PACKAGE_TRANSFER_MANAGER" SYS=PPWMCM12.childrens.sea.kids SITE=SC1 PID=4124 TID=3988 GMTDATE=Tue Aug 05 17:53:02.741 2014 ISTR0="SC1001F4" ISTR1="4" ISTR2="PPWMDP12B.childrens.sea.kids"
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=3 AID0=400 AVAL0="SC1001F4" AID1=410 AVAL1="4" AID2=404 AVAL2="["Display=\\PPWMDP12B.childrens.sea.kids\"]MSWNET:["SMS_SITE=SC1"]\\PPWMDP12B.childrens.sea.kids\"
    SMS_PACKAGE_TRANSFER_MANAGER 8/5/2014 10:53:02 AM
    3988 (0x0F94)
    Sending thread complete SMS_PACKAGE_TRANSFER_MANAGER
    8/5/2014 10:53:02 AM 3988 (0x0F94)
    Any help would be greatly appreciated.

    Hi,
    0x80070003 = The specified path couldn't be found.
    Please try to disable the AV software.
    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.

  • Rmic skeletoton stub creation problem with packages

    Hi,
    I was able run a RMI app without the package but when I try to introduce packaging(mindful of Classpath issues) it gives me the an error. My server directory is called server1 which is located under my home directory.All my server files i.e MHTaskManager.java, MHServices.java and MHServer.java are in the server1 directory. It compiles very well but when I run the following command.
    rmic server1/MHTaskManager from the home directory it comes up with the following errors
    /home/mathu_a/courses/cs775/rmiarc/server1/MHTaskManager_Stub.java:4: '{' expect
    ed.
    public final class server1/MHTaskManager_Stub
    ^
    /home/mathu_a/courses/cs775/rmiarc/server1/MHTaskManager_Skel.java:4: Class serv
    er1 already defined in /home/mathu_a/courses/cs775/rmiarc/server1/MHTaskManager_
    Stub.java.
    public final class server1/MHTaskManager_Skel
    ^
    /home/mathu_a/courses/cs775/rmiarc/server1/MHTaskManager_Skel.java:4: '{' expect
    ed.
    public final class server1/MHTaskManager_Skel
    ^
    /home/mathu_a/courses/cs775/rmiarc/server1/MHTaskManager_Stub.java:4: Public cla
    ss server1 must be defined in a file called "server1.java".
    public final class server1/MHTaskManager_Stub
    ^
    Is there something I am missing as $HOME is already defined.
    -Mathur

    Resolved it myself.
    my mistake, Command had to be
    rmic server1.MHTaskManager instead of rmic server1/MHTaskManager

  • PDF file creation using backend package

    How to create a PDF file using Oracle 10G Backend Package?

    Write something like this to a file and you have your PDF created from the database:
    %PDF-1.3
    1 0 obj
    <</CreationDate (D:20101018093136)/Creator (AS-PDF 0.2.0 by Anton Scheffer)/Producer (running on Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product)>>
    endobj
    2 0 obj
    <</Type/Font/Subtype/Type1/BaseFont/Helvetica/Encoding/WinAnsiEncoding>>
    endobj
    3 0 obj
    <</ProcSet [/PDF /Text]
    /Font
      <<
        /F1 2 0 R
      >>
    >>
    endobj
    4 0 obj
    <</Type/Pages/Kids [
    6 0 R
    /Count 1
    /MediaBox [0 0 595 842]
    >>
    endobj
    5 0 obj
    <<
    /Length 86 >>
    stream
    BT /F1 12 Tf ET
    BT 28.35 744.85 Td (Some text written from database backend.) Tj ET
    endstream
    endobj
    6 0 obj
    << /Type /Page
    /Parent 4 0 R
    /Contents 5 0 R
    /Resources 3 0 R
    >>
    endobj
    7 0 obj
    <</Type/Catalog/Pages 4 0 R/OpenAction [0 /XYZ null null 1]>>
    endobj
    xref
    0 8
    0000000000 65535 f
    0000000010 00000 n
    0000000193 00000 n
    0000000284 00000 n
    0000000364 00000 n
    0000000452 00000 n
    0000000593 00000 n
    0000000680 00000 n
    trailer
    << /Root 7 0 R
    /Size 8
    >>
    startxref
    760
    %%EOFAnton
    P.S. div class="jive-quote" div class="jive-quote" /div /div should be read as >> The forum software messes things up
    And no, I don't write this PDF-stuff with a text editor, I have written a small package (less than 1000 lines) which does that for me.
    Something like PL_FPDP, http://www.erasme.org/PL-FPDF,1337
    Edited by: ascheffer on Oct 18, 2010 11:41 AM

  • Prob during creation of info package

    When I create an info package by right clicking on the data source, the master data object name is shown and I say save and it is not coming up in the data selection tab of the info package while creating....what could be the error...pl. help
    thanks
    Dora

    Hi Jr,
       The info package is fetching the data and I see the data in the PSA, but further when I am trying to create a DTP, and get the flat file master data into the attributes, it is not fetching it properly. DTP is getting created but, the data is not in the attributes.....also when I see the monitor it shows:
    Prepare for Extraction
    Data Package 1 ( 3 Data Records )
    Extraction DataSource ZDS_TEST : 3 Data Records
    Filter Out New Records with the Same Key : 3 -> 3 Data Records
    RSDS ZDS_TEST ZSS_TEST -> IOBJ ZCUST1 : 3 -> 3 Data Records
    Updating attributes for InfoObject ZCUST1 : 3 -> 0 Data Records
    pl. let me know what the prob. is....
    Thanks
    Dora

  • Stack XML creation for specific package

    Hello
    I want to upgrade my ERP 6.0 EHP4 system's LSOFE 603 to 604 but I received I need a stack.xml for upgrade. Our Solution Manager 7.0 EHP1 system is recognising ERP system's SP levels but it is not giving me an upgrade option for LSOFE. I only saw latest SP which was 7 and all other SP's latest levels but not upgrade packages.
    How can I create a stack.xml for LSOFE 604?

    hi,
    If you operate a Netweaver system that contains at least one ERP software component (ERECRUIT, SEM-BW, FINBASIS or LSOFE), you must not use a stack XML file created for an SAP ERP system. Instead, you have to use a stack XML file for SAP NetWeaver systems. The EHP4 packages for the ERP software components have to be added manually in phase IS_SELECT.
    Generating the Stack XML File
    First of all, create a stack XML file for NetWeaver systems. This can be done either via the SAP Service Marketplace or in the Maintenance Optimizer of your SAP Solution Manager.
    check and update.
    Jansi

Maybe you are looking for

  • Multi-mappings for IDoc receiver

    Hi ALL, Im working on a scenario in which multiple purchase orders are selected from a database and i want to post an idoc for each purchase order. Im using JDBC and IDOC adapters respectively. I tried to split the source message using Multi-mapping

  • Disk Space Usage on my Mac Mini

    Where has all my disk space gone? Info on my Mac Mini drive is as follow; Capacity: 74.21 GB Available: 9.68 GB Used: 64.53 GB Doing the info on all folders visible in Finder; Applications: 5.29 GB Developer: 160kB Library: 10.75 GB System: 2.53 GB U

  • FPM Tabbed UIBB

    Hi, I would like to know if it is possible to add UIBBS to a tabbed UIBB dynamically. I want to add as follows: MAIN_FORM -> FPM_FORM_UIBB ->CL_FEEDER_FORM_MAIN... contains TABBED -> FPM_TABBED_UIBB ->CONFIG_TAB1 _____FPM_FORM_UIBB ->CONFIG_FORM1->CL

  • HT5176 Is it possible to change default spellings in IOS dictation?

    I want to spell Cathleen with a "C" not the default "K"athleen.

  • Need opinions, new at this

    I'm laid off and teaching myself more about Dreamweaver. I suck at code. I've designed and sliced in Photoshop the following website: Yes I'm a WoW geek. I can get it to work but my plan is to create something that will allow the text in the middle t