Unable to import customized RO in OIM

Hi,
We have created a custom resource object (with defined process tasks and process task fields) and exported the related objects into an XML.
Later, we tried to restore the OIM DB and import the XML back.
It throws the following errors while importing:
DEBUG,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.IMPORT], Adding ObjectAdministrator(XMLCREATED)
DEBUG,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.IMPORT], Resolving dependency to {UserGroup=SYSTEM ADMINISTRATORS}
DEBUG,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.IMPORT], dependency resolved with SYSTEM ADMINISTRATORS [UserGroup] (exportable)
DEBUG,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.IMPORT], Adding ObjectAuthorizer(XMLCREATED)
DEBUG,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.IMPORT], Resolving dependency to {UserGroup=SYSTEM ADMINISTRATORS}
DEBUG,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.IMPORT], dependency resolved with SYSTEM ADMINISTRATORS [UserGroup] (exportable)
DEBUG,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.IMPORT], Adding ObjectDependency(XMLCREATED)
DEBUG,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.IMPORT], Resolving dependency to {Resource=AD User}
DEBUG,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.IMPORT], dependency resolved with AD User [Resource] (exportable)
INFO,11 Jan 2012 00:36:57,404,[XELLERATE.DDM.STATS],Purging 0 prepared statements
INFO,11 Jan 2012 00:36:57,415,[XELLERATE.DDM.STATS],Collected (0) missing dependencies of com.thortech.xl.dataobj.tcUD_HOSTEDEX [DataObjectDef] (importable) in 0 milliseconds.
INFO,11 Jan 2012 00:36:57,418,[XELLERATE.DDM.STATS],Collected (0) missing dependencies of Hosted Exchange [Process] (importable) in 3 milliseconds.
INFO,11 Jan 2012 00:36:57,418,[XELLERATE.DDM.STATS],Collected (0) missing dependencies of adpGETHOSTEDEXCHATTRIBUTESFROMADPROCESS [TaskAdapter] (importable) in 0 milliseconds.
INFO,11 Jan 2012 00:36:57,418,[XELLERATE.DDM.STATS],Collected (0) missing dependencies of adpENABLEEXCHANGE [TaskAdapter] (importable) in 0 milliseconds.
INFO,11 Jan 2012 00:36:57,418,[XELLERATE.DDM.STATS],Collected (0) missing dependencies of UD_HOSTEDEX [Process Form] (importable) in 0 milliseconds.
INFO,11 Jan 2012 00:36:57,418,[XELLERATE.DDM.STATS],Collected (0) missing dependencies of Hosted Exchange [Resource] (importable) in 0 milliseconds.
DEBUG,11 Jan 2012 00:37:39,453,[XELLERATE.DDM.IMPORT],Importing DataObjectDef(name=com.thortech.xl.dataobj.tcUD_HOSTEDEX)(key=-1)(XMLCREATED)
DEBUG,11 Jan 2012 00:37:39,453,[XELLERATE.DDM.IMPORT], Object is being created
DEBUG,11 Jan 2012 00:37:39,453,[XELLERATE.DDM.IMPORT], Creating data object
DEBUG,11 Jan 2012 00:37:39,453,[XELLERATE.DDM.IMPORT],Creating data object with params: com.thortech.xl.dataobj.tcDataBase@abd14e,null,[B@3a93b9
DEBUG,11 Jan 2012 00:37:39,454,[XELLERATE.DDM.IMPORT], Registered as waiter on Form(name=UD_HOSTEDEX)(key=-1)(XMLCREATED)
DEBUG,11 Jan 2012 00:37:39,454,[XELLERATE.DDM.IMPORT], Waiting for creation of other objects
DEBUG,11 Jan 2012 00:37:39,475,[XELLERATE.DDM.IMPORT],Importing Form(name=UD_HOSTEDEX)(key=-1)(XMLCREATED)
DEBUG,11 Jan 2012 00:37:39,475,[XELLERATE.DDM.IMPORT], Object is being created
DEBUG,11 Jan 2012 00:37:39,476,[XELLERATE.DDM.IMPORT], Creating data object
DEBUG,11 Jan 2012 00:37:39,476,[XELLERATE.DDM.IMPORT],Creating data object with params: com.thortech.xl.dataobj.tcDataBase@abd14e,null,[B@12f1b4b
DEBUG,11 Jan 2012 00:37:39,476,[XELLERATE.DDM.IMPORT], Saving data object
ERROR,11 Jan 2012 00:37:39,528,[XELLERATE.ADAPTERS],Event: Validating for Unique SDK Name. has encountered an error.
ERROR,11 Jan 2012 00:37:39,532,[XELLERATE.SERVER],Class/Method: tcDataObj/runEvent Error :EVT Fatal Rejection Occured
ERROR,11 Jan 2012 00:37:39,535,[XELLERATE.DDM.IMPORT],There is already an existing database object with the given name
ERROR,11 Jan 2012 00:37:39,535,[XELLERATE.DDM.IMPORT],Data validation failed. The Event Handler could not be run.
ERROR,11 Jan 2012 00:37:39,535,[XELLERATE.DDM.IMPORT],Data will not be saved.
ERROR,11 Jan 2012 00:37:39,535,[XELLERATE.DDM.IMPORT],Exception during import
com.thortech.xl.ddm.exception.DDMException: Unable to save dataobject for SDK
at com.thortech.xl.ddm.instance.TableInstance.finishDataObject(Unknown Source)
at com.thortech.xl.ddm.instance.visitor.ImportVisitor.dataDependencyVisitComplete(Unknown Source)
at com.thortech.xl.ddm.instance.TableInstance.traverse(Unknown Source)
at com.thortech.xl.ddm.instance.SchemaInstanceFacade.performImport(Unknown Source)
at com.thortech.xl.ejb.beansimpl.tcImportOperationsBean.performImport(Unknown Source)
at com.thortech.xl.ejb.beans.tcImportOperationsSession.performImport(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
Please help.. Any suggestions will be highly appreciated.

I have the following objects in the XML:
1. UD_HOSTEDEX - form
2. Hosted Exchange process definition
3. Hosted Exchange resource object
4. adapters - 1) get hosted exch attributes 2) enable exchange
5. data object definition for the UD_HOSTEDEX
I have 2 questions:
1) Should I include the data object definition while importing the XML?
2) My Process definition and resource object get imported(they cant be accessed via Design Console), however - the form and the adapters are not imported.
Please help. Its urgent.
Thanks!

