MAPI_E_FAILONEPROVIDER == 0x8004011D when accessing public folders using mfcmapi

I seem to be getting this error when selecting the public folder in mfcmapi. I'm using the Feb 2014 release of mfcmapi.
Code: MAPI_E_FAILONEPROVIDER == 0x8004011D
Function CallOpenMsgStore( lpMAPISession, (ULONG_PTR)m_hWnd, lpEntryID, ulFlags, (LPMDB*)lppMAPIProp)
File MainDlg.cpp
Line 437
I can access the private mailbox without issue using mfcmapi, but the public folders I'm not able to. This problem is causing my backup software not to do document level backups. So I need to resolve this issue.
Also, if I create another user and give them the same access as administrator, the new user cannot access both the private mailbox nor the public mailbox when using mfcmapi so it must be a rights issue, but I can't find where it is!
Any idea's would be appreciated.
Thanks

Hi,
Please try to use MFCMapi tool as Administrator.
1. Can you access the public folder on both Outlook and OWA?
If can't access the PF on both Outlook and OWA, it seems there is something wrong on the Public Folder database side.
2. It also maybe the permission issue. Found a similar thread for your reference:
"MAPI_E_FAILONEPROVIDER (0x8004011D)" error message when you access an Exchange Server 2010 mailbox by using a MAPI application
http://social.technet.microsoft.com/Forums/exchange/en-US/3a2e9489-6137-42fb-95d1-bebcfe2ea138/mapiefailoneprovider-0x8004011d-error-message-when-you-access-an-exchange-server-2010-mailbox?forum=exchange2010
Hope it is helpful
Thanks
Mavis
Mavis Huang
TechNet Community Support

