OES 11g policies import error

Hi All,
I have exported all application policies using migrateSecurityStore from OES 11g DEV env. I want to import to new OES 11g env using migrateSecurityStore command. When I import it into new OES env, I am getting following exception.
oracle.security.jps.service.policystore.PolicyStoreIncompatibleVersionException: JPS-06100: Policy Store version 11.0 and Oracle Platform Security Services Version 11.1.1.5.0 are not compatible.
at oracle.security.jps.internal.policystore.ldap.LdapPolicyStore.getAdminManager(LdapPolicyStore.java:1267)
at oracle.security.jps.internal.tools.utility.util.JpsHelper.isEmptyPolicyStore(JpsHelper.java:367)
at oracle.security.jps.internal.tools.utility.destination.apibased.JpsDstPolicy.<init>(JpsDstPolicy.java:337)
at oracle.security.jps.internal.tools.utility.destination.JpsInitializerDst.getDestinations(JpsInitializerDst.java:84)
at oracle.security.jps.internal.tools.utility.JpsUtility.<init>(JpsUtility.java:63)
at oracle.security.jps.internal.tools.utility.JpsUtilBackupRestorePolicyImpl.restoreAllPolicyData(JpsUtilBackupRestorePolicyImpl.java:119)
at com.ticketmaster.platform.identity.importOES.OESImport.importXML(OESImport.java:53)
at com.ticketmaster.platform.identity.importOES.OESImport.main(OESImport.java:147)
Please let me know if you have any clue. Please note that this is very urgent. Any help is very much appreciated.
Thanks
Mahendra.

Hi Mahendra,
I am getting the same error and wonder if you have gotten a resolution for this.
thanx
David
[email protected]

