Incremental Recon is not working

I have customized the Oracle 11i RA. When I am doing full recon it is linking the accounts successfully but when I am doing incremental recon it is failing.
Does anyone have any idea what could be the possible reason for the same.

Hi,
you only have to start incremental update - no reindex or some other configuration issues.
Perhaps some questions with respect to your problem:
- When you attached the web repository as a data source, did indexing work?
- Could you check in the crawler monitor, if the last crawler run for this data source was an incremental run or not and if errors were reported?
Regards,
Achim

Similar Messages

  • Restore Tablespace incremental backup is not work as after reimage oracle

    TheTablespace incremental backup Restore is not work as after reimage the oracle database or restore tablespace in standby machine(another machine) is not working .its working in the same machine without reimage .after reimage not working please clarify me ,
    I need the solution as soon as please reply as soon as .
    Commnads used:
    This is the step is followed but i am getting backup or control file not found error.Its works i the application server is not reimaged ;
    please give your valuable suggestion .
    Product Used:oracle 11g in linux environmnet
    1)Before taking backup get SCN number for restore.
    Command applied: Select current_scn from v$database;
    2)running Full backup of database
    Command applied:
    configure controlfile autobackup on;
    backup database plus archivelog;
    CROSSCHECK BACKUP;
    exit;
    3)Running level 0 incremental backup
    Before taking backup get SCN number for restore.
    Command applied:
    BACKUP AS COMPRESSED BACKUPSET INCREMENTAL LEVEL 0 TAG ='WEEKLY' TABLESPACE TEST;
    exit;
    3) Running level 1 incremental backup
    Before taking backup get SCN number for restore.
    Command applied:
    BACKUP AS COMPRESSED BACKUPSET INCREMENTAL LEVEL 1 TAG ='DAILY' TABLESPACE TEST;
    4)Before Restore(TSPITR) following procedure are applied under sysdba privilege
    Command applied:
    SQL 'exec dbms_backup_restore.manageauxinstance ('TSPITR',1)';
    5)TSPITR Restore command
    Command applied:
    run
    RECOVER TABLESPACE TEST UNTIL SCN 1791053 AUXILIARY DESTINATION '/opt/oracle/base/flash_recovery_area';
    SQL 'ALTER TABLESPACE TEST ONLINE';
    please calrfiy my following question:
    1. After reimage(reinstall oracle database with application ).The aboove scenario is not working
    2. After fullbackup what are the files needs to copy from (opt/oraclle/base/flash_recovery_area/dbname/) to repository because daily cleanup script will keep the data as sysdate -1 .
    For fullbacckup we are currently copying entire (flash_recovery_area/dbname) database folder to repoistory.
    3. after incremental backup what are the files needs to copy from (opt/oraclle/base/flash_recovery_area/dbname/..) to repository because daily cleanup script will keep the data as sysdate -1
    For incremenatl backup currently we are copying (flash_recovery_area/dbname/backupset/<currentdate> and flash_recovery_area/dbname/autobackup/<currentdate>) folder to repoistory.
    4.During restore we are copy entire things from repository to flash_recovery_area finaly apply the above mentioned restore command.
    Tabelspace incremenatl restore is possible after reimage application server(fresh database)/another server with same database(standby machine) ....?
    If we missing something in backup side please clarify me how to retore the tablespace incremental / level 0 tablespacae after reinstallion of server/another standby server.
    Any information please let me know .I need the solution as soon as please reply as soon as .

    Try the Recovery Manager (RMAN) instead. This forum is for feedback about the 11g XE Beta.

  • Increment of + 1 not working properly for KUNNR

    Hi Guys,
    I might be asking a very basic question,but tried several ways not found a solution.
    Lets say I have a Customer No KUNNR with value '0000000111'.
    I am doing a increment for this KUNNR like + 1.
    When I am adding +1 to KUNNR with value '0000000111' , the result is becoming '112'.
    But I want the result as '0000000112'.
    How to achieve this.
    I used counter type as kunnr.
    Assigned this Counter to '0000000001'.
    But still not working.Could any one plz suggest.
    Waiting for your reply.

    Haven't heard or came across any requirement where you add something to KUNNR.
    If you are populating a new KUNNR, use number ranges.
    But just for your info, if you want to increment, you need to apply conversion exit 'CONVEXITALPHAINPUT/OUTPUT routines and store in KUNNR variable.
    BTW appreciate if you can highlight your requirement of adding 1 to KUNNR.
    Regards,
    Santosh

  • Soundblaster Recon 3D Not working with MAC OS X 10.10

    Hello!
    I have the Soundblaster Recon 3D which stop working after upgrading from OS X Maverics to OS X Yosemite. Well, I just noticed the new software release and installed the new software and applications package recently updated on November 7th 2014 and the sound card is still unusable. The release I installed is the "SBR3_L13_1_03_50_MAC_OSX_10_10.dmg.zip"
    Does somebody have the same problem?
    Thanks!

    Thank you! Actually I found a work around. I "upgraded" the original firmware "SBR3_MAC_Firmware_EA_13_07_01.dmg.zip" since it seems that the Soundblaster was working on MAC OS X Maverics with the "original" firmware version of the Recon 3D Card.
    In order to do this, the Soundblaster Application must be closed. Even if the notification for the firmware says "firmware not completed successfully", you just need to unplug the USB cable, reconnect, open the application and the sound card will be back operational again!

  • Validation Event Handler Not working with Flat File GTC Trusted Recon

    We are created Event Handler for checking special characters in Telephone field.Its working fine when the user is created through Admin Console.but the event handler is not triggering while doing GTC Flat File Trusted recon.
    Version: OIM 11.1.1.5.0
    Can someone please help me out with this.
    Thanks
    Edited by: 790561 on 17-Feb-2013 09:01
    Edited by: 790561 on Feb 17, 2013 9:35 PM
    Edited by: 790561 on Feb 18, 2013 12:38 AM

    Validation Event handlers will not work with your trusted recon. You can use the GTC Validation provider, it is nothing but the plugins which you can insert with in your source field in GTC. I think you can easily get the steps for how to create a custom GTC Providers.
    Edited by: iam37 on Feb 16, 2013 4:09 PM

  • Validation Event Handler Not working with GTC Recon???

    We have implemented a Validation Event Handler on user entity.
    In the code we have implemented both the execute methods i.e. Orchestration andf Bulk Orchestration. We have created a UDF for Manager field and our validation handler checks whether the user in Manager UDF field is an Active user in OIM or not. In case the user is not an Active user, code will throw a Validation Failed Exception.
    At the time of changing the Manager UDF value from the Console directly Validation Event Handler is getting triggered but with GTC Recon Validation Handler is not Working.
    Previously i faced the same issue with the post process event handler but the problem get resoved when i implemented execute method with Bulk Orchestration. As per my understanding Bulk Orchestration exceute method gets called with GTC Recon and execute method with Orchestration gets called when changing the attribute value directly from the console.
    In case of Validation Event Handler i have implemented both but still validation Event handler is not working with GTC.
    Thanks in Advance....

    Any Help????

  • "AD USER TARGER RECON" retry is not working

    Hey,
    I have only 2 connector in my env. Both scheduled to run every 5 min. I am creating the new user in portal UI which also creates user's AD account, which means user gets his AD account created before he get created in OIM. My connectors are scheduled as below.
    1) CREATE USER GTC (runs: 05:20, 05:25. 05:30.... so on)
    2) AD USER TARGER RECON. (runs: 05:22, 05:27: 05: 32.... so on)
    My issue is "AD User Targer Recon" is not retry is not working. Means it picks the user first time and trying to link up with OIM. But linking is not happening (NO MATCH FOUND) because user didnt get created in OIM yet. CREATE USER GTC runs and create the user after AD some times. But "AD User Targer Recon" is not trying to link the user when it run next time!!!
    Steps:
    *1) Time 5:20 ==> CREATE USER GTC ran and no new user.*
    *2) Time 5:21 ==>Portal creates new user XXX & user created in AD.*
    *3) Time 5:22 ==>AD USER TARGER RECON ran and picked up user XXX, but NO MATCH FOUND.*
    *4) Time 5:25 ==> CREATE USER GTC ran found new user XXX in potral and reconed in OIM.*
    *5) Time 5:27 ==>AD USER TARGER RECON ran and didnt picked up any one (since it already processed XXX once and not trying any more)*
    How to fix this issue. I would like AD USER TARGER RECON should retry the user if they didnt link with OIM while last ran. I have tried setting retry count in process definition and also in task scheduler, but no luck. Any idea please.
    Thanks
    kln

    Hey Sunny,
    Yes, I did tested both of these ideas already and works.
    1) Modify the user attribute in AD is always works. AD recon used to pick up the modified user and link with OIM (if user dont have AD account linked) .
    2) I clear the ADCS Timestamp in "AD User Target Recon" task scheduler and it picks up all the user and linked with OIM.
    My case, User created in Portal & AD at 9:01 AM, AD picked up the user @ 9:02AM and OIM Crate GTC recon @ 9:03AM. So I need the same user should picked up by AD while it's next run which is @ 9:07AM. Since the taskes are already scheduled, I cant clear the timestamp or the update the field every minute.
    As you said I may need another schedule task which should push back the ADCS Timestamp 5 min every time. Any idea how to do that? Is there any easy way to push back the ADCS Timestamp? Or any other setting in AD which allows to pick all the users who got created/updated in given intervel of time.
    Thanks
    kln

  • Incremental Backups Not Working - DPM 2012 R2

    Hi
    Having a strange issue where incremental backups in some situations are not working, however the daily full backup is succeeding.
    This doesn't seem to be a SQL instance issue, in that within the same protection group, on the same sql instance, the incremental backups are working on other databases.
    All of the databases are set to full recovery model, and I'm not seeing any failed jobs (although when I check the jobs, the only scheduled job is the full backup, none for the incremental backups are listed (which isn't the case for the databases that are
    incrementally backing up).
    What am I doing wrong?

    Hi,
    I recommend the following to start troubleshooting for one of the problem databases that incremental backups seem to not take place on. Carry out the below.
    From DPM console select the protection tab navigate to one of the problem SQL DBs.
    Select Recovery Point from the top ribbon.
    Within the Create recovery point Window if you identify that the second radio button (figure 1 is greyed out) DPM thinks the SQL DB in question is in a recovery model of simple.
    Ensure the SQLDBs in question are set to a recovery model of Full or Bulk-logged.
    Select the protection tab navigate to Protection Group with the problem SQLDB select Modify Protection Group. From the select group member’s page select the Server in question and then select Refresh button step through the rest of the wizard and select
    update group at the end.
    Note if you do not see the refresh button just walk thought the rest of the modify protection group wizard and select update group at the end.
    Figure 1:
    Figure 2:
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually
    answer your question. This can be beneficial to other community members reading the thread. Regards, Dwayne Jackson II. [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights

  • Issue with Incremental Recon?

    We're facing an issue with incremental recons. If a full recon is run on a resource and an entry exists on the resource but NOT in IdM, the entry is put in the account index with a situation of UNMATCHED.....so far so good....
    But if an IdM user is created for that entry, and incremental recon is run the incremental does not link up the resource account to the IdM user. It seems that the incremental doesn't handle the situation change of UNMATCHED to CONFIRMED?....Not sure if this is a bug (could've sworn that this used to work in a previous version of IdM) or if it's the intended functionality, and the full recon only is designed to handle this particular situation change....Thanks in advance for any insight!

    No link. Because the account index already has this resource account flagged as UNMATCHED the incremental reconciliation ignores it.
    You can manually assign the resource to the user account or perform a full reconciliation to resolve this UNMATCHED to CONFIRMED. This doesn't help in the case when there are a large number of UNMATCHED accounts or a full reconciliation takes a long time.

  • My New Tab Page does not work at all. I just have the empty squares with nothing in them at all?

    My New Tab Page does not work at all. I just have the empty squares with nothing in them at all?
    I know how to use about:config & have had the usual problems with newtab page tiles but this is more like a bug- using 33.0.1. Doesn't show tiles icon in top right corner just shows a gear that is used to hide the empty tiles that I can't fill with sites. First it would only show 2 rows of 4 columns even though I had it set to 5 & 6 then few days later for no reason they went empty with a serrated line around the tiles & can't drag from the bookmarks---- really bloody annoying!!!!!!! Possibly a setting in the about:config but i can't fig it out?

    Reset Firefox to its default state
    If you're having major problems which you can't resolve, start fresh with only your essential information.
    Troubleshooting Information
    This page contains technical information that might be useful when you're trying to solve a problem. If you are looking for answers to common questions about Firefox, check out our support website.
    Application Basics
    Name Firefox
    Version 33.0.1
    Update History
    User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
    Profile Folder
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Multiprocess Windows 0/1
    Crash Reports for the Last 3 Days
    Report ID Submitted
    All Crash Reports
    Extensions
    Name Version Enabled ID
    Adblock Plus 2.6.5 true {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Adblock Plus Pop-up Addon 0.9.2 true [email protected]
    Skype Click to Call 7.3.16540.9015 true {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
    Trend Micro BEP Firefox Extension 8.0.0.1173 true [email protected]
    Trend Micro NSC Firefox Extension 6.8.0.1120 true {22C7F6C6-8D67-4534-92B5-529A0EC09405}
    Trend Micro Toolbar 7.0.0.1243 true {22181a4d-af90-4ca3-a569-faed9118d6bc}
    Graphics
    Adapter Description Intel(R) HD Graphics
    Adapter Drivers igdumd64 igd10umd64 igdumdx32 igd10umd32
    Adapter RAM Unknown
    Device ID 0x0046
    Direct2D Enabled true
    DirectWrite Enabled true (6.2.9200.16571)
    Driver Date 1-30-2013
    Driver Version 8.15.10.2993
    GPU #2 Active false
    GPU Accelerated Windows 1/1 Direct3D 11 (OMTC)
    Vendor ID 0x8086
    WebGL Renderer Google Inc. -- ANGLE (Intel(R) HD Graphics Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote true
    AzureCanvasBackend direct2d
    AzureContentBackend direct2d
    AzureFallbackCanvasBackend cairo
    AzureSkiaAccelerated 0
    Important Modified Preferences
    Name Value accessibility.blockautorefresh true
    accessibility.typeaheadfind.flashBar 0
    browser.cache.disk.capacity 358400
    browser.cache.disk.smart_size_cached_value 358400
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.cache.frecency_experiment 1
    browser.places.smartBookmarksVersion 7
    browser.sessionstore.upgradeBackup.latestBuildID 20141023194920
    browser.startup.homepage www.google.com
    browser.startup.homepage_override.buildID 20141023194920
    browser.startup.homepage_override.mstone 33.0.1
    browser.tabs.loadInBackground false
    dom.mozApps.used true
    extensions.lastAppVersion 33.0.1
    font.internaluseonly.changed true
    gfx.direct3d.last_used_feature_level_idx 1
    keyword.URL http://www.bing.com/search?FORM=UP97DF&PC=UP97&q=
    media.gmp-gmpopenh264.lastUpdate 1413750166
    media.gmp-gmpopenh264.version 1.1
    media.gmp-manager.lastCheck 1414375733
    network.cookie.prefsMigrated true
    places.database.lastMaintenance 1414404204
    places.history.expiration.transient_current_max_pages 102059
    plugin.disable_full_page_plugin_for_types application/pdf
    plugin.importedState true
    plugin.state.npmedia 0
    plugin.state.nptimegrid 1
    print.printer_Canon_MG2100_series_Printer.print_bgcolor false
    print.printer_Canon_MG2100_series_Printer.print_bgimages false
    print.printer_Canon_MG2100_series_Printer.print_colorspace
    print.printer_Canon_MG2100_series_Printer.print_command
    print.printer_Canon_MG2100_series_Printer.print_downloadfonts false
    print.printer_Canon_MG2100_series_Printer.print_duplex 3997817
    print.printer_Canon_MG2100_series_Printer.print_edge_bottom 0
    print.printer_Canon_MG2100_series_Printer.print_edge_left 0
    print.printer_Canon_MG2100_series_Printer.print_edge_right 0
    print.printer_Canon_MG2100_series_Printer.print_edge_top 0
    print.printer_Canon_MG2100_series_Printer.print_evenpages true
    print.printer_Canon_MG2100_series_Printer.print_footercenter
    print.printer_Canon_MG2100_series_Printer.print_footerleft &PT
    print.printer_Canon_MG2100_series_Printer.print_footerright &D
    print.printer_Canon_MG2100_series_Printer.print_headercenter
    print.printer_Canon_MG2100_series_Printer.print_headerleft &T
    print.printer_Canon_MG2100_series_Printer.print_headerright &U
    print.printer_Canon_MG2100_series_Printer.print_in_color true
    print.printer_Canon_MG2100_series_Printer.print_margin_bottom 0.5
    print.printer_Canon_MG2100_series_Printer.print_margin_left 0.5
    print.printer_Canon_MG2100_series_Printer.print_margin_right 0.5
    print.printer_Canon_MG2100_series_Printer.print_margin_top 0.5
    print.printer_Canon_MG2100_series_Printer.print_oddpages true
    print.printer_Canon_MG2100_series_Printer.print_orientation 0
    print.printer_Canon_MG2100_series_Printer.print_page_delay 50
    print.printer_Canon_MG2100_series_Printer.print_paper_data 1
    print.printer_Canon_MG2100_series_Printer.print_paper_height 11.00
    print.printer_Canon_MG2100_series_Printer.print_paper_name
    print.printer_Canon_MG2100_series_Printer.print_paper_size_type 0
    print.printer_Canon_MG2100_series_Printer.print_paper_size_unit 0
    print.printer_Canon_MG2100_series_Printer.print_paper_width 8.50
    print.printer_Canon_MG2100_series_Printer.print_plex_name
    print.printer_Canon_MG2100_series_Printer.print_resolution 7602290
    print.printer_Canon_MG2100_series_Printer.print_resolution_name
    print.printer_Canon_MG2100_series_Printer.print_reversed false
    print.printer_Canon_MG2100_series_Printer.print_scaling 1.00
    print.printer_Canon_MG2100_series_Printer.print_shrink_to_fit true
    print.printer_Canon_MG2100_series_Printer.print_to_file false
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_bottom 0
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_left 0
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_right 0
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_top 0
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 2
    storage.vacuum.last.index 1
    storage.vacuum.last.places.sqlite 1412311800
    Important Locked Preferences
    Name Value
    JavaScript
    Incremental GC true
    Accessibility
    Activated false
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.7 4.10.7
    NSS 3.17.1 Basic ECC 3.17.1 Basic ECC
    NSSSMIME 3.17.1 Basic ECC 3.17.1 Basic ECC
    NSSSSL 3.17.1 Basic ECC 3.17.1 Basic ECC
    NSSUTIL 3.17.1 3.17.1
    Experimental Features
    Name ID Description Active End Date Homepage

  • TS2756 hotspot is not working on myiPad 3, hotspot tap is cellural data always appear that it is searching, and never stop. Vodafone and tradeline told me that there is no problem with carrier and Sw. Tethering data is never kept.

    Hotspot appear always to search and never stop
    internet is not working without internet APN data
    Tethering APN  never save the data
    Vodafone carrier checked and mentioned that the no problem with the SIM
    Tradeline checked and the IOS was latest 6.1, but asked to reinstall from scratch
    Please advice

    I have this _same_ issue, exactly.  Initial backup goes just fine, but incremental backups fail.  And like you, I replaced the internal drive.
    The failures didn't start occuring long after the original drive was replaced--which was about 1 year ago.  The new drive was non-Apple and worked fine--and tests fine now as well when outside the TC.  But suddenly incremental backups started failing when the TC firmware and utility app were updated about 2-3 months ago.  I even swapped the internal non-Apple drive for another known-working non-Apple drive, and same results.
    I strongly suspect Apple added something to the firmware to check if it's an Apple or non-Apple drive in the TC and, if the latter, maybe causes incremental backups to fail.  This is only speculation and, obviously, the initial backup still works, so any checksum like this would have to be only during the incremental backup process.
    I'll be checking into this thred to see if others have the same issue, or if a solution is found.  Hopefully my hypothesis is just para-apple-noia and it's some small, easy-to-fix issue.
    -Gizm0d0

  • Use of Incremental Recon Attribute in SearchReconTask

    I am attempting to implement Incremental Recon for a custom connector. I am using the oracle.iam.connectors.icfcommon.recon.SearchReconTask and wish to implement an Incremental Recon using the Incremental Recon Attribute. I have added that and Latest Token in the XML when I create my custom Scheduled Task with my custom attributes.
    The JavaDoc for this class states:
    The following task parameters are supported:
    Filter - Filter to be used in SearchApiOp call
    Incremental Recon Date Attribute, Incremental Recon Attribute - if the connector supports some attribute which is a good candidate for usage by incremental reconciliation, the attribute name can be specified by one of these parameters, if specified then the SearchApiOp will be executed with Filter containing GreaterThen(${IncrementalReconAttribute}, ${LatestToken}), the difference between these two paramters is that if Incremental Recon Date Attribute is specified, then Latest Token will be formatted as String
    Latest Token - If Incremental Recon Date Attribute or Incremental Recon Attribute it will be holding the latest value of the attribute which is specified as incremental
    When I define the connector I include the org.identityconnectors.framework.spi.operations.SearchOp interface and the executeQuery as follows:
    public void executeQuery(ObjectClass oclass, Object filter,
    ResultsHandler resultsHandler,
    OperationOptions operationOptions) {
    When I execute, the filter is always null. I have attempted this with valid values for Latest Token. I am not seeing either the Incremental Recon Attribute or the Latest Token in the OperationOptions list. Nothing is coming through in the Filter value either.
    When I look at the FlatFileConnector.java class in the example, I am seeing an attempt to get a value of LatestToken (no space) which I assume is an error?? Was this tested?
    Can anyone provide a real concrete example of using the SearchReconTask with Incremental Recon and explain the process flow?

    You will have to implement FilterTranslator as well. If you look at SearchOp at http://docs.oracle.com/cd/E21764_01/apirefs.1111/e24834/toc.htm you will see 2 methods to be implemented. One createFilterTranslator and second executeQuery.
    You will have to implement FilterTranslator. ICF provides [AbstractFilterTranslator for you to use. Just extend this class and provide implementation for createGreaterThanExpression and createGreaterThanOrEqualExpression APIs.
    These methods will be called for filter object. See  GreaterThanFilter for more information.
    Your implementation should take the attribute and construct a query in string format which your target can understand and return it. This query will sent to your executeQuery API. Without these only null will be sent.
    Edited by: 855254 on Apr 19, 2013 5:24 PM
    Edited by: 855254 on Apr 19, 2013 5:27 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Ovi Suite + 5230 USB not working

    Preamble:
    I recently connected my Nokia 5230 mobile phone to my PC via USB connection and loaded up Ovi Suite (2.2.1.23). Everything worked lovely. But alas! Both an Ovi suite update was available, as well as a update for the phone itself! So I downloaded the latest version of Ovi Suite (3.0.0.284).
    Unfortunately, now Ovi Suite does not detect when I select "PC Suite" USB mode (selected on the phone screen). This essentially makes Ovi Suite useless.
    So I followed some advice on other discussion pages (more on that later) and reinstalled the Ovi Suite. The problem persisted.
    Here are some pictures to help you understand my problem:
    http://i.imgur.com/5IknF.jpg
    The computer is able detect the phone is connected via USB. I can even browse the contents of the phone memory and memory card. Upon detecting the connected phone, and me pressing 'PC Suite' on the phone screen, it will show this:
    http://i.imgur.com/lV0rs.jpg
    I cannot progress past this screen. The Ovi Suite simply does not recognise that I've selected that option on the phone.
    Defense:
    I know what your thinking. "Just another USB thread". Well, I did in fact read plenty of threads on this forum before posting, and have spent the last few hours uninstalling and reinstalling Ovi Suite and drivers in various ways (as suggested in those threads), with no success.
    The following is a list of forum threads which I have read and tried all the solutions found in each, and I have copied the solutions (which appear to have worked for other people), for your convenience:
    /t5/Nokia-Ovi-Suite/Ovi-Suite-PC-Suite-USB-Connection-Problem/td-p/682828
    Solutions which did not work for me:
    Could you please follow these steps and check?
    1. Disconnect your phone from PC if connected.
    2 .Open Control Panel and go to ‘Programs and Features’
    3. From the list of available programs, choose ‘Nokia Connectivity Cable Driver’
    4. Click on the ‘Change’ button on top toolbar.
    5. In the setup dialog box that pops up next, choose ‘Repair’ and select ok. Wait for setup to complete.
    6. Restart the computer if prompted.
    7. Now connect your phone to the PC. Driver installation should complete and PC suite (hopefully) should detect your mobile properly now.
    1. Uninstall all nokia related applications like Ovisuite, pc suite, connectivity cable driver,pc connectivity solutions, nokia software updater etc. from ur PC.
    2. Restart your PC
    3. Now download and install the recent ovisuite from http://www.ovi.com/suite
    4. After installation, disconnect/disable your internet connection (this will make sure that the PC use the drivers which comes with ovisuite and  prevent the PC from downloading any new drivers from internet) and then connect your mobile and wait for drivers and support software installation.
    5. After drivers installation you can connect your mobile to ovisuite from ovisuite screen.
    /t5/Nokia-Ovi-Suite/Can-t-connect-to-Nokia-Ovi-Suite-on-Nokia-6700/m-p/757938#M5623
    Solution which did not work for me:
    Hi GannonC,
    Uninstall the following Programs, if any, from Control Panel -> Programs and Features or Add or Remove Programs.
    Nokia Connectivity Cable Driver
    Nokia Ovi Suite
    PC Connectivity Solution
    Later download and install the latest OVi Suite from the following location.
    http://www.ovi.com/suite
    After OVi Suite installation, restart your PC, disconnect your internet from PC and connect your mobile to the PC. This is to prevent the PC searching for a new drivers from internet. OVi suite has all the required drivers for all the nokia phones available in market.
    Once all the required drivers are installed automatically, you try connecting the mobile by selecting 'Connect your device' from the bottom left on the OVi suite screen. You should be able to connect your device now.
    After connecting you can go ahead and update your maps/ download new country maps.
    NOTE: before updating your maps/ download new country maps, you should have used your maps in you mobile atleast once.
    Hope this will resolve your issue.
    You can connect back your internet anytime after the drivers installation.
    /t5/Nokia-Ovi-Suite/OVI-suite-not-reconizing-the-OVI-suite-USB-mode-N8/m-p/809893#M7107
    Solution which did not work for me:
    Hi,
    Please check the suggestions below:
    Select Ovi Suite via Tools -> Options -> My device -> Remove this device.
    Once you add the device back to Ovi Suite, Select tools -> Add device, reconfigure the Sync -> Option - device sync settings and sync again.
    If it does not help:
    Go to
    Control Panel--> Right click and Programs and Features or add/remove programs   "Repair" Nokia Ovi Suite.
    Go to
    Control Panel--> Programs and Features or add/remove programs - > Right click and "Repair" Nokia Connectivity cable driver & PC Connectivity solution.
    If it does not help:
    Uninstall the following Programs,from Control Panel -> Programs and Features or Add or Remove Programs.
    Nokia Connectivity Cable Driver
    Nokia Ovi Suite
    PC Connectivity Solution
    Later download and install the latest OVi Suite from the Nokia.com/support.
    After OVi Suite installation, restart your PC, disconnect your internet from PC and connect your mobile to the PC. This is to prevent the PC searching for a new drivers from internet. OVi suite has all the required drivers for all the nokia phones available in market.
    Once all the required drivers are installed automatically, you try connecting the mobile by selecting
    'Connect your device' from the bottom left on the OVi suite screen. You should be able to connect your device now.
    Br
    Mahyav
    /t5/Nokia-Ovi-Suite/E5-Ovi-Suite-keeps-telling-me-that-my-device-isn-t-in-PC-suite/m-p/856573#M7752
    Solution which did not work for me:
    Maarten, I had the same issue and it started after I updated Ovi Suite as well as my device software. I found this in another thread and thought it might help you. I just uninstalled the 3 items and downloaded and installed as prescribed by going to nokia.com/support and downloading and reinstalling Ovi Suite.... Merry Christmas
     Re: OVI suite not reconizing the 'OVI suite USB mode 22-Nov-2010 11:36 AM
    ***** Select Ovi Suite via Tools -> Options -> My device -> Remove this device.
    Once you add the device back to Ovi Suite, Select tools -> Add device,
    reconfigure the Sync -> Option - device sync settings and sync again.
    *****If it does not help:
    Go to
    Control Panel--> Right click and Programs and Features or add/remove programs
     "Repair" Nokia Ovi Suite.
    Go to
    Control Panel--> Programs and Features or add/remove programs - > Right click
    and "Repair" Nokia Connectivity cable driver & PC Connectivity solution.
    ***** If it does not help:
    Uninstall the following Programs,from Control Panel -> Programs and Features or
     Add or Remove Programs.
    Nokia Connectivity Cable Driver
    Nokia Ovi Suite
    PC Connectivity Solution
    Later download and install the latest OVi Suite from the Nokia.com/support.
    After OVi Suite installation, restart your PC, disconnect your internet from PC and
    connect your mobile to the PC. This is to prevent the PC searching for a new drivers
    from internet. OVi suite has all the required drivers for all the nokia phones available
    in market.
    Once all the required drivers are installed automatically, you try connecting the mobile
    by selecting
    'Connect your device' from the bottom left on the OVi suite screen. You should be able
    to connect your device now.
    /t5/Nokia-Ovi-Suite/not-recognizing-USB-mode-on-E73/m-p/780655#M6383
    Solution which did not work for me (simmilar to above):
    frauk:
    I found this on the Europe forum and it worked for me--finally!
    From /t5/Nseries-and-S60-Smartphones/Synchronisation-error-code-8393f010/m-p/734155/highlight/true#M21944...
    Click Start
    Click Control Panel
    Click Programs and Features or Add/remove Programs
    Choose Nokia Nokia Cable Connectivity then Change and repair
    Do the same for PC Connectivity Solution - Change then repair
    Reboot computer
    After re-starting the computer, I also followed this portion of a suggestion from another post (don't know if it made a difference or not):
    "connected the device, waited till all the drivers were loaded.
    Then launched Ovi suite"
     (From /t5/Nokia-Ovi-Suite/E52-Sync-Error-8393f010-838c03ee/m-p/740481)
    Ovi Suite then recognized my device and the sync appears to have gone smoothly.  I hope it works for you too!  It's ridiculous that it causes so many problems though--I've wasted many hours on something that should have installed correctly the first time.
    Other threads with this problem, which I came across that mention the same problem with various other phones:
    /t5/Nokia-Ovi-Suite/5230-won-t-establish-USB-connection-with-Ovi-Suite/td-p/824037
    /t5/Nokia-Ovi-Suite/OVI-Suite-2-2-0-245-problem-recognizing-Nokia-device/m-p/719958#M4079
    More data:
    Now that I have shared a detailed description of my failings with you, here is some information about my phone and the Ovi suite:
    Phone information (Keypad: *#0000#):
    Software version
    V 20.0.005
    Software version date
    23-03-2010
    Custom version
    20.0.005.C02.01
    Custom version date
    23-03-2010
    Language set
    19
    Model
    5230
    Type
    RM-588
    Latest update
    Not needed (<-- is this another bug Nokia? The phone regularly informs me that a update is available...)
    Ovi Suite System information:
    Nokia Ovi Suite 3.0.0.284
    PC Connectivity Solution 10.50.2.0
    Connectivity Cable Driver 7.1.36.0
    Nokia Ovi Suite Software Updater 2010.44.0.60888
    Maps Service API 4.0.24.1
    Nokia mPlatform 2.7.44
    Ovi Desktop Sync Engine 1.4.1.42
    Operating system:
    Microsoft Windows Vista 64-bit Edition, Service Pack 2
    Language: English
    Detected internet browsers:
    - Microsoft Internet Explorer 8.0.6001.18999
    - Mozilla Firefox 3.6.13 (Default browser)
    Detected Bluetooth stacks:
    - Microsoft (Version: 6.0.6000, Build: 16386), In use.
    Detected USB drivers:
    - Default Hub Driver for USB 6.0.6002.18005
    - USB Modem Driver 6.0.6002.18005
    - EHCI eUSB Miniport Driver 6.0.6002.18005
    Additional information:
    Windows Vista Home Premium SP2 64-bit (with all updates installed)
    I have no problems with USB or drivers with another components
    Zship's revelations:
    So this is not really a problem for me. I have the working, older (2.2.1.23) version of Ovi Suite installed on my netbook, and sure enough, it works fine, I just tried it. I wont be updating Ovi Suite on it though. I also could probably just download the update via 3.5G using just the phone itself, but the problem remains that a simple software update has caused a critical connectivity problem between your software and hardware. Given that many Nokia customers would have less technical know-how than say, myself or anyone else on this forum, this problem is a quite likely a huge inconvenience to them, they probably wouldn't visit these discussions and spend 5 hours reinstalling software like I just did, and they surely would be thinking twice before purchasing another Nokia device in the future.
    tl;dr - Nokia recommended update breaks connectivity between software and device, various attempts to fix seemingly simple problem don't work.
    Solved!
    Go to Solution.

    SAME PROBLEM. And none of the many suggested solutions has worked for me yet. I want to thank all on this thread (and many others) for their help. I've learned a lot but I haven't gotten to the bottom of it. I think maybe Nokia needs to ... uh ... bloody well BOTHER TO FIX THIS ISSUE themselves, maybe. Like, cuz they're PAID FOR IT and I'M NOT. Harrumph.
    I run Windows XP, and was on Media Player 11, but have rolled back to 9 and 10. I have a Nokia E 72. I have all the latest Nokia cable-drivers, PC Suite, OVI Suite, Connectivity software, etc.. The symptoms are as follows: when I plug in the phone by USB cable, the laptop won't recognize it. It says "USB device faulty" or "failed to load properly" and refuses to get the hardware into its brain. The Device Manager shows only a "Unknown Device" which I cannot install drivers onto. Taking the extra media-card out of the phone doesn't make any difference -- nothing I've done will make the computer recognize the main (built-in) card in the phone. I can't browse to it via any sort of populate / repopulate disk drive, or any other method of connecting it.
    As I understand it, this is some conflict with the phone and the new concept of MTP. Media Transfer Protocol confuses the computer, causing it to kind-of think that the phone is kind-of a media player, when in fact it's a whole lot more. So, the "parent" doesn't get loaded, then the rest of the phone doesn't get loaded, then it kind-of tries to load some MTP but fails, etc.. If I could browse to the phone through a non-Nokia connection I'd be happy to do so in order to implement any of a number of the suggestions above. But I can't get the computer to recognize the phone when the phone is plugged in by USB, regardless of all the solutions above.
    The problem began a few days ago. It just up and wouldn't recognize the phone. I hadn't installed any updates that I knew of on either item, but it's possible that my memory is faulty and a newer version of this or that snuck in there and screwed it all up. I have tried a serious roll-back to a Restore Point about six weeks old, but that didn't solve the problem. This suggests to me that the problem is phone-resident, since the rollback was to a computer-based Restore Point and I don't have phone rollback capability. 
    This seriously hampers me. PC Suite, OVI, and some future version of Nokia Suite, will all be useless to me unless Nokia accomplishes the stunning act of supporting their software. I won't hold my breath. Just in general, you'd think that plug-and-play of a phone into your computer would be a lot simpler. Just take the cord -- stick it in the phone; stick it in the computer -- and shazam, you're plugged in. But NOOOOOO we're on NOOOOOOKIA ... Now I know why Microsoft wanted to buy them so badly. They knew they'd all get along and have the same assumptions about software -- that it doesn't really matter whether it works reliably on a user's computer at his home, as long as it works in theory on some programmer's ideal personal computer in Seattle once in a rare while. Nokia? Meet Microsoft. Microsoft? You and Nokia will get along juuuust fiiiine ...

  • IF..THEN..ELSE...not working properly

    Hi experts,
    iam facing trouble with IF ..THEN..ELSE function.
    condition is  IF the salearea = 'AB'
    THEN  date trans DDMMYY------>YYYYMMDD
    ELSE date trans MMDDYY----
    >YYYYMMDD
    here always the only  ELSE part working. but if use IF WITHOUT ELSE  like below
    IF the salearea = 'AB'
    THEN  date trans DDMMYY------>YYYYMMDD
    then above condition is working
    iam really not understand the behaviour of IF..THEN..ELSE
    could please suggest how can i resolve the issue
    Thanks
    vasavi

    Hi,
    Check the OSS note 1090369.
    https://service.sap.com/sap/support/notes/1090369
    From SAP Note----
    Symptom
    The behaviour of functions 'if' and 'ifWithoutElse' in Message-Mapping has been changed. We have changed it after we've become aware of the fact that both functions behave inconsistently with the documentation.
    This change has some important consequences, which are described in this note.
    Let us consider the function 'if'. The situation with 'ifWithoutElse' is analogous to it.
    There are, in fact, two distinct use-cases for the function 'if':
    1. One is when the function is used as an if statement. For example, consider this pseudocode:
    if <condition>
      value = <expression1>
    else
      value = <expression2>
    end
    In this case, one expects that the <condition> expression is evaluated first and then, depending on the value of the condition, one of the branch expressions is evaluated and assigned to variable 'value'.
    2. The second use case is when the function is used as a procedure. In pseudocode:
    value = if (<condition>, <expression1>, <expression2>)
    In this case, all three expressions (<condition>, <expression1> and <expression2>) whould be evaluated first and the results of this expressions would be passed to function 'if', which in turn, would return one of them, depending on condition value, to be assigned to 'value' variable. This second use-case is also known in some programming languages as function 'iif'.
    In Message-Mapping, the analog of evaluating an expression is advancing a pointer on one of the argument queues of a function. It turned out that the function 'if' did not consistently work either way and that the customers need both variants of the function. The SAP Note 1053706 has delivered the first patch to the function 'if'. This patch was not functionally complete and the function 'if' was patched again. The SAP Note 1085331 has delivered the finally fixed function 'if'. With this Note, the function always works as in use-case 2 above. That is, all arguments are evaluated first, then value of one of them is returned. To minimize compatibility problems with old usages, the function makes one exception to this rule: in case when evaluating one of the branches throws an Exception, the function ignores it, if the exception is in the branch that is not selected by condition.
    This change in behaviour can lead to some of the Message-Mappings producing different results than before implementing the patch.
    One common problem situation is when one of the branches of function 'if' contains a User-Defined function that produces side-effects. Like increments and stores a counter in 'GlobalContainer', for example. Such functions will be executed more times than before and will cause the numbering to go awry.
    Other terms
    Message Mapping, XI, PI, IF,IFS IFSWIthoutElse Boolean functions
    Reason and Prerequisites
    See above.
    Solution
    To provide customers with functions to use in use-case 1 above, SAP will deliver new standard functions 'ifS' and 'ifSWithoutElse'. The 'S' in the names states for 'Statement'. The new functions will be delivered in
    Patch level 1 of SP21 of XITOOLS 3.0,
    and SP22 onwards
    Patch level 1 of SP14 of XITOOLS 7.0,
    Patch level 2 of SP15 of XITOOLS 7.0
    and SP16 onwards
    SP05 of SAPXIESR 7.1 and SAPXIPCK 7.1,
    and subsequent Support Packages of each corresponding major release.
    It is not recommended to install the patches between SAP Note 1053706 and 1085331. If you decide to install a patch from Note 1085331 or any subsequent release, carefully test Message-Mappings before deploying the patch in productive systems.
    In case the upgrade is necessary and Message-Mappings do not work as before, there is a possibility to workaround the problem. There's no known generic workaround for all kinds of problems that can arise.
    Note :
    IFS and IFSWIthoutElse functions have a Limitation.
    When the The IFS and IFSWIthoutElse functions have the UDF of type Queue or Context, it will be executed unconditionally.
    i.e the Queue UDF will be executed once even it does not have a matching condition in the input queue and the Context UDF will be executed once for every Context in the input queue, even if there is no matching condition in the input context.
    For situation with functions leaving side-effects described above, we recommend to add a new argument to the User-Defined Function and create the side-effect conditionally based on that argument. Most probably you will want to put in this additional argument the same queue that you use in condition for function 'ifS'.
    Please read the relevant Note 1158485 also.
    END of Note -
    Thanks
    SaNv...

  • Image cache not working with Firefox and apex

    Hi,
    I'd like to cache all my images to save page rendering time and bandwidth because my images are all static and never change.
    I use the John Scott's caching technique Link: [http://jes.blogs.shellprompt.net/2007/05/18/apex-delivering-pages-in-3-seconds-or-less/], in a few words this technique consists of adding a header line "Expires: date in the future" in the http response.
    It works very well in IE, the images are cached and the same image can be accessed several times (within the same session or in different sessions) without issuing an http request to the server each time.
    with Firefox it does not work, the same image is asked again and again to the server (i'm using FF 3.5 and APEX 3.2).
    - Is it a date format problem? no, because when i type about:cache in FF, i can find my image in the cache with an expire date in the future.
    The weird thing here is that the counter is incremented each time u request the image, so FF knows it is in the cache and even if the expire date is in the future, FF asks it again to the server.
    - Is it a FF bug? If u read the http specs or if u google a little, u can come to the conclusion that FF does not follow the standards,
    but... images.google.com for example manages to get its images cached with FF.
    They use an http response header "cache-control: public, max-age=604800".
    I tried the same and all kinds of combinations but without success.
    When i compare my image with the one from google in the FF cache, they both have the same attributes.
    - It's not an apex issue neither because it works with IE, most probably an incompatibility between apex and FF?
    Maybe the use of cookie? or the http request (not the response) containing "cache-control: max-age=0"?
    I've found so far 2 half solutions:
    1) use ETag and modified date, see the Tyler Muth's note Link: [http://tylermuth.wordpress.com/2008/02/04/image-caching-in-plsql-applications/].
    with this technique FF continues to send request each time but the answer is shorter because it's just a "304 not modified" instead of "200 OK" (200 response is bigger as it contains the image).
    it's better than nothing but you still have 1 request + 1 response for nothing.
    Another problem is that you need SYS access to implement this, which is not possible on an hosted server. (note that for images from the file system it is already foreseen by apex 3.1, Tyler's note is for images from the db)
    2) if you preload the image (using myimage=new Image();myimage.src='...';), then there is max 1 request per browser session.
    There are 2 minor issues here:
    - no caching across sessions
    - if u don't want to preload all the images (example a page with lots of thumbnails, when user clicks it show a bigger image, in that case the thumbnails can be preloaded but overkill for the big images), then you need to load the image, wait until the image has loaded before displaying it, it does not slow down the execution, but requires some extra JS.
    I'm not asking anyone to investigate it, i can live with the 2 workarounds,
    but just in case someone encountered the same problem and already fixed it.
    Let me know if u managed to use the John Scott's technique with Firefox. (U can use Firebug to see the http traffic)
    Thx
    Tim

    Hi Anshul, hope these help. Let me know if you need to see anything else.
    Best,
    Menu Settings:
    Tab Hyperlink:
    Label Text with with hyper link option not available (works as a hyperlink in chrome and IE though):
    Thanks for the help in advance!

Maybe you are looking for

  • ALV Class Double click event

    Hi All, I have created an alv report using alv class. I have handled the double click event in that i am calling transaction using row currenlty selected. But after doing subtotalling the list and then i double click a line it is passing wrong data.

  • Uplod word file from java

    how we upload word file from java web page?? pls is urgent.

  • Could not get # prompt using tera term

    Hi, I am not getting the # prompt when I connect to two of my Sun servers in the network. I am using tera term terminal emulator, with bit rate 9600,8,1,N settings. I am seeing all the messages in the Sun console but could not get to the configuratio

  • Where is the Disable Read from Cache option ?

    I'm running Zenworks for desktops 4 and zenworks for servers 3 and I would like to try out the option Disable Read from Cache, but I'm unable to find it anywhere in the user or OU property pages. Where is it? Thanks! Oliver

  • How do I send a picture in imessage from my macbook?

    I already have a conversation going, but I don't see the camera thingy to add a pic? Is there something in the settings I need to change? It is there on the iPad and the iPhone but not on the Macbook..help please