After applying Hotfix 2910552,while doing Migration from Win XP to Win 8.1 got Error 800700C1

Hi,
I have two SCCM Lab. Both have same configuration and hotfix(2910552) installed.
I am doing hardlink migration from Windows XP to Windows 8.1.
In one of the lab migration from XP to win 8.1 have successfully implemented after applying the hotfix 2910552,and then after updating the Boot image. But i am getting issue while doing the same on my second lab. The error in log file is 
Command line execution failed(0x800700C1)
Failed to install boot image,is not a valid win32 application
Failed to reboot the system(0x800700C1)
Thanks
Pallavi

Thank you for sharing the solution.
If your question was resolved/answered, you should mark the thread as "answered".
Then you should make e new thread/question for the new error you get. This will make it alot easier for other users, modetrators and Microsoft to help you. It will also make it much eaiser for othe people with the same issue to search the forums.
Thank you.
Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
@ronnipedersen

Similar Messages

  • 2012R2 Application installation steps after deploying OS from Task sequence is slow after applying hotfix 2910552

    We are currently using CM2012r2 for Endpoint protection, and in trying to save licensing costs, I have been given the task of doing imaging and application deployment through CM as well... everything started off well... noticed that imaging took a lot longer
    than I remembered when I used CM2007 at my previous employer. Found we needed hotfix 2910522 and what took an hour to download now only takes 5 minutes (yay!) Then started other strange issues.  Mostly the fact that in the task sequence, the install application
    blocks (we have 3 with 4-8 apps each) suddenly got really slow to execute. (boo!)  The application blocks eventually finish, but take about 5 hours and only the last block actually installs.    For example: 7zip takes 15 minutes to "install"
    but since it isn't in the last block, it doesn't in fact install on the system.
    so here is what I know so far:
    Updated the boot image after applying the hotfix
    Added the hotfix to the Windows and configmgr setup step command line to install the patch
    Verified that all applications install correctly outside of the task sequence.
    Created a new task sequence just in case the hotfix messed something up.
    here is what I've noticed:
    Only happens on workstations that have been imaged previously by CM (even if I remove the machine from AD and CM)
    New machines image just dandy
    not hardware specific (tested on 5 different laptop models and 3 desktop models)
    workstations that have the issue, when finished, only installed the applications from the last block (4 apps) and none from the previous 2 blocks (16 applications)
    If imaged new (not previously known) it installs the client correctly and it checks in, ones with the issue are in internet only mode and don't see the PKI cert for the machine, and will not check in.
    Things I've checked, double checked, verified, and done:
    All applications have the box for "allow this application to be installed from the Install Application task sequence action..."
    applications are on all distribution points
    Distribution points are healthy
    One MP/DP was complaining about how it couldn't access a SMS folder.  uninstalled the roles, let it sit over the weekend, reinstalled this morning
    Verified that the servers were on 10Gb full and were not throwing error on the line
    Antivirus scanning was not scanning the store (used the built in template for scep)
    Next steps that I am going to try:
    create a new task sequence and split up install application blocks to only have single applications in them
    recreate the boot wim for the media
     Thanks in advance

    So this issue of yours is in B&C -task sequence? You're using capture CD for capturing, why? Why not automate the build entirely.
    I'd suggest you add this:
    http://support.microsoft.com/kb/2775511/en-us to your BUILD image (either online of offline, in the WinPE -phase), it fixes many WMI related problems.
    After you've done your golden .wim, deploy it to your clients.
    We don't do a build and capture because certain applications require handling on our part. Management has said it needs to be a certain way, therefore this is how we have to build it.  (mostly settings, and views that can't be controlled through registry,
    Group Policy, etc.)  There are users that if they have to click on an accept button or it isn't the right color, or they want a different icon in their lab, then they go to the top and it comes back down to us, and our lives become miserable.
    We create the image in audit mode, capture it using boot media, and sequence in things that are updated constantly (flash, shockwave, java, etc.) through the task sequence.
    in relation to that KB, why would it work on new machines but not ones that have been touched before?

  • What types of issues will come while doing migration from HFM 9.3 to 11.1.1

    Can any body tell me what types of problems will come while migrating Classic app HFM 9.3.1 to EMPA 11.1.1.3? and how to resolve them?

    Yes you will need to export the data from each essbase database and then load into the databases on your 11.1.2 environment.
    The steps outlined in your post are just to move the planning applications relational piece.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error encountered while doing Migration from WLS 8.1 to WLS 10.0

    Hello All ,
    We are trying to do a WLS migrate(8.1 to 10.0) for a java/j2ee based application. We did not face any issues while compling application code (using jdk 1.5 & weblogic.jar of WLS 10.0) but while running the ant build script , we encountered an error while executing below part
    Line: -----
    1 <java classname="weblogic.appc" fork="true" maxmemory="${appc.java.maxmemory}" failonerror="true">
    2 <classpath>
    3 <pathelement path="${project.classpath}"/>
    4 </classpath>
    5
    6 <jvmarg line="${appc.java.options} -Djava.io.tmpdir=${appc.tmp.dir}"/>
    7
    8 <arg line="-compiler ${appc.compiler} -output ${_appc.output}
    9 -classpath ${_appc.classpath}
    10 ${bmwslc.param.options}
    11 ${appc.additional.options}
    12 ${_appc.input}" />
    13 </java>
    Line: -----
    Following is the error , which we encountered
    Line: -----
    # [java] Usage: java weblogic.appc [options] <ear, jar, war or rar file or directory>
    # [java] where options include:
    # [java] -help Print the standard usage message.
    # [java] -version Print version information.
    # [java] -output <file> Specifies an alternate output archive or
    # [java] directory. If not set, output will be
    # [java] placed in the source archive or directory.
    # [java] -plan <file> Specifies an optional deployment plan.
    # [java] -forceGeneration Force generation of EJB and JSP classes.
    # [java] Without this flag the classes may not be
    # [java] regenerated if it is determined to be
    # [java] unnecessary.
    # [java] -quiet Turns off output except for errors
    # [java] -lineNumbers Add JSP line numbers to generated class
    # [java] files to aid in debugging.
    # [java] -library <file> Comma-separated list of libraries. Each
    # [java] library may optionally set its name and
    # [java] versions, if not already set in its
    # [java] manifest, using the following syntax: <file>
    # [java] [@name=<string>@libspecver=<version>          
    # [java] @libimplver=<version|string>]
    # [java] -librarydir <dir> Registers all files in specified directory
    # [java] as libraries.
    # [java] -writeInferredDescriptors Write out the descriptors with inferred
    # [java] information including annotations.
    # [java] -keepgenerated Keep the generated .java files.
    # [java] -verbose Compile with verbose output.
    # [java] -classpath <path> Classpath to use.
    # [java] -source <source> Source version.
    # [java] -target <target> Target version.
    # [java] -advanced Print advanced usage options.
    # [java] <May 18, 2010 12:36:19 PM CEST> <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile your application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    # [java] [J2EE:160128]ERROR: Incorrect appc command-line. Too many arguments were given. The command-line only takes a single argument, the source file, in addition to the supported options.
    Line: -----
    All the arguments looks correct to me while debugging . here is the summary of echo statements
    ${appc.additional.options} =""
    ${bmwslc.param.options} ="-forceGeneration"
    ${_appc.input}="test_ear-generic.ear"
    I am dumb struck at this point
    Please suggest any other thoughts , which you have in mind .
    Thanks in advance !
    Regards
    Shobit

    Probably too late for an answer but I try,
    We are not able to build our J2EE 1.4 application with weblo 10, we have to build them with weblo 8 which contains the xdoclet. then we deploy it in WL10. then sometimes we have to fix some build constraints that WL10 doesn't allow anymore.

  • Delivery Qty for Material is less than P.O. while doing STO from Plant

    Dear All,
    Please help me in this issue.
    While doing STO from one Plant to another Plant, The picked Delivery qty in VL10D is less than P.O. qty for one perticular
    Material. What could be the issue and solution from it.
    Regards
    AJIT K SINGH
    Edited by: AJIT K SINGH on Jun 8, 2010 2:01 PM
    Edited by: AJIT K SINGH on Jun 8, 2010 2:03 PM

    >
    AJIT K SINGH wrote:
    > Dear All,
    >
    > Please help me in this issue.
    > While doing STO from one Plant to another Plant, The picked Delivery qty in VL10D is less than P.O. qty for one perticular
    > Material. What could be the issue.
    >
    > Regards
    > AJIT K SINGH
    Seems like the stock is not available for the particular material, thats why it is picking up the less amount which is available in stock, or the ATP check has blocked the stock available, and you have certain pieces available currently for the said material.

  • Status check on MIGO while doing GR from PO

    Hi Team,
    How to remove/ deactivate status check maintained on MIGO while doing GR from PO
    Thanks

    Not sure exactly what is causing it but I doubt that this is an SAP problem.
    The error message you are getting has only the word TEST in it and the message number starts with a Z.  SAP doesn't start their message numbers with Z. It is used for customer objects.  This tells me that the message you are seeing is a custom one someone in your company has created and is causing to display.  Chances are it is being used in a user exit as part of development. If this is in your production system, I would say you have a problem as a TEST message like that shouldn't show up.  It should either be a real message with additional information or it should have been removed before moving to production.
    I would have a developer run this in debug.  Chances are you'll find a user exit in use that is causing this.
    FF

  • Error:Package migration from version 8 to version 6 failed with error 0xC001700A

    I was about to post a similar question where the package runs fine on VS2013 but errors when I run DTEXEC from the command prompt. 
    Error:
     Code: 0xC0016020
     Source: Package
     Description: Package migration from version 8 to version 6 failed with error 0xC001700A

    Hi TheDenver,
    Based on the error message that “Package migration from version 8 to version 6 failed with error 0xC001700A ", we can infer that the underlying cause is that the current SSIS package is created in SSDT BI 2014 for Visual Studio 2013, while you are trying
    to execute it with SQL Server 2012 DTEXEC. It seems that SQL Server 2014 Integration Services (SSIS) is installed on a machine that has SQL Server 2012 Integration Services (SSIS) installed, multiple versions of the dtexec utility are installed.
    SSIS versions are not backwards compatible. SSDT BI for VS 2013 is used for SQL Server 2014, SSDT BI for VS 2012/SSDT 2010 is used for SQL Server 2012. Please notice that once a package is upgraded from SSIS 2012 package schema to SSIS 2014 package schema,
    the package cannot be downgraded. So we cannot open or execute the SSIS 2014 packages with SSIS 2012 anymore.
    To fix this, please ensure that you run the correct version of the utility, at the command prompt run the utility by entering the full path (<drive>:\Program Files\Microsoft SQL Server\120\DTS\Binn).
    Reference:
    dtexec Utility
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • I just migrated from one Mac to another and I got a msg to contact Adobe tech support and report error code 150:30. What do I do?

    I just migrated from one Mac to another and I got a msg to contact Adobe tech support and report error code 150:30. What do I do?@

    Reinstall the software properly. Migration is useless due to the specifics of the activation system.
    Mylenium

  • Multiple row insert not working as before after applying hotfix apsb13-13

    Coldfusion 9.01
    Windows Server 2003
    Microsoft Access database (yeah, we know)
    Before the hotfix was applied, we could add multiple rows (anywhere from 1-100 or more) and now we're limited to 15 rows at a time after applying the hotfix. We've narrowed it down to the hotfix being the culprit as we had to rebuild the server not to long after this hotfix was applied (~ 1 month) and the multiple row inserts were once again working fine until we got to the point of applying this hot fix again.
    Anyone heard of this happening? Any ideas how to correct?
    Thanks in advance,
    fmHelp
    Below is code  of how we're doing the multiple row insert (it's performed over 3 pages):
    Page 1
    <cfform name="form1" method="post" action="handler.cfm?page=update_2">
    <input type="hidden" name="sProductID" value="<cfoutput>#qProducts.sProductID#</cfoutput>">
    <table width="100%" border="0" cellspacing="3" cellpadding="3">
      <tr>
        <th scope="row" colspan="2" align="center">Update an Inventory Product</th>
      </tr>
      <tr>
        <th width="42%" scope="row">Product ID</th>
        <td width="58%"><cfoutput>#qProducts.sProductID#</cfoutput></td>
      </tr>
      <tr>
        <th width="42%" scope="row">Friendly Name</th>
        <td width="58%"><cfoutput>#qProducts.sFriendly_Name#</cfoutput></td>
      </tr>
      <tr>
        <th width="42%" scope="row">Description</th>
        <td width="58%"><cfoutput>#qProducts.sDescription#</cfoutput></td>
      </tr>
      <tr>
        <th width="42%" scope="row">Vendor</th>
        <td><select name="sVendor">
          <cfoutput><option value="#qProducts.sVendor#">#qProducts.sVendor#</option></cfoutput>
          <option value=""></option>
          <cfoutput query="qVendor">
            <option value="#sVendor#">#sVendor#</option>
          </cfoutput>
        </select></td>
      </tr>
      <tr>
        <th scope="row">Order No.</th>
        <td><cfinput name="sOrder_No" type="text" value="" required="yes" message="Order number is a required field."></td>
      </tr>
      <tr>
        <th scope="row">Lot No.</th>
        <td><input name="sLot" type="text" value=""/></td>
      </tr>
      <tr>
        <th scope="row">Date Expires</th>
        <td><input name="dtExpire" type="text" value=""/></td>
      </tr>
      <tr>
        <th scope="row">Boxes received</th>
        <td><input name="iBoxes" type="text" value="" /></td>
      </tr>
      <tr>
        <th scope="row">Doses/Units</th>
        <td><input name="pcount" type="text" value="" /></td>
      </tr>
      <tr>
        <th scope="row">Note</th>
        <td><cfoutput>#qProducts.sNote#</cfoutput></td>
      </tr>
      <tr>
        <th scope="row"> </th>
        <td> </td>
      </tr>
      <tr>
        <th scope="row" colspan="2" align="center"><input type="submit" value="Submit" /></th>
      </tr>
    </table>
    </cfform>
    </table>
    Page 2
    <form name="form1" method="post" action="handler.cfm?page=update_3">
    <cfoutput><input type="hidden" name="pcount" value="#FORM.pcount#"></cfoutput>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
              <td colspan="6" align="left">Record count (Doses/Units)= <cfoutput>#FORM.pcount#</cfoutput></td>
        </tr>
        <tr>
            <td>Product ID</td>
            <td>Vendor</td>
            <td>Order No.</td>
            <td>Lot No.</td>
            <td>Expiration Date</td>
            <td>Num. of Boxes</td>
        </tr>
        <cfset Peoplecount = 0>
        <cfloop index="Add" from="1" to="#form.pcount#" step="1">
            <tr>
                <cfset Peoplecount = PeopleCount + 1>
                <td><input  <cfoutput> value="#FORM.sProductID#" </cfoutput> name="sProductID_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="sProductID_"></td>
                <td><input <cfoutput>value="#FORM.sVendor#"</cfoutput> name="sVendor_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="sVendor_"></td>
                <td><input  <cfoutput> value="#FORM.sOrder_No#" </cfoutput> name="sOrder_No_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="sOrder_No_"></td>
                <td><input <cfoutput>value="#FORM.sLot#"</cfoutput> name="sLot_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="sLot_"></td>
                <td><input  <cfoutput> value="#DateFormat(FORM.dtExpire, 'MM/DD/YY')#" </cfoutput> name="dtExpire_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="dtExpire_"></td>
                <td><input <cfoutput>value="#FORM.iBoxes#"</cfoutput> name="iBoxes_<cfoutput>#Peoplecount#</cfoutput>" type="text" id="iBoxes_"></td>
            </tr>
        </cfloop>
        <tr>
            <td> </td>
            <td>
                <input type="submit" name="Submit" value="Submit">
                <input name="HowMany" type="hidden" id="HowMany" value="<cfoutput>#Form.pcount#</cfoutput>">
            </td>
        </tr>
    </table>
    </form>
    </table>
    Page 3
    <cfquery name="qGetOnHand" datasource="#variables.DSNCI#">
    SELECT        *
    FROM        Products
    WHERE        sProductID = '#session.sProductID#'
    </cfquery>
    <cfquery datasource="#variables.DSNCI#">
    UPDATE        Products
    SET            iOnHandQty = (#FORM.pcount# + #qGetOnHand.iOnHandQty#)
    WHERE        sProductID = '#session.sProductID#'
    </cfquery>           
    <cfset quantity = #FORM.pcount#>
    <cfset Pcount = 0>
    <!-- Start Loop -->
    <cfloop index="Add" from="1" to="#form.howmany#" step="1">
        <cfset Pcount = Pcount + 1>
        <cfset Product = "Form.sProductID_#Pcount#">
        <cfset Product = Evaluate(Product)>
        <cfset Vendor = "Form.sVendor_#Pcount#">
        <cfset Vendor = Evaluate(Vendor)>
        <cfset Order  = "Form.sOrder_No_#Pcount#">
        <cfset Order = Evaluate(Order)>
        <cfset Lot = "Form.sLot_#Pcount#">
        <cfset Lot = Evaluate(Lot)>
        <cfset Expires = "Form.dtExpire_#Pcount#">
        <cfset Expires = Evaluate(Expires)>
        <cfset Boxes = "Form.iBoxes_#Pcount#">
        <cfset Boxes = Evaluate(Boxes)>
        <cfquery datasource="#variables.DSNCI#" name="InsertData">
            Insert into Received_History (sProductID, sVendor, sOrder_No, sLot, dtExpire, iBoxes, dtReceived)
            values ('#Product#', '#Vendor#', '#Order#', '#Lot#', <cfif Expires IS "">NULL<cfelse>#CreateOdbcDate(Expires)#</cfif>, #Boxes#, #CreateOdbcDate(Now())#)
        </cfquery>
    </cfloop>

    Rasi wrote:show your complete default.pa (also make sure that you dont override pulse settings in ~/.config/pulse) this setting should allow sound for ANY user - i just tried it and it works
    also: of course you restarted pulseaudio?
    I restarted pulseaudio and my computer.
    My default.pa is displayed in the first post.
    My files in /etc/pulse:
    > ls -la /etc/pulse
    total 28
    drwxr-xr-x 1 root root 116 May 16 10:22 .
    drwxr-xr-x 1 root root 3740 May 16 10:47 ..
    -rw-r--r-- 1 root root 1269 Mar 3 21:31 client.conf
    -rw-r--r-- 1 root root 2348 Oct 8 2013 daemon.conf
    -rw-r--r-- 1 root root 5756 May 16 10:24 default.pa
    -rw-r--r-- 1 root root 5718 Oct 8 2013 default.pa.pacnew
    -rw-r--r-- 1 root root 2112 Oct 8 2013 system.pa
    -la
    My files in ~/.config/pulse:
    > ls -la ~/.config/pulse
    total 1048
    drwx------ 1 homeuser homeuser 660 Sep 12 2013 .
    drwx------ 1 homeuser homeuser 1054 Apr 24 14:06 ..
    -rw-r--r-- 1 homeuser homeuser 40960 Oct 17 2013 1a8726d55f9140ae9d95dc512eacea67-card-database.tdb
    -rw-r--r-- 1 homeuser homeuser 43 May 16 10:37 1a8726d55f9140ae9d95dc512eacea67-default-sink
    -rw-r--r-- 1 homeuser homeuser 42 May 16 10:37 1a8726d55f9140ae9d95dc512eacea67-default-source
    -rw-r--r-- 1 homeuser homeuser 12288 May 16 10:49 1a8726d55f9140ae9d95dc512eacea67-device-volumes.tdb
    lrwxrwxrwx 1 homeuser homeuser 23 Sep 12 2013 1a8726d55f9140ae9d95dc512eacea67-runtime -> /tmp/pulse-cDmMRoO9oFBz
    -rw-r--r-- 1 homeuser homeuser 12288 May 15 22:43 1a8726d55f9140ae9d95dc512eacea67-stream-volumes.tdb
    -rw------- 1 homeuser homeuser 256 Jun 15 2013 cookie
    -rw-r--r-- 1 homeuser homeuser 331776 Jun 21 2013 equalizer-presets.tdb
    -rw-r--r-- 1 homeuser homeuser 659456 Sep 20 2013 equalizer-state.tdb
    Thanks for your efforts.

  • [urgent]After applying a patch, db does not start!! ( 10gr2)

    Hi..everyone.
    I applied the patch of "p4547817_10202_WINNT"( 10.2.0.2.0) to
    the "10.2.0.1.0" oracle database.
    However, after applying the patch, the database does not startup.
    Windows( 2003 server) services is running after reboot.
    The error messages are the followings :
    C:\Documents and Settings\Administrator>sqlplus system/oracle
    SQL*Plus: Release 10.2.0.2.0 - Production on 金 5月 11 17:39:48 2007
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    C:\Documents and Settings\Administrator>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.2.0 - Production on 金 5月 11 17:40:38 2007
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    SQL> startup
    Total System Global Area 612368384 bytes
    Fixed Size 1290892 bytes
    Variable Size 171969908 bytes
    Database Buffers 432013312 bytes
    Redo Buffers 7094272 bytes
    ORA-01092:
    I think I missed something in applying a patch.
    I will be waiting for hear your experience and advice.
    Thanks in advance. Have a good day.
    Best Regards.
    Message was edited by:
    user507290

    Please read the post-installation tasks from the readme doc provided with the patchset zipfile.
    Upgrade to a new patchset implies two macro steps :
    1. upgrade the binaries for an ORACLE_HOME directory path
    2. apply patchset script against all the databases (oracle dictionary inside database) working for the ORACLE_HOME upgraded in step 1.
    Nicolas.

  • Error while doing settlement from WBS to P&L Account

    Hello
    I am trying to do a settlement from WBS to P&L Account(Expense account). In this case, "Dummy" Prof Ctr is getting derived from 0KE5 (we have maintained a dummy prof ctr). We have set the validations to disallow any postings/settlements to dummy prof ctr. Hence I am getting an error while doing settlement.
    Now I am maintaning a Prof ctr in my WBS master data. I am unable to understand why system is deriving dummy prof ctr and not the one maintained on WBS master data. The settlements are working fine when I do them against Balance sheet accounts and proper prof ctr is getting derived, which is being maintained on WBS master data. I am getting trouble only while doing settlement to my P&lL i.e. expense accounts.
    can anyone throw some light on this?
    Thks
    Sarang

    Dear Sarang,
    You have maintained profit center in WBS master which is not updated at the time settlement to FI that what makes you worried. If you are making FI posting and give WBS as an additional account assignment then Profit center in WBS master will be updated. Here in settlement WBS is sender not the receiver so that profit center will not be updated. In settlement receiver (any) is debited and sender (WBS) is credited so this credit entry will be updated in profit center.
    To your second query that when you carry out settlement to balance sheet account right profit center is updated then please make sure, that balance sheet account is maintained in 3KEH with profit center or OKB9.
    Your P&L account (expense) receives dummy profit center because it is not able to find cost center which can fetch profit center from the master. So, if you can afford, maintain that cost elements (expense account) with profit center in OKB9.
    might help you..........................................................

  • Ended with return code: === 8 === while doing transports from Dev to Test

    Hi Experts,
    We are doing transports from BD1 to BQ1 and getting this error message.
    Could anyone please let me know why and what would be the solution for the following error message:
    Execution of programs after import (XPRA)
    Transport request   : BD1K900065
    System              : BQ1
    tp path             : tp
    Version and release: 370.00.09 700
    Execution of programs after import (XPRA)
    End date and time : 20070803133308
    Ended with return code:  ===> 8 <===
    Thanks in advance.
    Best Regards,
    Chandu.

    Raymonds,
    There is huge list of errors coming up. Some of them are as below:
    Navigation attribute 0SALESORG is missing in characteristic 0PLANT
    Navigation attribute 0SALES_DIST is missing in characteristic 0PLANT
    Characteristic 0RT_LOCATIO: Referenced characteristic 0PLANT not (actively) available
    Attribute 0INT_CUST from characteristic 0SALESORG not (actively) available
    Attribute 0CRM_MKTELM from characteristic 0UCCONTRACT not (actively) available
    Attribute 0CRM_MKTELM from characteristic 0UCCONTRACT not (actively) available
    Hierarchy characteristic 0BPARTNER of characteristic 0UCCONTRACT is not active
    Characteristic 0UCOUTLCONT: Referenced characteristic 0UCCONTRACT not (actively) available
    Characteristic 0UCOUTLCONT: Referenced characteristic 0UCCONTRACT not (actively) available
    Thanks in advance.
    Best Regards,
    Chandu.

  • Error  While doing PGI from VL02n

    Hello all,
    Iam doing PGI from VL02n transaction and getting  the following error :
    E M7 055
    "G/L account 500001 does not exist in company code RB02."
    Please explain why is it going after G/L account 500001.
    Thanks & Regards,

    Hi,
    I think the cost centre has not been configured for the material.It is a functional issue so ask your functional consultant to configure it.
    Thanks,
    Sandeep.

  • HT4889 Does migration from 10.6 overwrite 10.7?

    I'm about to migrate from a 10.6 iMac to a 10.7 iMac. Does the migration overwrite to operating system as well or is it smart enough to retain the latest version?

    Migration Assistant (or Setup Assistant) does not overwrite a system's existing OS. It migrates only Applications, User accounts and other files that you specify.

  • Error while doing PGI from VL02n Transaction.

    Hi..
    I am doing PGI from VL02n transaction and getting the following error. "Plant conversion Failed".
    Any idea what might be wrong.
    Thanks and apprecite ur help.

    PGI is the simplest BDC you can ever write. If you are getting this error, there must be something wrong with the data. Try doing the transaction call online in debug mode and see where the error comes from. You can then identify what needs to be done.

Maybe you are looking for

  • Error 7 (Windows error 193) question

    I have Vista Home Premium, SP2.  After successfully installing using iTunes64setup.exe, when I try to open iTunes, I get 2 messages: 1.  iTunes.exe - Bad Image:  C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CoreVideo.dll is eit

  • Window.opener doesn't work

    I have a website that seems to have just broken with the 18 or 18.0.1 release. The specific code that is breaking is a call to window.opener. The error I see in the console says: TypeError: window.opener.Assignments is undefined I checked this with I

  • Can't shutdown as user

    Hi, I just followed the Wiki-Entry on how to make users able to shutdown/reboot the system, but I get the following error: user /home/user $ sudo halt sudo: sorry, you are not allowed to preserve the environment My sudoers file: Defaults:user timesta

  • How to get Layers Palette?

    I am teaching in a Middle School Lab with CS 5. I know I can go to Window...Layers, but sometimes it doesn't show up. Then sometimes I go to Windows...Workspace...Reset. Seems a bit random, sometimes I get it back, other times I lose everything. Or s

  • Sizing the iFrame in iWeb

    Hi, Do anyone using iFrame to embed a Webpage into your page? <IFRAME SRC = "http://artotems.com/default.aspx" WIDTH="260px" HEIGHT="425px" FRAMEBORDER="0" --if "0" no border, otherwise "1" with border MARGINWIDTH ="0px" MARGINHEIGHT="0px" SCROLLING=