ODS Transfer Part V

Hi
Now we have a new error message in the ODS transfer log. Any idea how to resolve it?
Wed Oct 13 13:28:12 EEST 2010 ODSTimeBasedExpansion: Started
Wed Oct 13 13:38:28 EEST 2010 ODSTimeBasedExpansion: Exception Occurred.
java.lang.OutOfMemoryError: Java heap space
     at com.ibm.icu.util.ULocale.canonicalize(ULocale.java:2025)
     at com.ibm.icu.util.ULocale.createCanonical(ULocale.java:851)
     at com.visiprise.globalization.impl.IcuServiceHelper.getSupportedLocales(IcuServiceHelper.java:956)
     at com.visiprise.globalization.impl.IcuServiceHelper.resolveUserLocaleContext(IcuServiceHelper.java:1149)
     at com.visiprise.globalization.impl.IcuServiceHelper.getUnicodeLocale(IcuServiceHelper.java:988)
     at com.visiprise.globalization.ResourceBundleGlobalizationService.getUnicodeLocale(ResourceBundleGlobalizationService.java:110)
     at com.visiprise.globalization.resources.LocalePreferencesSystemService.getFirstDayOfWeek(LocalePreferencesSystemService.java:185)
     at com.visiprise.globalization.impl.IcuServiceHelper.setFirstDayOfWeek(IcuServiceHelper.java:514)
     at com.visiprise.globalization.impl.IcuServiceHelper.getCalendar(IcuServiceHelper.java:497)
     at com.visiprise.globalization.impl.IcuDateGlobalizationService.getCalendar(IcuDateGlobalizationService.java:261)
     at com.visiprise.globalization.impl.IcuDateGlobalizationService.createDateTimeInstance(IcuDateGlobalizationService.java:590)
     at com.visiprise.globalization.impl.IcuDateGlobalizationService.createDateTime(IcuDateGlobalizationService.java:131)
     at com.sap.me.ods.database.ODSBaseDataSource.getData(ODSBaseDataSource.java:140)
     at com.sap.me.ods.database.ODSBaseDataSource.getData(ODSBaseDataSource.java:103)
     at com.sap.me.ods.database.ODSBaseDataSource.executeQuery(ODSBaseDataSource.java:64)
     at com.sap.me.ods.olap.ODSTimeBasedRollupProcess.ODSConvertTBToDiscrete(ODSTimeBasedRollupProcess.java:225)
     at com.sap.me.ods.olap.ODSTimeBasedRollupProcess.ODSConvertTBToDiscrete(ODSTimeBasedRollupProcess.java:149)
     at com.sap.me.ods.ODSTimeBasedExpansion.main(ODSTimeBasedExpansion.java:41)
Wed Oct 13 13:38:28 EEST 2010 ODSTimeBasedExpansion: Completed
Br,
Jennsen

Jennsen,
I would suggest monitoring the progress of COMP_TIME_LOG transactions by looking directly to ODS_EXTRACT_CONTROL_DATE table while the script is running. It might be a looping issue.
As to out of memory, even if you have set up relatively small size of chunks, there could be a day of huge load of data. So, you might need to play both with chunk size and memory settings as Alex suggested.
Regards,
Sergiy

