Error with import 'SAP_APPLICATION'

Hello,
I am writing an abap program and for some reason, when i import 'SAP_APPLICATION' the draw table is empty even if i have a selected document(s).
1-Does anyone know why DRAW is empty ?
2-And can you please explain to me what is 'SAP_APPLICATION' and who takes care of it.    I mean that in my program i am doing an import, but who is initially exporting data to 'SAP_APPLICATION' ?
Thank You

Hello Nishant,
You are 100% correct. I am expecting SAP to do the exporting at sometime but i guess that it is not doing so. Here is what i am trying to do and i hope you can provide me with some insight.
after performing search using cv04n, i want the user to select the file(s) that he/she want and then press on a specific button to activate my abap program. Now in my abap, i need to get the list of documents that have been selected by the user. In a similar abap program i have i saw that they are importing 'SAP_APPLICATION' and their draw table is not empty and it contains the selected document. But in my program when i import, my draw table is empty and thus i can not know the selected document. Any ideas on how to proceed ?
regards
Hassan

Similar Messages

  • Object reference not set to an instance of an object error with Import data

    Hi Experts,
    We are using BPC 7.5M with SQL Server 2008 in Multiserver environment, I am getting an error "Object reference not set to an instance of an object." while running Import data package, earlier we use to get this error sometime(once in a month) but it goes away if we reboot the application server but this time I have rebotted the Application server multiple times but still getting the same error.
    Please Advice.
    Thanks & Regards,
    Rohit

    Hi Rohit,
    please see the sap note 1615837, maybe this help you.
    Best regards
    Roberto Vidotti

  • Error with import of new compiled java package

    Hi,
    in order to change some code in the java classes of the packages stored in the VV2-Content, 1.0 of SAP -> http://sap.com/xi/ISU-IDEX-GE/VV2 -> Mapping Objects -> Imported Archive, I exported all packages in this folder, extracted them, decompiled some classes (using jad), in which I would like to change some code, and imported these classes associated with other exported packages in a new project of eclipse. after changing the code and successfully compiling these java classes (with no error), I exported the ".class" from eclipse, replaced the old ".class" in the packages with the newly compiled ones(in a zip file) and at the end imported the changed packages (in zip files) in the folder "Imported Archive". After saving and activating the change, I sent an IDOC from R3 system to the XI system for test. In the monitor of the XI system, there was an error, which is
    "Inkompatible Versionen von Klassen (Linkage Error)" (in English "incompatible versions of classes (linkage error)"). Can anyone tell me, how I can do with this error? Thanks.

    Vishal,
    thanks for your reply. Actually I did change some code in the decompilied class "XEdixml2EdiConverter". I think this class does nothing with mapping(transformation), but it converts the tranformed edixml to final edifact. Can I test it in the repository as you said?
    regards
    Bin

  • Weird Error with imported (streamed) FLV

    The error being thrown is "The video player is in the connection error state. It enters this state when a video stream attempted to load but was unsuccessful. There are two possible reasons for the error: no connection to the server or the stream was not found."
    The reason it's weird is that the video plays just fine when the program is run.
    The error only pops up at random, generally when I'm doing other things (editing objects, drawing, selecting objects, navigating the timeline) and not when I'm actually compiling or running the application.
    The video is being streamed locally, so there's no issue connecting to a server, and the file exists, so it's not missing.
    WTH?

    I didn't say I've never done a drag/drop.... After learning how to use that option many years ago, I've just never chosen to use that method for any of my Web videos. The drag/drop as well as the Import Video wizard are very "Flash 101ish" and often present problems for inexperienced users..... as you are seeing.
    When I trouble shoot problems posted here I try to recreate the exact steps used in an attempt to replicate the problem so it can be solved. While you might find that frustrating to describe... it often resolves the problem.
    So I would venture to say that I have a little more experience than you in all aspects of Flash video.
    You may have missed it in my earlier response but I said that I could not replicate your problem (following the steps you describe), I was always presented with the option to choose between streaming server and local file.... which the links above pointed out.
    I stick by the reason I gave for the error, Flash is assuming you are attempting to connect to a streaming server and because no RTMP URL is listed, the connection always fails... hence the error message
    There was also the suggesting to place the FLVPlayback on the stage manually and set contentPath.... bypassing any Import Wizard problems..
    If those offers/suggestions don't satify you... oh well, I'll move on
    Best wishes,
    Adninjastrator

  • Eclipse plugin & errors with imports

    I've been using the Eclipse plugin and it's working well. Then I added an
    import to my class, and now the Kodo enhancer gives me an error (error in
    build) but it's not specific. I removed the import and it goes away. I
    then tried adding one line to my class:
    private static org.apache.log4j.Logger log =
    org.apache.log4j.Logger.getLogger(URLMonitor.class.getName());
    And I get the error. When I run jdoc from a windows prompt it works fine.
    I'm using Eclipse 2.1 build
    200302190010.
    Also, when running jdoc by hand with the -properties flag, I get:
    Exception in thread "main" java.lang.IllegalArgumentException: The specified
    cla
    ss "-properties" could not be loaded. javax.jdo.JDOFatalUserException:
    java.lan
    g.ClassNotFoundException: -properties
    NestedThrowables:
    java.lang.ClassNotFoundException: -properties
    But it still seems to pick up my properties file and it works.

    Thanks for helping!
    in the windows->preferences->Kodo Preferences, my parameters are below:
    License key: [license key censored by [email protected]], evalud key from email
    Connection driver: mysql-connector-java-3.0.6-stable-bin.jar
    Connection URL: jdbc:mysql://localhost:3306/MONSOON
    connection username: root
    connection password: foobar
    Dictionary class: com.mysql.jdbc.Driver
    "Stephen Kim" <[email protected]> wrote in message
    news:[email protected]...
    How did you configure your Preferences panel? The Eclipse plugin
    doesn't use a kodo.properties file. You should specify your driver
    name, not the jar, in the preferences page.
    Charle Wang wrote:
    I think I have similar problem as followed: I use eclipse2.02 + kodo
    2.4.2 +
    Windows 2000
    By following dev_doc, I imported petshop project. The menu->" Enhancer"part
    works fine, and build successed, but for the file Animal.jdo, "kodo->Addto
    Database" failed. Error message is bellow: (I even can not copy+pasteit)
    >>
    <error>-SchemaTool Failed. The message included was:
    {0}
    javax.jdo.JDOFatalUserException:java.lang.ClassNotFoundException:mysql-conne
    ctor-java-3/0/6-stable-bin/jar
    NestedThrowables:
    java.lang.ClassNotFoundException:mysql-connector-java-3/0/6-stable-bin/jar
    >>
    <info>-Done
    1. I remove the possiblity of the JDBC driver issues. because I use same
    driver and parameters for Quantum_DB plugin. it works fine. I canmanipulate
    the whole mySQL tables.
    2. part of plugin.xml is as bellow:
    <?xml version="1.0" encoding="UTF-8"?>
    <plugin id="com.solarmetric.kodo"
    name="%name"
    version="1.0.0"
    provider-name="%provider-name"
    class="com.solarmetric.modules.integration.eclipse.KodoPlugin">
    <runtime>
    <!--
    Put your jdbc driver in this directory and enter the filename
    here (and configure in Preferences the changes you make) -->
    <library name="mysql-connector-java-3.0.6-stable-bin.jar"/>
    <!-- library name="jdbc-hsql-1_7_0.jar"/ -->
    <!-- ########### do not modify below ######### -->
    3. kodo.properties is bellow:
    #Thu Nov 07 12:32:12 EST 2002
    com.solarmetric.kodo.LicenseKey=[license key censored by
    [email protected]
    com.solarmetric.kodo.PersistenceManagerClass=PetShopPersistenceManager
    com.solarmetric.kodo.impl.jdbc.SynchronizeSchema=true
    javax.jdo.PersistenceManagerFactoryClass=com.solarmetric.kodo.impl.jdbc.JDBC
    PersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=com.mysql.jdbc.Driver
    javax.jdo.option.ConnectionPassword=foobar
    javax.jdo.option.ConnectionURL=jdbc:mysql://localhost:3306/MONSOON
    javax.jdo.option.ConnectionUserName=root
    javax.jdo.option.MaxPool=0
    4.I have spent a whole day, still can not make the thing move. Did Imiss
    some tip? or .. ?
    "Petr" <[email protected]> wrote in message
    news:[email protected]...
    Hi Guys,
    Loosely related question, is there any chance that build of an
    individual
    class will some day trigger enhancement where appropriate? Currently it
    seems that only full project re-build does the trick ...
    It is a minor thingy, probably in 'nice to have' category.
    Cheers,
    Petr
    Stephen Kim wrote:
    Can you specify what version of Kodo you are using?
    java com.solarmetric.kodo.conf.JDOVersion
    If you enhance using the wrench icon/menu, do you get a more verbose
    logging in the Kodo view?
    On Mon, 03 Mar 2003 15:33:58 +0100, Michael Mattox wrote:
    I've been using the Eclipse plugin and it's working well. Then I
    added an
    import to my class, and now the Kodo enhancer gives me an error (errorin
    build) but it's not specific. I removed the import and it goes away.I
    then tried adding one line to my class:
    private static org.apache.log4j.Logger log =
    org.apache.log4j.Logger.getLogger(URLMonitor.class.getName());
    And I get the error. When I run jdoc from a windows prompt it worksfine.
    I'm using Eclipse 2.1 build
    200302190010.
    Also, when running jdoc by hand with the -properties flag, I get:
    Exception in thread "main" java.lang.IllegalArgumentException: Thespecified
    cla
    ss "-properties" could not be loaded.
    javax.jdo.JDOFatalUserException:
    java.lan
    g.ClassNotFoundException: -properties
    NestedThrowables:
    java.lang.ClassNotFoundException: -properties
    But it still seems to pick up my properties file and it works.--
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com

  • HL7 schema modification error with imported schema namespace

    I have created a variant of one of the out of the box HL7 schemas.  The changes were made to the related Segments schema.  I have a custom namespace identified on both the "master" schema and one on the modified schema which is being
    imported into the "master".  I have verified that the namespace of the imported schema matches the namespace identified in the import statement of the master schema.  However, I am getting the following error and I'm not sure how to proceed.
    There was a failure executing the receive pipeline: "MyProject, MyProject.Pipelines, Version=1.0.0.0, Culture=neutral, PublicKeyToken=318a75bd6cda7207" Source: "BTAHL7 2.X Disassembler" Receive Port: "rp_ReceiveHL7" URI: "10.26.146.39:11001"
    Reason: The namespace attribute 'http://MyProject/2XHL7/MDM/Segments_23' of an import should be the same value as the targetNamespace 'http://microsoft.com/HealthCare/HL7/2X/2.3/Segments' of the imported schema. 

    Indeed, however, the namespace of the import is same as the value of the imported schema, but the namespace of neither schema is http://microsoft.com/HealthCare/HL7/2X/2.3/Segments,
    since I changed it when I made the modification.  That namespace does not exist in my project, nor does it exist locally, so i'm not sure where this error message is trying to lead me.

  • Error while importing N Accounts to 1 Address with UCM Batch Manager

    Hi,
    I got a problem with importing Accounts using the UCM Batch Manager. Previous steps were loading the EIM Tables EIM_UCM_ORG and EIM_UCM_ADRPER. To associate addresses I used the column EIM_UCM_ADRPER.PAR_UCM_ACCNT_UID. No errors occured during an Enterprise Integration Mgr jobs to load the data into SDH tables.
    The error described below occurs if I have N Accounts using one Address. Example:
    h5. Account Name --> City --> Postal Code --> State --> Street
    Account #1 --- Munich --- 80331 --- N/A --- Some Street 1
    Account #2 --- Munich --- 80331 --- N/A --- Some Street 1
    h5. If I try to get the Accounts into the Base tables using the UCM Batch Manager I get the following message from the log file:
    ObjMgrBusCompLog     Error     1     000003084c571160:0     2010-08-03 19:11:14     (odbccon.cpp (2097)) SBL-DBC-00111: An error has occurred writing to a record.
    Please continue or ask your systems administrator to check your application configuration if the problem persists.
    DBCLog     DBCLogError     1     000003084c571160:0     2010-08-03 19:11:14     SQLError: [23000],[Microsoft][SQL Native Client][SQL Server]Cannot insert duplicate key row in object 'dbo.S_ADDR_PER'-Objekt with unique index 'S_ADDR_PER_U1'.
    DBCLog     DBCLogError     1     000003084c571160:0     2010-08-03 19:11:14     SQLError: [01000],[Microsoft][SQL Native Client][SQL Server]The statement has been terminated.
    ObjMgrBusCompLog     Error     1     000003084c571160:0     2010-08-03 19:11:14     (sqlobj.cpp (43735)) SBL-DAT-00381: A record that contains identical values to the record you have created already exists.
    If you would like to enter a new record, please ensure that the field values are unique.
    ObjMgrLog     Error     1     000003084c571160:0     2010-08-03 19:11:14     (adptutils.cpp (5715)) SBL-EAI-04381: For instance of Integration Component 'Account_Business Address', using user key '[City] = "Munich" AND [Postal Code] = "80331" AND [State] = "N/A" AND [Street Address] = "Some Street 1"', a record with identical values already exists in the Siebel database.
    Please ensure that the field values in the input message are unique.
    EAISiebAdpt     EAISiebAdptErr     1     000003084c571160:0     2010-08-03 19:11:15     [0] For instance of Integration Component 'Account_Business Address', using user key '[City] = "Munich" AND [Postal Code] = "80331" AND [State] = "N/A" AND [Street Address] = "Some Street 1"', a record with identical values already exists in the Siebel database.
    Please ensure that the field values in the input message are unique.(SBL-EAI-04381) (0x75017d)
    h5. Result:
    Account #1 gets inserted with Record Type: "Source-Insert"
    Account #2 will not be imported and gets Record Type: "Incomplete"
    Does anyone know how to handle this problem?
    Many Thanks
    Sebastian
    Edited by: user13098670 on 04.08.2010 06:34

    I have selected the option
    Add new metadata and replace existing objetcs. But it is not importing. Also I tried other options like
    1. deleting the existing mapping and tried.
    2. Putting the mapping in recycle bin and try.
    3. Take it from recycle bin.Even during taking it from recycle it is giving me the following error .
    Error occurred importing mapping
    <DWH_CMMDTY_INVC_FACT_MAP/DWH_CMMDTY_INVC_FACT_MAP>
    (at line 141).
    Detailed Error Message:
    API2014: Internal Error: Error in createStage:
    In above all cases it is giving me the error.
    Could you please help?

  • Error while import PAR with schedule task

    Hi everybody
    I've the following error while import a new PAR with schedule task in Portal NW04s
    Inner Stack is:
    Unable to lock the local configuration to run import "import_it.tsf.pld.cercapersone.updateadgruppofs.st.prjconfig_config_fwk_service_4692550,4692550_(ready)".
    System error is "LockConfigException: Configuration framework system error: "configuration-lock-service overloaded: cannot acquire central-lock file for config://local"".
    Inner Stack is:
    LockConfigException: Configuration framework system error: "configuration-lock-service overloaded: cannot acquire central-lock file for config://local"
    at com.sapportals.config.fwk.data.ConfigLockManager.lockWithDependent(ConfigLockManager.java:507)
    thanks in advance

    Hi Ram,
    I've encountered the problem only on productive instance with offline deployment (Scheduler Tasks reinitialize CRT). Before a restart I have to make sure it works.
    thanks for your help!
    Gennaro

  • Error while importing data into Oracle 11gr2 with arcsde 9.3.1

    I am getting error while importing the data into oracle 11g r2. We are using arcsde 9.3.1
    It seems to be having some problem with spatial index creation.
    kindly help
    IMP-00017: following statement failed with ORACLE error 29855:
    "CREATE INDEX "A3032_IX1" ON "DGN_POLYLINE_2D" ("SHAPE" ) INDEXTYPE IS "MDS"
    "YS"."SPATIAL_INDEX""
    IMP-00003: ORACLE error 29855 encountered
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-13200: internal error [ROWID:AAAT5pAA9AACIy5AAQ] in spatial indexing.
    ORA-13206: internal error [] while creating the spatial index
    ORA-13033: Invalid data in the SDO_ELEM_INFO_ARRAY in SDO_GEOMETRY object
    ORA-06512: at "MDSYS

    Guys,
    I am also getting the same error and also my issue is like I am not even to analyze for which indexes I am getting error. It does not hve any indx name before error.
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/DOMAIN_INDEX/INDEX
    ORA-39083: Object type INDEX failed to create with error:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfer]
    ORA-29400: data cartridge error
    ORA-12801: error signaled in parallel query server P000
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-13200: internal error [ROWID:AA
    ORA-39083: Object type INDEX failed to create with error:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfer]
    ORA-29400: data cartridge error
    ORA-12801: error signaled in parallel query server P002
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-13200: internal error [ROWID:AA
    ORA-39083: Object type INDEX failed to create with error:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfer]
    ORA-29400: data cartridge error
    stack cnt....
    How can I find for which indexes it is failing?
    Thank you,
    Myra

  • Error in import : tabular model with Oracle

    Hi there,
    I seems to be getting very strange error.
    I am trying to build tabular model over oracle db. I get test successfull for connection, able to validate the query, and in query designer, if i execute it shows me data too. But when i press finish, it gives me error while importing.
    ERROR from import screen
    OLE DB or ODBC error: ORA-01033: ORACLE initialization or shutdown in progress.
    A connection could not be made to the data source with the DataSourceID of '8ffdbfd9-e21f-442d-9040-b66dc074c87d', Name of 'XXXXXXX'.
    An error occurred while processing the partition 'XXX_3fc019fa-4d1a-4d39-9317-3dcde3297579' in table 'XXXXXX'.
    The current operation was cancelled because another operation in the transaction failed.
    I cant figure this out,Even in Execl powerpivot i am able to pull the data in.
    Any idea..TIA
    Rahul Kumar, MCTS, India, http://sqlserversolutions.blogspot.com/

    Hi Rahul,
    Based on my research, for the error “OLE DB or ODBC error: ORA-01033: ORACLE initialization or shutdown in progress.
    A connection could not be made to the data source with the DataSourceID of '8ffdbfd9-e21f-442d-9040-b66dc074c87d', Name of 'XXXXXXX'.”
    It seems that it related to Oracle database, here are some links about how to troubleshoot this issue, please see:
    ERROR - ORA-01033 oracle initialization or shutdown in progress
    ERROR - ORA-01033 oracle initialization or shutdown in progress
    If the issue persists, since I am not an expert on Oracle database, you can post the question on the Oracle forum, so that you can get more help.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Error in import of tables splitted with SQL splitter of note 1043380

    I'm doing an import on AIX for a Sap system, while the source system was on Windows and during the export I splitted some table using the splitter of note 1043380.
    THe export went fine, and I see from the .TOC files into the export directory a huge number of rows has been exported for these splitted tables.
    Neverthless during the import I discovered the Sapinst mark these tables as completed but the edata is not imoported.
    Into the .log file for one of them I see this :
    RFF) ERROR: no entry for table "VBFA" in "/export/ABAP/DATA/VBFA-1.TOC"
    (IMP) INFO: import of VBFA completed (0 rows)
    On SDN I found the post:
    Problem with import of split tables.
    But it's not clear how to apply it. I try to modify the ..TSK files for the VBFA pieces but I'm not able to find out the two space  characters responsible for this behaviour.
    Below some row of one of the .TSK for the VBFA table:
    VBFA-1__TPI.TSK
    D VBFA I ok
    WHERE (ROWID >= CHARTOROWID('AAAaZsAAEAAAqYJAAA') and ROWID <= CHARTOROWID('AAAaZsAAEAAArYIEI/'))
    /*+ ROWID ("VBFA") */
    D VBFA I ok
    WHERE (ROWID >= CHARTOROWID('AAAaZsAAEAACGUJAAA') and ROWID <= CHARTOROWID('AAAaZsAAEAACIUIEI/'))
    /*+ ROWID ("VBFA") */
    Beside the post stated this is a well know bug of the splitter of note 1043380 but I'm not able to find any Oss note for that.
    I used the splitter already several times and never encountered this error.
    Any help is really appreciated.
    Best regards

    Sorry I have posted the wrong link, it should be:
    Re: Import error 1647, CLOB fields problem, need help!
    Regards
    Rob

  • Import error with MPEG-2 files: Brorsoft Video Converter to Apple Prores.

    Hi,
    The Brorsoft Video Converter software gives me an 'import error' message when I attempt to import files from a folder on my desktop. That folder contains many mpg files (MPEG-2 Video, AC3). Those files in the folder on my desktop came from a Sony video camera.
    I need to convert those mpg files to Apple Prores 422 HQ so I can then edit them in Apple Final Cut Pro X.
    But when I go to import those mpg files into the Brorsoft Video Converter software, it comes up with a message saying: 'import error', indicating that the Brorsoft Video Converter software does not understand the type of file.
    I am on Mac OS X Version 10.6.8.
    I've emailed Brorsoft support but I don't think English is their first language – they've emailed back to me asking for clarification of the problem. And I need the problem fixed as I have to edit this video for someone that has many waiting customers.
    Could something have changed in the files when I copied them from the video camera to the desktop?
    Thanks in advance.
    Cheers,
    Paul

    Hi Tom,
    Thanks for your prompt reply. I was using a friend's video camera – I've just texted him for the exact model of Sony video camera. I didn't yet have the Brorsoft Video Converter software when I had to give the video camera back to my friend. So, I copied the files off the video camera to my desktop.
    It records onto an internal hard drive. And yes you're right, I don't need to go HQ. I also tried plain Apple Pro Res. That didn't work either. It comes up with 'Import error' message, so it seems like it just doesn't understand the file type.
    When I go 'Get Info' on one of the files off the camera, it tells me it is an 'MPEG-2 video, AC3' file.
    I'll try and get MPEG Streamclip like you suggested and see if that works.
    Thanks again.
    Cheers,
    Paul

  • Import and Export MDL error with OWB Release 2

    Getting the following error when importing and exporting MDL - any assist would be appreciated - never had this issue with previous releases - error as follows:
    Error occurred exporting metadata to file "C:\TEMP\MY_PROJECT-20061208_1058.mdl".
    java.lang.Exception: CNV0002-0038(ERROR): Cannot write to file ./../../reposasst/converter.properties. Please make sure that write privileges are enabled or that disk is not full.

    I got the solution. OWB writes some temporary xml files before importing/exporting mdl and these files are stored in OWB home directory. The problem is write privileges on the OWB Home directory. I am not local admin of my system. Admin installed the OWB client on my system through his userid. Now if i try to create a directory or file in OWB home directory it thorws an error "Access Denied". I got the Admin rights on my local system for my userid and now OWB is working fine.
    Thanks.

  • Premiere Pro CS5: please help problem with importing a file error output "there was an error decompressing audio or video"

    please help problem with importing a file error output "there was an error decompressing audio or video"

    this is related to what adobe program/version?

  • Anyone having issues with importing CR2 files into lightroom 5 as error message comes up saying "Some import operations were not performed". please advise what is a solution please

    Urgent please
    anyone having issues with importing CR2 files into lightroom 5 as error message comes up saying "Some import operations were not performed". please advise what is a solution please

    Sounds like the folder Write permissions issue described here with a solution:
    "Some import operations were not performed" from camera import