Similar Messages

  • URGENT: OES 11g Policy Management API Query

    We are working on OES 11g environment. We have a requirement to create Application/Resoruce Types/Resources/POlicies (using a custom built UI) using OES Policy API. We are referring the OES Developer Guide http://docs.oracle.com/cd/E21764_01/security.1111/e14097/cons_policy_prog.htm#CHDFFDDI
    We have tried creating an application using the below code snippet and it code is executing fine. To test it, we executed create application code and it threw error as duplicate as shown below.
    oracle.security.jps.service.policystore.PolicyObjectAlreadyExistsException: Cannot create application policy context "Trading".
    However the OES Admin console does not have the application created through java code. We have copied jps-config.xml and system-jazn-data.xml to the eclipse project where we are running the java code.
    Do we need to add any other files/make anyother changes to the environment to have the policies/applications created through API reflects in OES Admin console?
    Please help. It is very urgent.

    Try a jps-config.xml like this:
    <?xml version="1.0" encoding="UTF-8" standalone='yes'?>
    <jpsConfig xmlns="http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd" schema-major-version="11" schema-minor-version="1">
    <property name="oracle.security.jps.jaas.mode" value="off"/>
    <serviceProviders>
    <serviceProvider name="policy.rdbms" type="POLICY_STORE" class="oracle.security.jps.internal.policystore.OPSSPolicyStoreProvider" >
    <property name="policystore.type" value="DB_ORACLE" />
    </serviceProvider>
    </serviceProviders>
    <serviceInstances>
    <serviceInstance provider="policy.rdbms" name="policystore.rdbms">
    <property name="jdbc.driver" value="oracle.jdbc.driver.OracleDriver"/>
    <property name="jdbc.url" value="jdbc:oracle:thin:@localhost:1521:orcl"/>
                   <property name="jdbc.user" value="DEV_APM"/>
                   <property name="jdbc.password" value="Passw0rd1"/>
                   <property name="root.dn" value="cn=oes_domain,cn=JPSContext,cn=jpsroot"/>
    </serviceInstance>
    </serviceInstances>
    <jpsContexts default="default">
    <jpsContext name="default">
                   <serviceInstanceRef ref="policystore.rdbms"/>
    </jpsContext>
    </jpsContexts>
    </jpsConfig>
    And update the jdbc connection values appropriately for your system.
    Note that this is an insecure way because the password is stored inside this config file in plain text. A better way is to put the password into the wallet, but this should get you started.
    Once you got this working you can replace the user and password properties with the following:
    <property value="oes_sm_key" name="bootstrap.security.principal.key"/>
    <property value="oes_sm_map" name="bootstrap.security.principal.map"/>
    and copy the wallet (cwallet.sso) file

  • Import Error OVM Template Via VM Manager

    I'm getting this import error message
    Register an empty virtual machine
    register the virtual machine genernal information
    get the virtual machine detail information...
    Invalid virtual machine type(HVM/PVM).
    When tried to import OVM_EL5U5_X86_64_PVM_10GB
    and OVM_EL5U2_X86_64_ORACLE11G_PVM
    This was only my initial import on resource.
    Can anyone help me on this?? thanks

    Hi bach,
    I can't follow you there... here's the extracted content of "OVM_EL5U2_X86_64_ORACLE11G_PVM.tgz"
    oracle11g_x86_64_asm.img
    README
    System.img
    vm.cfg
    vm.cfg.orig
    here's the README
    OEL 5.2 X86_64 Oracle 11g image for PVM guests
    Version 2.2
    Released on Feb 02 2009
    Changelog:
    * Mon Feb 02 2009
    - Bumped the release number from 2.1.2 to 2.2 .
    - Replace system image with the image based on OEL 5.2 JeOS.
    - Upgraded kernel to kernel-xen-2.6.18-92.1.22.0.1.el5, ocfs2 and oracleasm
    were upgraded correspondingly.
    - Added strace, gdb packages.
    - Upgraded oracle-validated to 1.0.0-16.el5
    - Moved Oracle home from LVM2 logical volume to regular ext3 partition.
    how does this relate with your answer ?

  • Export  from 11g and import to 9i

    I have run exp from machine runing oracle 9i to export tables from
    another machine running oracle 11g .Export is working fine but while
    importing in Oracle 9i it is giving the following errors.
    import done in US7ASCII character set and AL16UTF16 NCHAR character
    set
    import server uses WE8ISO8859P1 character set (possible charset
    conversion)
    IMP-00003: ORACLE error 96 encountered
    ORA-00096: invalid value for parameter plsql_compiler_flags, must be
    from among NON_DEBUG, DEBUG, INTERPRETED, NATIVE
    IMP-00000: Import terminated unsuccessfully
    Can anybody suggest how to do this.
    Thanks for your valuable time.

    Duplicate post
    export  from 11g and import to 9i
    Srini

  • FDMEE Import error "No periods were identified for loading data into table 'AIF_EBS_GL_BALANCES_STG'

    Hi,
    We are having trouble while importing one ledger 'GERMANY EUR GGAAP'. It works for Dec 2014 but while trying to import data for 2015 it gives an error.
    Import error shows " RuntimeError: No periods were identified for loading data into table 'AIF_EBS_GL_BALANCES_STG'."
    I tried all Knowledge docs from Oracle support but no luck. Please help us resolving this issue as its occurring in our Production system.
    I also checked all period settings under Data Management> Setup> Integration Setup > Global Mapping and Source Mapping and they all look correct.
    Also its only happening to one ledger rest all ledgers are working fine without any issues.
    Thanks

    Hi,
    there are some Support documents related to this issue.
    I would suggest you have a look to them.
    Regards

  • How do I convert an excel (2008) document to Numbers?  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid"

    How can I convert an Excel (2008) document to Numbers.  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid.

    That extension identifies the most current Excel file format, a format that can be opened by Numbers '09 (and by Numbers '08).
    A check with Numbers '09 shows it capable of opening .xlsx files when right-clicked (and Numbers chose as the application to open, when double-clicked (if Numbers has been set as the default application to open this type of file, or when dragged to the Numbers icon in the dock.
    I see two possibilities for Numbers inability to open it and the message you receive:
    1. The file is not actually an Excel file, and the sender has added the .xlsx extension to the filename manually.
    2. The file is an Excel file, but has somehow been corrupted.
    Have you tried opening the file with a different application? The open source Office suites, OpenOffice.org, LibreOffice and NeoOffice can also open .xlsx files. If they're unable to open this one, that would point toward the file itself being faulty. You can download these applications from their rspective websites, linked in the names above. All request a donation to support future development, but only Neo requires one to have been made recently, and that only for the current release (which won't be necessary to open .xlsx files).
    Regards,
    Barry

  • "Template import error: No VM configure file found" on brand new setup

    Previously, I posted Console does not launch OVM 3.1.1, Win7x32 Firefox15/IE8 - Empty .jnlp file which was about VM Console not launching. Since this is a new installation, and it seemed to be a unique problem, I scratched the whole installation and started again from scratch. Everything, including the NFS file server, was re-installed from scratch CD OS installation.
    The process is pretty straightforward once you're used to it, and in less than three hours I was ready again to import my first template (a template I had imported before). But now, I submit the the request, and almost immediately the process aborts. (You can see in the information below, that 1 second passes between the Import request (06:32:36) and the failure.)
    Thing is, it takes about three minutes, even locally on the web server, to get an index of that large file (tar tzf), and at completion, the vm config file is listed.
    Am I misreading the error? My web searches for enlightenment found only one good hit on this error, and in that case it appeared to be an "out of space" issue. In this case, though, I'm importing a 5GB tarfile into a 390GB, otherwise-empty file system, so I don't think that is the issue. The failure in ovs-agent.log is below. What other information may I provide to get to the bottom of this? (Thanks for any guidance/help, of course!)
    [2012-10-31 06:31:40 3341] DEBUG (monitor:36) Cluster state changed from [Heartbeating] to [DLM_Ready]
    [2012-10-31 06:31:40 3341] INFO (notification:67) Notification sent: {CLUSTER} {MONITOR} Cluster state changed from [Heartbeating] to [DLM_Ready]
    [2012-10-31 06:31:40 3338] INFO (notification:193) Sending notification: {CLUSTER} {MONITOR} Cluster state changed from [Heartbeating] to [DLM_Ready]
    [2012-10-31 06:31:48 4914] DEBUG (service:77) discover_cluster: ()
    [2012-10-31 06:31:48 4914] DEBUG (service:85) discover_cluster: call completed.
    [2012-10-31 06:32:03 4926] DEBUG (service:77) storage_plugin_mount: ('oracle.generic.NFSPlugin.GenericNFSPlugin', {'status': '', 'admin_user': None, 'admin_host': None, 'uuid': '0004fb00000900003cf41964f3476788', 'total_sz': 0, 'admin_passwd': '******', 'storage_desc': '', 'free_sz': 0, 'access_host': 'filesrv.ps.***.com', 'storage_type': 'FileSys', 'alloc_sz': 0, 'access_grps': [], 'used_sz': 0, 'name': '0004fb00000900003cf41964f3476788'}, {'status': '', 'uuid': 'fc3564eb-ce8b-489c-96bc-df6de2cc8a11', 'ss_uuid': '0004fb00000900003cf41964f3476788', 'size': '330279518208', 'free_sz': '330075340800', 'state': 2, 'access_grp_names': [], 'access_path': 'filesrv.ps.***.com:/mnt/ps_big/repo/repo', 'name': 'nfs:/mnt/ps_big/repo/repo'}, '/OVS/Repositories/0004fb0000030000659e0ce6f2ecfb55', None, True, [])
    [2012-10-31 06:32:03 4926] INFO (storageplugin:108) storage_plugin_mount(oracle.generic.NFSPlugin.GenericNFSPlugin)
    [2012-10-31 06:32:03 4926] DEBUG (NFSPlugin:353) cmd = ['mount', '-t', 'nfs', 'filesrv.ps.***.com:/mnt/ps_big/repo/repo', '/OVS/Repositories/0004fb0000030000659e0ce6f2ecfb55']
    [2012-10-31 06:32:03 4926] DEBUG (service:85) storage_plugin_mount: call completed.
    [2012-10-31 06:32:03 4931] DEBUG (service:77) add_repository: ('filesrv.ps.***.com:/mnt/ps_big/repo/repo', '0004fb0000030000659e0ce6f2ecfb55')
    [2012-10-31 06:32:03 4931] DEBUG (service:85) add_repository: call completed.
    [2012-10-31 06:32:36 4972] DEBUG (linux:847) async call function: import_template
    [2012-10-31 06:32:36 4975] DEBUG (service:77) import_template: ('0004fb0000030000659e0ce6f2ecfb55', '0004fb0000140000fdc18a572a244015', ['http://aspire/pstop/OVM_EL5U7_X86_64_TOOLS8_52_06_PVM.tgz'])
    [2012-10-31 06:32:37 4975] INFO (notification:74) async_proc_prog: notification {ASYNC_PROC} progress PID 4975 status {'OBJECT': 'template', 'TOTAL_OBJECT_COUNT': 1, 'CURRENT_OBJECT_COUNT': 1, 'TOTAL_BYTES': 0L, 'CURRENT_BYTES': 613L, 'OPERATION': 'download'}
    [2012-10-31 06:32:37 4975] INFO (notification:67) Notification sent: {ASYNC_PROC} progress PID 4975
    [2012-10-31 06:32:37 3338] INFO (notification:193) Sending notification: {ASYNC_PROC} progress PID 4975
    [2012-10-31 06:32:37 4975] ERROR (service:96) catch_error: Template import error: No VM configure file found.
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/agent/service.py", line 94, in wrapper
    return func(*args)
    File "/usr/lib64/python2.4/site-packages/agent/hypervisor/xenxm.py", line 1041, in import_template
    raise RuntimeError('Template import error: %s' % err)
    RuntimeError: Template import error: No VM configure file found.
    [2012-10-31 06:32:37 4975] DEBUG (linux:879) ovs_async_proc: pid 4975 status 1 output Template import error: No VM configure file found.
    [2012-10-31 06:32:37 4975] INFO (notification:67) Notification sent: {ASYNC_PROC} exit PID 4975
    [2012-10-31 06:32:37 3338] INFO (notification:193) Sending notification: {ASYNC_PROC} exit PID 4975
    [2012-10-31 06:32:39 4987] DEBUG (service:77) storage_plugin_listFileSystems: ('oracle.generic.NFSPlugin.GenericNFSPlugin', {'status': '', 'admin_user': None, 'admin_host': None, 'uuid': '0004fb00000900003cf41964f3476788', 'total_sz': 0, 'admin_passwd': '******', 'storage_desc': '', 'free_sz': 0, 'access_host': 'filesrv.ps.***.com', 'storage_type': 'FileSys', 'alloc_sz': 0, 'access_grps': [], 'used_sz': 0, 'name': '0004fb00000900003cf41964f3476788'}, True)
    [2012-10-31 06:32:39 4987] INFO (storageplugin:108) storage_plugin_listFileSystems(oracle.generic.NFSPlugin.GenericNFSPlugin)
    [2012-10-31 06:32:39 4987] DEBUG (NFSPlugin:142) ENTER: listFileSysytems()
    [2012-10-31 06:32:39 4987] DEBUG (NFSPlugin:257) EXIT : listFileSysytems()
    [2012-10-31 06:32:39 4987] DEBUG (service:85) storage_plugin_listFileSystems: call completed.
    [2012-10-31 06:32:39 5005] DEBUG (service:77) discover_pool_filesystem: ()
    [2012-10-31 06:32:39 5005] DEBUG (service:85) discover_pool_filesystem: call completed.

    How did you get the template to where you staged it?
    I'd say the template is corrupt or you only have a partial template.
    I did notice the call to the template is based on the short name of the host. Can you confirm the VM manager can access the http path via short name?

  • File Import Error - Adobe Media Encoder, help!

    I'm at a complete loss. AME worked very well for me for a long time and booting it up yesterday gave me a paralyzing error.
    Upon trying to import an MOV, MP4, and later a WMV, I received the following error:
    File Import Error
    The file C:\Users\tj\Desktop\New folder\SH_GS_PeekPlay_DEMO_720.mp4 could not be imported. Could not open source file. Please check that file exists with correct permissions.
    I've tried everything I can think of:
    1. Moved the file off the server and onto my desktop.
    2. Double checked file permissions (all of which I have)
    3. Uninstalled AE and Premiere to try to get rid of Media Encoder.
    4. Searched for a way to uninstall AME so I could put a fresh install (can't find how to do this)
    5. Manually updated AME
    6. Reboot (multiple times between these steps)
    7. Contact customer support - no help thus far.
    I'm running Windows 7 64bit with Adobe CC and AME 7.0.1.58

    Tried that as well.
    To rule everything out, I had the files placed:
    1. On company internal server
    2. External Harddrive connected through Firewire
    3. Internal Hard Drive (with OS)
    4. Internal secondary Hard Drive (data only)
    5. On Desktop (technically 1st internal drive)
    I have since fixed this by uninstalling every single Adobe application (including Flash and Air) and redownloading and installing each.

  • Getting import error in jsp in creating war project of masthead for portal 7.31

    Hi,
    I am getting error in customize masthead war project in jsp for import statement.
    <%@ page import="com.sapportals.htmlb.*"%>
    <%@ page import="com.sapportals.htmlb.hovermenu.*"%>
    <%@ page import="com.sap.security.api.UMFactory"%>
    <%@ page import="com.sapportals.portal.prt.service.license.ILicenseService"%>
    <%@ taglib uri="prt:taglib:tlhtmlb" prefix="hbj"%>
    I have asked basis team for jar relative to these but they have not found in system.
    We are using portal 7.31 version.
    Kindly help me to remove this error from jsp.
    Thanks in advance.

    Hi Hemendra,
    At first i have done this and after that even i was facing error that's why i created this thread.
    Kindly check my first post for error.
    Getting import error in jsp in creating war project of masthead for portal 7.31
    This question is Not Answered.(Mark as assumed answered)
    Swati Joshi  Apr 29, 2015 12:34 PM  
    Hi,
    I am getting error in customize masthead war project in jsp for import statement.
    <%@ page import="com.sapportals.htmlb.*"%>
    <%@ page import="com.sapportals.htmlb.hovermenu.*"%>
    <%@ page import="com.sap.security.api.UMFactory"%>
    <%@ page import="com.sapportals.portal.prt.service.license.ILicenseService"%>
    <%@ taglib uri="prt:taglib:tlhtmlb" prefix="hbj"%>
    I have asked basis team for jar relative to these but they have not found in system.
    We are using portal 7.31 version.
    Kindly help me to remove this error from jsp.
    Thanks in advance.

  • Error faced during installation of EHP3 on ECC 6.0 (Test Import Error) ?

    Hi
    i am facing an error while installing EHP3 on ECC 6.0
    my current level :
    SAP_ABA 700 0017
    SAP_BASIS 700 0017
    SAP_BW 700 0019
    SAP_AP 700 0013
    all other SAP_APPL , ERECRUIT are on 600 level more then 11
    I downloaded the ENH3 FOR ERP6.0 content from market place
    I loaded them with SAINT and continued , i removed all other warnings of support package in SAINT by taking appropriate support packages .
    Problem: I am getting Test Import errors
    1)For EAAPL(60301) ---> error code 08
    Function API_RE_CD_GET_CASHFLOW_CN (RECD_API_CONDITION 01) does not fit into the existing function group ((RECD_BAPI_CONDITION 21
    2)FOR FI-CA(60301) --->error code 08
    Function FKK_DB_LOCK_SINGLE (FKKLOCK_DB 04) does not fit into the existing function group ((FKLOCK 11
    3)For ISM (60301) -
    > error code 08
    Function ISM_SD_RETURN_RELEASE (JKSDRETURN03 01) does not fit into the existing function group ((JKSDRETURN100 01

    Hi
    Yes i have checked the previous SPS levels of these components its 13 and i used  603 SP level 02 of these components for installation as per told by you while defining a installation queue as well as support package selection in SAINT but still am getting the error. In SAINT i even got in remarks filed a message that "extended queue is consistent and matchesthe selected target packages". I am getting  "TEST IMPORT ERROR ...."
    I am getting return code 08 for components listed below in TEST IMPORT phase :-
    1) EA-APL (603 SP level 01)
    2) FI-CA     (603 SP level 01)
    3) ISM        (603 SP level 01)
    4) EA-DFPS (603 SP level 01 & 02)
    Please help me out and suggest something.

  • Word to Pages "Import Error"

    I have a load of files created by drag and drop editing of pdf files into Word tables. I want to use pages to edit these ... it should be easier with services. Most of the files open fine, but a few give me an Import Error. Any ideas? There are no obbvious differences between the accepted files and the rejected files. I mightjust gie up with Pages, leaving it for the Mrs to play with ... Keynote seems nice though!
    (Sorry is this has been asked and sorted, but search is off-line and I couldn't find it in the messages when I browsed)

    Julian,
    Pages simply won't support a table with that many rows. If you need that many, you must use another application.
    Perhaps the originator could use a tabbed list rather than a table. That's the only way you will be able to contain a list that long in Pages. You can do the conversion yourself if you open the Word document in LibreOffice, Copy the Table, Paste the Table into Numbers, Export the Numbers doc to CSV, and import to Pages. In Pages Find and Replace the Commas with Tabs.
    There are probably other ways, but that's what comes to mind here.
    Jerry

  • Excel Import Error

    I am getting this message:
    Import error
    This document was created with an unsupported version of Excel. Only documents created with Excel '97 or later can be opened.
    I have searched and haven't found a solution.
    This file was created in Open Office and has been edited in Excel 08(mac). Clearly not an old version of Excel. I have opened it in Open Office and re-saved, but Numbers still won't open it.
    Weird.
    Kirk

    Found the answer. Both Excel and Open Office were saving the file back to version 5.0.
    After forcing a resave and specifying a newer file type, it opened in Numbers.

  • Why do I get "Import Errors"?

    I just shot 16 clips with my Canon HD camcorder (AVCHD). I put the memory card in my desktop computer (Windows7) after I had PrE11 running. Then I clicked Video Editor/New Project/Videos from Flip cameras, AVCHD cameras.
    I saw all my clips and I clicked on some in the Preview window. They played OK. But when I clicked on Get Media I got this message: Import Errors/ Error Message/File already exits at C:\Users\Tommy\Videos\
    What's happening? I didn't change the Presets: File Name, and Name:Untitled.
    Can someone tell me what to do to get my new clips into the Timeline.
    By the way, the clips I just took were the only ones on the memory card.

    Tommyvincent
    This is my take on your situation based on what I understood from your description:
    However you did it (maybe hitting some buttons more than once or other) your videos got imported and saved to C:\Users\Tommy\Videos\. Did you look to see if they were there? If not, please take a look in that area to confirm or refute.
    If they are in my video already as I suspect, then you have at least two choices
    a. Import them into Premiere Elements  11 with the program's Add Media to get them into Project Assets (correct project preset)
    or
    b. delete them from C:\Users\Tommy\Videos\ and then repeat the import using Add Media/ and the Video Importer route that you wanted to use.
    Please review and let us know the outcome.
    Thanks.
    ATR

  • 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 error moving from iPad to iPhoto

    Somewhat puzzled by the inability to import photos from my iPad to iPhoto.
    Here's what happened:
    1. Used camera connector to transfer high-def JPG format files from a Nikon D50 onto the iPad (no problem, and the *iPad displays the pictures* perfectly).
    2. Attach iPad to Mac and start iPhoto.
    3. iPad is shown as attached and import window is displayed, correctly showing 176 photos to be imported but *no images are displayed*, only the dotted outline boxes.
    4. Attempt 'Import All...' and an *import error is shown listing all 176 JPG files* as not imported.
    5. Start Image Capture utility and attempt 'Import All', same error is reported.
    6. Attempt selecting just one photo and importing just selected item (fails in both iPhoto and Image Capture with the same import error).
    It looks like the iPad can read the JPG files but for some reason the Mac cannot.
    Setup details:
    iPhoto '08 v7.1.5
    Macbook Pro running OS X 10.6.2
    iPad running iOS v3.2
    Image Capture v6.0.1
    Any ideas?
    Regards,
    Mark

    Updated to OS X 10.6.4 and everything seems to work correctly.
    Message was edited by: mbools

Maybe you are looking for

  • FiOS TV: First Impressions of a New Customer

    I’ve been a DirecTV customer for about 10 years. D* has been my primary provider except for 2 years when Dish Network was. I had switched to E* because D* had something like 12 HD channels while E* had the VOOM Network channels. I dropped E* like a h

  • HT2523 How do I get my mac to open in pages instead of text edit?

    How do I get my Macbook Pro to open microsoft dox in pages instead of text edit?

  • HT1657 an unknown error occurred -50

    i paid for a rental movie. i was able to watch the movie until about 60 minutes in. I keep getting the error "There was a problem downloading....movie name...an unknown error occurred - 50. please try again later. i keep trying but it's not working.

  • Material document print out

    Dear all, while taking printout of GR/GI or mat doc i am giving the output type and doc no but its not coming. but if i go to mb02 and set output type there then it will come but i want this to be default. so pl guide Regards, Dipak

  • Cannot find jar

    Hi together, I got an application running on cf. Works fine, but on another server it causes problems because it can't find a jar file which is definitely in lib directory checked class path, but seems to be rigth. I can't find the problem why the ot