Similar Messages

  • Unable to access public folders on Exchange 2007 when user mailbox is on Exchange 2013

    Hi
    I have coexistence with Exchange 2007 and Exchange 2013. I've moved a mailbox to Exchange 2013 and now cannot view the public folders on Exchange 2007. The error message I get is "could not connect to the public folder server. microsoft exchange is
    not available. either there are network problems or the exchange server is down for maintenance."
    Mailboxes on Exchange 2007 do not have any problems viewing public folders. I can't migrate users to Exchange 2013 until this issue is resolved.
    The IIS permissions to the Public virtual directory on Exchange 2007 is set to Intergrated Windows and Basic authentication.

    Hi northerly,
    I recommend you follow the steps below for troubleshooting:
    1. Please run the Get-OutlookAnywhere cmdlet to verify the Outlook Anywhere settings on Exchange Server 2013 Client Access servers.
    2. If "ExternalHostName" is set, and "ExternalClientAuthenticationMethod" is Negotiate, change "ExternalClientAuthenticationMethod" to something other than Negotiate.
    3. If "InternaClientlAuthenticationMethod" is set to Negotiate, and "InternalRequireSSL" is True, change "InternalClientAuthenticationMethod" to something other than Negotiate, or change "InternalRequireSSL" to False.
    What's more, here is a helpful KB for your reference.
    Users of Exchange Server 2013 or Exchange Online can't open public folders or shared mailboxes on an Exchange 2010 or Exchange 2007 server
    http://support.microsoft.com/kb/2834139/en-us
    Hope my clarification is helpful.
    If there are any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Can't Access Public Folders Within Outlook, But Can Through Web Access

    Hi all,
    I have an Exchange 2010 Server (V14.02.0387.000) with clients using Outlook 2007-2013. Until recently all users could access all public folders without issue. However, since moving the location of the public and private mailboxes on the server (to new drives
    with more space and defragging etc), a number of users are unable to access the public folders, getting error "Cannot expand the folder. the attempt to log on to Microsoft Exchange has failed". However, when they log in through Outlook Web Access,
    they can view the public folders without issue. 
    I've tried restarting all the Exchange services, as well as multiple reboots of the server. 
    Many thanks in advance.
    Bob

    I'm going to start with some general advice.  Don't bother running ESEUTIL anymore to reduce database sizes.  If you find you need to do that, simply create a new database, move all the mailboxes to it, and then delete the old database.
    If you created a new public folder database, did you change the mailbox databases to point to it using Set-MailboxDatabase -PublicFolderDatabase?
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Accessing public folders in the local network

    I work with 8 other mac users and we all share files using our Public folders via local network. This is how we typically would access each other's Public folder: open a Finder window, choose Network, then choose the name of the mac that we want to connect to. Then, connect as "Guest". We are all on OS X Tiger.
    Recently, one of us upgraded to the OS X Snow Leopard, and we couldn't access her Public folder since the switch. We believe she is on the network, because she has been printing to the network printer and can connect to all of our Public folders. I tried to follow this instruction from Apple Support page to set up file-sharing on her iMac (with Snow Leopard):
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/17131.html
    I hit a snag at #4 (bullet #2), because I couldn't find "network users" to add to the users list. When the rest of us try to connect to her computer, this is the message that we got:
    The alias "Stacey's computer (3)" could not be opened, because the original item cannot be found."
    Can someone help me with this problem? I have browsed the Discussions and Forums and didn't see anything that was helpful. Thanks!

    HI,
    The Snow Leopard user... have her repair disk permissions and see if that helps...
    Quit any open applications/programs. Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

  • Cannot delete mails in public folders using OWA after applying SP3 RU5

    Hello,
    we recently applied service pack 3 rollup 5 to our Exchange 2010 server (before it was running rollup 4).
    Ever since, when we try to delete a mail in a public folder using OWA we get the message "An unexpected error occurred and your request couldn't be handled". Each attempt also causes error 108 in the application log (Outlook Web App couldn't
    connect Exchange Web Services due to a configuration error. Response code = "500".) which is not accompanied by any other errors.
    Neither uninstalling the rollup nor restoring the server's system state to a point before installation of RU4 could fix the error. Deleting mails in a mailbox still works fine, it's only within public folders and only in OWA.
    Any ideas?

    Hi,
    Please refer to the following article:
    http://support.microsoft.com/kb/2249852/en-us
    The issue occurs when the Internet Information Services (IIS) website that hosts the Exchange Web Services (EWS) virtual directory contains a site binding that binds to an IPv6 address.
    Note It is a known issue that this configuration may cause an exception .
    Hope this helps!
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Users unable to create or delete folders in migrated public folders using Outlook

    We have an Exchange 2013 CU3 environment migrated from Exchange 2007.
    The public folder migration was completed over the weekend.
    The environment has several public folder mailboxes.
    Post migration users are unable to create/delete new sub folders,  or modify permissions using Outlook on any of the migrated public folders.  Users can however create new top level folders using outlook. They can also create and delete new posts
    in migrated public folders.
    Admins are able to create folders and set permissions on migrated folders using the EAC.
    Test User accounts used for testing are set to use the Primary Hierarchy mailbox as their default public folder mailbox.
    Test Users have been given Owner permissions from the root down on the folders we are testing with.
    We have tested with Outlook 2010 and 2013 getting the same "Cannot create the folder" error.

    Further testing
    We moved a top level folder from a secondary PF mailbox to the primary PF mailbox using the New-PublicFolderMoveRequest command in powershell.
    After the move completed we could create new folders under the moved top level folder.
    The top level folder that was moved had it's own sub-folders that we did not move to the primary mailbox. (We didn't move the whole branch.. Just the top level folder)
    We still cannot create or modify the existing sub-folders after moving the top level folder.
    We then moved the newly created sub-folder to a secondary PF mailbox.
    At that point we could no longer create sub-folders in the folder form outlook.
    From what I can tell you can only create new sub-folders in folders homed to the primary PF mailbox when using outlook.
    Is this a bug or as designed?
    According to this Tech ed presentation Clients connecting to a secondary PF mailbox should have folder changes proxy to the primary PF mailbox.. (See slide 10)
    http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/OUC-B329#fbid=
    Update : 2-5-2014
    Not much new to report other than it appears that users need to be homed to the primary PF mailbox to delete calendar meetings.
    Opened a ticket with Premier support.
    Update 2-11-2014
    Premier support continues to look into the issue. No ideas as to the cause yet.
    2-24-13
    Still no resolution from support or even a clue what is causing this.

  • 403 Error when access Table Storage using SAS token

    I have Azure Mobile Service which has a custom API to generate a sas token for accessing Table Storage from Windows Store app.
    I get following error in Windows Store app while accessing table storage using sas token:
    Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
    Example of sas token generated:
    se=2014-09-12T03%3A10%3A00Z&sp=rw&spk=MicrosoftAccount%3A005d92ef08ec5d83081afed1e08641d2&epk=MicrosoftAccount%3A005d92ef08ec5d83081afed1e08641d2&sv=2014-02-14&tn=Folders&sig=91c7S1QM0byNdM80JncwRribXqsWS1iKmOH8cRvHWhQ%3D
    Azure Mobile Services API Code that generates sas token:
    exports.get = function(request, response) {
    var azure = require('azure-storage');
    var accountName = 'myAccountName';
    var accountKey = 'myAccountKey';
    var host = accountName + '.table.core.windows.net';
    var tableService = azure.createTableService(accountName, accountKey, host);
    var sharedAccessPolicy = {
    AccessPolicy: {
    Permissions: 'rw', //Read and Write permissions
    Expiry: dayFromNow(1),
    StartPk: request.user.userId,
    EndPk: request.user.userId
    var sasToken = tableService.generateSharedAccessSignature('myTableName', sharedAccessPolicy);
    response.send(statusCodes.OK, { sasToken : sasToken });
    function dayFromNow(days){
    var result = new Date();
    result.setDate(result.getDate() + days);
    return result;
    Windows Store app code that uses sas token:
    public async Task TestSasApi()
    try
    var tableEndPoint = "https://myAccount.table.core.windows.net";
    var sasToken = await this.MobileService.InvokeApiAsync<Azure.StorageSas>("getsastoken", System.Net.Http.HttpMethod.Get, null);
    StorageCredentials storageCredentials = new StorageCredentials(sasToken);
    CloudTableClient tableClient = new CloudTableClient(new Uri(tableEndPoint), storageCredentials);
    var tableRef = tableClient.GetTableReference("myTableName");
    TableQuery query
    = new TableQuery().Where(TableQuery.GenerateFilterCondition("PartitionKey",
    QueryComparisons.Equal,
    this.MobileService.CurrentUser.UserId));
    TableQuerySegment seg = await tableRef.ExecuteQuerySegmentedAsync(query, null);
    foreach (DynamicTableEntity ent in seg)
    string str = ent.ToString();
    catch (Exception ex)
    string msg = ex.Message;
    Exception:
    Any help is appreciated.
    Thanks in advance!
    Thanks, Vinod Shinde

    Hi Mekh,
    Thanks for the links. I checked them and mostly they are due to date time on client and server.
    But this is not the case in this scenario.
    here is the Request and Response from Fiddler.
    Request:
    GET
    https://myaccount.table.core.windows.net/Folders?se=2014-09-13T02%3A33%3A26Z&sp=rw&spk=MicrosoftAccount%3A005d92ef08ec5d83081afed1e08641d2&epk=MicrosoftAccount%3A005d92ef08ec5d83081afed1e08641d2&sv=2014-02-14&tn=Folders&sig=YIwVPHb2wRShiyE2cWXV5hHg0p4FwQOGmWBHlN3%2FRO8%3D&api-version=2014-02-14&$filter=PartitionKey%20eq%20%27MicrosoftAccount%3A005d92ef08ec5d83081afed1e08641d2%27
    HTTP/1.1
    Accept: application/atom+xml, application/xml
    Accept-Charset: UTF-8
    MaxDataServiceVersion: 2.0;NetFx
    x-ms-client-request-id: b5d9ab61-5cff-498f-94e9-437694e9256c
    User-Agent: WA-Storage/4.2.1 (Windows Runtime)
    Host: todoprime.table.core.windows.net
    Response:
    HTTP/1.1 403 Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
    Content-Length: 437
    Content-Type: application/xml
    Server: Microsoft-HTTPAPI/2.0
    x-ms-request-id: 22c0543b-0002-0049-7337-da39f4000000
    Date: Thu, 11 Sep 2014 02:33:28 GMT
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
      <code>AuthenticationFailed</code>
      <message xml:lang="en-US">Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
    RequestId:22c0543b-0002-0049-7337-da39f4000000
    Time:2014-09-11T02:33:29.6520060Z</message>
    </error>
    Do you see anything different in this request/response?
    Thanks, Vinod Shinde

  • OK - How do you access Public Folders?

    So I have my RTM environment build, and I have my public folder mailbox setup and folders created.
    I've granted my test user access via EAC. However when I go in via OWA or Outlook 2013, I do not see them anywhere.
    Is there some magic to getting access to these? I tried also going to open another mailbox but I was under the assumption they would show up just like they did in previous versions? At least it did from some of the screenshots I've seen.

    Hello,
    I suggest you run the “get-publicfolderclientpermission”
     to check the test user permissions for a public folder.
    Get-PublicFolderClientPermission
    Here are two articles for your reference
    Exchange 2013 Preview - Public Folders
    (Part 1)
    Exchange 2013 Preview - Public Folders
    (Part 2)
    Cara Chen
    TechNet Community Support

  • Java.lang.NoClassDefFoundError exception when accessing BDB container using WAS

    Dear Techies,
    I installed BDB 2.5.16 on a Solaris 10 machine using the below build arguments.
    bash ./buildall.sh -c gcc -x g++ --with-configure-env="CFLAGS='-mcpu=v9' CXXFLAGS='-mcpu=v9' LDFLAGS='-mcpu=v9 -L$PWD/install/lib'" --enable-java --prefix=<installation target path>
    I am able to create BDB container and access it from a standalone java class. But, when I try to achieve the same using application deployed on WebSphere (WAS 7.0.0.23 ND 64 bit), it throws me the below error:
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.sleepycat.db.internal.db_javaJNI
      at com.sleepycat.db.internal.DbEnv.<init>(DbEnv.java:264)
      at com.sleepycat.db.EnvironmentConfig.createEnvironment(EnvironmentConfig.java:3910)
      at com.sleepycat.db.EnvironmentConfig.openEnvironment(EnvironmentConfig.java:3863)
      at com.sleepycat.db.Environment.<init>(Environment.java:93)
      at com.ins.sot.batch.CreateBDBEnvProcessor.process(CreateBDBEnvProcessor.java:59)
      at com.ins.batch.BatchDeligator.deligateJob(BatchDeligator.java:32)
      at com.ins.batch.BatchService.processBatch(BatchService.java:65)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.ibm.ws.webservices.engine.dispatchers.java.JavaDispatcher.invokeMethod(JavaDispatcher.java:178)
      at com.ibm.ws.webservices.engine.dispatchers.java.JavaDispatcher.invokeOperation(JavaDispatcher.java:141)
      at com.ibm.ws.webservices.engine.dispatchers.SoapRPCProcessor.processRequestResponse(SoapRPCProcessor.java:490)
      at com.ibm.ws.webservices.engine.dispatchers.SoapRPCProcessor.processMessage(SoapRPCProcessor.java:433)
      at com.ibm.ws.webservices.engine.dispatchers.BasicDispatcher.processMessage(BasicDispatcher.java:134)
      at com.ibm.ws.webservices.engine.dispatchers.java.SessionDispatcher.invoke(SessionDispatcher.java:204)
    I am not sure what the problem is, and what to do next. Is it a 32-bit JVM vs 64-bit JVM (on WAS) issue? Can someone kindly help?
    This is my first application with BDB. Kindly bear if I sound too basic.
    Thanks & Regards
    Amit

    Hello, the missing class is in reposimpl.jar. In fact you need to add a lot of jars to publicapi.jar. Publicapi.jar is simply a public entry point to the common library used by other components (the GUI, OMBPlus,etc). I suggest you browse the scripts OWB_HOME/owb/bin/unix/setowbenv.sh or OWB_HOME/owb/bin/win32/setowbenv.bat depending on you OS, and start with the content of the OMBCLASSPATH variable.
    Make sure you have corrected the problem with JCE libraries, as mentioned in thread OWB client not working
    pubapi_javadoc.jar contains the docs, but if you've reached this far I suppose you already have it.
    Good work, Antonio

  • Client web browser closes abruptly when accessing forms deployed using 9iAS 1.0. 2

    I am using 9iAS 1.0.2 on W2K server with SP3.I could successfully launch the application on web browser at server side.Hoever when I try to access from client machine the first time it install the Jinitiator and the web browser gets closed.
    why it is happening? Appreciate any thoughts!
    Thanks

    The problem here is the SOAP engine running on Oracle9iAS 1.0.2.2 is a lower version than that running on Oracle9iAS 9.0.3/OC4J 9.0.3.
    To get them to interoperate (e.g. 1.0.2.2 calling 9.0.3), you would have to do the following:
    1. Build your Web service in OC4J 9.0.3/JDev 9.0.3
    2. Deploy to 9.0.3 environment
    3. Build a Web service client on the 1.0.2.2 environment, not using any 9.0.3 libraries (see below for a link to a paper to do this)
    Conversely if you wanted to call from a OC4J 9.0.3 Web service client to a Oracle9iAS 1.0.2.2 Web service, you would have to do the following:
    1. Build your Web service on 1.0.2.2 using 1.0.2.2 libraries
    2. Deploy this to a 1.0.2.2 environment
    3. Build a client to the 1.0.2.2 Web service using the 9.0.3 libraries
    The reason it likely is not working is that it looks like you are mixing two different generations of SOAP libraries.
    See the link below for how to build and consume Web services using Oracle9iAS 1.0.2.2:
    http://otn.oracle.com/tech/webservices/htdocs/soapr1/ExploreSOAP1022.html
    At the end of that paper is a link to another paper showing how to use JDeveloper 3.2 to build a Web service for 1.0.2.2 - it shows how to use its libraries versus the libraries that came with 9.0.3.
    Mike.

  • Imac doesn't scroll down when accessing public library catalog

    few weeks ago i started having trouble using my public library's online card catalog.  everything works fine until i try to scroll down to see the bottom of the page.  i can scroll until the bar comes to the bottom of the screen, but i can't scroll down any farther.  when i try to get to the bottom by clicking on the screen  to page down, the website freezes and shows some graphics from another page.  the website is unresponsive and i have to close safari.
    it seems as though i started having trouble about the time of my last software update, but that could be my imagination.  i have no trouble on any other sites.  the library's response so far have been unhelpful. 
    does anyone have a clue?
    thanks

    The only thing you can do is to try another browser. It's a good idea to have another browser around.
    Try FireFox first.
    FireFox
    http://getfirefox.com
    Chrome
    Get a fast, free web browser
    Google Chrome runs websites and applications with lightning speed.
    http://www.google.com/chrome?&brand=CHMB&utm_campaign=en&utm_source=en-ha-na-us- sk&utm_medium=ha
    Opera
    http://www.opera.com/browser/download/requirements/
    http://www.opera.com/download/
    iCab - The Taxi for the Internet
    http://www.icab.de/

  • Stops working when accessing hotmail account using outlook

    When I try to access my hotmail account using Outlook, I get a message that Nightly has stopped working. I don't have to take any action after logging into the account for this to happen and it happens every time. I can use yahoo mail with no problem.
    Application Basics
    Name: Firefox
    Version: 29.0a1
    User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:29.0) Gecko/20100101 Firefox/29.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Important Modified Preferences
    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.places.smartBookmarksVersion: 6
    browser.sessionstore.upgradeBackup.latestBuildID: 20140118030204
    browser.startup.homepage: http://xfinity.comcast.net/?cid=insDate07102013
    browser.startup.homepage_override.buildID: 20140118030204
    browser.startup.homepage_override.mstone: 29.0a1
    dom.mozApps.used: true
    dom.w3c_touch_events.expose: false
    extensions.lastAppVersion: 29.0a1
    gfx.direct3d.last_used_feature_level_idx: 0
    gfx.direct3d.prefer_10_1: true
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1390175426
    places.history.expiration.transient_current_max_pages: 104858
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    print.printer_Microsoft_XPS_Document_Writer.print_bgcolor: false
    print.printer_Microsoft_XPS_Document_Writer.print_bgimages: false
    print.printer_Microsoft_XPS_Document_Writer.print_colorspace:
    print.printer_Microsoft_XPS_Document_Writer.print_command:
    print.printer_Microsoft_XPS_Document_Writer.print_downloadfonts: false
    print.printer_Microsoft_XPS_Document_Writer.print_duplex: -2147483571
    print.printer_Microsoft_XPS_Document_Writer.print_edge_bottom: 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_left: 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_right: 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_top: 0
    print.printer_Microsoft_XPS_Document_Writer.print_evenpages: true
    print.printer_Microsoft_XPS_Document_Writer.print_footercenter:
    print.printer_Microsoft_XPS_Document_Writer.print_footerleft: &PT
    print.printer_Microsoft_XPS_Document_Writer.print_footerright: &D
    print.printer_Microsoft_XPS_Document_Writer.print_headercenter:
    print.printer_Microsoft_XPS_Document_Writer.print_headerleft: &T
    print.printer_Microsoft_XPS_Document_Writer.print_headerright: &U
    print.printer_Microsoft_XPS_Document_Writer.print_in_color: true
    print.printer_Microsoft_XPS_Document_Writer.print_margin_bottom: 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_left: 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_right: 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_top: 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_oddpages: true
    print.printer_Microsoft_XPS_Document_Writer.print_orientation: 1
    print.printer_Microsoft_XPS_Document_Writer.print_page_delay: 50
    print.printer_Microsoft_XPS_Document_Writer.print_paper_data: 1
    print.printer_Microsoft_XPS_Document_Writer.print_paper_height: 11.00
    print.printer_Microsoft_XPS_Document_Writer.print_paper_name:
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_type: 0
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_unit: 0
    print.printer_Microsoft_XPS_Document_Writer.print_paper_width: 8.50
    print.printer_Microsoft_XPS_Document_Writer.print_plex_name:
    print.printer_Microsoft_XPS_Document_Writer.print_resolution: 1065353216
    print.printer_Microsoft_XPS_Document_Writer.print_resolution_name:
    print.printer_Microsoft_XPS_Document_Writer.print_reversed: false
    print.printer_Microsoft_XPS_Document_Writer.print_scaling: 1.00
    print.printer_Microsoft_XPS_Document_Writer.print_shrink_to_fit: false
    print.printer_Microsoft_XPS_Document_Writer.print_to_file: false
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_bottom: 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_left: 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_right: 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_top: 0
    print.printer_Samsung_ML-2010_Series.print_bgcolor: false
    print.printer_Samsung_ML-2010_Series.print_bgimages: false
    print.printer_Samsung_ML-2010_Series.print_colorspace:
    print.printer_Samsung_ML-2010_Series.print_command:
    print.printer_Samsung_ML-2010_Series.print_downloadfonts: false
    print.printer_Samsung_ML-2010_Series.print_duplex: -2147483571
    print.printer_Samsung_ML-2010_Series.print_edge_bottom: 0
    print.printer_Samsung_ML-2010_Series.print_edge_left: 0
    print.printer_Samsung_ML-2010_Series.print_edge_right: 0
    print.printer_Samsung_ML-2010_Series.print_edge_top: 0
    print.printer_Samsung_ML-2010_Series.print_evenpages: true
    print.printer_Samsung_ML-2010_Series.print_footercenter:
    print.printer_Samsung_ML-2010_Series.print_footerleft: &PT
    print.printer_Samsung_ML-2010_Series.print_footerright: &D
    print.printer_Samsung_ML-2010_Series.print_headercenter:
    print.printer_Samsung_ML-2010_Series.print_headerleft: &T
    print.printer_Samsung_ML-2010_Series.print_headerright: &U
    print.printer_Samsung_ML-2010_Series.print_in_color: true
    print.printer_Samsung_ML-2010_Series.print_margin_bottom: 0.5
    print.printer_Samsung_ML-2010_Series.print_margin_left: 0.5
    print.printer_Samsung_ML-2010_Series.print_margin_right: 0.5
    print.printer_Samsung_ML-2010_Series.print_margin_top: 0.5
    print.printer_Samsung_ML-2010_Series.print_oddpages: true
    print.printer_Samsung_ML-2010_Series.print_orientation: 1
    print.printer_Samsung_ML-2010_Series.print_page_delay: 50
    print.printer_Samsung_ML-2010_Series.print_paper_data: 1
    print.printer_Samsung_ML-2010_Series.print_paper_height: 11.00
    print.printer_Samsung_ML-2010_Series.print_paper_name:
    print.printer_Samsung_ML-2010_Series.print_paper_size_type: 0
    print.printer_Samsung_ML-2010_Series.print_paper_size_unit: 0
    print.printer_Samsung_ML-2010_Series.print_paper_width: 8.50
    print.printer_Samsung_ML-2010_Series.print_plex_name:
    print.printer_Samsung_ML-2010_Series.print_resolution: 1065353216
    print.printer_Samsung_ML-2010_Series.print_resolution_name:
    print.printer_Samsung_ML-2010_Series.print_reversed: false
    print.printer_Samsung_ML-2010_Series.print_scaling: 1.00
    print.printer_Samsung_ML-2010_Series.print_shrink_to_fit: false
    print.printer_Samsung_ML-2010_Series.print_to_file: false
    print.printer_Samsung_ML-2010_Series.print_unwriteable_margin_bottom: 0
    print.printer_Samsung_ML-2010_Series.print_unwriteable_margin_left: 0
    print.printer_Samsung_ML-2010_Series.print_unwriteable_margin_right: 0
    print.printer_Samsung_ML-2010_Series.print_unwriteable_margin_top: 0
    privacy.sanitize.migrateFx3Prefs: true
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1389307622
    Graphics
    Adapter Description: Intel(R) HD Graphics 4000
    Adapter Drivers: igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32
    Adapter RAM: Unknown
    Device ID: 0x0166
    Direct2D Enabled: true
    DirectWrite Enabled: true (6.3.9600.16384)
    Driver Date: 10-1-2013
    Driver Version: 10.18.10.3316
    GPU #2 Active: false
    GPU Accelerated Windows: 1/1 Direct3D 10
    Vendor ID: 0x8086
    WebGL Renderer: Google Inc. -- ANGLE (Intel(R) HD Graphics 4000 Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote: false
    AzureCanvasBackend: direct2d
    AzureContentBackend: direct2d
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: false
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.3 Beta
    Version in use: 4.10.3 Beta
    NSS
    Expected minimum version: 3.15.5 Basic ECC Beta
    Version in use: 3.15.5 Basic ECC Beta
    NSSSMIME
    Expected minimum version: 3.15.5 Basic ECC Beta
    Version in use: 3.15.5 Basic ECC Beta
    NSSSSL
    Expected minimum version: 3.15.5 Basic ECC Beta
    Version in use: 3.15.5 Basic ECC Beta
    NSSUTIL
    Expected minimum version: 3.15.5 Beta
    Version in use: 3.15.5 Beta

    How do you get the message:
    * Firefox crash dialog
    * (NOT RESPONDING) on the window title bar
    * Windows dialog
    Could you try the site in Firefox's Safe Mode? That's a standard diagnostic tool to bypass interference by extensions, disable hardware acceleration of graphics, disable the JavaScript compilers, and disable some custom settings. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • "SCRIPT5: Access is denied" error when accessing web sites using LocalStorage

    We are having an issue with Internet Explorer 10 affecting users on a number of our Windows 8 workstations. When a user visits a web site that uses the Local Storage feature of HTML5, the page is not displayed correctly. For example, if you visit this page:
    http://jsfiddle.net/xFtQR/
    You should see text in the grey boxes in the lower-right hand corner if everything is working. For the affected users, nothing is displayed. In addition, if you open the F12 Developer Tools and reload the page, the following error message is displayed: "SCRIPT5:
    Access is denied.". It appears the LocalStorage feature is broken for these users.
    From the troubleshooting I've done so far, I've determined that this issue does not affect the Local Administrator account on these computers, but it does affect any domain user and any new local user I create, whether the local user is in the Administrators
    group or not. This leads me to believe the issue may be related to the default user profile in the image that was applied to these computers.
    Other observations:
    Performing a complete reset of Internet Explorer settings (from Tools > Internet Options... > Advanced) does not resolve the issue
    These sites do work correctly after turning off Protected Mode for the Internet Zone (from Tools > Internet Options... > Security) 
    These sites also work correctly when InPrivate Browsing is turned on
    I've tried using Process Monitor to determine whether access is being blocked to a folder. On a working computer, iexplore.exe creates a file within a folder at C:\Users\username\AppData\LocalLow\Microsoft\Internet Explorer\DOMStore. I can't see
    anything on an affected computer that would prevent IE from creating this folder, as the security settings on the folder all appear to be correct.
    The location of this folder appears to be stored in the registry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\LowCache\Extensible Cache\DOMStore. I've tried copying this key from a working computer and blanking
    it out entirely to have IE recreate it, but neither resolved the issue. I've even gone as far as to try and compare an export of the registry from the default user profile from a working system and an affected system but I haven't been able to pinpoint any
    differences which I thought might be relevant.
    I've tried the "Internet Explorer Performance" and "Internet Explorer Safety" troubleshooters in the Control Panel.
    Here are some links to articles on other sites which make reference to the same (or a similar) issue:
    http://answers.microsoft.com/en-us/ie/forum/ie10-windows_7/ie10-script5-access-is-denied/e87bdb30-7f2a-4510-bfa3-a22b995f777b
    http://community.spiceworks.com/topic/357825-ie10-script5-access-is-denied
    https://github.com/meteor/meteor/issues/1291
    Unlike these other cases, deleting an affected user's profile does not resolve the issue (further bolstering my theory that the issue is due to an issue in the default profile in my case).
    Thanks in advance for any assistance anyone can provide!

    With some excellent detective work by Microsoft Product Support (thanks Siddarth!), the solution has been found.
    It turns out that in addition to the security settings on a folder, there is an integrity setting. More information about it is
    here.
    The integrity setting on the AppData\LocalLow folder in each user's profile is supposed to be set to "Low" (hence the name, presumably). In our case, the integrity level was not set correctly on this folder. To rectify the problem, we will need
    to run the following command under each user's profile (with a login script, for example):
    icacls %userprofile%\Appdata\LocalLow /t /setintegritylevel (OI)(CI)L
    As for how this incorrect setting was propagated in the first place, it is because the LocalLow folder in the C:\Users\Default\Appdata folder in our customized OS image had the wrong setting. The C:\Users\Default folder is the template for a new user profile,
    so each new user on these computers was affected. I examined the C:\Users\Default\AppData folder on another machine without a customized user template and found the LocalLow folder is not present at all, so in our environment we will be deleting the C:\Users\Default\AppData\LocalLow
    from each machine to prevent the issue from affecting future new users.
    EDIT: If the command above does not resolve the issue, the registry key that points to the low integrity DOMStore folder may have been changed. Check the
    CachePath registry value at HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\LowCache\Extensible Cache\DOMStore. It should be
    %USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\DOMStore.

  • Accessing windows folders using C7 file manager

    Hi,
    I have the following problem.
    On windows XP pro PC I've installed IIS 5.1. This included webDAV. To publish folders as webfolders I did the following. I have a dutch windows so my translations of th correct Windows menu's might be different than in the US/UK version.
    Create a folder that want to access with the Nokia C7 (e.g. webfolder)
    --> sharing and security -->   sharing via web --> sharing
    --> I filled in an alias (e.g. webfolder)
    ----> accessrights (or accesspolicies) --> none
    On the Nokia C7 I went to filemanager
    --> add new station --> gave it a name (e.g. test)
    --> accesspoint: SSID of my wifi-router
    --> input IP-adres of my webserver -->e.g. http://192.168.0.1/webfolder
    --> username --> my windows login-name
    --> password --> my windows password
    Whenever i connect on the nokia it keeps asking for the right username and password. Though I'm sure I have type the correct on. What am I doing wrong?
    Is there no proper information about this feature of the filemanger?
    I looked on the web but there's nothing to be found, the manual supplied doesn't even mention this aspect o/t  filemanager.
    i hope that ppl in here can help me.

    208 views yet no one able to help me :-(
    Okay. I've found the solution myself. Unfortunatly another problem appeared immediatly!!!
    So to continue this thing.
    After doing the abovementioned items from my former posting. You have to go to IIS-management (My Computer --> Manage --> Computermanagment window appears
    go to --> IIS --> standard website ---> webfolder
    --> right click properties --> security --> Anonimous login ON--> Integrated Windows verification OFF
    That should do the trick.
    The problem that I currently have is that I finally can access this webfolder. I can copy from C7 to it and from the folder to C7 except when the file is larger than say 10MB. Particularly AVI's and Mp4 moviefiles. I hoped that I could stream video this way but aparanlty that's not possible. Small clips (less than 10MB) play okay but large files ALLWAYS give an error
     Installing large .SIS files (+18MB) on the other hand works fine. Is there something that I overlooked?

  • FRM-92102 when accessing a form using a Load Balancer

    Greetings.
    We have two oracle application servers version 10.1.2.0.2 on windows 2003 running forms and reports. When just one a server is running everithing works fine, but when I start the second server the clients receive the message "FRM-92102 : A network error has occurred.The Forms Client has attempted to re-establish its connection to the Server 5 times without success.Please check the network connection and try again later" when the first form is called. In our coniguration the F5 Load Balancer is redirecting requests to the Apache ports in both Oas Machines, we are not using the webcache port. I read the note "FRM-92102 When Using A Software Load Balancer With Forms [ID 465583.1]" but this note applies when webcache is used. Our LBR is set using "insert cookie" persitent mechanism.
    I have the following questions:
    What configuration is needed in OAS files in order to use a LBR and avoid the FRM-92102 error?
    How can I debug or trace FRM-92102 issues?
    Thanks!
    Ramiro Ortiz.

    FRM-92102 is the result of the client not getting a response from the server (mid tier). This generally means only one of a couple of things:
    1. The mid tier which parented the Forms session is not responding. This could be because it is overloaded, the web server (OHS or WebCache) is failing, or something else is preventing the client from getting a response.
    2. Client requests are being routed to the wrong mid-tier server. This is usually the result of improper load balancer configuration or an LB failure. However, generally in this case FRM-92101 would result. If you are using an unpatch 10.1.2 installation, as I believe you are (10.1.2.0) then seeing either error may be possible.
    Regarding the note that discusses using Oracle WebCache for load balancing, regardless of whether you are using an Oracle product or hardware or whatever for loadbalancing, the same concept will apply. The load balancer must have session binding enabled. Understanding whether or not this is the problem should be fairly easy to determine. Simply shutdown one server. If everything works correctly, restart the second server. If the problem now occurs, you can likely assume you have a session binding issue and should likely refer to the load balancer's documentation or their Support group.
    Also, important to understand is that if the load balancer is designed to alter the header information in any way, the likelihood of failing Forms sessions is high. Forms is expecting very specific information in the header exchange. Some intermediate servers (load balancers, ssl accelerators, firewalls, etc) have been known to intentionally or unintentionally alter the header. Again, contact the vendor.
    If you are seeing that the client console is reporting 5 retry attempts, yet you have not set "networkRetries" in formsweb.cfg, this often suggests a critical tcp/ip failure. Often, but maybe not always, the result of a damaged header or other misconfiguration or failure outside of Forms.

Maybe you are looking for

  • Look Up API through JCO

    Hi all, I m using look up through JCO and calling a RFC on backend R/3 for the particular validation.I m using UDF for that.In the UDF i have specified imports as:- imports :-java.util.;java.lang.obj.;com.sap.aii.mapping.lookup.;com.sap.mw.jco.;java.

  • OCFS2 bad magic number

    Hello. Do anybody know about what doing with this error: mount /dev/sde /raid/4 mount.ocfs2: Bad magic number in inode while trying to determine heartbeat information fsck.ocfs2 /dev/sde fsck.ocfs2 1.6.4 fsck.ocfs2: Bad magic number in inode while in

  • BSP with link

    Hi, I have a simple BSP application, where in when the user clicks on the button on the page, onInputProcessing is called and some data is obtained in a pdf document. Now I want to remove the button and want to execute the code on click of a link. Wh

  • Macbook Air (2012)

    Hey everyone, Just got my MBA from UPS today and I updated it to the latest OSX. The only issue is that the internet does not work in my room (which also happens to be where the router is) but the WiFi works great when I'm not in my room. Sometimes i

  • Flash updates cause Windows 7 to crash

    I generally leave my HP laptop in Hybernate mode over night. (Windows 7 Ultimate 64 bit) I have noticed that every few weeks when I go to start up my laptop in the morning, I will see the black screen that says that Windows shut down abnormally and I