IDOC's for Mass Opportunity Load with Product Categories Maintained

Hi
I am looking for an IDOC that I can use to do a mass upload of opportunities with products maintained in opportunities.
Please help on this.
Regards
Tarang

problem solved
i was using wrong parameters in BDLS

Similar Messages

  • Error in posting contract for interest rate futures with product type 70B

    Hi All,
    I am getting the below error while creating contract(FTR_CREATE) for interest rate futures with product type 70B.
    Processing leads to inconsistent positions for 11.02.2014  CoCd:LT01 ValArea:001 ValCls:0001  IDNo:IRF021 Fut.Act:CITI001
    Message no. TPM_TRL063
    Diagnosis
    An error exists in the derived flows. Further processing would lead to inconsistent positions for 11.02.2014 .
    CoCd:LT01 ValArea:001 ValCls:0001  IDNo:IRF021 Fut.Act:CITI001
    System Response
    Processing was terminated.
    Kindly Suggest.
    Regards,
    Anish

    Thank u for ur response.Now it is solved when OB40 and OBCN maintained.Here I am facing a new problem.pl. provide the solution.we configured twoseperate  pricing procedures for our product and scrap material.We have configured same condition types for VAT(ie.condition type:ZVAT) and CST(cond type:ZCST), in both pricing procedures. Now We want to maintain  seperate condition types for VAT and CST for pricing procedure for Product material and Scrap material. I have created two new condition types for scrap sales ZSCT- cst for scrap and ZSVT-vat for scrap by copying the same from existing conditions ZCST & ZVAT, and the same is included in the scrap pricing procedure. And also maintained OB40,OBCN,OVK1,OVK3,OVK4, FTXP,FV11 and VK11.
    now I am facing the following problems.
    1. while creating the Material master & customer master, in tax category sub screen all conditions i.e. conditions defined for  product material( ZCST,ZVAT) and defined for scrap material (ZSCT, ZSVT) displaying and these are compulsory fields.
    2. While creating the sale order for scrap material, system is considering the TAX classes from ZVAT/ ZCST (defined for product material) and taking the condition value from the condition type ZSVT/ ZSCT with the TAX class values of  ZVAT/ZCST.
    Now I would like to know is there any procedure  to assign the Material type and Customer group to Tax category.
    Thanks & Regards
    sam

  • WLS 9.2.2: JSP recompile for every page load with JAR'ed tag files

    I have a small custom tag library of three tag files. With the server running in development mode and the tag files in a JAR (included in WEB-INF/lib), the server appears to be doing a JSP recompile on every page load. However, it only compiles on the first page load if the tag files are included in WEB-INF/tags (no JAR). Also, running the server in production mode with the JAR'ed tag files avoids the recompile for every page load.
              Is that how the server should behave?
              For whatever it's worth, I'm also using Eclipse 3.3.2 with WTP and WebLogic Server Tools 1.1.2. The server is running the Sun JVM (1.5_10).

    Vikram,
              I went back and created a simple example to test. Below I'm posting the Java source code generated from the two relevant files: index.jsp, and hello.tag.
              __index.java:
              package jsp_servlet;
              import java.io.*;
              import java.util.*;
              import javax.servlet.*;
              import javax.servlet.http.*;
              import javax.servlet.jsp.*;
              import javax.servlet.jsp.tagext.*;
              public final class __index extends weblogic.servlet.jsp.JspBase implements weblogic.servlet.jsp.StaleIndicator {
              private static void _releaseTags(javax.servlet.jsp.tagext.JspTag t) {
              while (t != null) {
              if(t instanceof javax.servlet.jsp.tagext.Tag) {
              javax.servlet.jsp.tagext.Tag tmp = (javax.servlet.jsp.tagext.Tag)t;
              t = ((javax.servlet.jsp.tagext.Tag) t).getParent();
              try {
              tmp.release();
              } catch(Exception ignore) {}
              else {
              t = ((javax.servlet.jsp.tagext.SimpleTag)t).getParent();
              public boolean _isStale(){
              boolean stale = staticIsStale((weblogic.servlet.jsp.StaleChecker) getServletConfig().getServletContext());
              return _stale;
              public static boolean _staticIsStale(weblogic.servlet.jsp.StaleChecker sci) {
              if (sci.isResourceStale("/index.jsp", 1207926672370L ,"9.2.2.0","America/Denver")) return true;
              if (sci.isResourceStale("/null", 1207926783245L ,"9.2.2.0","America/Denver")) return true;
              return false;
              private static void _writeText(javax.servlet.ServletResponse rsp, javax.servlet.jsp.JspWriter out, String block, byte[] blockBytes)
              throws java.io.IOException {
              if (!_WL_ENCODED_BYTES_OK || _hasEncodingChanged(rsp)){
              out.print(block);
              } else {
              ((weblogic.servlet.jsp.ByteWriter)out).write(blockBytes, block);
              private static boolean _hasEncodingChanged(javax.servlet.ServletResponse rsp){
              String encoding = rsp.getCharacterEncoding();
              if ( "ISO-8859-1".equals(encoding) || "Cp1252".equals(encoding) || "ISO8859_1".equals(encoding) || "ASCII".equals(encoding) ){
              return false;
              if (_WL_ORIGINAL_ENCODING.equals(encoding)) {
              return false;
              return true;
              private static boolean WLENCODED_BYTES_OK = true;
              private static final String WLORIGINAL_ENCODING = "ISO-8859-1";
              private static byte[] _getBytes(String block){
              try {
              return block.getBytes(_WL_ORIGINAL_ENCODING);
              } catch (java.io.UnsupportedEncodingException u){
              WLENCODED_BYTES_OK = false;
              return null;
              private final static String wlblock0 ="<!--\n * $Id$\n-->\n \n<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \n\t\t\"http://www.w3.org/TR/html4/loose.dtd\">\n \n";
              private final static byte[] wlblock0Bytes = getBytes( wl_block0 );
              private final static String wlblock1 =" \n \n\t";
              private final static byte[] wlblock1Bytes = getBytes( wl_block1 );
              private final static String wlblock2 ="\n";
              private final static byte[] wlblock2Bytes = getBytes( wl_block2 );
              private final static String wlblock3 ="\n\n<html>\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\" />\n\n\t<title>Tag File Test</title>\n</head>\n<body> \n\t";
              private final static byte[] wlblock3Bytes = getBytes( wl_block3 );
              private final static String wlblock4 ="\n</body>\n</html>";
              private final static byte[] wlblock4Bytes = getBytes( wl_block4 );
              static private javelin.jsp.JspFunctionMapper jspxfnmap = javelin.jsp.JspFunctionMapper.getInstance();
              public void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
              throws javax.servlet.ServletException, java.io.IOException {
              javax.servlet.ServletConfig config = getServletConfig();
              javax.servlet.ServletContext application = config.getServletContext();
              javax.servlet.jsp.tagext.JspTag _activeTag = null;
              Object page = this;
              javax.servlet.jsp.JspWriter out;
              javax.servlet.jsp.PageContext pageContext = javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this, request, response, null, true , 8192 , true );
              response.setHeader("Content-Type", "text/html; charset=ISO-8859-1");
              out = pageContext.getOut();
              javax.servlet.jsp.JspWriter _originalOut = out;
              javax.servlet.http.HttpSession session = request.getSession( true );
              try {;
              response.setContentType("text/html; charset=ISO-8859-1");
              {_writeText(response, out, _wl_block0, _wl_block0Bytes);}
              {_writeText(response, out, _wl_block1, _wl_block1Bytes);}
              {_writeText(response, out, _wl_block2, _wl_block2Bytes);}
              {_writeText(response, out, _wl_block3, _wl_block3Bytes);}
              jsp_servlet._tags.__hello_tag __tag0 = null ;
              int __result__tag0 = 0 ;
              if (__tag0== null )__tag0 = new jsp_servlet._tags.__hello_tag ();
              __tag0.setJspContext(pageContext);
              __tag0.setParent(null);
              activeTag=_tag0;
              __tag0.doTag();
              {_writeText(response, out, _wl_block4, _wl_block4Bytes);}
              } catch (Throwable __ee){
              if(!(__ee instanceof javax.servlet.jsp.SkipPageException)) {
              while ((out != null) && (out != _originalOut)) out = pageContext.popBody();
              releaseTags(activeTag);
              pageContext.handlePageException(__ee);
              __hello_tag.java:
              package jsp_servlet . _tags ;
              import java.io.*;
              import java.util.*;
              import javax.servlet.*;
              import javax.servlet.http.*;
              import javax.servlet.jsp.*;
              import javax.servlet.jsp.tagext.*;
              public final class __hello_tag extends javax.servlet.jsp.tagext.SimpleTagSupport {
              private static void _releaseTags(javax.servlet.jsp.tagext.JspTag t) {
              while (t != null) {
              if(t instanceof javax.servlet.jsp.tagext.Tag) {
              javax.servlet.jsp.tagext.Tag tmp = (javax.servlet.jsp.tagext.Tag)t;
              t = ((javax.servlet.jsp.tagext.Tag) t).getParent();
              try {
              tmp.release();
              } catch(Exception ignore) {}
              else {
              t = ((javax.servlet.jsp.tagext.SimpleTag)t).getParent();
              public static boolean _staticIsStale(weblogic.servlet.jsp.StaleChecker sci) {
              if (sci.isResourceStale("/META-INF/tags/hello.tag", 1207926783175L ,"9.2.2.0","America/Denver")) return true;
              return false;
              protected static final String tagxTagInfo = "-84,-19,0,5,116,0,5,104,101,108,108,111,116,0,29,106,115,112,95,115,101,114,118,108,101,116,46,95,116,97,103,115,46,95,95,104,101,108,108,111,95,116,97,103,116,0,5,101,109,112,116,121,112,112,112,112,119,5,0,0,0,0,3,116,0,10,106,115,112,67,111,110,116,101,120,116,119,1,0,116,0,28,106,97,118,97,120,46,115,101,114,118,108,101,116,46,106,115,112,46,74,115,112,67,111,110,116,101,120,116,113,0,126,0,4,119,1,1,112,119,2,1,0,112,112,116,0,7,106,115,112,66,111,100,121,119,1,0,116,0,36,106,97,118,97,120,46,115,101,114,118,108,101,116,46,106,115,112,46,116,97,103,101,120,116,46,74,115,112,70,114,97,103,109,101,110,116,113,0,126,0,6,119,1,1,112,119,2,1,0,112,112,116,0,6,112,97,114,101,110,116,119,1,0,116,0,31,106,97,118,97,120,46,115,101,114,118,108,101,116,46,106,115,112,46,116,97,103,101,120,116,46,74,115,112,84,97,103,113,0,126,0,8,119,1,1,112,119,2,1,0,112,112,119,4,0,0,0,0,112,112,";
              protected JspContext jspContext ;
              public void setJspContext ( JspContext ctx ){
              super . setJspContext ( ctx );
              java.util.List nested = null ;
              java.util.List atBegin = null ;
              java.util.List atEnd = null ;
              this.jspContext = new javelin.jsp.JspContextWrapper(ctx, nested, atBegin, atEnd, null);
              }public JspContext getJspContext() {
              return this.jspContext;
              private java.io.Writer jspxsout;
              private javax.servlet.jsp.tagext.JspTag _activeTag;
              private static void _writeText(javax.servlet.ServletResponse rsp, javax.servlet.jsp.JspWriter out, String block, byte[] blockBytes)
              throws java.io.IOException {
              if (!_WL_ENCODED_BYTES_OK || _hasEncodingChanged(rsp)){
              out.print(block);
              } else {
              ((weblogic.servlet.jsp.ByteWriter)out).write(blockBytes, block);
              private static boolean _hasEncodingChanged(javax.servlet.ServletResponse rsp){
              String encoding = rsp.getCharacterEncoding();
              if ( "ISO-8859-1".equals(encoding) || "Cp1252".equals(encoding) || "ISO8859_1".equals(encoding) || "ASCII".equals(encoding) ){
              return false;
              if (_WL_ORIGINAL_ENCODING.equals(encoding)) {
              return false;
              return true;
              private static boolean WLENCODED_BYTES_OK = true;
              private static final String WLORIGINAL_ENCODING = "ISO-8859-1";
              private static byte[] _getBytes(String block){
              try {
              return block.getBytes(_WL_ORIGINAL_ENCODING);
              } catch (java.io.UnsupportedEncodingException u){
              WLENCODED_BYTES_OK = false;
              return null;
              private final static String wlblock0 ="\n<center><h1>Hello World</h1></center>";
              private final static byte[] wlblock0Bytes = getBytes( wl_block0 );
              static private javelin.jsp.JspFunctionMapper jspxfnmap = javelin.jsp.JspFunctionMapper.getInstance();
              public void doTag() throws JspException, java.io.IOException {
              javax.servlet.jsp.PageContext pageContext = (javax.servlet.jsp.PageContext) getJspContext();
              javax.servlet.http.HttpServletRequest request = (javax.servlet.http.HttpServletRequest) pageContext.getRequest ();
              javax.servlet.http.HttpServletResponse response = (javax.servlet.http.HttpServletResponse) pageContext.getResponse();
              javax.servlet.http.HttpSession session = pageContext.getSession();
              javax.servlet.ServletContext application = pageContext.getServletContext();
              javax.servlet.ServletConfig config = pageContext.getServletConfig();
              javax.servlet.jsp.JspWriter out = jspContext.getOut();
              javax.servlet.jsp.tagext.JspTag _activeTag = null;
              try {
              {_writeText(response, out, _wl_block0, _wl_block0Bytes);}
              } catch ( Throwable t ){
              if( t instanceof javax.servlet.jsp.SkipPageException )
              {throw (javax.servlet.jsp.SkipPageException)t;}
              if( t instanceof java.io.IOException )
              {throw (java.io.IOException)t;}
              if( t instanceof IllegalStateException )
              {throw (IllegalStateException)t;}
              if( t instanceof javax.servlet.jsp.JspException )
              {throw (javax.servlet.jsp.JspException)t;}
              throw new javax.servlet.jsp.JspException(t);
              finally {
              ((javelin.jsp.JspContextWrapper)jspContext).syncEndTagFile();
              Edited by Stephen Davison at 04/11/2008 9:02 AM

  • How to generate one invoice for a sales order with product returns

    Hi All,
    I have a sales order that has been delivered and goods issue posted. Now the customer returns some of the product and I generated a Return using VA01 - document type RE, generated a returns delivery and posted a goods return.
    I need to generate an invoice that will only consider the quantities that were not returned.
    I have checked the sales process pertaining to returns, but all I have found consider generating a Credit Memo.
    Is there a way to generate an invoice that will only invoice the quantities that were not returned? Say I sold 10 pcs, and 2 were returned, so I want to invoice 8.
    Many thanks in advance.
    Oscar

    Hi Sandeep, Jyotsana, Goutham. Thank you all for your time and your replies.
    What is happenning here is that there is a vendor-client relationship where there is a constant flow of purchase orders, and the orders are large.
    I understand that it is standard SAP procedure, but in this case, it is not the most efficient. I have two alternatives the way I see it:
    1. Post the invoices according to SAP Standard, and then the Credit Memo.
    2. Reverse the Purchase Order.
    There are disadvantages with both alternatives:
    1. I get much more paperwork than I really need.
    2. When I get the returns, the delivery, picking and goods issue have been posted, and I would have to reverse all that. Not a very good Idea I think, especially if I have a purchase order with 150 different materials and I get a return of 2 items of one material.
    Again, thanks for your replies. From what you have told me I am thinking that what I'll need is to implement a User Exit or Badi.
    Best Regards,
    Oscar

  • Best way for using Property Loader with Excel

    I am trying to architect a test system to run a variety of tests (DIO, AIO, PWM...etc) and I noticed that Property Loader can be quite handy. I am trying to find the best method to utilize NI TestStand Property Loader to load test properties from Excel into some sort of parameter database. The properties shall be loaded only once when the test sequence is opened. The parameters of the excel table will have a format like this:
    TestType TestCondition  ECUPin#   Limits.High    Limits.Low  Units  PWM_Frequency  CAN_TX   CAN_RX
    DI            ON                    1                                                                                      0x0102   0x0304
    AI            OFF                   2                0             0.1                V                                0x1324   0x0405
    The table will look much more complex than this one, but once I know how to do this I should be fine. Does anyone have suggestions for what I am trying to do ?
    Thanks,
    Ayman

    There are a couple methods of thought here:
    Property Loader-  You can use the tool to export and import properties.  The best way to do it is to export the properties that you want in the Excel file using the tool.  Then make copies of the file and change the values in there.  This will ensure that once the values come back into TestStand they will all go to the correct place.
    FileGlobals Method-  You can create a large container which has all the correct variables in it in your file globals or locals.  There is an object in the TS API called a PropertyObjectFile.  This file is a simple text file that contains the properties, sub properties and values of any property object in TS.  You can easily just pass the container into it.  The problem with this is that you then have to create a VI or some tool to edit the values in it.  You can go in there and manually change them but it's not as intuitive.
    Property Loader to FileGlobal Container-  This would basically be a hybrid of the two.  Pretty much what you described in your post.  Where the property loader only has to load the container in your FileGlobals.
    Which method is best? It all depends on your application.  If you ever need to dynamically export the properties then you can't use the Property Loader. 
    One thing to remember is that you should only Import/Export properties that need to be changed in the Excel file.  This will help reduce the number of properties. 
    Hope this helps,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • PP IDOC Message for Work Center upload with Costing

    Hi all,
    I'm looking for apropriate IDOC message type to import  Costing data with Work Centers.
    I found some of them to pass WorkCenters data, the best is LOIWCS I think, but I don;t see a possibility to passing costing data. ( e.q. KOSTL domain field)
    Any suggestions? Is there any other IDOC to pass Costing data for WC's?
    Thnx in advance
    Tom
    Edited by: Tomasz Szofer on Jan 24, 2011 12:48 PM

    Dear Nixal,
    Assume this 10 hours is for some base quantity and this value gets changed based on operation(order quantity) means,you can
    check with standard SAP formula SAP006 = Machine * Operation quantity / Base qty.
    In case if the duration 10 hours is for any operation quantity means,then there is no relation between base quantity and
    operation,so you have to assign a formula which has only duration alone.
    Likewise you can decide and select the suitable formula and use the formula key in the costing tab to calculate the cost based on
    the formula selected.
    Regards
    Mangalraj.S

  • X1 Carbon Retrieve serial for Win7 pre-loaded with no serial sticker [Win8 branded]

    So I just recently had the misfortune of being asked to wipe a X1 Carbon of it's pre-loaded Win7, replacing it with a clean Win7 installation. This has caused a licensing issue as there appears to be no Win7 serial-sticker on the laptop itself. Therefore the newly installed Windows 7 operative system won't activate.
    Looking through online manuals I've learned that these X1 Carbon machines are Win8-branded, meaning if I wish to kep Win7 I'd have to make a recovery disk myself prior to formatting it. This was not done, to my misfortune.
    My question is then: Is my only solution to order a recovery disk from lenovorecovery dot com, or is there an alternative solution? We are not running Win8, and I would prefer to avoid using our own licenses for a machine that was already purchased with W7 and should have it's own license.
    Just curious if there's a fix.
    Many thanks for your time!
    //Ken
    Solved!
    Go to Solution.

    I was unable to edit my previous post.
    Dear zoltanthegypsy,
    Your solution worked prefectly. I do not understand how this works, but did and I am so grateful for your time and help to solve my activation issue on the X1 Carbon that came with pre-loaded Win7; branded for Win8 and only Win8 disks.
    I performed a clean install of Win7 and simply activated it using another used license. Followed your steps and the machine is now activated. Brilliant!
    Kind regards,
    Ken

  • Best options for mass pricing load/update?

    Hi folks,
    I need to design an interface to load PR00 pricing condition data into SAP from a 3rd party (custom) system.  The interface will need to support (1) creating brand new condition records, (2) changing existing condition records (example i: price changes but effectivity dates remain the same, example ii: price remains the same, but the effectivity 'to' date changes, etc.), and (3) setting the deletion flag on existing records. 
    Any thoughts/comments on the best mechanism for getting these pricing updates loaded into SAP?  LSMW vs. BAPI , etc?  I've spent some time searching and see that there are some BAPI's out there, but that some folks are using LSMW or even BDC.  I'm interested in hearing the pros and cons of the various approaches.
    FYI, I'm on ECC 6.0.
    Thanks in advance!
    Allison

    Hi,
    Writing BDC and BAPI wil take time if your volume of DATA is huge then go for this option
    Otherwise I suggest you use LSMW simple and quick method,
    Kapil

  • Initial load of product categories - Middleware issue

    Hello all,
    I need fresh idea regarding middleware problem that I am facing.
    My setup of middleware is done by note 720819, sites (CRM and R/3) are defined, report for product settings is run (service set to inactive), RFC connections set, filters for DNL_CUST_PROD1 set and nothing is happening when I try to transfer material groups for the backend. RFC users have SAP_ALL.
    Object is in status running and that is. I checked RFC connection and it is working, so EBP is entering R/3 and here everything stops.
    I used note 429423 for analysis with no much use because there is no BDocs at all.
    customizing is the same on DEV and QAS but on QAS is doing nothing while on DEV is happily executing.
    Please give some clue what is happening.
    TIA
    Gordan

    So,
    after digging around EBP and R/3 (do you remeber Digger game) I found out two things.
    1. RFC user had wrong authorizations (not SAP_ALL, SAP_NEW) what was different that on other systems. Finally agree with other that this authorizations are possible if user is not dialog.
    2. Because load was started with unproper authorizations it was stuck in OUTBOUND queue of SRM. When I deleted loads in queue and with proper authorizations everything went OK.
    Point: do not look only inbound queue in SRM
    Gordan

  • UNSPSC mapping with Product categories

    HI Experts,
    Can any one let me  know why we use UNSPSC mapping in SRM.Once we map it do we need to do any setting in SRM.How it works.
    KNowledge points will be appreciated
    regards
    subbu

    Hi Subbu,
    You can map UNSPSC category to your product category using bbp_catalog_transfer BADI
    Please check these links
    UNSPSC codes in SRM?
    UNSPSC code map with category ID
    Regards
    Azad

  • Idoc type for pm notifications

    hi all,
           can anyone give me names of the Idoc type for triggering pm notification.
    with regards,
    Syed

    Ok, I found it.
    FL: MDM_FUNCLOC_SAVEREPLICA
    EQ: MDM_EQUIPMENT_SAVEREPLICA
    Thanks!

  • Product categories Central contracts as SOS in SC

    Hello,
    We are implementing SRM 7 Level 9 with extended classic scenario.
    We have created central contracts with items with Products categories only.
    Those central contracts do not appear when the requester has selected the same product category in the shopping cart item.
    We see no IMG activities for this. What can we do?
    Thanks in advance.

    Hi
    I have set up several central contracts, each time with one contract item with one product category. It means we have only ONE criteria.
    Contracts never appear in SC SOS tab.
    It works well with classic scenario (I can grab all contracts I have in ECC against the product category).
    Does ECS require more than one criteria to automatically assign the contract to SC item? Because we want to run ECS here.

  • Hierarchy - Product Categories

    Hello everyone!
    I´m starting to prepare the environment to  start working with CRM standalone (no integration with R/3).
    I need some help/tips/materials/etc on how to created Products, Hierarchies with product categories, etc.
    I am reading the ConfigGuide C09 (Central Master Data Standalone). I believe there is a gap between items 3.2.1 and 3.2.2 because I have no products created yet. Do I have to create a base hierarchy first? How?!
    I appreciate any kind of help.
    Thanks,
    Luis.

    1. Create Hierarchy First, you can do so by transaction comm_hierarchy.
    2. Create Categories under the hierarchy in step 1.
    3. Under the categories created under step 2 add the settypes you want to use in your Product.
    4. Start creating product under the categories created in step 2 from transaction commpr01.
    Without creating Heirarchies & Categories one will never be able to create a Product.
    Regards,
    Harshit

  • Read product categories under extended attributes tab in org structure.

    Hi SRM gurus,
    We have a requirement to read all product categories maintained for purchaser under Extended Attributes tab in Organizational Structure.
    Can anyone let me know any FM, BAPI available to read the product categories listed in organizational structure under extended attributes tab?
    Cheers,
    Chirag.

    Hi Chirag,
    For Your Reference you can check the following:-
    Re: Create new category product in SRM
    Re: Question on Product categories..
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/srm/code%252bsample%252b3%252bupdating%252bextended%252battributes%252b(Storage%252bLocation)
    FM for Extended Attributes Mantenance
    Hope it Helps..!!
    Regards,
    Kanika

  • Help! (please :) I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Help! (please I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Or If there is any purchased music then you can try to transfer purchases
    http://support.apple.com/kb/ht1848
    If you're in the US you can reload purchased music
    http://support.apple.com/kb/ht2519

Maybe you are looking for

  • Ipad asking for passcode but I dot have one

    I Have been locked out of my iPad mini. After updating it is asking for a passcode. I have never used a passcode before.

  • Firefox loads but does not display

    1. When I double click the Firefox icon on my desktop the firefox.exe application loads (per the Task Manager) but it does not display. I have to use Task Manager to end the process. FF will usually display on the second try, but I often get a "this

  • Second Display Powers Off Periodically

    Hello everyone, I can't find anyone with quite the same problem as me, so assistance would be appreciated. I run my macbook periodically hooked up to a second monitor. This works fine except that after a while (10 mins or so) the second monitor flick

  • Can anyone explain data usage for streaming music like Pandora

    Can anyone explain data usage for streaming music like Pandora

  • Material staging in Process industries

    Hai gurus, I have one problem at client end. 1) The raw material is received from main stores to production stores, from there the material is issued to shop floor for      consumption, In shop floor some material is kept as balance stock after consu