Getting error when importing BP records from Excel

Hi,
I am familiar with importing from Excel into SAP using Admin>Data Import/Export, so I very puzzled by an error message.
Row Number 1: Default payment method should be included with the BP's payment methods [Business Partner - Payment Method Code]
This error appears for every row.  I do not see the field in the Import From Excel Field pull-down menu that I can add or assign to a column in my excel sheet that will fix this problem.
Thanks!

Jennifer,
If you are so confident about the settings in B1 then it is probably something to do with the import engine.
The other option would be to import this through DTW.  Unless there is a compleling why you only want to use the Import utility I would not wait to do this using DTW as it is equally easier given that it is only BP Master and everything is in excel already.
Thanks
Suda

Similar Messages

  • Short dump error when extracting delta records from R/3

    I am working on BW 3.5 and I am facing some short dump error when extracting delta records from the r/3 to BW.
    Below is the error message
    Kindly do the needful ASAP.
    Job started
    Step 001 started (program SBIE0001, variant &0000000024277, user ID BWREMOTE)
    Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)
    DATASOURCE = 0ISCM_PAYMENT_01
             Current Values for Selected Profile Parameters               *
    abap/heap_area_nondia......... 2000000000                              *
    abap/heap_area_total.......... 2000000000                              *
    abap/heaplimit................ 40000000                                *
    zcsa/installed_languages...... DE                                      *
    zcsa/system_language.......... E                                       *
    ztta/max_memreq_MB............ 2047                                    *
    ztta/roll_area................ 6500000                                 *
    ztta/roll_extension........... 2000000000                              *
    2,454 LUWs confirmed and 2,454 LUWs to be deleted with function module RSC2_QOUT_CONFIRM_DAT
    ABAP/4 processor: MESSAGE_TYPE_X
    Job cancelled

    Hi,
    I look at the transaction ST22 to see which type of error has given you. Take a look at the notes to correct the error.
    Another option is to look at OSS notes, because the error is giving you a standard extractor.
    Greetings,

  • Error when importing CO Hierarchies from R/3 DEV to R/3 QAS

    Dear SDN,
    I am getting the following error when importing Cost center and cost element hierarchies from R/3 DEV to R/3 QAS...
    Object OSOA  0COSTCENTER_0101_HIER has not yet been imported successfully
    Object OSOA  0COSTELMNT_0102_HIER has not yet been imported successfully
    Ended with Return code ===8...
    But The two hierarchies were available in R/3 QAS and also i am able to utilise..
    My doubt is if i transport these hierarchies from R/3 QAS to R/3 Production any major issues...
    Now i want to test a data in BW DEV from R/3 Production data...
    So, I am planning to transport These hierarchies from R/3 QAS to R/3 PROD...
    Here we do not have BW QAS...So, getting data from R/3Production to BW DEV and testing...
    After testing Directly use in BW Production...
    So, Please suggest me why when importing these hierarchies errors occuring???
    Help will be greatly appreciated with points...
    Thanks in advance...

    Hi Venkat,
    Please go through the following threads...
    Hierarchy  Transports
    Transporting cost center and profit center standard hierarchies
    /community [original link is broken]://Transporting a hierarchy
    Transport Hierarchy
    Khaja

  • Error when importing IDOC structure from SAP - Control record missing

    Hi!
    We are hitting problems when importing IDOCs from SAP into the Integration Builder. The import ends successfully but when we drill into the IDOC structure we get a message: <b>Schema for type EDI_DC40.ASN_OUT.DELVRY01.Z1DELVRY (category Data Type) not found</b>. This is only happening for one specific IDOC type only. We have checked all we can think of but cannot get this to work. Any help would be very much appreciated. Of course, points awarded for any good ideas. Thx, Duncan

    Hi Duncan,
    Taka a look at these threads which address similar issues:
    Error during import of FIPARQ01 Idoc
    Error during IDoc Import
    Importing idocs:
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/a48f3c685bc358e10000000a11405a/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/78/21753251ce11d189570000e829fbbd/content.htm
    Hope these help!.
    Cheers,
    Chandra
    Message was edited by: chandravadhana gopalakrishnan

  • Getting error while importing topology,scenarios from 11.3 to ODI 11.5

    Hi,
    Recently I had installed ODI 11.1.5.
    Now I am importing topology and scenarios exported from my older ODI 11.1.3 via shell script on Linux machine.
    There around 25 topology and around 40 scenarios.When i execute the script out of these some topology and scenarios get imported and for rest i get following error.
    Imported files are not persistent.Sometimes same file got imported and when I execute next time the same file gives error.
    oracle.odi.oditools.OdiToolException: This ODI Tool needs to be connected to the repository but repository connection failed
         at oracle.odi.oditools.OdiAbstractToolRunner.executeCoreTool(OdiAbstractToolRunner.java:133)
         at oracle.odi.oditools.OdiAbstractToolRunner.executeTool(OdiAbstractToolRunner.java:47)
         at oracle.odi.ToolRunner.main(ToolRunner.java:75)
    Caused by: oracle.odi.core.config.MasterRepositoryResourceFailureException: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:79)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:491)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:544)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:521)
         at oracle.odi.ToolRunner.initInstance(ToolRunner.java:36)
         at oracle.odi.oditools.OdiAbstractToolRunner.executeCoreTool(OdiAbstractToolRunner.java:128)
         ... 2 more
    Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
         at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)
         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:180)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:374)
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:77)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:492)
         ... 6 more
    Caused by: oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:117)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
         at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
         at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:180)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:375)
         ... 8 more
    Please guide me in this regard.

    hi actdi,
    Thanks for your guidance.
    we have tried this also....but still the same unstable import....
    We have another doubt while execuing scenarios using ODI Java EE Agent in ODI 11.5:
    We have one customized jar which we use in our scenario at runtime.
    In case of Odi 11.1.1.3 Version, there is a location
    <Middleware>\user_projects\domains\base_domain\servers\odi_Server1\tmp\_WL_user\oraclediagent\ev3fsn\war\WEB-INF\lib
    where we can put customized jar, so that at runtime oraclediagent picks up this jar from the given location,
    but in ODI 11.1.1.5 Version,
    at the given location <Middleware>\user_projects\domains\base_domain\servers\odi_Server1\tmp\_WL_user\oraclediagent\ev3fsn\war\WEB-INF\
    there is no <lib> folder for oraclediagent.
    Is there any different path for the same lib folder in 11.1.1.5? or is dere a miss ?
    Kindly guide.

  • Error when importing photos/videos from iphone 4 into Picassa.....

    When attempting to import photos and videos from iphone 4 into Picassa (v3.8) I get the following error message:
    "An error has occurred while attempting to import. Either the source is unavailable or the destination is full or read only. (1)"
    Any thoughts? I know this is an iphone specific issue as I was successfully able to import from another camera.
    P.S Quicktime up to date and quicktime movies checked in Picassa.

    I have the same issue. It started only after the most recent iPhone update though, leading me to think it's the phone, not iPhoto.
    The pictures that do import are streaked/blurry with terrrible colour. I can still send them via email but they're smaller files.
    Does anyone know another way to get my full-res pictures off my iPhone?
    [edit] I found out that I could use Apple's Image Capture software, which worked like a charm but the pictures themselves are a mess. I'll have to try resetting.

  • Getting error when starting managed server from administration server

              When i start one of my managed server in the cluster i get the following error
              The WebLogic Server did not start up properly.
              Exception raised: java.lang.ArrayIndexOutOfBoundsException
              java.lang.ArrayIndexOutOfBoundsException
              at com.bea.utils.misc.ProcessUtil.base64ToBytes(ProcessUtil.java:552)
              at com.bea.utils.misc.Process.validate(Process.java:1231)
              at com.bea.utils.misc.Process.isValidSignature(Process.java:518)
              at com.bea.utils.misc.ProcessManager.memCheck(ProcessManager.java:647)
              at weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:278)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:335)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
              at weblogic.Server.main(Server.java:35)
              Reason: Fatal initialization exception
              Please tell if somebody know it
              

    Do you have any other products from BEA other than WLS?
              I can't seem to find the following (com/bea/utils/misc) from WLS source
              line ?
              Kumar
              Ritesh Kapoor wrote:
              > When i start one of my managed server in the cluster i get the following error
              > The WebLogic Server did not start up properly.
              > Exception raised: java.lang.ArrayIndexOutOfBoundsException
              > java.lang.ArrayIndexOutOfBoundsException
              > at com.bea.utils.misc.ProcessUtil.base64ToBytes(ProcessUtil.java:552)
              > at com.bea.utils.misc.Process.validate(Process.java:1231)
              > at com.bea.utils.misc.Process.isValidSignature(Process.java:518)
              > at com.bea.utils.misc.ProcessManager.memCheck(ProcessManager.java:647)
              > at weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:278)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:335)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
              > at weblogic.Server.main(Server.java:35)
              > Reason: Fatal initialization exception
              >
              > Please tell if somebody know it
              >
              >
              

  • Getting ERROR when downloading alv output to Excel

    Hello All,
    I get a error message when I try to use the standard funtionality to download the alv output to excel.
    The current statement only supports character-type data objects.
    What happened?
    The current ABAP/4 program "SAPLKKBL " had to be terminated because
    one of the statements could not be executed.
    This is probably due to an error in the ABAP/4 program.
    Error analysis
    In statement
       "STRLEN( obj )..."
    the argument "obj" can only take a character-type data object.
    Source code extract
    038620   *   ansonsten entspricht sich min. Ausgabelänge und Ausprägungslänge
    038630       else.
    038640         if gs_fc-tech_form ne 99.
         >           gs_out-hlplen = strlen(  ).
    038660         endif.
    038670       endif.
    In this case, the operand "obj" has the non-character type "I".
    Please can anyone put some light on this. It is veru difficult to go through the whole std functionality to download.
    Thanks for all support guys!
    Sri.

    Hi srikanth,
    This error comes because the values present in any one of the displayed coloums containing special character like * present before or after the number....  i.e  instead of 4 ...**4.
    While displaying in the screen it is of no problem. since both *4 are converted into char format (internally) and gets displayed.
    But while you download the same throu the EXCEL functionality SAP will intenally convert the same into NUMERIC format. Since 4 is number.
    So in that case *4 will cause dump.
    *So find out the place in which the value appearing like this *4 and try to correct it.
    *Surely it is of Field LENGTH problem. Try to increase the length of the field 4.
    It Should WORK.!!!..  else post ur query here.
    REWARD POINTS IF USEFUL
    ~Lakshmiraj~

  • Error when importing an application from EA2 to EA3

    When I try to import a script generated from APEX EA2 to APEX EA3, generates the following error:
    "ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 32, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_FLASH_CHART5' ORA-06550: line 32, column 1: PL/SQL: Statement ignored &lt;pre&gt;declare a1 varchar2(32767) := null; begin a1:=a1||'&amp;lt;anygantt&amp;gt;'||chr(10)|| ' &amp;lt;settings&amp;gt;'||chr(10)|| '     &amp;lt;navigation enabled=&amp;quot;True&amp;quot; position=&amp;quot;Top&amp;quot; size=&amp;quot;30&amp;quot;&amp;g"
    The application is fully funtional in EA2. I appreciate the attention given.

    You encountered the situation David wrote about on his blog:
    You may experience issues with exporting from EA2 and importing into EA3. We have found some issues with applications including charts. This is primarily due to changes in the chart export parameters and will not impact applications exported from earlier releases (APEX 3.2 etc).
    So there is nothing to do about it. But EA2 (and EA3) is just for testing purposes, so no real harm can be done.

  • Getting error when importing "SASCHEMAS.dmp "

    Hi all,
    I am reading guide "SAMPLE APPLICATION 10722 – DEPLOYMENT GUIDE"
    Not getting the below steps which are bold format
    -From you SampleApp installation files, copy \DataSources\ORCL\SASCHEMAS.dmp file to the machine where Oracle
    database 11gR2 is up and running
    -Unzip this file to a folder on the database server, say “C:\datapump\”
    -Connect to database using a sysdba user and create a directory object to import the database dump. Change the data
    base connection parameters (highlighted in red) to reflect your connection settings.
    sqlplus "sys/Admin123@sampledb1 as sysdba"
    create or replace directory datapump dir as 'c:\datapump';
    -Import the database dump using the command below.
    impdp "'"sys/Admin123@sampledb1 as sysdba"'" directory=datapumpdir dumpfile=SASchemas.dmp
    version=11.2.0.0.0 schemas=BISAMPLE,OBIEE_NAVTEQ,BIFOD,BIBPM,DEV_ODI_REPO,ODI_STAGING
    LOGFILE=SASchemas_imp.log
    NOTE:- Change the value of Version parameter depending on the version of your target database.
    During the import process you may get the warning ORA-39082: Object type
    VIEW:"BISAMPLE"."ODM_SAMP_CUSTOMERS_LTV" created with compilation warnings
    Not getting this steps at the time of import

    Jennifer,
    If you are so confident about the settings in B1 then it is probably something to do with the import engine.
    The other option would be to import this through DTW.  Unless there is a compleling why you only want to use the Import utility I would not wait to do this using DTW as it is equally easier given that it is only BP Master and everything is in excel already.
    Thanks
    Suda

  • Getting error when reading xml file from a remote connection

    Hi all,
    I want to read an xml file from a remote connection, not from my local machine.So when i am creating the data server i am giving the host name(that is the ip of the machine where the xml file is located), giving the proper username and password and giving the path of the xml file. When i am testing the connection the error that is coming:- "Connection failed and the xml file could not be created, verify that you have write permission in the directory"...
    but read write and execute permissions have been given on the directory as well as to the file...
    Regards,
    Sourav

    Hi Sutirtha,
    Initially I have started the agent.sh giving the agent name <agent name>and port number 20910 and defined it in the topology manager it is showing that the agent test is succesful. Then I tested a particular Data server against that agent and the test was successful.
    After this we had stopped the agent and restarted it.
    However now suddenly the testing against the remote agent is failing with the following excep:
    java.lang.Exception:
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.pm.s(pm.java)
         at com.sunopsis.graphical.l.pm.g(pm.java)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.iz.actionPerformed(iz.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog.show(Unknown Source)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at com.sunopsis.graphical.l.pm.q(pm.java)
         at com.sunopsis.graphical.l.pm.<init>(pm.java)
         at com.sunopsis.graphical.frame.b.jh.bx(jh.java)
         at com.sunopsis.graphical.frame.bo.w(bo.java)
         at com.sunopsis.graphical.frame.bo.d(bo.java)
         at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    PS: do i have to modify any file after or before starting the odi agent
    Thnks and Rgds,
    Sourav
    Edited by: user13263578 on Mar 15, 2011 9:35 PM
    Edited by: user13263578 on Mar 15, 2011 9:48 PM

  • Anyone else getting errors when importing Music Library music into non-native apps?

    I have had a bunch of Music Production apps On my iPad for a long time and all the way through iOS four iOS 5 they worked just fine importing songs from my iPod library on my iPad and my iPhone however all of a sudden after the iOS six update they do not any longer seem to have the ability to import these songs.  It appears to be a universal problem across ALL non-native apps ... On songs that are DRM-Free.  I have specifically tried importing tracks that have imported before with no problems, downloading new copies of the same tracks, and purchasing new DRM-free content in the iTunes Store.  None of which will work.  My devices are not jailbroken, or altered from factory in any way, I just purchased a new iPhone 5 and a new iPad 3 and neither of them are allowing me to import these tracks.  I have tried:
    AnyTune / AnyTune HD
    Vocalive (paid version) from IK Multimedia
    Amplitube / Fender Amplitube from IK Multimedia
    ISequence Pro HD
    Studio HD
    Is anyone else experiencing this problem?  I have -- on a few apps -- been shown the "Convert this song to a different format and try again" dialog, and I can import songs if I use my laptop and a browser, but I can't seem to import any song directly from the Music Library stored locally on my iPad or my iPhone.
    Help?
    Best Regards, Rob Norton

    Thanks, Ed.
    Well, if iTunes is running, I figured out that you can drag the folder where the wav files are directly onto the main portion of the iTunes screen. This will
    import the wav files into iTunes. Then group select the new song
    entries and use "convert selection to AAC" from the Advanced menu.
    There may be a way to convert without creating double entries for the
    songs (I think that's the way you have to do it in iTunes: hence my attitude that iTunes is convenient in some respects, but less than clear in other respects..in other words, it's not a perfect program), but I delete the wav tracks after the conversion.
    This is what I've gleaned from using iTunes a bit and from having been advised by friends. So, other than using a third-party freeware like X Lossless Decoder to convert music files before moving them onto iPod, apparently this is what you have to deal with when using the iTunes program.
    If any Apple people are reading this, I would personally like the iTunes "importing" and display functions to be clearer and less cumbersome to use (like that third-party freeware). iTunes seems to be easy enough to use if you're importing music from a CD, but measurably less so if you just want to convert music files residing elsewhere on the computer's hard drive.

  • I get errors when uploading to Facebook from in Lightroom 4?

    I have looked thoroughly for an answer/fix to this and cannot find one. http://forums.adobe.com/message/4326179#4326179 did not work.
    I hit 'Publish' to upload new photos. It goes like normal and then when done comes with, "(Error) Photo upload failed, but no error sting was returned from facebook." I hit 'OK.' Then another error comes up, "(Warning) Can't update this collection. Photo upload failed, but no error sting was returned from facebook."
    It used to come up with this and be able to upload some photos, and I would have to keep doing this until are were uploaded. Now, I have 4 photos to upload and have tried for about 2 weeks just publishing. I will also have more photos to publish soon.

    Try the 4.4RC - there are some Facebook related fixes http://labs.adobe.com/technologies/lightroom4-4/

  • Getting error when calling Java program from JSP page.

    Hi All,
    I'm getting below error msg, previously the page use to display and also java program use to run properly, but suddenly today i came across this error. May be some settings have been changed on my server, since number of developers uses this common webserver here.
    Any help would be much appreciated. Pls let me know if if anyone requires much info regarding this one.
    javax.servlet.ServletException: sun/tools/javac/Main
         at java.lang.Throwable.fillInStackTrace(Native Method)
         at java.lang.Throwable.fillInStackTrace(Compiled Code)
         at java.lang.Throwable.(Compiled Code)
         at java.lang.Exception.(Compiled Code)
         at javax.servlet.ServletException.(Compiled Code)
         at org.apache.jasper.servlet.JspServlet.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at org.apache.tomcat.core.ServletWrapper.doService(Compiled Code)
         at org.apache.tomcat.core.Handler.service(Compiled Code)
         at org.apache.tomcat.core.ServletWrapper.service(Compiled Code)
         at org.apache.tomcat.facade.RequestDispatcherImpl.doForward
    Root cause:
    java.lang.NoClassDefFoundError: sun/tools/javac/Main
         at org.apache.jasper.compiler.SunJavaCompiler.compile(Compiled Code)
         at org.apache.jasper.compiler.Compiler.compile(Compiled Code)
         at org.apache.jasper.servlet.JspServlet.doLoadJSP(Compiled Code)
         at org.apache.jasper.servlet.JasperLoader12.loadJSP(Compiled Code)
         at org.apache.jasper.servlet.JspServlet.loadJSP(Compiled Code)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(Compiled Code)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(Compiled Code)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(Compiled Code)
         at org.apache.jasper.servlet.JspServlet.service(Compiled Code)
    Message was edited by:
    shukla_arvind

    did u happen to upgrade ur jdk?????

  • Getting error when try to load from R3 to bw after the patches

    we are in BW3.5
    last day we applied patches to R3 system and BW system, and Now I am trying to load data into BW, it is failing, I am getting message says  "Incomplete control parameter for commmunication with the BW system"  Any idea?

    Hi
    Do a right click/Check source system on your source system in R/3....
    Check the source systems definitions inn R/3 (we20, we21)
    Ask the basis team to check everything is OK
    PY

Maybe you are looking for

  • I am unable to install Virtual Machines on my Mid-2013 MacBook Air

    Dear Apple Support Community, I have recently moved away from a Mid-2010 MacBook Pro to a new Mid-2013 MacBook Air. As much as it pains me, I have a need to install a virtual machine running Windows 7 in order to utilize an application called vSphere

  • SWAP Hard Drive. Mac & PC

    Hello people I have got a Laptop PC with 320GB hard drive installed and I want to swap it with my current 120GB hard drive on my Macbook... So for the 320GB hard drive i'll have to format that to Mac OS Extended? Then with the 120GB i'll have to form

  • Streaming video from Macbook Pro to 46 inch LCD

    I am trying to stream video from my 13 inch Macbook Pro to my 46 inch Samsung LCD TV. I am using a HDMI cable to a DVI cable to attach the computer. When I play videos from iTunes, the picture looks great, however when I am streaming video from an in

  • Yamaha P80 keyboard to MacBook Pro

    Hello all, I'm green to Mac and have little to no experience with them or Garageband. I have a Yamaha P-80 keyboard that has MIDI out and in and a host switch on it that has both 'MAC' and 'MIDI'. I'm using the "E-MU Systems Xmidi 1x1 Tab" to connect

  • I have  doubt on userexits

    I have developed some code in standard SD userexit for VA01 tcode for my own functionality.In standard SD userits some zincludes are there in that include i wrote a code for my requirement.My requirement was successfully worked.But my doubt is if som