NullPointerException in TaskFileUtil.copy (line 95) during publishing

Hi,
I am working on a migration project where the application will be upgraded from weblogic server 8.3 to oracle weblogic server 10.3.
During publishing I am getting the nullpointer exception.
java.lang.NullPointerException
     at com.bea.wli.ide.worklist.ui.util.TaskFileUtil.copy(TaskFileUtil.java:95)
     at com.bea.wli.ide.worklist.ui.publish.CopyTaskFilesPublishTask$Task.copyTaskFiles(CopyTaskFilesPublishTask.java:130)
     at com.bea.wli.ide.worklist.ui.publish.CopyTaskFilesPublishTask$Task.execute(CopyTaskFilesPublishTask.java:96)
     at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:1189)
     at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:744)
     at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:607)
     at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:503)
     at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
     at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
     at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Is there any workaround for this kind of problem?
Any help will be highly appriciated.
Thanks,
Bishan Samaddar

Hi,
This problem is addressed in Bug 8489078
A patch for WLI 10.3 and WLI 10.3.1 is available.
Please contact customer support for patch details.
Regards,
Kal

Similar Messages

  • Copy line items from Master Agreement to SubAgreement

    Dear all,
    As a requirement, we need to create a dummy line item at master agreement and subagreement level to be able to publish them to ERP without need
    to complete line items (they are completed in ERP via a development).
    We have created master agreement templates with a dummy line item but at subagreement level, templates are not available.
    What we are trying to develop is a script on post_create at agreement level to copy line items from Master Agreement to SubAgreement. We are able to get Master Agreement line items and copy them to the SubAgreement, but the subagreement is not created. This is the code we are using:
    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeIfc;
    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanIfc;
    import com.sap.odp.api.doccommon.masterdata.ValueListTypeIBeanHomeIfc;
    import com.sap.odp.api.doccommon.masterdata.ValueListTypeIBeanIfc;
    import com.sap.eso.api.contracts.ContractIBeanHomeIfc;
    Mst_agreementBean = doc.getParentIBean();
    lineItemCollectionSub = doc.getLineItems();
    lineItemCollection = Mst_agreementBean.getLineItems();
    collectionsize = lineItemCollection.size();
    colln = Mst_agreementBean.getCollectionMetadata("MA_LINEITEMS").get(Mst_agreementBean);
    colln2 = doc.getCollectionMetadata("MA_LINEITEMS").get(doc)
    newProject = Mst_agreementBean.getIBeanHomeIfc().createFromAnother(Mst_agreementBean);
    newMember = colln.get(1);
    //  Get Values Line Item
    assCat = newMember.getAcctAssignCategory();
    actLimP         = newMember.getActualLimitPercent();
    delAdCity       = newMember.getDeliveryAddressCity();
    delAdCount    = newMember.getDeliveryAddressCountryRef();
    delAdDist       = newMember.getDeliveryAddressDistrict();
    //... (all fields included in the script)
    // Create Line
    newMember2 = newMember;
    AgreementHome = IBeanHomeLocator.lookup(session, doc.getObjectReference());
    AgreementHome.upgradeToEdit(doc);
    // Set Values
    newMember2.setAcctAssignCategory(assCat);
    newMember2.setActualLimitPercent(actLimP);
    newMember2.setDeliveryAddressCity(delAdCity);
    newMember2.setDeliveryAddressCountryRef(delAdCount);
    newMember2.setDeliveryAddressDistrict(delAdDist);
    //... (all fields included in the script)
    try{
    colln2.add(newMember2);
    AgreementHome.save(doc);
    AgreementHome.downgradeToView(doc);
    collectionbean = colln2.get(0);
    logInfo("Value of  collectionbeanSub " + collectionbean );
    }catch (ApplicationException e){
    logInfo("Error " + e.getClass() + ". " + e.getMessage());
    When we try to create an Agreement under a Master Agreement (clicking Add on Agreement tab), following error message is shown related to the line in blue:
    Facility=local4;sessionid=4e73bb8e73304d6284816f93f4e04522a7c387b; tenantid=#tenant.ecb#;username=LUGUELL; exception=Sourced file: inline evaluation of: ``// **   import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeI ... '' : Method Invocation AgreementHome.save : at Line: 164 : in file: inline evaluation of: ``// **    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeI ... '' : AgreementHome .save ( doc )
    Target exception: java.lang.NullPointerException: while trying to invoke the method com.sap.eso.contracts.ContractTypeBo.getVendorVisible()
    of a null object returned from com.sap.eso.contracts.ContractCommonBo.getTypeBo()
    ;stacktrace=Sourced file: inline evaluation of: ``// *JLA*    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeI ... '' : Method Invocation AgreementHome.save : at Line: 164 : in file: inline evaluation of: ``// *JLA*    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeI ... '' : AgreementHome .save ( doc )
    Target exception: java.lang.NullPointerException: while trying to invoke the method com.sap.eso.contracts.ContractTypeBo.getVendorVisible()
    of a null object returned from com.sap.eso.contracts.ContractCommonBo.getTypeBo()
    Any ideas what is causing the error? What are we missing on our code to copy line items?
    Many thanks,
    Marc Romagosa
    Message was edited by: Marc Romagosa de Riba

    We managed to create a line item at VALIDATE script, but not at POST_CREATE. Either it is a bug or it is not possible at POST_CREATE script.

  • Unknown errors encountered during publish(EJB)

    Hi,
    I am getting following error while deploying simple stateless EJB.
    Can anybody help. Please mail me.
    I am pasting the error both from JDeveloper and from command prompt deployment.
    ==========================================
    ***From JDeveloper 3.2.2 It says***
    *** Executing deployment profile E:\jdevloper\myprojects\Hello.prf ***
    *** Generating archive file E:\jdevloper\myprojects\HelloSource.jar ***
    Compiling the project...done
    Validating the profile...done
    Initializing deployment...done
    Scanning project files...done
    Generating classpath dependencies...done
    Generating archive entries table...done
    *** Archive generation completed ***
    *** Deploying the EJB to 8i JVM ***
    EJB deployment argument list:
    "E:\jdevloper\java1.2\jre\bin\javaw" "-DPATH="standard jdev path"
    -classpath "standard path of Jdev" oracle.aurora.ejb.deployment.GenerateEjb
    -u system -p manager -s sess_iiop://10.5.0.55:2481:ORCL -republish -keep -temp TEMP
    -descriptor "E:\jdevloper\myprojects\Hello.xml" -oracledescriptor E:\jdevloper\myprojects\Hello_oracle.xml
    -generated "E:\jdevloper\myprojects\HelloGenerated.jar" "E:\jdevloper\myprojects\HelloSource.jar"
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.......................................done
    Compiling Stubs...done
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...done
    Generating EJBHome and EJBObject on the server...done
    Publishing EJBHome...
    Unknown errors encountered during publish. Please check the server trace file
    *** Errors occurred while deploying the EJB to 8i JVM ***
    *** Deployment completed ***
    ==========================================
    ***Error occured while trying to deploy from command line.***
    E:\jdevloper\myprojects>D:\oas9i\bin\deployejb.bat -u system -p manager -s sess_iiop://10.5.0.55:2481:orcl -republish -keep -temp temp -descriptor Hello.xml -oracledescriptor Hello_oracle.xml HelloSource.jar
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.......................................done
    Compiling Stubs...done
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...Exception in thread "main" org.omg.CORBA.COMM_FAILURE: java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read minor code: 0 completed: No
    at com.visigenic.vbroker.orb.TcpConnection.read(TcpConnection.java:61)
    at com.visigenic.vbroker.orb.GiopConnectionImpl.receive_message(GiopConnectionImpl.java:436)
    at com.visigenic.vbroker.orb.GiopConnectionImpl.receive_reply(GiopConnectionImpl.java:347)
    at com.visigenic.vbroker.orb.GiopStubDelegate.invoke(GiopStubDelegate.java:562)
    at com.visigenic.vbroker.orb.GiopStubDelegate.invoke(GiopStubDelegate.java:503)
    at com.inprise.vbroker.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:60)
    at oracle.aurora.AuroraServices._st_JISLoadJava.add(_st_JISLoadJava.java:66)
    at oracle.aurora.server.tools.sess_iiop.Loadjava.add(Loadjava.java:137)
    at oracle.aurora.server.tools.sess_iiop.Loadjar.loadAndCreate(Loadjar.java:101)
    at oracle.aurora.server.tools.sess_iiop.Loadjar.invoke(Loadjar.java:80)
    at oracle.aurora.server.tools.sess_iiop.Loadjava.<init>(Loadjava.java:94)
    at oracle.aurora.server.tools.sess_iiop.Loadjar.<init>(Loadjar.java:52)
    at oracle.aurora.ejb.deployment.GenerateEjb.invoke(GenerateEjb.java:560)
    at oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(ToolImpl.java:143)
    at oracle.aurora.ejb.deployment.GenerateEjb.main(GenerateEjb.java:575)
    =============================================
    I have checked log also. This is the log from oracle trace file.
    Session 13 exceeded soft sessionspace limit of 0x100000 bytes.
    *** SESSION ID:(8.3994) 2001-06-23 17:44:30.625
    jox_call_java_pres_: caught
    ORA-04031: unable to allocate 4032 bytes of shared memory ("large pool","unknown object","joxu heap init","ioc_allocate_pal")
    Please help me out of this si tuation.
    regards,
    vijay

    You can try to set the java_pool_size and shared_pool_size to larger. This parameter is in the file: init.ora . The size should be large enough. Usually at least 50M.

  • Customising the exe .ico during publishing

    I can't seems to customise the exe .ico during publishing (as .exe, custom .exe icon) I'm using Captivate 5.
    Please advice. Thank you.

    Hi there
    Are you saying you have a different icon that you wish to use, but it's not appearing or allowing you to use it when publishing?
    Or are you instead saying that you are unable to actually customize the icon (as in creating one from scratch or other editing as you may do in something like PhotoShop)?
    I believe the icon will have to be in a format that contains multiple resolutions as described in the help topic. I've copied the gist of what applies and will paste it below:
    Custom Icon You can customize the icon that is displayed for the executable file. Click Browse (...) to add a custom icon for your file. Ensure that the icon file has a .ico extension (on Windows)/.icns (for Mac).
    (Applies only for Windows) You can create a custom icon file using any software meant for that purpose. Ensure that the file you create contains seven images of the following dimensions:
    256x256 32-bit color image
    48x48 32-bit color image
    48x48 8-bit color image
    32x32 32-bit color image
    32x32 8-bit color image
    16x16 32-bit color image
    16x16 8-bit color image
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Muse Crash - after pages "optimizing assets" and "exported" During Publish

    The following was causing me problems for about a week or so. I continued to pursue it with the following "Crash" symptoms until waking this morning with perhaps a resolution to the inconsistent problem. It is so simple I would probably be wise just to ignor giving you an answer to save face. But, sometimes you just must standup and take it ... so don't be too hard on me.
    ANSWER TO MY CRASH PROBLEM: When publishing you have in the option menu to either upload all changes or just upload those things that have changed from the last update. With over 2,000 images on my site and 18 pages I decided, until I had a major upgrade, to take the option to upload only changed items of my site. This saves a lot of time. In thinking about it it came to me "who is then deciding what is "change" and what conditions apply and are covered by the logic of the Muse program". What is considered an error to crash the program! So I chose the option to upload all items and this seemed to fix the problem. I think it has as it crashed right after it had uploaded the "changed" items but, never published them (because of an error somewhere in the uploads). My suggestion to the program writers is whatever sensed the error should have a dialogue box that says to rerun the program using "upload all items". Love this program! Howard Lower of Lower Photography and Studio in Rochester, MN.
    Muse Crash right after pages are exported during publish with no other indication of a problem. I have been fighting this problem for many days now.
    I thought I had it fixed last night as it worked fine after deleting the Microsoft Outlook plugin called Acrobat PDFmaker Office com Addin as the descriptions of the problems it caused others with Adobe programs sounded exactly what I was see with Muse.
    The only Change I see in Muse today is that during "Publish", and the information as it runs is Muse first "optimizing assets", them it Export Desktop page and gets to 16 of 18 then Muse crashes without any indication or message for the problem.
    Could it be a problem with "Business Catalyst" as that is what "Publish" is exporting to? Who can check out to see what is happening from exporting assets to Business Catalyst? It appears that the one line in the specification box does not have to have any information put into it regarding the directory location as it already has the business Catalyst name or reference site in it. Is this correct?
    That is all I need and the only thing I can say is  .... HELP! Muse is the perfect program for me and my business and now it has let me down so that I can not make changes to what I would consider a great website at http://www.lowerphotography.com if I could only make needed changes.
    Message was edited by: HLower
    Message was edited by: HLower

    Well, after 20 hours of work and rebuilding most of my Muse website I finally was able to upload by site again.
    Here was my problems per above and the last 20 hours. When publishing the site it does the following: Optimize assets, exportin desktip page 1 thru 19, Fining export HTML files then uploading images which I have 2208 on this site plus other stuff uploaded.
    I can not answer why it now works as "normally"it would het error #2015 uring optimizing assets wich is an invalid bitmap data error and failed at only 9% publish process then got a 1125 index 0 is out of range0 at publish 20% complete.
    I did rewrite most of the pages and made minor changes to all of them thinking that would force all pages to be uploaded as I also took option to upload all pages instead of just those that changes. All 2008 images were reloaded onto the pages by another hint I read on how to delete all thumbnails and thus the files is to select all and press delete and it will leave one as required. Then the one left could be deleted by itself. Thanks for whoever asked the question and who answered it. This saved me a lot of time.
    Thanks to all that have taken the time to help me out. Muse is a great program but sometimes you don't have any idea if it is working at something so I found myself looking at the computer busy light to see if Muse was taking a lot of cycles. It would help to have a wider use of the cursor busy indicator as sometimes the system seemed like it was hung up but it was not.
    Thanks guys!
    Again, after hours of calmness and yes I also prayed over this problem and this last time it worked. So stay calm, and keep working at it and God helping doesn't hurt either. I can not explain it otherwise.

  • Sales order create/change line item with reference to contract - Open quantity not getting deducted for copied line item from the contract

    Hi friends,
    Please provide some valuable inputs for the following scenario:
    When a sales order line item is created(VA01) or changed(VA02) with reference to a Contract the open quantity is deducted in the contract which is a standard functionality. If the referenced line item is copied (custom enhancement to copy line item), then for the copied line item the open quantity is not getting deducted instead ATP quantity i.e. Available-to-promise is deducted.
    Any inputs on how we can fix this functionality i.e. deduct the open quantity from the contract for the copied line item?
    P.S. : Custom enhancement to copy line item is working fine, but open quantity is not getting deducted if the copied line item was referenced to a contract.
    Thanks,
    Sandeep
    Message was edited by: sandeep

    Sandeep,
    Yes, that was my original interpretation.  I was having a hard time believing that someone would ask such a question. 
    I guess, then, that you already know that you will have to add this logic to your enhancement. You should create your specifications and hand them off to a developer; ideally the one who created this enhanced solution in the first place.
    I do not provide advice in these forums about details of enhanced solutions.  Perhaps one of the other members will be more willing to do your work for you.
    Best Regards,
    DB49

  • Line invoiced during a given period

    Hello Experts,
    Is there a different way than queries to know how many lines has been invoiced during a given period ? I tried with th drag and relate tool but icant select a period.
    Thanks for your help
    Sébastien TABORE

    Hi,
    There is no report as such to check for all the Lines Invoiced during a specific period.
    You can get best details which are required using the tables and preparing a query.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • EXIT to change / add line items during STO PO creation in T.Code ME21N

    Hi
    Can somebody suggest me a EXIT or a BADI  to change / add line items during STO PO creation in T.Code ME21N.
    The requirement is as below.
    When the user enters a material no ( which has a BOM created in CS01), and presses enter or saves the PO, i need to get the sub components of the BOM and populate them as the next line items.
    This is because the user needs to create the delivery with reference to the PO. In the delivery, the BOM material needs to be populated with all the sub components of the BOM.
    I tried to do it using EXIT_SAPMM06E_013 in which i am able to change / add the line items in the XEKPO and YEKPO internal tables. The entries are available in the internal table when the EXIT is executed.
    But when the PO is posted internally, the item is not changed/added.
    Thanks in advance.
    Guna.

    Hi,
    Try BADI "ME_PROCESS_PO_CUST".
    cheers,

  • Report on Orders that have Order Lines modified during the period

    hi,
    I am a Beginner, PLEASE I NEED A HELP
    Report on Orders that have Order Lines modified during the period

    I don't know a standard report (SE95 does not seem to include selection by date), maybe you can tweak SE16 display of table SMODILOG for your purpose.
    Thomas

  • Copy long text during creating new assets by reference

    Hi,
    I would like to have copy long text during creating new assets by reference. Is it place in spro where I can set it?
    Rgds, Stenwa

    Hi Stenwa,
    For the field Description you cen set the indicator Indicator: "Copy field group from reference asset" in the screen layout rule.
    If this indicator is set, the screen layout rule specifies that when you create an asset using another asset as a reference, the specified field group is automatically supplied with values from the reference asset.
    For the logtext there is a possibility to maintaine a text in the tables  STXH or STXL with key ANLA
    regards Bernhard

  • Error(s) occurred during publish assembly

    Hi !
    I have a problem with my application, i don't know. please help me
    Publishing failed
    Error with publish task 'WebServicesProjectBuildTask'.
    Error while compiling web services in Web19.
    weblogic.wsee.tools.jws.build.CompileException:Error compiling web services.....
    Error(s) occurred during publish assembly. No modules will be published.

    I am also facing the same problem,
    The Error logs are as follows:
    Publishing failed
    Error with publish task 'Controls Assembly'.
    Controls assembly failure running assembly on standalone WAR 'test'.
    org.apache.beehive.controls.api.assembly.ControlAssemblyException: Assembly infrastructure exception
    java.lang.ExceptionInInitializerError: null
    java.lang.RuntimeException: com.bea.xml.XmlRuntimeException: java.util.zip.ZipException: The system cannot find the path specified
    com.bea.xml.XmlRuntimeException:
    java.util.zip.ZipException: The system cannot find the path specified
    java.util.zip.ZipException: The system cannot find the path specified
    Error(s) occurred during publish assembly. No modules will be published.
    And if try to publish it again, i receive error as :
    Publishing failed
    Error with publish task 'Controls Assembly'.
    Controls assembly failure running assembly on standalone WAR 'test'.
    org.apache.beehive.controls.api.assembly.ControlAssemblyException: Assembly infrastructure exception
    java.lang.NoClassDefFoundError: null
    Error(s) occurred during publish assembly. No modules will be published.

  • Conflicts found during publish

    I can't publish a Oracle Service Bus Project from Workshop 10.3 to a local OSB 10.3. I've tried the 'Clean...' option and even I've deleted the project and the configuration project and recreated them again. The same problem. The log shows this trace:
    org.eclipse.core.runtime.CoreException: Conflicts found during publish.
    +     at com.bea.alsb.server.publish.ALSBPublishOperation.checkPublishStatus(ALSBPublishOperation.java:532)+
    +     at com.bea.alsb.server.publish.ALSBPublishOperation.doImport(ALSBPublishOperation.java:421)+
    +     at com.bea.alsb.server.publish.ALSBPublishOperation.publishNewContainer(ALSBPublishOperation.java:298)+
    +     at com.bea.alsb.server.publish.ALSBPublishOperation.execute(ALSBPublishOperation.java:150)+
    +     at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:1189)+
    +     at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:744)+
    +     at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:607)+
    +     at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:503)+
    +     at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)+
    +     at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)+
    +     at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)+
    +     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)+
    I've got another projects and I don't have problems with them!. Any idea?

    You might want to try OSB forum for questions related to Service Bus IDE:
    SOA Suite

  • CCMDB Error during Publisher Restore

    Hello Everyone,
    I get the following error during the Restore Proccess in the Publisher:
    Error DDMDB, the restore keeps on 93%.
    At the link error log:
    Have any idea to resolve this?
    Thanks.

    Duplicate posts.  
    Go here:  http://supportforums.cisco.com/discussion/12142111/ccmdb-error-during-publisher-restore

  • IDES system copy ..error during IMPORT_ABAP..unable to create indexes

    Hi all,
    I am doing a IDES system copy. I ran the report SMIGR_CREATE_DLL , the export activities have been completed successfully as well on the source system. Now on the target system, during the import, I am getting the following error in the log file SAPDFACT.log.
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "/BI0/E0RSTT_C06~P" ON "/BI0/E0RSTT_C06" ( "KEY_0RSTT_C06P" , "KEY_0RSTT_C06T" , "KEY_0RSTT_C06U" , "KEY_0RSTT_C061" , "KEY_0RSTT_C062" , "KEY_0RSTT_C063" , "KEY_0RSTT_C064" , "KEY_0RSTT_C065" , "KEY_0RSTT_C066" , "KEY_0RSTT_C067" , "KEY_0RSTT_C068"  ) TABLESPACE PSAPSR3 STORAGE (INITIAL 65536 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 1408)
      error message returned by DbSl:
    ORA-01408: such column list already indexed
    (DB) INFO: disconnected from DB
    The owner for this table is SAPSR3. Some oracle forums suggested to drop the index before recreating it. But when i do "drop index SAPSR3."/BI0/E0RSTT_C06~P..it says.."the specified index does not exist". But when I go to recreate this index, it doesn get created successfully. After that when I re-run the import, it again fails. Suprisingly..now if i go to check if this index is present thru a sql querry:
    select owner, object_name, object_type from dba_objects where object_name='SAPSR3."/BI0/E0RSTT_C06~P"', it tells "no rows selected". This is happening everytime, I create an index, where it gets created successfully, and the import again fails with the same error in SAPDFACT.log.
    I found an SAP note 885441 named..common errors during migration..although mine isnt a migration..my both source and destination are Red hat 64 bit platform.
    The note 1st asks to download the latest R3load..which I did and extracted in the kernel directory of the source..then it also asked to edit the .TSK file..in my case..SAPDFACT.TSK..where the lines:
    I /BIC/E<Cubename>~<index> C err
    to  I /BIC/E<Cubename>~<index> C ign..
    I did that..this time..the import again fails..but in the SAPDFACT.log..it complains about some other index..n the same gets generated in the .TSK file as well..the earlier index error is not again generated.
    I am not sure..what is going wrong..my export went through successfully.i have done the prep steps for export as well..before that i ran the SMIGR_CREATE_DLL report as well..
    Any inputs are highly appreciated..
    Thanks,
    Akshay

    Hi,
    Check SAP  Note 1166589 - Table converter: DB error when creating secondary indexes
    Thanks
    Sunny

  • Copy line item text in all line items

    Hi
    My requirement is during transaction, if long text entered in one line item the same taxt should copy to all line item by default. if user want to chane the same for particular line item, it should be changable.
    Is it possible?. If yes, please revert in detail.
    Regards

    Hi Devi,
    If you put a plus sign in the text field, the system copy the previuos line text into the current field.
    Of course you can change it if you want.
    In addition we did a change in our system so the header text is transfered to the lines text when the line text field is empty.
    Regards
    Ofer

Maybe you are looking for

  • Photoshop cs2 with windows 8.1

    Hi I've been using photoshop cs2 for some time and I just bought a new laptop that is windows 8.1 during installation it stops and wont proceed until I enter an organization and serial number. I don't remember doing that in the previous install and I

  • What is the best way to shorten a song so it will fit on a slideshow.

    What is the best way to shorten a song so it will fit on a slideshow so I do not have to remove or add pictures. Thank you in advance

  • TAsk Flow

    hi i am using JDEV 11.1.1.3 i have a task flow which has a CREATE INSERT Method flow to my page. i am using go link in my menu i want 2 call that task flow so that i get a create form on page load... i dont know how to call the task flow.. is there i

  • Windows Mail/calendar on vista 64 compatability

    Before I go and shell out for a new outlook setup on my new home pc, wondering if it's possible to use/sync the included windows mail and calendar programs installed w/vista 64 w/the 755p?  just trying to save some headaches and I appreciate the help

  • Organization & Cost Allocation : API question

    Hello I need to setup the master data of cost allocation segments (Segment1 to 6) in our case, I am unable to find a suitable API for the purpose. I was expecting that hr_organization_api.create_hr_organization or hr_organization_api.create_organizat