Similar Messages

  • ODS Transfer Part II

    Hi
    We have a script:
    @echo off
    call AlarmCleanup.bat
      REM call Archive.bat
    call FailureHistoryExtract.bat
    call ODSGenealogyETL.bat 120
    call ODSNonConformanceETL.bat
    call ODSProductionETL.bat 120
    REM pause
    that we use to send data from WIP to ODS. Now the problem is that Failure history finished nicely (up to date) and now ODS Genealogy catched up to date but it does not get out of the cycle eg move to next script ODS Non Conformance. It is sending ODS Genealogy data each minute.
    How can I make the script move on?
    Br,
    Jennsen
    Edited by: Hannes Jennsen on Oct 7, 2010 9:00 AM

    This is the whole script. Should I log a ticket?
    @echo off
    title ODS Genealogy
    if not exist ClientEnvironment.bat goto noEnv
    call ClientEnvironment
    :loop1
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSSFCBOMExtract %*
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSSFCBOMExpansion %*
    rem uncomment the two lines below to keep running until extract_date_time is greater than current time - 1 hour
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" com.sap.me.ods.ODSCheckDate SFC_BOM
    if %ERRORLEVEL% EQU 1  goto loop1
    :loop2
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSResourceTimeLogExtract %*
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSResourceTimeLogExpansion %*
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSResourceTimeLogSummary %*
    rem uncomment the two lines below to keep running until extract_date_time is greater than current time - 1 hour
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" com.sap.me.ods.ODSCheckDate RESOURCE_TIME_LOG
    if %ERRORLEVEL% EQU 1  goto loop2
    :loop3
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSCompTimeLogExtract %*
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSCompTimeLogExpansion %*
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSTimeBasedExpansion %*
    rem uncomment the two lines below to keep running until extract_date_time is greater than current time - 1 hour
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" com.sap.me.ods.ODSCheckDate COMP_TIME_LOG
    if %ERRORLEVEL% EQU 1  goto loop3
    :loop4
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSBOMExtract %*
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" %JAVA_OPTIONS% com.sap.me.ods.ODSBOMExpansion %*
    rem uncommented the two lines below to keep running until extract_date_time is greater than current time - 1 hour
    "%JAVA_HOME%\bin\java.exe" -classpath "%CLIENT_CLASSPATH%" com.sap.me.ods.ODSCheckDate BOM
    if %ERRORLEVEL% EQU 1  goto loop4
    goto end
    :noEnv
    echo ERROR: Client Environment file "ClientEnvironment.bat" not found.
    :end
    REM pause

  • ODS Transfer Part III

    Hi
    Apart from haveing ODS Genealogy tranfer problem I have also problems with ODS Production ETL script. It ran for some time fien and from one point the log shows follwong error in loop:
    Thu Oct 07 16:41:37 EEST 2010 ODSProductionLogExtract: Started
    Thu Oct 07 16:41:38 EEST 2010 ODSProductionLogExtract: ODSProductionLogExtract already active!!
    Thu Oct 07 16:41:38 EEST 2010 ODSShopOrderExtract: Started
    Thu Oct 07 16:41:39 EEST 2010 ODSShopOrderExtract: Extract inserted 0 records into ODS_TEMP_SHOP_ORDER
    Thu Oct 07 16:41:39 EEST 2010 ODSShopOrderExtract: Completed
    Thu Oct 07 16:41:39 EEST 2010 ODSShopOrderExpansion: Started
    Thu Oct 07 16:41:40 EEST 2010 ODSShopOrderExpansion: ODSShopOrderExpansion already active!!
    Thu Oct 07 16:41:40 EEST 2010 ODSProductionLogExpansion: Started
    Thu Oct 07 16:41:40 EEST 2010 ODSProductionLogExpansion: ODSProductionLogExpansion already active!!
    Thu Oct 07 16:41:40 EEST 2010 ODSProductionLogSummary 1: Started
    Thu Oct 07 16:41:41 EEST 2010 ODSProductionLogSummary 1: ODSProductionLogSummary already active!!
    Thu Oct 07 16:41:41 EEST 2010 ODSProductionLogSummary 2: Started
    Thu Oct 07 16:41:42 EEST 2010 ODSProductionLogSummary 2: ODSProductionLogSummary already active!!
    Thu Oct 07 16:41:42 EEST 2010 ODSProductionLogSummary 3: Started
    Thu Oct 07 16:41:42 EEST 2010 ODSProductionLogSummary 3: ODSProductionLogSummary already active!!
    Thu Oct 07 16:41:43 EEST 2010 ODSProductionLogSummary 4: Started
    Thu Oct 07 16:41:43 EEST 2010 ODSProductionLogSummary 4: ODSProductionLogSummary already active!!
    Thu Oct 07 16:41:43 EEST 2010 ODSProductionLogSummary 5: Started
    Thu Oct 07 16:41:44 EEST 2010 ODSProductionLogSummary 5: ODSProductionLogSummary already active!!
    When I realized that the data was not moving anymore I stopped the script and tried to rerun it but I still get the same error now. Any ideas?
    Br
    Jennsen

    Hannes,
    Please check \Clients\scripts folder for *.lck files. If any, they have been left since the previous run of the script and are now blocking the execution. It couldbe the result of some interruption of ODS script or the same process is running in parallel indeed. If the script is running in parallel, you have to wait for its end. If you are sure that there is no current execution of the script, you can delete those LCK files and run the script again.
    BR,
    Sergiy

  • How can I transfer part of iPhoto files from my hard drive of iMac to free up  my hard drive which is 95% full

    My IMAC 24" Early 2008, with Hard Drive of 500 is running out of Memory, down to 25 MGHz. Since I have large collection of photographs in my IPhoto, with fair numbers in raw forms, I presume most of the memory is taken by them. I am unable to find weather that is the cause of low memory, and if it is so,  how can I transfer part of them into external hard drive to free up the space. Help into yhe matter will be appreciated. Thanks

    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    Now you have two full versions of the Library.
    3. On the Internal library, trash the Events you don't want there
    Now you have a full copy of the Library on the External and a smaller subset on the Internal
    Some Notes:
    As a general rule: when deleting photos do them in batches of about 100 at a time. iPhoto can baulk at trashing large numbers at one go.
    You can choose which Library to open: Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Choose Library'
    You can keep the Library on the external updated with new imports using iPhoto Library Manager

  • ODS transfer fails

    Hi
    I'm tring to get my timebased comps to ODS while transforming them to discreet. I ran into this error:
    (SITE,ASSEMBLY_SFC,ASSEMBLY,ASSEMBLY_REVISION,ASSY_ID,BOM,BOM_TYPE,BOM_REVISION,BOM_COMPONENT,BOM_COMPONENT_REVISION,SEQUENCE,COMPONENT,COMPONENT_REVISION,SHOP_ORDER,CUSTOMER,CUSTOMER_ORDER,OPERATION,OPERATION_REVISION,STEP_ID,RESRCE,ASSEMBLED_DATE_TIME,ASSEMBLED_PRODUCTION_SHIFT,ASSEMBLED_BY,QTY,BOM_QTY,REF_DES,ASSEMBLY_STATE,EXCESS,TESTPART,NON_BOM,TIME_BASED,INVENTORY_ID,VENDOR,VENDOR_LOT,VENDOR_DATE_CODE,CUSTOM_INVENTORY_ID,ODS_CREATED_DATE_TIME,ODS_MODIFIED_DATE_TIME) VALUES ('EEEL1' ,'EE101108000495' ,'6556' ,'CE' ,'0' ,'6556' ,'U' ,'CE' ,'STENCIL' ,'1' ,'777' ,'STENCIL' ,'1' ,'636509' ,NULL ,NULL ,'SPI' ,'1' ,'020' ,'365-001' ,'2010-11-09T00:42:51.000Z' ,'UNKNOWN' ,'ARGOS' ,'65536.000000000000000000000000000000000000' ,'65536.000000000000000000000000000000000000' ,NULL ,'A' ,'false' ,'false' ,'false' ,'true' ,'EE-ST100826-02' ,'KOENEN' ,'75333/2' ,'100826' ,'EE-ST100826-02' ,'2010-11-09T07:00:00.000Z' ,'2010-11-09T07:00:00.000Z'  )
    com.microsoft.sqlserver.jdbc.SQLServerException: Error converting data type nvarchar to decimal.
         at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:196)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1454)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:388)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:338)
         at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4026)
         at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1416)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:185)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:160)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(SQLServerPreparedStatement.java:306)
         at com.sap.me.ods.database.ODSBaseDataSource$StatementWrapper.executeUpdate(ODSBaseDataSource.java:1109)
         at com.sap.me.frame.jdbc.DynamicQuery.executeUpdate(DynamicQuery.java:857)
         at com.sap.me.frame.AbstractSqlImplementation.executeUpdate(AbstractSqlImplementation.java:64)
         at com.sap.me.frame.AbstractDataSource.executeUpdate(AbstractDataSource.java:299)
         at com.sap.me.ods.olap.ODSTimeBasedRollupProcess.ODSConvertTBToDiscrete(ODSTimeBasedRollupProcess.java:450)
         at com.sap.me.ods.olap.ODSTimeBasedRollupProcess.ODSConvertTBToDiscrete(ODSTimeBasedRollupProcess.java:149)
         at com.sap.me.ods.ODSTimeBasedExpansion.main(ODSTimeBasedExpansion.java:41)
    Sun Jul 03 23:00:01 EEST 2011 ODSTimeBasedExpansion: Exception Occurred.
    javax.ejb.EJBException: nested exception is: com.microsoft.sqlserver.jdbc.SQLServerException: Error converting data type nvarchar to decimal.
    com.microsoft.sqlserver.jdbc.SQLServerException: Error converting data type nvarchar to decimal.
         at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:196)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1454)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:388)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:338)
         at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4026)
         at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1416)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:185)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:160)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(SQLServerPreparedStatement.java:306)
         at com.sap.me.ods.database.ODSBaseDataSource$StatementWrapper.executeUpdate(ODSBaseDataSource.java:1109)
         at com.sap.me.frame.jdbc.DynamicQuery.executeUpdate(DynamicQuery.java:857)
         at com.sap.me.frame.AbstractSqlImplementation.executeUpdate(AbstractSqlImplementation.java:64)
         at com.sap.me.frame.AbstractDataSource.executeUpdate(AbstractDataSource.java:299)
         at com.sap.me.ods.olap.ODSTimeBasedRollupProcess.ODSConvertTBToDiscrete(ODSTimeBasedRollupProcess.java:450)
         at com.sap.me.ods.olap.ODSTimeBasedRollupProcess.ODSConvertTBToDiscrete(ODSTimeBasedRollupProcess.java:149)
         at com.sap.me.ods.ODSTimeBasedExpansion.main(ODSTimeBasedExpansion.java:41)
    javax.ejb.EJBException: nested exception is: com.microsoft.sqlserver.jdbc.SQLServerException: Error converting data type nvarchar to decimal.
         at com.sap.me.frame.AbstractDataSource.executeUpdate(AbstractDataSource.java:305)
         at com.sap.me.ods.olap.ODSTimeBasedRollupProcess.ODSConvertTBToDiscrete(ODSTimeBasedRollupProcess.java:450)
         at com.sap.me.ods.olap.ODSTimeBasedRollupProcess.ODSConvertTBToDiscrete(ODSTimeBasedRollupProcess.java:149)
         at com.sap.me.ods.ODSTimeBasedExpansion.main(ODSTimeBasedExpansion.java:41)
    Sun Jul 03 23:00:01 EEST 2011 ODSTimeBasedExpansion: Completed
    Any ideas? It seems that the data in DB is incorrect? How to fix it?
    Br,
    Jennsen

    As I see, it is ODSTimeBasedExpansion phase, so the system is trying to move data from
       ODS_COMP_TIME_LOG
       ODS_COMP_TIME_REF_DES
       ODS_COMP_TIME_ASSY_DATA
       ODS_RESOURCE_TIME_MEMBER
    to
       ODS_ASSEMBLY_HISTORY.
    In WIP, the origin of data for this script are:
    COMP_TIME_LOG
    COMP_TIME_REF_DES
    COMP_TIME_ASSY_DATA
    and BOM-related tables (BOM, BOM_*, SFC_BOM)
    Additionally, please check if the following tables are empty now:
    ODS_TEMP_COMP_TIME_LOG
    ODS_TEMP_COMP_TIME_REF_DES
    ODS_TEMP_COMP_TIME_ASSY_DATA
    If yes, that's correct. If not, that could be the root cause of the issue.
    Regards,
    Sergiy

  • How can I transfer only part of a playlist to iPod?

    This new iTunes is a nightmare.  Because the **** iPod touch is only 16GB, I want to transfer PART of several playlists to the iPod.  I do not want to delete songs from my Library permanently, I only want to have the same playlists on my iPod as I have in iTunes, but reduced versions of them because of the size limitation.  I also want to jkeep the same basic playlist structure as my overall library, but only a portion of each playlist will end up on the iPod.  In previous versions of iTunes, I could drag an entire palylist to the iPod, then I could go in and delete songs or albums from the iPod in order to fit other playlists.  This version will not let me do that.  Please help!

    What exactly is the nightmare part? Playlists are the same as they've always been.
    Perhaps one idea, after we find out exactly what the issue is that you are having, is to create Smart Playlists, and use those to Sync to your iPod.
    With a Smart Playlist, you set rules. You could create a Smart Playlist that looks at you first Playlist, but only includes songs that haven't been played for a while. So after a song has been played, it is removed from the Playlist and only put back again after x weeks, or x months, according to your preferences and the size of the Playlist.
    All that happens automatically, at Sync time. So after setting them up, you don't have to do anything except Sync the iPod every now and again, and possibly modify the rules if you find the list is still too large, or now not large enough.

  • Error  While  Deleting Data  From ODS

    Hi all,
    We are getting short dump while deleting data from a perticular ODS.
    Part of short dump is--
    trigger Location of Runtime Error
       Program                                 SAPLRSAC
       Include                                 LRSACU75
       Row                                     535
       Module type                             (FUNCTION)
       Module Name                             RSAR_TRANSTRUCTURE_ACTIVATE
    help is desperately required
    Regards
    Srini--

    try to activate InfoSource and later delete data.
    Check if all ODS related objects are consistent and active.
    also pls attached the whole dump for more clarity if this does not work.

  • How can I transfer photos from my macbook to my emac

    Hi, I used my Macbook while travelling and downloaded about 6000 photos. I am now home and wish to transfer part of these photos to my desk top eMac. How can i do this quickly?Thanks

    If your MacBook has Firewire, use Target Disk Mode on the eMac:
    http://docs.info.apple.com/article.html?artnum=58583
    Otherwise, you probably will be much better getting a hard drive that combines both USB and Firewire interfaces from http://www.macsales.com/ and put the photos on there.  If your eMac has USB 2, a Flash drive isn't that slow.  By the way, eMacs are not iMacs.  You posted to the eMac forum.  In the future when asking about eMac issues, please post to the link below:
    https://discussions.apple.com/community/desktop_computers/emac
    Once we are done with this discussion.

  • How to access basic cube data as part of update rule routine?

    Dear colleagues:
    I am developing a routine as part of the update rule to define a characteristic value to feed an infocube. However, I need to peek up a data that is available on another infoprovider, in this case a basic cube.
    So far, I have done that by peeking up data form ODS as part of the update routine, but this is the first time I need to peek up a data from a basic cube.
    <b>Does that works the same way as ODS?</b>
    Best regards
    Waldemar

    Hi Krzysztof Konitz:
    I have posted an inquire about getting that from the PSA. By mistake I have posted that once before your reply and another after that. Then I red you reply.
    However, you replay solved the problem.
    Best regards
    Waldemar

  • Log and transfer question

    OK I was wondering if when I import AVCHD from my hard drive if the original files would be damaged at or removed at all. I just had a slight issue, and was wondering if that would be a problem. Any advice is appreciated. Thanks!

    my apologies. I have a 750 gb. usb harddrive that I use for storage, and a Sony Handycam hdr-cx7. I thought that maybe I could drag all of the contents from my memory stick into a folder and import them as needed using log and transfer. What made me ask the question was basically what is the transfer part. I'm sorry if I'm wasting your time. Anyway, I did that with some test AVCHD video and it came out OK, but tonight when I went to import it again, because I didn't save my work (I was just messing around) it gave me a message that says, ""08:5:29" contains unsupported media or has an invalid directory structure. Please choose a folder whose directory structure matches supported media." This may be my procedure problem, but it is nice to have the storage option. Thanks again.
    Message was edited by: movie_man

  • IPhoto Library Transfer to Smaller Hard Drive

    Is it possible to only restore parts of an iPhoto library to a new Air from a Time Machine backup? I recently upgraded to a new Air that has a smaller hard drive size and can't handle all of my photos. Is there a way to transfer part of my photo library over with limited HD space?

    You would have to restore the library to an external drive, then open it in iPhoto and delete what you don't want. Nothing is actually deleted until you empty the Trash in iPhoto. When the library is small enough, copy it to the internal drive.

  • Use pages to transfer word doc to itunes

    I purchased the 'pages' app by apple under the impression that I would be able to transfer microsoft word documents to my ipad and edit it. However, I have not seen any option for that functionality. Can anyone help please?

    I don't have iTUnes 11.2 but I can't imagine that the file transfer part has changed. Have you looked with your device plugged in? That part, stuff specific to devices, only shows up if a device is attached and selected in the sidebar.
    Attach your device, click on the name of your device in the sidebar (may need to turn that on, it defaults to off, control B on a PC brings the sidebar back), then navigate to the apps tab that you see horizontally with all the other device specific tabs and scroll down.

  • How to transfer Iphoto library to ipad

    How can I transfer selected albums from my Macbook Pro to my ipad?  I had someone do this for me on my iphone and I have 2000 duplicates... I purchased the IPHoto Library Manager and have tried to put all the duplicates into a duplicate file.  Now I have two problems.  How to remove the flags I put on the duplicates in ILibrary Manager (i cannot get the flags off the originals) and how to avoid this problem transferring photos to my ipad.
    Help anyone?
    Tx

    Okay I figured the transfer part out but not how to remove the flags in IPhoto Library Manager which I got to remove the 2000 duplicate photos on my iphone.  Anyone know how to do that?  Thanks

  • New computer, want to transfer music.

    I recently got a new computer, and my itunes music, movies, app,etc. were on the old one. We want to get rid of the old computer. Is there anyway i can transfer my music to the new computer, or do i have to repurchase it all again?

    Hello and Welcome to Apple Discussions. 
    Have a read of this article:
    http://support.apple.com/kb/HT1329
    You can't use the iPod touch as it doesn't have a disk mode but you can use either recordable discs, an external hard drive or a network connection in place of the iPod transfer part.
    Do let us know how you get on.
    mrtotes

  • SQL Trace for ODS Scripts

    Hi,
    How can I turn on SQL Tracing for ODS Transfer scripts?
    Best regards,
    Johan

    Hi Johan,
    If SAP Note 1289112 is not the case, please clarify what "ODS Transfer" means.
    Regards,
    Sergiy

Maybe you are looking for

  • Unable to access help for e-business suite

    Hi , We are on R12.0.4. We are getting this error while accessing help . "Help target US/AP/@APXSSFSO_FINANCIALS_SYSTEM_PARAMETER could not be found." Any help will be appreciated. Best regards, brinda

  • Sony RAW files

    Just got a new Sony NEX 20 camcorder which records still photos as Raw files in the .awr format. Can't seem to open in Photoshop CS5, even with Camera Raw 6.5 plug-in installed.  Any ideas?

  • How to create an area menu?

    Hi all, I am at se41 (menu painter)...what are the next steps to create an area menu? Thanks, Charles.

  • HOWTO cold backup for Apps 11i?

    Can anyone please provide me any documentation or tips on how to do a coldbackup on Apps 11i DB 9.2.0. Chase

  • Critical Help Required, Urgently... :(

    I've forgotten my password I used to encrypt my backup. Is there a way I can backup all my contacts and important voice memo's separately - so that when i restore my phone I can bring them back in? Please help. Cheers