Error comes  while adding a ADF BC/JSP portlet

Hello all,
I built a portlet using ADF BC & JSP,the Provider's Test Page showed successfully.
1)I created an empty project;
2)I created an Business Component from Tables;
3)I created a portlet using Oracle PDK portlet wizard--in the same project which the Business Component from Tables exist.
4)I create error.jsp and made the code <%=exception.toString()%>,and add the <%@ page errorPage="error.jsp"%> in the portlet's showPage;
5)I drag and drop the tableView form DataControl Panel;
6)I make deployment profiles--war file,and deploy the portlet to a standalone OC4J;
7)Registed to Oracle Portal;
8)In the Portal,when I added the portlet to a new page,the portlet showed nothing but the following message:
java.lang.NoClassDefFoundError: oracle/jbo/mom/PropertyNameValueDef
what's wrong? Could anybody give me a help?
Thanks~

Hello,
Have you deployed the ADF Runtime in the OC4J instance you are using ?
See Jdeveloper Menu: Tools/ ADF Runtime Installer.
Regards
Tugdual Grall

Similar Messages

  • Time Machine error message while restoring..."an error occurred while adding a recovery system to the destination disk

    I had to change my hard drive in my MBP 15".  I use Time Machine on a Time Capsule for backup.  I am booting up my laptop with a bootable USB key.  I have partitioned my new hard drive (bigger than the old one) and named it Macintosh HD (same as the old one).  I select the option to restore from Time Machine Backup.  I select one of my latest backup....select my destination drive...the restore process starts but stop within minutes with the following message.  "An error occurred while adding a recovery system to the destination disk"  It then prompts me to restart....
    I need your help...what can it be.
    Thanks

    I've encountered this issue when the Time Machine was encrypted with FileVault.
    Article:  HT4718
    Additional Information
    Please note that OS X Recovery must be present on the computer's startup volume in order to use FileVault 2. Using RAID partitions or a non-standard Boot Camp partition on the startup disk may prevent OS X from installing a local Recovery system. See "OS X: Some features of Mac OS X are not supported for the disk (volume name)" for more information.
    What seems to work, is reinstalling the OSX from the internet, and then using migration assistant to pull the user from the time machine backup external when logged into a temporary administrator user to move the original user back over.
    Perhaps if you're stubborn, what would work is the following from the same article:
    What to do if the installer warns that no Recovery System can be created
    Some disk partition configurations may result in the OS X installer reporting that it could not create a Recovery System. In these situations, even if you are permitted to continue the install, you may want to quit the installation and create an external, bootable OS X hard drive with a Recovery System, first. You can continue your OS X upgrade on your computer's startup drive after creating an external Recovery System.
    Your storage device must have at least 13 GB available (after formatting) to install OS X Lion or later and a Recovery partition.
    These steps erase and reformat the storage device. This article instructs you on setting up a storage device to use the GUID partition scheme and the Mac OS Extended (Journaled) format, which are required to install OS X and a Recovery partition on your external storage device. You should back up any important files that are on the device to a different drive.
    This procedure installs a version of OS X that is compatible with the Mac it was created with. Using this OS X system with a different Mac model may produce unpredictable results.
    Your computer's serial number is sent to Apple as part of this process to help authenticate your request to download and install OS X Lion.
    All of this information was collected by browsing through the public articles on the Apple Support website.

  • Error Message while adding Item in Item Master Data- [Microsoft][SQL Server Native Client 10.0][SQL Server]Conversion failed when converting the nvarchar value 's008 01' to data type int. (CINF)

    Dear Experts
    I am getting the following error message while adding item in Item Master data. I have modified the following SBO_SP_transactionNotification in SQL server after that could not able to add the item
    ALTER proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(20),                      -- SBO Object Type
    @transaction_type nchar(1),               -- [A]dd, [U]pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                       -- Result (0 for no error)
    declare @error_message nvarchar (200)           -- Error string to be displayed
    select @error = 0
    select @error_message = N'Ok'
    --    IF @OBJECT_TYPE = '59' AND (@TRANSACTION_TYPE = 'A' or @TRANSACTION_TYPE = 'U')
      BEGIN
       IF EXISTS(
        SELECT T0.Price FROM IGN1 T0
        where  IsNull(T0.Price, '0') = '0' and T0.DocEntry = @list_of_cols_val_tab_del)
       BEGIN
        SELECT @ERROR=1,@ERROR_MESSAGE='Please insert the price !'
      END
    end
    -- Select the return values
    select @error, @error_message
    end

    Hi Rathna,
    Just put the SP like this, without the -- before the IF. A -- marks the line as a command therefore you need to uncomment and it will work.
    IF @OBJECT_TYPE = '59' AND (@TRANSACTION_TYPE = 'A' or @TRANSACTION_TYPE = 'U')
      BEGIN
       IF EXISTS(
        SELECT T0.Price FROM IGN1 T0
        where  IsNull(T0.Price, '0') = '0' and T0.DocEntry = @list_of_cols_val_tab_del)
       BEGIN
        SELECT @ERROR=1,@ERROR_MESSAGE='Please insert the price !'
      END
    end
    Hope it helps

  • An error occurred while adding the Cluster to the list

    Hello,
    I've installed the HFM 9.3.1 client on a Windows Server 2003 machine and now I'm attempting to configure it. I get all the way to the Server/Cluster Registration and when I try to add my one and only HFM application server to the list I'm present with this error.
    "An error occurred while adding the Cluster to the list".
    I don't see anything of use in the config tool log and as a result, I'm stuck. The odd thing is that not more than 10 minutes previously I added just finished installing the HFM client on another Windows Server 2003 machine and it installed / configured perfectly.
    What am I missing?
    Thanks!

    You may have a DNS error of sorts. From a command line on the server which presents the error, ping the servername you are trying to reach. Do not use the cluster name, but instead use the server name or IP address. If you successfully reach it, use this in the registration utility. Once the server has been reached, it will return the cluster's name. If you cannot reach it using ping, focus on the underlying DNS problem.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Error occured while Adding a reference Web Service(BizTalkServer2009_Tutorial2)

    Hi,
    I was going through the Biztalk tutorials. While doing the second tutorial of web service I got stuck while adding reference to the Web Service.
    Steps I did:
    Add service reference(by right clicking my project) --> Advanced -->  Add Web Reference -->  URL : http://localhost/b2bsupplierprocesspo/process.asmx
    But somehow this URL is not accesible over there. I got following error:
    Please suggest/guide me on this.
    Thanks, Girish R. Patil.

    The error clearly states the reason for failure, being "CS0016: Could not write to output file ..... ..... - Access is denied."
    The directory in question is the "C:\Windows\Microsoft.Ner\Framework\v2.0.50727\Temporary ASP.NET Files". So two things
    Does the tutorial mention that the Web Service should be hosted under a .Net V2.0 Application Pool? If so then please give "Full Control" permissions to the above directory for the BizTalk Service Accounts (which also should be part of your "BizTalk Isolated
    Host Users" Group.
    If not then the service has to be hosted in a .Net v4.0 app pool. Change the Application Pool Settings through IIS Manager and give permissions to a similar folder (Temporary ASP.Net) but under the Framework\V4.0.... directory.
    Regards.

  • Error -9672 While Adding Printer

    I have connected an HP Deskjet Printer to my Airport Express. When I go into my Printer Utility to Add this printer, I am able to see it and select it. The location is correct and everything seems fine until I click on the Add button. This is when I get the following message:
    An Error occurred while trying to add the selected printer.
    Error -9672
    I have tried everything and can't seem to get this to work. Any ideas anyone?

    That is a common error, did you download & install the latest hp drivers, generally the ones that come on the CD are out of date!?
    Might try these two after reinstalling the latest driver and repairing Permissions with a reboot afterwards...
    Mac OS X: About the Reset Printing System feature ...
    http://support.apple.com/kb/HT1341?viewlocale=en_US
    Might try Printer Setup Repair 5.1...
    http://www.fixamac.net/software/index.html
    Kappy has further advice here...
    http://discussions.apple.com/thread.jspa?messageID=8266833&#8266833

  • Seeking to fix this error: "Failed while adding virtual Ethernet switch connections."

    I am getting the error below when trying ot make modifications to my Hyper-V.
    I am trying to add a new Virtual Adaptor.
    Hoping someone may have a suggestion on how to fix this.
    Error:
    New-VMSwitch : Failed while adding virtual Ethernet switch connections.
    Failed to connect Ethernet switch port (switch name = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', port name =
    'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', adapter GUID = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'): The system cannot
    find the file specified. (0x80070002).
    The operation failed because the file was not found.
    At line:1 char:1
    + New-VMSwitch -Name "LAN1" -NetAdapterName "Ethernet" -AllowManagementOS $True
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (Microsoft.HyperV.PowerShell.VMTask:VMTask) [New-VMSwitch], Virtualizati
       onOperationFailedException
        + FullyQualifiedErrorId : ObjectNotFound,Microsoft.HyperV.PowerShell.Commands.NewVMSwitchCommand

    Alex just a quick response to your advice re disabling AV, this did not work for me, after more searching the internet for a solution I found a post from 2013 where one poster offered the advice to go one step further, and it was to remove the AV package
    completely, the package in question was KIS2013. I have KIS2015 and figured I would try it as I was getting a little frustrated with the constant failure to create a virtual switch.
    Anyway, it worked for me, I removed KIS, rebooted, and the VS was created on the first attempt without any issue. So simply pausing/disabling the AV from within the AV program may not be enough, I suspect that some may work and others not, as in the case
    of KIS. I wonder also if you disable the AV services at start-up if this would also work but I did not try it.
    Anyway to other people experiencing this issue, I suggest disabling AV first as per Alex's advice, and if this does not work for you then suggest trying to remove the AV before doing anything more drastic like re-installation of OS as I have seen suggested
    in more than one place.
    Thanks
    Mr Bee
    --EDIT--
    Just wanted to add, it is also worth 'excluding' any Hyper-V folders from the AV engine, I did not try this before removing KIS2015 so it may work without the need to remove your AV product, but on re-install I have now exluded the folders as suggest by
    a few folks in various posts...

  • Error -9672 while adding networked printer

    While trying to add a networked HP 3600n color laserjet to the printer list (via Bonjour) on a 10.5.6 G4 Macbook I always ended up with 'an error occurred while trying to add the selected printer' with a -9672 error code. After much deleting of printers, resetting the print system etc. I found that the problem was with the actual printer (another OS X machine turned up the same error). I did a cold reset on the 3600 (hold the tickmark button while the machine starts into its initialization phase after power on, then select COLD RESET from the menus) and re-entered its network settings and the problem on the OS X machines went away.
    Posted here in case anyone else hits this. This same error message and error code appears in other circumstances and these are dealt with in other posts.

    That is a common error, did you download & install the latest hp drivers, generally the ones that come on the CD are out of date!?
    Might try these two after reinstalling the latest driver and repairing Permissions with a reboot afterwards...
    Mac OS X: About the Reset Printing System feature ...
    http://support.apple.com/kb/HT1341?viewlocale=en_US
    Might try Printer Setup Repair 5.1...
    http://www.fixamac.net/software/index.html
    Kappy has further advice here...
    http://discussions.apple.com/thread.jspa?messageID=8266833&#8266833

  • Error getting while adding BI patch (SQL error 1089 accessing)

    Dear Experts ,
    here i faced one problem while adding BI patch to newely installed system
    the error is at phase import_proper below are shown error log
    /usr/sap/trans/log/SAPI-704IFINBICONT.LBD
    ERROR LOG
    Start import R3TRFUGR/POSDW/CONVERSION_XML ...
    1 entry for TADIR updated (R3TRFUGR/POSDW/CONVERSION_XML ).
    2 entries from TFTIT deleted (pname /POSDW/SAPLCONVERSION_XML)
    7 entries from FUPARAREF deleted (pname /POSDW/SAPLCONVERSION_XML)
    2 entries from ENLFDIR deleted (pname /POSDW/SAPLCONVERSION_XML)
    2 entries from TFDIR deleted (pname /POSDW/SAPLCONVERSION_XML)
    dev trc ,00000 Fri Oct 1 10:28:27 2010 -649694573 88072.488603
    dev trc ,00000 OCI-call failed with -1=OCI_ERROR 44 88072.488647
    dev trc ,00000 SQL error 1089: 'ORA-01089: immediate shutdown in progress - no operations are permitted'
    50 88072.488697
    http://dbsloci. ,00000 *** ERROR => Error 1089 in stmt_fetch() from oci_execute_stmt(), orpc=0
    59 88072.488756
    http://dbsloci. ,00000 *** ERROR => ORA-1089 occurred when executing SQL stmt (parse error offset=0)
    50 88072.488806
    dev trc ,00000 sc_p=0x110f364a8,no=27,idc_p=0x110f4ece0,con=0,act=1,slen=68,smax=256,#vars=1,stmt=0x111799cc0,table=D010INC
    57 88072.488863
    dev trc ,00000 SELECT MASTER FROM D010INC WHERE INCLUDE = :A0 ORDER BY MASTER;
    47 88072.488910
    dev trc ,00000 sc_p=0x110f364a8,no=27,idc_p=0x110f4ece0,con=0,act=1,slen=68,smax=256,#vars=1,stmt=0x111799cc0,table=D010INC
    113 88072.489023
    dev trc ,00000 prep=0,lit=0,nsql=0,lobret=0,#exec=972,dbcnt=0,upsh_p=(nil),ocistmth_p=0x11179a658
    50 88072.489073
    dev trc ,00000 IN : cols=1,rmax=1,xcnt=0,rpc=0,rowi=0,rtot=0,upto=4294967295,rsize=80,vmax=32,bound=1,iobuf_p=0x111083a40,v
    69 88072.489142
    dev trc ,00000 lobs=0,lmax=0,lpcnt=0,larr=(nil),lcurr_p=(nil),rret=0
    46 88072.489188
    dev trc ,00000 OUT: cols=1,rmax=792,xcnt=792,rpc=0,rowi=0,rtot=0,upto=4294967295,rsize=80,vmax=32,bound=1,iobuf_p=0x111225e
    54 88072.489242
    dev trc ,00000 lobs=0,lmax=0,lpcnt=0,larr=(nil),lcurr_p=(nil),rret=0
    46 88072.489288
    dev trc ,00000 SELECT MASTER FROM D010INC WHERE INCLUDE = :A0 ORDER BY MASTER;
    46 88072.489334
    dbrepo ,06599 ***LOG BY4=>sql error 1089 performing FET on table D010INC dbrepo#4 @ 6599
    72 88072.489406
    dbrepo ,06599 ***LOG BY0=>ORA-01089: immediate shutdown in progress - no operations are permitted dbrepo#4 @ 6599
    50 88072.489456
    sap_dext called with msgnr 1:
    db call info
    function: db_report_interface
    fcode: READ_MASTERS
    tabname: SOURCE
    len (char): 40
    key: /POSDW/LCONVERSION_XML$01
    retcode: 1
    SQL error 1089 accessing : ORA-01089: immediate shutdown in progress - no ope
    Main import
    End date and time : 20101001102827
    Ended with return code: ===> 12 <===
    please clarefy me how can i solve this my issue
    Regards

    Dear Smathi,
    Based on the error, Error 1089 in stmt_fetch,  can you please check this error message with your database
    administrator? Please have a look at note #551.
    Regards,
    Shimon Zafrir

  • Error showing while adding a management pack to 2007R2 authoring console

    Hi Every one,
    While trying to add an unsealed management pack to 2007 authoring console we are getting error 
    XSD Verification failed for management pack[line: 1,  "color:#222222;font-family:arial,sans-serif;font-size:13px;line-height:normal;">
    system.xml.schema.xmlschemavalidationException:The schemaversion atribute is not declared
    any help will be thank full
    Regards,
    Nikhil

    The Authoring Console has not been updated and does not understand the OpsMgr 2007R2 MP Schema version. It can still be used to produce MP that will work on OpsMgr 2007 R2, but you need to reference the old versions of the libraries.
    You can check this link , it will help you in your issue
    http://blogs.inframon.com/post/2012/06/12/Choosing-the-correct-Management-Pack-Solution-with-Visual-Studio-Authoring-Extensions.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • Error generating while adding PO through DI

    Hi All,
    I got an error while creating Purchase Order through DI API by taking an Excisable Item and non-excisable Whs and non CENVAT TAX
    The error is  ' There are Excisable Item(s) with non-CENVAT tax code'
    But if we are creating PO as same through UI API
    it is successfully adding.
    Then how can I add PO through DI API using this senerio.
    Please reply anyone ASAP.
    Anshu

    Hi Anshu,
    If you could add it through UI, try UI API instead of DI API.
    Thanks,
    Gordon

  • Error comes while save a smart style

    Hi all
    While i am creating a smart style message comes 'Object can only be created in SAP package' .Then after creating a smrt style then when i am trying to save this smart style the error message comes like that 'SAP object [[style name]] cannot be assigned to package [[package name]] .
    Can any one help me ...
    Regards
    Rajesh

    Hi,
    For the problem with error: 'SAP object [[style name]] cannot be assigned to package [[package name]],  please apply the following SAP note:
       1370036 -  Which package should be used for official SAP device type
    Regards,
    Aidan

  • Error Message while adding material in BOM

    Dear All,
    A raw material (A) is in the BOM as on date. A new material (B) which is a new development is to be used henceforth. I have inventory of A which can be consumed for the next 4 to 5 months.The material B is added as an alternate to A in the BOM,with 100 percent probability to B and zero percent to A. This is done to facilitate 2 motives.
    1.To have auto generated PR for material B from the system, when the MRP run is done during the month.
    2.To issue the material A to production based on Production order, which is based on BOM.
    Also I Block the material A for further procurement by setting a special status to the material in the material master.This is done to ensure that no further PR & P.O is generated for material A.
    After a month's time I am creating a BOM, for a new variant, where this material A or B is to be used. As per my earlier logic, I try to put both the materials as alternative to each other,with the 2 motives as mentioned above.
    I am stopped by the system for including material A in the BOM,by an error message since it is blocked for procurement.
    A warning message is welcome but not this error message.
    Can anyone tell me how this can be done.And whether the procedure adopted in this scenario is a optimised one? Any other way to handle such a business situation?
    Regards,
    Aditya

    Hi Aditya,
    I think you can use production version .
    You can create a production version with alternate bom1 with mateiral B.
    Another version with alternate bom2 wtih material A.
    Second option you can use discontinuation process with follow up material
    check this link for further help.
    http://help.sap.com/saphelp_47x200/helpdata/en/ea/e9b3f84c7211d189520000e829fbbd/frameset.htm
    If helpful reward points
    Regards
    Ranga

  • Internal Error -5000 while Adding a PODeliveryNote Document using DI

    Hello friends:
    I am getting an Internal -5000 error while trying to upload a PODeliveryNote (Goods Receipt) into Business One using SDK. The description of error just says Internal Error - so I really cannot understand what's going on. Any help will be appreciated.
    Here is the part of the code that is running into this error:
       Private Sub LoadObjectsFromXML()
            Dim sXmlFileName As String
            Dim iElementCount As Long
            Dim iCounter As Long
            '// setting the file name
            sXmlFileName = "C:\SAP2HJXMLData\Upload\NewPODelivery.xml"
            '// Get the number of Business object in the file ...
            iElementCount = oCompany.GetXMLelementCount(sXmlFileName)
            MsgBox(iElementCount & " Elemnts found in xml file" & vbNewLine & "Ready To Start Transaction")
            '// start a transaction
            oCompany.StartTransaction()
            '// Run a loop through the objects and when with in the file
            '// and the objects to the DB
            For iCounter = 0 To iElementCount - 1
                '// get the objects type at the specified position
                oCompany.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode
                '// get the business object data from the file
                oDocument = oCompany.GetBusinessObjectFromXML(sXmlFileName, iCounter)
                '// add the object to the data base
                oDocument.Add()
                '// Check for errors during connect
                oCompany.GetLastError(lErrCode, sErrMsg)
                If lErrCode <> 0 Then
                    MsgBox("Error: " & lErrCode & " - " & sErrMsg & vbNewLine & "Transaction will be rolled back")
                    oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_RollBack)
                    Exit Sub
                End If
            Next iCounter
            '// Commit Transaction
            oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_Commit)
            MsgBox("Data inserted successfully")
        End Sub
    Following is the XML that we are trying to post. There is a corresponding PO open.
      <?xml version="1.0" encoding="utf-16" ?>
    - <BOM>
    - <BO>
    - <AdmInfo>
      <Object>20</Object>
      <Version>2</Version>
      </AdmInfo>
    - <Documents>
    - <row>
      <DocNum />
      <DocType>dDocument_Items</DocType>
      <HandWritten>tNO</HandWritten>
      <Printed>tNO</Printed>
      <DocDate>20071224</DocDate>
      <DocDueDate>20071224</DocDueDate>
      <CardCode>V30000</CardCode>
      <CardName />
      <Address />
      <DocCurrency />
      <DocRate />
      <DocTotal />
      <Reference1 />
      <Comments>This was received in SAP</Comments>
      <JournalMemo />
      <PaymentGroupCode />
      <DocTime />
      <SalesPersonCode />
      <Confirmed>tYES</Confirmed>
      <ImportFileNum />
      <SummeryType>dNoSummary</SummeryType>
      <ContactPersonCode />
      <ShowSCN>tNO</ShowSCN>
      <Series />
      <TaxDate>20071224</TaxDate>
      <PartialSupply>tYES</PartialSupply>
      <DocObjectCode />
      <DiscountPercent />
      <RevisionPo>tNO</RevisionPo>
      <BlockDunning>tNO</BlockDunning>
      <Pick>tNO</Pick>
      <PaymentMethod />
      <PaymentBlock>tNO</PaymentBlock>
      <MaximumCashDiscount>tNO</MaximumCashDiscount>
      <WareHouseUpdateType>dwh_Stock</WareHouseUpdateType>
      <Rounding>tNO</Rounding>
      <DeferredTax>tNO</DeferredTax>
      <NumberOfInstallments />
      <ApplyTaxOnFirstInstallment>tNO</ApplyTaxOnFirstInstallment>
      <DocumentsOwner>3</DocumentsOwner>
      <DocumentSubType>bod_None</DocumentSubType>
      <Address2 />
      <PayToCode />
      <UseShpdGoodsAct>tNO</UseShpdGoodsAct>
      <IsPayToBank>tNO</IsPayToBank>
      <DownPayment />
      <LanguageCode>3</LanguageCode>
      <PickRemark />
      <SequenceModel>0</SequenceModel>
      <UseCorrectionVATGroup>tNO</UseCorrectionVATGroup>
      <VatPercent />
      </row>
      </Documents>
    - <Document_Lines>
    - <row>
      <LineNum>0</LineNum>
      <ItemCode>A00004</ItemCode>
      <ItemDescription />
      <Quantity>3.000000</Quantity>
      <ShipDate>20071224</ShipDate>
      <Price />
      <PriceAfterVAT />
      <Currency />
      <Rate />
      <DiscountPercent />
      <VendorNum />
      <WarehouseCode>01</WarehouseCode>
      <SalesPersonCode />
      <CommisionPercent />
      <TreeType>iNotATree</TreeType>
      <AccountCode />
      <UseBaseUnits>tNO</UseBaseUnits>
      <SupplierCatNum />
      <CostingCode />
      <ProjectCode />
      <BarCode />
      <VatGroup />
      <Height1 />
      <Height2 />
      <Lengh1 />
      <Lengh2 />
      <Weight1 />
      <Weight2 />
      <Factor1 />
      <Factor2 />
      <Factor3 />
      <Factor4 />
      <BaseType />
      <BaseEntry>6</BaseEntry>
      <BaseLine>0</BaseLine>
      <Volume />
      <VolumeUnit />
      <Width1 />
      <Width2 />
      <Address />
      <TaxCode>0</TaxCode>
      <TaxType>tt_Yes</TaxType>
      <TaxLiable>tYES</TaxLiable>
      <ShippingMethod />
      <CorrectionInvoiceItem>ciis_ShouldBe</CorrectionInvoiceItem>
      <CorrInvAmountToStock />
      <CorrInvAmountToDiffAcct />
      <WTLiable>tNO</WTLiable>
      <DeferredTax>tNO</DeferredTax>
      <NetTaxAmount />
      <NetTaxAmountFC />
      <LineTotal />
      <TaxPercentagePerRow />
      <ConsumerSalesForecast>tNO</ConsumerSalesForecast>
      <ExciseAmount />
      <SWW />
      <DistributeExpense>tYES</DistributeExpense>
      <ShipToCode />
      <RowTotalFC />
      <TaxOnly>tNO</TaxOnly>
      <UnitPrice />
      <LineStatus>bost_Open</LineStatus>
      <LineType>dlt_Regular</LineType>
      <ChangeAssemlyBoMWarehouse />
      </row>
      </Document_Lines>
      </BO>
      </BOM>
    Thank you.
    Kushal Dutta.

    OK - I figured this one out. Bottom line, I was leaving several fields unpopulated, expecting SAP to populate the data. That was not working. I had to populate more fields to make it working.
    Thanks.
    Kushal.

  • Error comming while transportation of BW realted request

    Hi All,
    Currently i am working on SCM 5.0 Server
          I have created all the data flow process i.e Data Source,Info Package,Info Source,Info Area,Info Cube,Transformation & data Transfer Process for DP Planning Area for taking backup of data in Client 221 i.e DC1.
    While creating the all above configuration sysytem asked for Request,so we created request which we want to transport in Client 421 i.e quality server QC1.
       Then we have transported all above request to QC1 421.But when i am looking for all the data flow process in QC1.System having only Data Source,Info Source,Info cube & transformation.But there is no Info Pakage & DTP.When i double click the Data Source System shows Error "Source system DC1CLNT221 does not exist".Only Info Cube & info Source are in active mode & other are in Inactive mode.
      So we again created Request manually & agian tried to transport but system showing following Error
    Start of the after-import method RS_RSDS_AFTER_IMPORT for object type(s) RSDS (Activation Mode)
    Source system DC1CLNT221 does not exist
    Start of the after-import method RS_ISIP_AFTER_IMPORT for object type(s) ISIP (Activation Mode)
    Source system DC1CLNT221 does not exist; InfoPackage ZPAK_49IDN8E8V1ELQV2O6QONO4GLS deleted
    Start of the after-import method RS_ISIP_AFTER_IMPORT for object type(s) ISIP (Delete Mode)
    Start of the after-import method RS_RSDS_AFTER_IMPORT for object type(s) RSDS (Delete Mode)
    Source system DC1CLNT221 does not exist
    Errors occurred during post-handling RS_AFTER_IMPORT for ISIP L
    The errors affect the following components:
       BW-WHM (Warehouse Management)
    Post-import methods of change/transport request DC1K900265 completed
         Start of subsequent processing ... 20080702181727
         End of subsequent processing... 20080702181728
    Execute reports for change/transport request: DC1K900265
    Reports for change/transport request DC1K900265 have been executed
         Start of................ 20080702181728
         End of.................. 20080702181728
    Execution of programs after import (XPRA)
    End date and time : 20080702181728
    Ended with return code:  ===> 8 <===
    Wat could be the reason? How i resolve this issue? Kindly suggest the possible solution.
    Thanks in Advance !
    Sujay

    Hi Sujay,
    You are to maintain the conversion of source system name after transport in QC1 421 before transport your request.
    Ts RSLGMP or in customising under BIW/Trasport Settings/Change source system name after transport.
    'Original Source System'  - DC1CLNT221
    'Target Source System'   - QC1CLNT421
    Regards,
    Alexander

Maybe you are looking for