Maybe you are looking for

  • Can notebook serve as second monitor for G5

    I have a G5 and a Dell Inspiron 9200. Both have DVI outputs (and Dell has VGA out) on them. Both support multiple monitors. When I'm on my Dell, I can connect my Cinema Display to the notebook and extend the desktop (very nice). I'd like to do the sa

  • Jaas Login module does not work

    Hello, I am developing simple web application wich uses jaas for authentication, but something strange happens, i have written security information in my web.xml: <security-constraint>           <web-resource-collection>                <web-resource-

  • Loosing selection...

    Dear Java Gurus, Again I have a question. The path to Jedi is a looong one :-) I am playing around with a default editor kit and a JTextPane/JTextArea. When I select text inside the text area everything works just fine, but when the text area looses

  • Photomerge crashing in CS5, 64 bit

    Hello all. I've seen recent posts about Photomerge crashing, I tried all the workarounds and remedies to no success. I run as Admin and still crashes, and only Photomerge is causing to crash. All other presets and automates are working just fine. I'v

  • CCMS Deleted MTE Classes

    Hi there, i'm on R3 4.6c. I accidently deleted a Part of an Monitor Tree with "Option 4" which not only deletes the MTE Klasses from shared memory, but also from DB. (Hint: 392272) Missing Nodes: RZ20->SAP CCMS Admin Workplace -> Entire System - > --