Apache Returns 403 Status When Accessing ~/Sites Web Content

Under Mac OS X 10.4.x, I don't recall having any problems accessing web content in ~/Sites.
After upgrading to Mac OS X 10.5.1, Apache returns a 403 status when using a URL in the following form: http://spielzeit.hasental.com/~mcc/weather.
Using the Search function, I found a discussion indicating that the problem was a permissions problem, e.g. other needed execute permissions. I changed the Sites directory permissions from 744 to 755. Still no joy.
The apache2 error_log contains a "client denied by server configuration: /Users/mcc/Sites/" entry.
As this a "standard" feature of Mac OS X that is enabled via System Preferences, I would have assumed that enabling web access under Sharing that Apache server was configured to allow access.
What changes are needed to the conf files to enable user directories?

Found the answer: Another Mac OS X 10.5 upgrade bug. The upgrade script failed to copy /etc/httpd/users/*.conf to /etc/apache2/extras/.
Copying the directory eliminates the server configuration error and allows web content in ~/Sites to be accessed.

Similar Messages

  • How to access / configure Web Content Management in NetWeaver

    Hi,
    I am using SAP EP6.0 and KM is running there. I want to know that how can I access the Web Content Manager of NetWeaver. What configuration is required to access WCM? Any pointer will help me.
    Thanks in advance,
    Manish

    Hi,
    Suppose you have two sites like this: "/sites/SI/SiteA" and “/sites/SI/SiteB”, then you can retrieve the ClientContext object and the List object like this:
    var context = new SP.ClientContext("/SiteA");
    var list = clientContext.get_web().get_lists().getByTitle('ListA');
    Best regards
    Patrick Liang
    TechNet Community Support

  • Oracle Beehive Framework Configuration return faliled status(When install)

    Hi everybody,
    I faced a problem when install Oracle Beehive. All installs of software done, but in next step (Configuration), all configurations done except "Orcl Beehive Frmwork Config". I didn't know what happened, and how to solve this error. Full Error describe below:
    Launching tool "Oracle Beehive Framework Configuration"
    Invocation timestamp: 1:49:09 PM
    Executing command: oracle.ocs.install.plugins.product.main.BeeCfgPlugin ${admin_passwd} ${schema_passwd} ${site_key} C:\oracle\product\1.5.1.0.0\beehive_1 portal.neo.com.vn (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=portal.neo.com.vn)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=oracle))) 3042 21300 21401 21451 orabeehive NEO BeehiveSite FINE SERVER_ONLY true 2 1
    [INFO   ] [2009-09-10 13:49:09] [main                 Line 189 ] [---------------------------------------------------------------]
    [INFO   ] [2009-09-10 13:49:09] [main                 Line 190 ] [         BEEHIVE CONFIGURATION ASSISTANT (BCA) STARTED ]
    [INFO   ] [2009-09-10 13:49:09] [main                 Line 191 ] [---------------------------------------------------------------]
    [INFO   ] [2009-09-10 13:49:09] [main                 Line 192 ] [   ]
    [INFO   ] [2009-09-10 13:49:09] [main                 Line 193 ] [  Start time    : 2009-09-10 13:49:09]
    [INFO   ] [2009-09-10 13:49:09] [main                 Line 194 ] [  Command Line  : C:\oracle\product\1.5.1.0.0\beehive_1\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe C:\oracle\product\1.5.1.0.0\beehive_1\beehive\assistants\bin\BeehiveConfigurationAssistant.pl   -primaryTemplateId SERVER_ONLY -availablePhysicalMemory 2GB -availableNumberOfProcessors 1 -ORACLE_HOME C:\oracle\product\1.5.1.0.0\beehive_1 -hostname portal.neo.com.vn -connectString (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=portal.neo.com.vn)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=oracle))) -BTIport 3042 -OMBport 21300 -MXport 21401 -SecureMXport 21451 -enterpriseName orabeehive -organizationName NEO -siteName BeehiveSite -userFirstName BEEAdmin -userLoginid beeadmin -logLevel FINE -firstInstance true  ]
    [INFO   ] [2009-09-10 13:49:09] [main                 Line 195 ] [   ]
    [INFO   ] [2009-09-10 13:49:09] [main                 Line 196 ] [---------------------------------------------------------------]
    [BEECTL] [Specify the value for secure option --oc4j_admin_password (The text you type will not be displayed as it is entered):
    [BEECTL] [
    [BEECTL] [beectl command failed. See the log file "C:\oracle\product\1.5.1.0.0\beehive_1\beehive\logs\beectl\2009.09.10\beectl_modify_deployment_structure_13_49_19+0700.txt" for more details.
    [BEECTL] [Connection Unavailable.
    [BEECTL] [
    [SEVERE ] [GlobalLib::Executor::executeAndReturnDataIfSuccess Line 224 ]
    [SEVERE ] [Start Message]
    [SEVERE ] [  beectl.exe command execution failed. beectl.exe command returned exit code : 1]
    [SEVERE ] [  1]
    [SEVERE ] [End Message]
    [INFO   ] [2009-09-10 13:49:23] [GlobalLib::Logger::closeLogger Line 622 ] [Closing the log file : C:\oracle\product\1.5.1.0.0\beehive_1\beehive\logs\config\BeehiveConfigurationAssistant\09.10.2009\BeehiveConfigurationAssistant_13_49_09.log]
    Tool "Oracle Beehive Framework Configuration" returned Failed status.Anyone help me please!
    My Envs:
    OS: window xp
    Oracle db: 10gR2.03
    Thanks in advance.
    Luyen

    Hello
    I see [BEECTL] [Connection Unavailable.
    could you
    - test connecting to your database using the exact same settings that you provided to the beehive installer , using a tool like SQLDeveloper or similar ?
    - print out C:\oracle\product\1.5.1.0.0\beehive_1\beehive\logs\beectl\2009.09.10\beectl_modify_deployment_structure_13_49_19+0700.txt                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Exception (org.apache.axis2.AxisFault: Server) when accessing Web-Service

    Hi all,
    I have read already some interesting posts on Java implementation for Oracle CoD Web Services.
    Somehow I am stuck and can't find a way out.
    I try to access the LeadQuery command via the following code:
              String sessionCookie = logon(
                        "https://secure-ausomxapa.crmondemand.com/Services/Integration",
                        username, password);
              LeadStub stub;
              try {
                   stub = new LeadStub(
                             "https://secure-ausomxapa.crmondemand.com/Services/Integration;jsessionid="
                                       + sessionCookie);
                   // ServiceClient client = stub._getServiceClient();
                   // client.getOptions().setManageSession(true);
                   // client.getOptions().setProperty("jsessionid", sessionCookie);
                   // client.getOptions().setUserName(username);
                   // client.getOptions().setPassword(password);
                   LeadQueryPage_Input leadQueryPage_Input = new LeadQueryPage_Input();
                   ListOfLeadQuery listOfLeadQuery = new ListOfLeadQuery();
                   QueryType queryType = new QueryType();
                   queryType.setString("LIKE 'A*'");
                   LeadQuery leadQuery = new LeadQuery();
                   leadQuery.setCompany(queryType);
                   listOfLeadQuery.setLead(leadQuery);
                   leadQueryPage_Input.setListOfLead(listOfLeadQuery);
                   LeadQueryPage_Output leadQueryPage_Output = stub
                             .LeadQueryPage(leadQueryPage_Input);
              } catch (AxisFault e) {
                   e.printStackTrace();
              } catch (RemoteException e) {
                   e.printStackTrace();
              } catch (Exception e) {
                   e.printStackTrace();
                   System.err.println("\n\n\n");
              logoff("https://secure-ausomxapa.crmondemand.com/Services/Integration",
                        sessionCookie);
    Logging In and Out is no problem, runs like music. But whenever LeadQueryPage is called, I just receive the following error:
    org.apache.axis2.AxisFault: Server
         at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
         at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
         at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
         at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
         at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
         at crmondemand.LeadStub.LeadQueryPage(LeadStub.java:1026)
         at CODconnection.main(CODconnection.java:58)
    I'm using Eclipse 3.4.2 with AXIS2 1.4, and the Eclipse Plug-In for AXIS 1.3 (with some small patch to get it to work).
    I downloaded the custom WSDL from Oracle CoD (CRM On Demand) Admin page and used the AXIS-Wizard in Eclipse to transform it to Java.
    For that, I already tried the -g option (which is "Create everything - Client and Server" in the wizard).
    Anyone has a clue what the problem might be?
    Btw.: I downloaded also V1.0 WSDL to check if that works. Some problem.
    Found out that just the error reporting sucks and at the end the Server missed the correct Authentification.
    Funnily I just did what I read a couple of time. With this small bit of code it works:
                   ServiceClient client = stub._getServiceClient();
                   client.getOptions().setManageSession(true);
                   client.getOptions().setProperty(HTTPConstants.HEADER_COOKIE, "jsessionid="+sessionCookie);
                   client.getOptions().setUserName(username);
                   client.getOptions().setPassword(password);
    -----

    You are missing the end point location. See the sample client below:
    MyHelloMyHelloSOAP11PortStub stub = new MyHelloMyHelloSOAP11PortStub("http://localhost:8080/axis2/services/MyHello");
                   MyHelloMyHelloSOAP11PortStub.SayHello hello = new MyHelloMyHelloSOAP11PortStub.SayHello();
                   hello.setS("ABCD");
                   MyHelloMyHelloSOAP11PortStub.SayHelloResponse resp=stub.sayHello(hello);
                   System.out.println("Response from Web Service "+resp.get_return());

  • No return in JS when accessing an applet in loading process

    When I try to access a property or a method of an applet which is
    not completely loaded by the plug-in, my javascript instruction
    never returns. Not even an exception or a null. The CPU is 100% busy
    with the netscape.exe for ever. When I close the browser, I get a
    Dr. Watson.
    Context :
    Netscape 6.2, plug-in 1.3.1 or
    Netscape 7.0, plug-in 1.4.0
    My purpose is to call the applet just after everything is put in place:
    the applet is loaded, ready is work and laid out on screen. So I do
    the call on the BODY onload event. It's fine with NN4.7 or IE5.5 and
    their internal JVM because when the event fires, the applet is ready.
    The problem is with the plug-in. I know that the onload event fires
    as soon as the HTML is ready, independently from the applet which is
    taken in charge by the plug-in. The availability of the applet takes
    some time because it comes from a signed Jar from a protected area of
    the web server. So you have to walk through two additional steps:
    authentify yourself with the server (first popup) and grant session
    privileges to the applet code (second popup). During this time, onload
    has been executed. I know I have to check if the applet is up and if
    not try again later with a setTimeout().
    But how to check the readiness of the applet? When I try to read
    whatever from it too soon, the code will never return !
    To demonstrate the no-return, just put an alert and wait for the applet
    to be loaded and fully active. Then you can have a return from it.
    Don't forget: because of the user prompts (authentication and grant),
    I can't determine a time to delay the check.
    The code:<HTML>
    <HEAD>
    <SCRIPT>
    function initApplet() {
    // If you uncomment the following alert() and wait
    // for the applet to be fully loaded and running, it will be OK.
    // If you don't, "document.applets[0].isActive" will never return.
    // alert("wait")
    if (document.applets.length != 0
      && document.applets[0].isActive
      && document.applets[0].isActive()) updateApplet()
    else setTimeout("initApplet()",1000)
    function updateApplet() {
    alert("call the applet")
    </SCRIPT>
    </HEAD>
    <BODY onload="initApplet()">
    <APPLET code="test.class" width="760" height="220" name="theApplet"
    archive="theSignedJar.jar" MAYSCRIPT>
    </APPLET>
    </BODY>
    </HTML>

    I am having a very similar problem in Netscape 6.2 or later. (It never occurs in Internet Explorer) The applet can contain a few or many (in the 1000's) of applet parameters.
    I am following the same pattern to determine when the applet is loaded (by referencing a flag that is set to true through the applet), which seems pretty standard. The applet is loaded, and the flag is set, but when I begin to process the parameters, the first parameter that is examined is returned as null, even though it is included as an applet parameter in the HTML file that is generated. FYI the first parameter processed is the last one included in the source file. The worst part about this error is that the error seems random. Sometimes it works; other times it doesn't.
    Has anybody ever seen documentation as to how the parameters are loaded into memory, i.e. in what order? Does anybody know the algorithm used by the runtime system to find a parameter when a call to getParameter() is made?
    Any insight would be greatly appreciated!

  • 403 Error when accessing the server

    Hi,
    I have successfully installed the ABAP WebAS Preview. All the processes start but when I try to access the server on port 8000 or 8100, I got this error message :
    Service cannot be reached
    What has happened?
    URL http://192.168.0.2:8000/ call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system NSP with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:blackbox_NSP_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    I'm connected to a modem-router at home which behaves as a DHCP server.
    I thought it was due to the fact I didn't have a full domain name in my computer name. I have tried to enter LOCALHOST and port 8000 in SE80>Utilities>Settings>Business Server Pages. No way ! Same error.
    Thanks in advance for your help.
    BTW I'd like to play with BSPs, where should I go to find some code examples ?

    this is probably because ICM may not be running. check it thru transaction SMICM and also check in transaction SICF whether the services are active.
    try to ping the system using
    http://server.xxx.om:port/sap/bc/ping
    as far BSP samples and tutorial.
    BSP weblogs here at SDN
    http://scn.sap.com/community/abap/bsp/content?filterID=content~objecttype~objecttype[blogpost]
    and tutorial at help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/content.htm
    also check out
    /people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp
    Regards
    Raja

  • Error when accessing the web-based portal for SQL Azure

    Hi,
    when trying to access SQL azure management portal, the following error is thrown:
    [MoreThanOneMatch]
    Arguments:
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See
    http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.00&File=System.Core.dll&Key=MoreThanOneMatch -
    Looking at the site in question, the problem seems to be Silverlight related. However, I am unable to debug as suggested since the server is located on Microsoft premises. To rule out a wrong password, I did a reset and ruled out typos by copying username
    and password into the field. Furthermore since its not a production database, all IPv4 addresses (range 0.0.0.0-255.255.255.255) are allowed to access the database, so the problem should not be related to ip-based access restrictions. Is this a bug
    in the web interface or is the problem sitting in front of the screen?
    Regards,
    Chris

    Hello,
    I also meet this issue when connect to SQL database without specify database on the login page. But the error disappear when I specify the database name in the database section, for example, master.It may be a bug in Management Portal of SQL Database. 
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Time Capsule timeouts when accessing secure web pages, downloading apps, backing up to iCloud, etc.

    Last week I upgraded my broadband connection to fibre, requiring me to install a different router because the Draytek one I had in place was not suitable, so I went for a Time Capsule.  My other devices are a 13” MacBook Air, an iPad 2 and an iPhone 4.
    Web browsing performance was immediately fantastic, with consistent readings on the Mac of 12ms ping, 35Mbps+ download speed and 1.5Mbps+ upload speed.  One oddity I did notice when running a speed test (using speedtest.net), but which I didn’t think about much at the time, is the time taken between finishing the download test and starting the upload test.  In my previous experience there would be only a few seconds between them, but on my new fibre connection through Time Capsule it takes anything from 30 seconds to a minute for the upload test to begin.
    However, a few days ago I tried to download some app updates in iTunes to the Mac, but after a wait I received a message that the network connection had timed out.  I tried again multiple times and each time the result was the same.
    I then Googled the problem to see what might be causing it, but I found I was not able to access any results from the Apple Support Communities pages because the browser would time out with a network connection error, or they would take an absolute age to load. Subsequently, I have also discovered that I cannot backup my iOS devices to iCloud (it tries for ages and then says there was an error), I cannot log in to any online accounts (the browser eventually times out with a network connection error) and I cannot send email from the mailbox that syncs with my work Exchange account.  I have also realised that the Apple Support Communities pages are secure, so the common theme seems to be there is a problem accessing anything that requires security/authentication/encryption.
    This is not a Wi-Fi issue as it is the same when I switch off Wi-Fi on the MBA and attach it to the router via an Ethernet cable.
    It is also not a Mac/iPad issue, as both function normally on my work Wi-Fi network.
    I have reached the end of my limited technical tether, so does anybody have any suggestions please?

    Hi,
    Many thanks for taking the time to respond.
    Bizarrely, after more than a week of problems and time wasted in trying to resolve them, I arrived home from work today to find that everything is working perfectly. The network is exactly as it has been all week and when I called my ISP they said they had changed nothing on the line, so it's a complete mystery.
    I'm happy it's working, but it would have been nice to understand what caused the problem, just in case it happens again.
    Anyway, thanks again and sorry for wasting your time.
    Gareth

  • 404 File not Found when accessing Video Web server

    I am trying to access a Video Web server remotely. Everything works fine on a PC and also on Internet Explorer for Mac.
    When I login using Safari I get the error message "404 File not Found" "The requested URL was not found on this server"
    I have been successful twice through Safari but after that it doesn't seem to work for days.
    I have removed all cookies, emptied the Cache, reset safari, deleted all keychain access references to the website.
    It seems to be a security issue but I am not sure what else to do.
    Any ideas would be greatly appreciated

    Try using open DNS:
    Adding Open DNS codes to your Network Preferences, should give good results in terms of speed-up as well as added security:
    Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)

  • Host name (localhost) when accessing via web

    I installed Beehive and it is running great.
    But I may have missed something - when I access the clients using http://<my web dns name>:4443/zimbra I keep getting re-directed to http://localhost.localdoamin:4443/zimbra.
    When I downloaded the conferencing add-on it also tries to connect to localhost.localdomain and not to the host name of the server or the DNS name (not the same as the actual hostname).
    The Outlook extension works fine and Beekeeper accepts and stays on the web-host name.
    Can I get Beehive to begin using the web-host name in place of localhost.localdomain ?

    I guess your machine name is incorrecly configured in /etc/hosts or your localhost line does also contain the machine name, which is often the case in linux distros "bare from install".
    http://download.oracle.com/docs/cd/E14897_01/bh.100/e14830/what_you_need_to_know.htm#BHLIN754
    I believe that it should be corrected with
    beectl list_properties --component VIRTUALSERVERthen
    beectl modify_property --component VIRTUALSERVER name ServerName value myserver.mydomain.comfinally
    beectl activate_configuration
    beectl modify_local_configuration_filesnot 100% sure

  • ORA 28817 PLSQL function returned an error . when Access instance apex 4 2

    Hello,
    I have just upgraded from apex 4.1 to apex 4.2. Everything is fine except for this error that I get when I try to access Instance Setting on the Admin App (localhost/apex/apex_admin)
    ORA-28817: PL/SQL function returned an errorWhat could be the problem ?? How can we fix it ..
    I am working on Win server 2012 machine .. apex 4.2 with apex listener 2 deployed on Glassfish 3.1.2.
    Best Regards,
    Fateh

    Hello Fateh,
    we are already aware of that problem, although it is not yet present on our Known Issues webpage. The reason for this error is that the new installation overwrites an instance-wide encryption key. Values in the instance preferences that were encrypted with the old value (the SMTP password and the wallet password) are invalid after the upgrade and decryption causes this error. As a work around, you can use the apex_instance_admin package to overwrite the invalid passwords.
    The following code shows how decryption throws ORA-28817:
    SYS@a411> select apex_instance_admin.get_parameter('SMTP_PASSWORD') from dual;
    select apex_instance_admin.get_parameter('SMTP_PASSWORD') from dual
    ERROR at line 1:
    ORA-28817: PL/SQL function returned an error.
    ORA-06512: at "SYS.DBMS_CRYPTO_FFI", line 67
    ORA-06512: at "SYS.DBMS_CRYPTO", line 44
    ORA-06512: at "APEX_040200.WWV_FLOW_CRYPTO", line 89
    ORA-06512: at "APEX_040200.WWV_FLOW_INSTANCE_ADMIN", line 239You can fix this by entering new passwords:
    SYS@a411> exec apex_instance_admin.set_parameter('SMTP_PASSWORD','my smtp password');
    PL/SQL procedure successfully completed.
    SYS@a411> exec apex_instance_admin.set_parameter('WALLET_PWD','my wallet password');
    PL/SQL procedure successfully completed.
    SYS@a411> select apex_instance_admin.get_parameter('SMTP_PASSWORD') from dual;
    APEX_INSTANCE_ADMIN.GET_PARAMETER('SMTP_PASSWORD')
    my smtp password
    1 row selected.Regards,
    Christian

  • Forbidden/403 error when accessing OIF after install

    Hi,
    I just installed OID+OVD+OIF on a Windows 2003 server. The Oracle database is on a separate machine.
    For the OID+OVD+OIF installation, I installed WebLogic 10.3.3, then ran the OID+OVD+OIF installer, and was able to do that successfully.
    I then rebooted (seems to be necessary), then ran startNodemanager.cmd, and then accessed the WL Console, and saw "wls_ods1" and "wls_oif1" servers.
    I started both of those servers successfully.
    When I go to http://<host>:7005/odsm, I get the ODS console.
    But, when I go to http://<host>:7499/fed, I get a 403/Forbidden error.
    I've checked both the Adminserver log file and the wls_oif1 log file, and there are no errors there. Also, the access log file for the wls_oif1 server shows no accesses.
    Is there some additional step I need to do to enable the OIF server?
    Thanks,
    Jim

    You are using a wrong URL. Please use this:
    http://<fed_idp_host>:7499/fed/idp/initiatesso
    and / or
    http://<fed_sp_host>:7499/fed/sp/initiatesso
    If you want to administer the OIF, then you have to use the em enterprise manager. USing the em, you can start the OIF, and use the above url.
    http://<fed_idp_host>:7001/em
    http://<fed_sp_host>:7001/em
    The port 7001 is the default; if you hv selected anything else during the install, then use that port. The login is (default) weblogic and the password is whatever you gave during install.
    Hope this helps. Let us know.
    Edited by: AmbarishMitra on Apr 11, 2011 10:33 AM

  • 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

  • Internet Explorer freezes when accessing sites using Flash

    I am using Windows 7 64-bit, Internet Explorer 8 32-bit and Flash Player 10.1.r102.64. Also Norton Internet Security 2010.
    I am having multiple problems that seem to have arisen more or less simultaneously, I don't know if they're connected or even if I've caused some while trying to fix others.
    My difficulty with Flash Player is that Internet Explorer seems to freeze whenever attempting to open a web page that uses Flash, I then get the error message "Adobe Flash Player Installer/Uninstaller 10.1 r102 has stopped working."
    Additionally, I find I am unable to install some Software, specifically Chrome, Firefox and CCleaner - the installer seems to run, but then nothing happens. Also my attempts at using System Restore have either failed or made matters worse. Most recently when I open Internet Explorer I get the error message "ButtonMonitor has stopped working."
    I would be most grateful for any insight into how to fix my Flash-related problem, or into the possible relation my difficulties may have to one another.
    Thank You,  Ray Sim

    Thanks for responding. I'm really getting the impression I'll be better off without Norton. My virus and firewall protection consist of the Norton and whatever is intrinsic to Windows 7. I'm afraid I didn't recognize all the sets of initials you used, so we'll see how I did.
    In C:\Windows\SysWOW64\Macromed\Flash I found:
    Flash10l.ocx
    FlashInstall
    FlashUtil10l_ActiveX.dll
    FlashUtil10l_ActiveX
    Install
    I don't know what an NPSWF file is, but I didn't see anything I recognized as one. The only file that seems to have version information is FlashUtil10l_ActiveX which is 10.1.102.64
    In Internet Explorer I found ShockwaveFlashObject version 10.1.102.64 listed as "enabled" under both "All add-ons" and "Run without permission"
    Thanks again
    Ray

  • Error message when accessing any web page except yahoo

    I get this error when trying to access facebook.  I have a palm Treo 680
    File: undef_
    From: http://m.facebook.com/
     Size:  2.6k
    Your device does not support this filetype
    Do you want to download to your card?
    yes   no
    Does anyone know what is going on with this?

    -> Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    -> [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    -> [[Warning Unresponsive script]]
    * http://kb.mozillazine.org/Unresponsive_Script_Warning
    Check and tell if its working.

Maybe you are looking for

  • Replacement iphone(hardly one month old phone) is a new one or refurbished ?

    Replacement iphone(hardly one month old phone) is a new one or refurbished ? I am facing lot of issues with my iphone 3gs.Please i request you guys dont buy any apple products here.its waste.I bought my iphone one moth back when i use GPRS(internet )

  • Updated to Mavericks 10.9.1 - corrupted icons

    Can anyone tell me why?  it was fine before the update... Edit: I found the solution..simple really I just deleted the icons then replaced them with the same, just drag the icons from Applications or where ever your apps are.

  • Folder/Public Folder - What is the maximum file size before the URL created no longer works

    Hi, I have received links to files in beehive folder, where the URL will not load as the file name is to long and it's reach some type of maximum display limit for the URL. Is there a maximum document file name length before the URL hit some type of

  • Displaying File name

    When my clients meet with me, I use the iPod photo functionality to view their photos and make decisions. However, it would make things easier if I knew which photo they liked, amongst a group of similar-posed photos. Using the file name in Bridge ma

  • Giveing 3rd parties access to message tracking for their messages?

    Hello, Before I go looking at documentation to see how I would like to find out if it is possible, with Oracle SOA Suiet 11g R1 PS2/3 B2B, to configure the B2B Web Console in such a way that a 3rd party can be given view access to message tracking an