Unexpected URL parameters have been detected -- tried all options mentioned

Hi Gurus,
I am hitting the following exception "Unexpected URL parameters have been detected" when i try to run the tutorial page.
Instance RUP level : RUP 7
Jdeveloper version used : Patch 8751878 9I JDEVELOPER WITH OA EXTENSION ARU FOR 11I RUP7
installation location : C:\JDev9
JDEV_USER_HOME set to C:\JDev9\jdevhome\jdev
user name and pwd set to my EBS login
Project run time settings : Application short name : AK
Responsibility Key : FWK_TBX_TUTORIAL
double checked that the responsibility is assigned to my user in EBS
DBC File : downloaded the file from $FND_TOP/secure , changed the guest login to my ebs login.and placed in directory
C:\JDev9\jdevhome\jdev\system9.0.3.5.1453\oa\dbc_files\secure\fmscng3.dbc and gave the same path in the dbc file directory
Profile options
FND Function Validation Level - Error
FND Validation Level - None
Tried all the options in the below thread
Unexpected URL parameters have been dete
Tried setting the oc4j option to default ip also, but still getting the following error
http://<host>/OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Ffmscng3.hphc.org%3A80%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errCode=FND_SSO_PHISH_ERROR&langCode=US&errText=You+have+insufficient+privileges+for+the+current+operation.&username=<EBS Usernaname>&s1=_zZV1GAvFZ06hcFzUtNhWA..
Please help me
Thanks
Tom

It does not give me any error , it just says unexpected URL parameters and asks me to login .
These are the messages i get in jdev messages window
[Starting OC4J using the following ports: HTTP=9009, RMI=23892, JMS=9247.]
C:\JDev9\jdevbin\jdk\bin\javaw.exe -client -classpath C:\JDev9\jdevbin\j2ee\home\oc4j.jar;C:\JDev9\jdevbin\jdev\lib\jdev-oc4j.jar -Xbootclasspath/p:C:\JDev9\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\JDev9\jdevbin\jdev\appslibrt\nls_charset12.zip -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 com.evermind.server.OC4JServer -config C:\JDev9\jdevhome\jdev\system9.0.3.5.1453\oc4j-config\server.xml
[waiting for the server to complete its initialization...]
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 1031 ms.
Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
TIME: runregion: initialization [0 ms]
Tutalii: C:\JDev9\jdevbin\jdev\appslibrt\iasjoc.zip archive
ICX DIAGNOSTIC: FND_TOP = C:\JDev9\jdevhome\jdev\system9.0.3.5.1453\oa\dbc_files\
ICX DIAGNOSTIC: application_id = 601
ICX DIAGNOSTIC: responsibility_id = 24742
ICX DIAGNOSTIC: security_group_id = 0
ICX DIAGNOSTIC: mEncryptedSessionID = NABGU12RzHcrxNu18A3C_dZr:S
ICX DIAGNOSTIC: mSessionID = 65734022
TIME: runregion: session and transaction creation [8421 ms]
ICX DIAGNOSTIC: mTransactionID = 1221310558
java.lang.IllegalArgumentException: Unknown signal: ALRM
     at sun.misc.Signal.<init>(Signal.java:126)
     at oracle.apps.fnd.framework.AppsDiagnosticsHandler.install(AppsDiagnosticsHandler.java:50)
     at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.initializeSignalHandler(OAApplicationModuleImpl.java:474)
     at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.<clinit>(OAApplicationModuleImpl.java:464)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:219)
     at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:37)
     at oracle.jbo.common.JBOClass.forName(JBOClass.java:141)
     at oracle.jbo.common.JBOClass.findCustomClass(JBOClass.java:153)
     at oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:828)
     at oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:771)
     at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:517)
     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:456)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:313)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
     at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
     at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
     at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:359)
     at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.createStaticAKApplicationModule(OAJSPApplicationRegistry.java:369)
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModuleSync(OAJSPApplicationRegistry.java:344)
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModule(OAJSPApplicationRegistry.java:333)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:867)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
     at OA.jspService(OA.jsp:33)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