Similar Messages

  • Unable to invoke Custom PostProcessEventHandler in OIM 11g R2

    Hi,
    I am working with OIM 11g R2 .I created an custom PostProcessEventHandler to trigger on modify user operation.
    I created a jar file of custom class as xyz.jar
    I created an plugin.xml as:
    <?xml version="1.0" encoding="UTF-8"?>
    <oimplugins>
    <plugins pluginpoint="oracle.iam.platform.kernel.spi.EventHandler">
    <plugin pluginclass="com.xyz.DisablePostProcessEventHandler" version="1.0" name="DisablePostProcessEventHandler">
    </plugin>
    </plugins>
    </oimplugins>
    I made an xyz.zip of plugin.xml and lib/xyz.jar
    I registered the xyz.zip by placing zip file in plugins directory.
    I created an EventHandlers.xml as below:
    <?xml version='1.0' encoding='utf-8'?>
    <eventhandlers xmlns="http://www.oracle.com/schema/oim/platform/kernel"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernelorchestration-handlers.xsd">
    <!-- Custom postprocess event handlers -->
    <action-handler
    class="com.xyz.DisablePostProcessEventHandler" entity-type="User" operation="MODIFY" name="DisablePostProcessEventHandler" stage="postprocess" order="9999" sync="TRUE"/>
    </eventhandlers>
    and placed in the path temp/metadata/user/custom/CustomPostProcessHandler and imported it to MDS.
    I purged the cache as ./PurgeCache MetaData.
    When i am trying to modify user i am getting error as below:
    [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 0000JqaUC9MDoYO_qh5EiY1HJuY90001ve,0] [APP: oracle.iam.console.identity.self-service.ear#V2.0] ADF: Adding the following JSF error message: Localized message not available. Error returned is: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null[[
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
    at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:699)
    at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:2143)
    at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:3114)
    at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:261)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1635)
    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:740)
    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)
    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBinding(FacesUtils.java:165)
    Caused by: java.lang.NullPointerException
    at oracle.iam.request.impl.RequestEngine.startOrchestrationFromPreProcess(RequestEngine.java:5385)
    at oracle.iam.request.impl.RequestEngine.triggerOperation(RequestEngine.java:5297)
    at oracle.iam.request.impl.RequestEngine.doOperation(RequestEngine.java:5028)
    at oracle.iam.impl.OIMServiceImpl.doOperation(OIMServiceImpl.java:43)
    at sun.reflect.GeneratedMethodAccessor2994.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy384.doOperation(Unknown Source)
    at oracle.iam.api.OIMServiceEJB.doOperationx(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor4224.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    ## Detail 0 ##
    java.lang.NullPointerException
    at oracle.iam.request.impl.RequestEngine.startOrchestrationFromPreProcess(RequestEngine.java:5385)
    at oracle.iam.request.impl.RequestEngine.triggerOperation(RequestEngine.java:5297)
    at oracle.iam.request.impl.RequestEngine.doOperation(RequestEngine.java:5028)
    at oracle.iam.impl.OIMServiceImpl.doOperation(OIMServiceImpl.java:43)
    at sun.reflect.GeneratedMethodAccessor2994.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy384.doOperation(Unknown Source)
    at oracle.iam.api.OIMServiceEJB.doOperationx(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor4224.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.Deleg
    Please help me in resolving this issue.

    Hi Suny,
    Yes I restarted the OIM Server but getting same error.
    I have logger in my code and and nothing is getting printed thet menas the code is not getting invoked itself.
    My eventhandler is for postprocess and I am not understanding why i am getting PreProcess error.
    java.lang.NullPointerException
    at oracle.iam.request.impl.RequestEngine.startOrchestrationFromPreProcess(RequestEngine.java:

  • Unable to import Customized Incident management in SCSM

    HI ,
    We are crated two customised incident forms  and imported one form ( Which is used for default incidents).Now we are importing second incident form (which is used for specified incidents) and getting below error
    The management pack import failed. 
    Errors (1):
    The form base is not valid. Form CustomForm_e7b90a93_e6df_4478_bec8_21e3157eebab extends form System.WorkItem.Incident.ConsoleForm, which already has another extension (CustomForm_5f3dd205_6fa5_4e9d_83e8_1cda58cb7018).
    Warnings (6):
    Unsealed management packs should not contain type definitions.  The element ClassExtension_d2e97f21_745d_4449_8479_d2fda30672f3 of type ManagementPackClass found in an unsealed management pack
    Unsealed management packs should not contain type definitions.  The element ClassExtension_3f1320f7_a32a_425f_9b49_d014652fbb76 of type ManagementPackClass found in an unsealed management pack.
    Unsealed management packs should not contain type definitions.  The element ClassExtension_3529eb22_d829_430c_9cec_e2c896b7ba0e of type ManagementPackClass found in an unsealed management pack.
    Unsealed management packs should not contain type definitions.  The element ClassExtension_7b9d0098_a5e1_4bb4_ab26_16e3b860ef8f of type ManagementPackClass found in an unsealed management pack.
    Unsealed management packs should not contain type definitions.  The element ClassExtension_06996662_095c_4f4c_b559_cb3efb5205e7 of type ManagementPackClass found in an unsealed management pack.
    Unsealed management packs should not contain type definitions.  The element ClassExtension_e4a67fe9_c30e_4afd_bd9e_c9270875cd16 of type ManagementPackClass found in an unsealed management pack.
    Could you please let me know that shall we import two different incident forms in to SCSM.If so please let me know the solution.
    Regards, H@ri

    It's not possible to have two different MP containing form customization on the same form. Combine the changes into one MP and you can import it. 
    Cheers,
    Thomas Strömberg
    System Center Specialist
    Blog:  
    Twitter:   LinkedIn:
    Please remember to 'Propose as answer' if you find a reply helpful

  • HT4489 I am unable to import my v-cards to the cloud?

    I am unable to import my v-cards to the cloud?  they are simple .vcf files and are only about 4kb in size.  I orginally exported them as vcards from Microsoft oulook and do understand there could be potential interface issues.  any resolution to this??

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"

  • I am unable to import my favorites from internet explorer dueto the import data from option being grayed out under history, library, import tab, any help please

    i am unable to import my favorites from internet explor due to the import data from... option being grayed out under his, library, import. any help please

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"

  • Cannot open projects or import custom skins into RH*

    Hi,
    I just got a new laptop and I'm unable to open ANY projects or import custom skins into RH8.  I was on 8 previously, but I cannot open my projects nor can I import skins.  I click on Skins>import>choose the skin, then nothing.  It's like it's not even recognizing I'm doing anything.  Any suggestions?
    Thanks!

    If you can't open a project, how are you getting to the File > Import > Skin menu item? Also can you give us some additional information about the laptop (e.g. the OS).
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • Error: Unable to import the ZINV_EX(unable to read the segment).

    Hi ALL,
    i have a requirement. were i have to add a custom segment(Z1_E1EDP01) to standard Invoic02 Idoc and created extension of invoic02(basic type) as ZINV_EX.
    i added the segment and populated the values accordingly to the newly created segment.
    the problem I'm facing is when i try to import this ZINV_EX custom idoc we getting an error :
    Unable to import the ZINV_EX(unable to read the segment).
    I'm done with the port creation and all the required configuration in idx1 and idx2.
    Please can anyone to tell how to resolve this issue.
    Thank you,
    Lalit.

    > the problem I'm facing is when i try to import this ZINV_EX custom idoc we getting an error :
    > Unable to import the ZINV_EX(unable to read the segment).
    You are getting this error because the segment Z1_E1EDP01 is not following certain naming conventions which we require for IDOC. So change the segment name as Z1E1EDP01 and then try. And don't forget to release the segment.

  • Error while running a custom report in OIM

    Hi All,
    I have created a new custom report for OIM and written a stored procedure for that. But while running the report from Admin console, its throws the below error:
    java.sql.SQLException: ORA-00911: invalid character
    ORA-06512: at "IDM.XL_EXCEPTION", line 149
    ORA-06512: at line 1
    ERROR,19 Jun 2011 22:09:31,665,[XELLERATE.WEBAPP],Class/Method: ReportAction/displayTabularReport encounter some problems: Error executing stored procedure
    Thor.API.Exceptions.tcAPIException: Error executing stored procedure
    Line 149 : DBMS_OUTPUT.PUT_LINE('select stmt ='|| select_stmt);
    "select_stmt" is a select query based on the OIM tables.
    Please advice.

    Seems like there is a invalid character in your SQL (Report's store procedure). Could you share with me whole content of this "select_stmt" variable?
    regards,
    Thiago L Guimaraes

  • I am unable to import pictures from my iphone to my computer.  Can anyone help?

    I am unable to import pics. 

    It sounds like you are using an application to import. You can do it manually.
    Start > Computer (on the right) > scroll to the bottom and you will see your iPhone under Portable Devices > Open it and you will see a Drive, open that and there will be a DCIM folder. That is where your photos will be (There may be other folders each holding photos).

  • Unable to import video frompanasonic VDR-D105 DVD video camera to imovie HD

    Trying to import my video from my dvd camera but imovie can not find camera. When I connect the firewire the camera locates DVD player software and allows me to play it on my computer, but not able to import to imovie. DVD Player allows my to clip my video but does not allow me to transfer of save it on my computer.
    If I'm unable to import, Is there a work around to get my video in imovie, say quicktime?
    I am using imovie HD 6.0.3.

    Hi S
    1. DVD-Cameras are for playback - not to be edited from.
    iMovie, FinalCut Express and Pro works with miniDV tape Cameras
    This course DVD and hard disk Cameras compact info to medium BUT in
    a destructive way. You can't get full quality back to be edited.
    miniDV also compacts to tape BUT Non-destructive = full quality to Mac.
    2. Does Your Camera really have FireWire. Most probably You are using
    the USB-cable that was delivered with Your Camera. FW is buy extra.
    Best solution - though sour. Change Camera
    If this isn't an option You'll have to back convert to streaming DV that iMovie
    and FCE/P understands.
    - Converting programs like may be:
    MPEG Streamclip converts from mpeg-1 to whatever you like (within reason).
    QuickTime MPEG-2 Playback Component
    or
    via analog out on Camera via an A/D-box to FW to Mac.
    Non is a good way though.
    Yours Bengt W

  • Unable to import movie files from iphoto '08 into imovie HD

    I have recently bought a 2008 macbook (2.2 GHz) and have recently downloaded imovie HD in addition to owning iLife '08 due to its extra capabilities. I have found that I am unable to import any of my movie files from my iphoto library folder as it seems to need to open the actual iphoto application before the files can be accessed. In addition, when not using any specific program it would be nice to be able to access my photo/video files within the iphoto folder without iphoto automatically opening as the default viewer.
    Any ideas??!! Thanks.

    ahostmadsen wrote:
    .. and I import AVI video clips directly without converting to .dv, without problems.
    lucky you.. .avi is just a container, no 'format'/codec .. I can show you dozends of .avis, which will NOT import into iMHD6, due to being playback-codecs, not convertable by the underlying Quicktime engine into separte, editable audio+video streams ..
    .. If you convert to .dv, the size just blows up.
    dv is 13GB/h and a codec meant for editing; e.g. it stores every frame (video=30 frams/sec) of a recording, as mpegs usually doesn't do so.. = your Mac has to estimate content, when converting and 'recovering' the content = lossy process.
    iMHD6 is a dv-editor; the mpeg4 feature is only a toy, to spice up iSight recordings.. for sure, the QTengine can convert a lot, but too much conversion (from one lossy codec, e.g. divx, into another, e.g. mp4) means a (dramatic) loss of pic quality..
    my 5€ cents ..

  • I am unable to import new photos in iPhoto 11. Perhaps I should just reinstall from iLife disk? Will it affect my photos in any way?

    Hello,
    I have iPhoto 11 installed on my MacBook. I am now unable to import new photos using USB or by plugging the camera directly into the laptop. Never had that probem before with this camera. Perhaps just reinstall iPhoto from the iLife disk?

    Hello Terence,
    Okay I will try reformating the camera's card. However all is well when I export photos to my iMac at home or onto my iPad.
    If your suggestion does not work should I try reinstalling iPhoto from the iLife disk? If so, how do I go about doing that or is there a website somewhere explaining this?
    Regards,
    Tom

  • Unable to import M3U file. Unknown error -50

    Hey guys,
    I am unable to import an M3U playlist into iTunes. Getting the following error message:
    The file "File.M3U" cannot be imported. An unknown error occurred (-50).
    Have any of you seen it and know a way to fix it?
    Thanks in advance.

    Any chance that the Playlist you are importing has some 'special characters'? They are usually fine within the playlist, but the title of the playlist cannot contain them.
    Just a thought....

  • Unable to import table or columns in OBIEE 11G RPD

    Hi All,
    We are unable to import table into the RPD using OCI 10G/11G to import the table then the import box open but we are unable to see the tables below the schema name. When we use ODBC 3.5 and created a DSN for the database then we are able to see all the tables and import them. But the problem here is that when we are using window server 7 64 bit to install client and then importing the table ODBC is not working fine as well.
    Please note that we are using OBIEE 11G which is installed on unix box and we connect to RPD using client installed on windows server.
    Appreciate all the help in advance.
    Thanks,
    Mohit

    Hi Sayak,
    This means we need to installed Oracle client to resolve this problem. Can you please share if you have some knowledge regarding the same.
    Thanks,
    Mohit

  • I am unable to import photos to my computer from my iphone. I need help!

    Everytime i try and import photos to my computer I get an error message on every single photo. It says "The following error occured while importing 'photoxyz.jpg': The exact error is unknown. Make a note of this error code, which might be useful if you seek additional help to resolve this problem: 80210005." I can then try again (which never works), or skip the file. Essentially I am unable to import any photos from my phone. With the iphone 4 i did this all of the time with no problem but now that I have the iphone 5 this is all that happens. How do I import my photos? I don't want to import every single photos on my phone, just the new ones since the last time I imported. Thanks!!

    Are you using Firefox Sync or any other sync service like Xmarks?
    *https://support.mozilla.org/kb/what-firefox-sync
    You can check for problems with the places.sqlite database file in the Firefox Profile Folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    See also:
    *http://kb.mozillazine.org/Lost_bookmarks

Maybe you are looking for

  • Lumia 820: Screen not working

    Hello, Encountered a wiered problem today. All of a sudden the screen stopped displaying. The touch seems to be working fine(as the double tap wakes up the phone), but the screen is blank. Tried with soft re-set, phone restarts, I get a pixalated alt

  • Ipod nano jumps songs without being shaken

    I use my ipod for teaching line dancing so I have several playlists.  The ipod is set on a speaker system so everyone can hear.  Every now and then, lately more and more often, it will jump in the middle of the song to another song.  It is totally er

  • CC Updater fails ... again

    Start from a clean power off situation and I am notified an update to CC is available. Click, get a message to "Connect to the internet and retry". But wait, I am connected to the internet. My emails have downloaded, my browser is up and showing me t

  • How to Capture Table Data input

    Hi I am creating a new page where i am supposed to do a Serach AND Update function on a table. I am using a Table Region and displaying one of the columns (a Date Field) as Message Text Input i.e editable field. Now i need to capture this field data

  • Motion won't open new project, won't open utility window in old project

    When I try to open Motion from the dock, it gives the license information, but no project opens...it just stays with that opening window. When I try to open an old project, there is no utility window (no file browser, library, or inspector). Help!