Thanks
Tom
Edited by: Tom Trever on May 2, 2011 8:16 AM

Similar Messages

  • Unexpected URL parameters have been detected and will be ignored.

    Hi...
    My JDeveloper raise "Raise Application: FND, Message Name: FND-INVALID APPLICATION." error when run test page before, And I download an other version JDeveloper. and it run well of the test_fwktutorial.jsp, but when I click link in test_fwktutorial.jsp, it raises error and the Oracle EBS Logon page show same time(A error "Unexpected URL parameters have been detected and will be ignored." show in Oracle EBS Logon page show ).
    please help me, thank you very much.
    Jack

    Jack,
    You need not do hit and trial on various version of jdev. Jdev version should be as per your instance patchset version. Go through document no.416708.1 on metalink to know you need to download which version of jdev, as per ur instance patch set level.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Unexpected URL parameters have been dete

    Hi Guyz (the OA gurus),
    Please help me out. When I try to load any page I am getting.. instead of loading the concerned page.. it is redirecting to my Apps instance login page with the following Error: Unexpected URL parameters have been detected and will be ignored. I have tried creating new workspace, new OA project for my files... but I still get the same error. I have completely stuck on this one.. and its eating away my time. This is for my custom pages. I am running Jdev 9.0.3.5(Build 1453), OA Framework Version(11.5.10CU3) and AOLJ 11i (AOL/J ATG RUP5).
    Everything was running fine till yesterday, but since I tried to do popup on one of my pages, I may have been getting this errors (again I am not sure). Actually I was trying to open a pop to show all created PO's when the main PG enables a 'ViewPOEnabled' switcher. I included the javascript function as shown by Mukul in his blog, in the switcher image's destination url. After inserting my javascript function.... it took forever to load my page... and finally I had to kill my IE7, Jdeveloper and rebooted my machine.
    But since then I havent been able to load any of the pages. This is really wierd.
    Please help, I have searched old threads and I have tried all that may have suggested as possible solutions (I didnt found any one defintive solution though) but to no good result.
    Thanks and appreciate any solutions,
    Vikram

    Vikram,
    Just confirm the following:
    1)Is there any new patch applies on the instance by ur dba?If yes, then go through document no.416708.1 on metalink to know you need to download which version of jdev, as per ur instance patch set level.
    2)Have u changes any standard profiles.
    3)The reason behind this is not js function but something else, because anyways js is a client side scripting... it won't change anything on the instance/ jdev.
    4)Check connection settings of jdev, take latest dbc file from server.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • HT1766 since i have entered Holland (from the UK) i have no reception, tried all options as described. it keeps saying searching...... (network)... what can i do?

    I entered Holland y'day from the UK and ever since my iPhone says "searching..." have tries all option, resetting, roaming, network selection etc.. how can i solve this problem??

    Did you set up roaming with your carrier in UK

  • All 4 of my computers have been deauthorise trying to add new one

    all 4 of my computers have been deauthorise trying to add my new one what to do anyone thanks

    Try downloading an older version of the Airport Utility for 10.4
    http://support.apple.com/downloads/#airport%20utility%20for%2010.4.11
    Or
    Get a new Mac and let your iBook piggy back on the network.

  • I can't open Safari. It keeps giving an alert that says, "Suspicious Activity might have been detected." How do I fix this?Please help. thanks!

    Safari won't work. It flashes an alert. Alert says that a Suspicious Activity Might Have been Detected. Major Security Issue. How do i fix this? Please help. Thanks!

    You may have installed a variant of the "VSearch" ad-injection malware. Follow Apple Support's instructions to remove it.
    If you have trouble following those instructions, see below.
    Malware is always changing to get around the defenses against it. This procedure works as of now, as far as I know. It may not work in the future. Anyone finding this comment a few days or more after it was posted should look for a more recent discussion, or start a new one.
    The VSearch malware tries to hide itself by varying the names of the files it installs. To remove it, you must first identify the naming pattern.
    Triple-click the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination  command-C:
    /Library/LaunchDaemons
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder named "LaunchDaemons" may open. Look inside it for two files with names of the form
              com.something.daemon.plist
    and
               com.something.helper.plist
    Here something is a variable string of characters, which can be different in each case. So far it has always been a string of letters without punctuation, such as "cloud," "dot," "highway," "submarine," or "trusteddownloads." Sometimes it's a meaningless string such as "e8dec5ae7fc75c28" rather than a word. Sometimes the string is "apple," and then you must be especially careful not to delete the wrong files, because many built-in OS X files have similar names.
    If you find these files, leave the LaunchDaemons folder open, and open the following folder in the same way:
    /Library/LaunchAgents
    In this folder, there may be a file named
              com.something.agent.plist
    where the string something is the same as before.
    If you feel confident that you've identified the above files, back up all data, then drag just those three files—nothing else—to the Trash. You may be prompted for your administrator login password. Close the Finder windows and restart the computer.
    Don't delete the "LaunchAgents" or "LaunchDaemons" folder or anything else inside either one.
    The malware is now permanently inactivated, as long as you never reinstall it. You can stop here if you like, or you can remove two remaining components for the sake of completeness.
    Open this folder:
    /Library/Application Support
    If it has a subfolder named just
               something
    where something is the same string you saw before, drag that subfolder to the Trash and close the window.
    Don't delete the "Application Support" folder or anything else inside it.
    Finally, in this folder:
    /System/Library/Frameworks
    there may an item named exactly
                v.framework
    It's actually a folder, though it has a different icon than usual. This item always has the above name; it doesn't vary. Drag it to the Trash and close the window.
    Don't delete the "Frameworks" folder or anything else inside it.
    If you didn't find the files or you're not sure about the identification, post what you found.
    If in doubt, or if you have no backups, change nothing at all.
    The trouble may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Then, still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Hardware changes might not have been detected

    Hello,
    I am getting the error message "hardware changes might not have been detected" for five days now. Using HP Pavillion g6Notebook PC/Product No. : D8Q59EA#ABF running OS Windows 8 (not wanting to upgrade to 8.1)
    After Windows automatic security and KB updates, and HP update, five days ago I started having error messages when trying to watch videos online. Video would start and five seconds in 'black-out' with error message 'unable to play video' imbeded in video itself. I then noticed sound abscence on my laptop and noted that although all sound controls are at proper settings, there is no sound. Device manager is showing NO exclaimation marks or warnings. HP Action center is saying 'no issues' and Control Panel automated fix tools are all coming back as 'unable to fix problem', OR, when running troubleshooter in CP for hardware and devices getting the "hardware changes might not have been detected message". I have tried using a restoration point to before issues began, which temporarily fixes the sound issue but it then goes off again. Same with 'HP recovery' option for 'drivers', temporary fix that does not remain. Tried 'system restore' from a restoration point just done where sound WAS working but even that, once done, quickly lost the sound. Tried Microsoft onliine auto fix tools and they too are unable to fix the problem. Windows updates all up to date, no 'optional updates' available other than Bing Desktop and Microsoft Silverlight, both of which I do not want or need. Drivers all up to date it appears, including with HP Updates. Intuitively it feels as if the drivers are up to date, recognized and functioning, but then 'something' is 'disconnecting' their recognition/functioning, IF it is in fact even a driver issue. I have been reading for several days and narrowed it down to that. Seen a few articles re the EXACT same problem referenced on an OS Windows 7, but not ONE where a solution that fixes the problem exist! Thank you in advance for your help and please advise if further details are required.  I have added no new hardware recently, or ever, in fact to my laptop, only Kaspersky Pure MANY months ago and it is working perfectly without conflicts.  Thanks again.
    Copy of error message:
    the troubleshoot says that "hardware changes might not have been detected"
    i do not know what hardware it regards with... just that statement was found,,,,,
    WHEN I VIEW THE DETAILED INFORMATION ......
    (this was the exact statement when i visited the troubleshooting report)
    Hardware and Devices
    Publisher details
    Issues found
    Hardware changes might not have been detected
    Hardware changes might not have been detected
    Detected
    Scan for recent hardware changes
    Completed
    Potential issues that were checked
    Windows Update configured to never install drivers
    Windows Update configured to never install drivers
    Driver updates aren't automatically installed when detected by Windows Update.
    Issue not present
    Issues found
    Detection details
    6
    Hardware changes might not have been detected
    Detected
    Scan for recent hardware changes
    Completed
    Scanning might find new devices attached to your computer and install them.
    Potential issues that were checked
    Detection details
    Windows Update configured to never install drivers
    Issue not present
    Driver updates aren't automatically installed when detected by Windows Update.
    (this was the publisher details)
    Hardware and Devices
    Use hardware and access devices connected to your computer.
    Package Version:
    1.1
    Publisher:
    Microsoft Windows
    Hardware and Devices
    Use hardware and access devices connected to your computer.
    Package Version:
    1.0
    Publisher:
    Microsoft Corporation

    Hi RedmoonWolf,
    Bit of a puzzler of an issue for sure. And you're right, there's very little out there in terms of similar error messages, and how to fix them.
    I would consider going to the Windows Update window, and noting which ones went through lately. Then, another place to start first might be to go back to that same restore point again, and this time halting the automatic updates.
    Once that is stable again, try updating any browsers you use, and also Adobe flash, as a lot of videos work off of that.
    Secondly, before doing any more updates, go ahead and run the system file checker - might be something that it'll catch and fix: http://support.microsoft.com/kb/929833
    Finally, if all is going alright, create another restore point, and then try the updates again, hopefully this time around they'll work
    *** If my reply was helpful, please click on the "Kudos Thumbs-Up" on the right, as a way to say "Thanks!".
    If this reply also fixed your issue - please click the "Accept as Solution" button, so that others can find the same answer. ***

  • HT3546 I have been unsuccessfully trying to extend the wifi of my Time 2T Capsule with an Airport Extreme 2nd Gen. It works for a while and then loses configuration. I have done everything possible, disconnected it, reset it but it keeps failing, what to

    I have been unsuccessfully trying to extend the wifi of my Time 2T Capsule with an Airport Extreme 2nd Gen. It works for a while and then loses configuration. I have done everything possible, disconnected it, reset it but it keeps failing, what to do?

    What model and firmware is the 2TB TC?
    What firmware is the AE?
    Does the AE get good signal from the TC in its current location?
    Signal can only be extended that is received intact.
    Is it extending on 5ghz? As I remember it a Gen2 AE is only single band, although you can choose either 2.4ghz or 5ghz.
    I am fairly sure you are going to tell me your TC is AC model..
    I would do a couple of things..
    1. Fix the wireless name, make it short, no spaces and pure alphanumeric.
    2. Fix the wireless channel for 2.4ghz so it is not going to jump around.
    3. Get real results from the AE in its current location for signal strength.. this is really only possible on v5 utility. And that is a double pain with Mavericks because you cannot use it.
    Apple have removed all the useful diagnostics from the airport utility. There is next to nothing left. So you need to use the computer and its diagnostics to find signal levels in the location.
    http://support.apple.com/kb/HT5606

  • I'm unable to open Safari.  I keep getting a alert security message Suspicious Activity Might Have been Detected. How can I fix this proplem?

    I'm unable to open Safari.  I keep getting a alert security message Suspicious Activity Might Have been Detected. How can I fix this problem?

    You may have installed the "VSearch" trojan. Remove it as follows.
    Malware is always changing to get around the defenses against it. These instructions are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Step 1
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    Step 2
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    The problem may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Internet criminal behind VSearch has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • I have been using itunes all day and then it wanted me to install a newer version.  When I did it said I can't because it's missing mdsvr80 or something so i downloaded that now it has another error.  How do I get itunes back the way it was or to work?

    I have been using itunes all day and then it wanted me to install a newer version.  When I did it said I can't because it's missing mdsvr80 or something so i downloaded that now it has another error.  How do I get itunes back the way it was or to work?

    See this User Tip by turingtest2
    https://discussions.apple.com/docs/DOC-6562

  • I have a message on my Mac book pro that says "suspicious activity might have been detected".  I can't get rid of it even if I force quit Safari or if I turn my computer off.  What can I do?

    I got a message on my MacBook pro screen that says " Safari Alert" and then goes on to say "suspicious activity might have been detected".  It doesn't let me exit the site and keeps reappearing even after I force quit Safari and even after I shut down my computer and turn it back on.  What can I do?

    Launch Safari with the Shift key held down. If that doesn’t work, disconnect the computer from the Internet.
    (116847)

  • When opening safari i get a message that says major security issue please contact apple immediately suspicious activity might have been detected. what is this and how do i get rid of it so i can use my internet?

    when opening safari i get a message that says major security issue please contact apple immediately suspicious activity might have been detected. what is this and how do i get rid of it so i can use my internet?

    A misleading and malicious popup. Launch Safari with the Shift key held down; if that doesn't work, temporarily disconnect the computer from the Internet.
    (121307)

  • Appointments synced over iCloud between iphone 4s macbook air and iMac have been tripled on all three devices.  Anyone have this experience or a solution?

    Appointments synced over iCloud between iphone 4s macbook air and iMac have been tripled on all three devices.  Anyone have this experience or a solution?

    One the Macs go to System Preferences > iCloud. Switch Contacts off
    On the iPhone tap Settings > iCloud. Switch Contacts off
    Restart the Macs.
    Restart the iPhone.
    Switch Contacts back on all devices.

  • Error 0x3b21 when trying to synch - have read and tried all solutions on this board. NO LUCK!

    I am at my wits end. I am using Office 2007, Desktop Manager 4.7 on a blackberry 8310 and I get that error when I try to synch my berry.
    Please help before it ends up in the river with my 8 track collection.

    Hi and welcome to the forums!
    Error 0x3b21 when trying to synch - have read and tried all solutions on this board. NO LUCK!
    Well then you are doomed before you start!
    Seriously, all solutions?
    List the steps you have taken so we can help you without "reinventing the wheel"
    Thanks,
    Bifocals
    PS. If you do something rash, send me the 8 tracks first....I'm just that old!
    Message Edited by Bifocals on 02-06-2009 08:13 PM
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

Maybe you are looking for

  • 10.4.3 Combo problems after installing

    Hello, I hope someone can help me with this. I was previously using OS X 10.4.0 and went through Software Update to install various updates, including the Mac OS X Update 10.4.3 Combo, the most recent Java updates (1.4.2?), the Security Update 2005-0

  • Excluding Additional Charges Paid from Party Dues

    Hello There is a requirement where a special charge has been paid during invoicing. this has to be added in invoice or GRN. The amount will not be in the party's account due but should be included in item valuation as cost. To explain in detail - A/P

  • Exchange Server 2013 SP1 - Readiness Check Failing - Detected Non-existent Exchange 2007 Servers

    For development purposes, I needed to install Exchange Server 2013 in our environment.  Our current environment includes a couple Domain Controllers, a Sharepoint Server, and a SQL Server.  So, it's got a very simple topology.  The one thing our envi

  • Start Workflow from particular Step and assign to particular group of members

    Hi We are working on workflow using CQ 5.5. Is it possible start workflow from particular Step and assign this workflow to particular group of members dynamically(Using Process Step). Workflow Name : Single Page Workflow                     Start    

  • A user granted with alter user privilege

    Dear all i have granted a user with create user, alter user system privilege so that he can create or alter users. But i found the user is able to alter the sys and system also. Tell me how to restrict the user so that he can not effect sys and syste