App Service iOS "get started" demo client

Is there a version of the iOS "get started" demo client app written in Swift?
http://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-dotnet-backend-ios-get-started-preview/#create-a-new-ios-app
It seems the only choice is Objective-C.
Thank you!
Robert 

Thank you for getting back to me so quickly!
When I signed in to Event Viewer, I got an error message that my event services weren't running, so I downloaded this fix from Microsoft: http://support.microsoft.com/kb/2478117
That started my Event Services and allowed me to sign into Event Viewer and clear my logs. They are all clear now.
Then I repaired my version of 11G and rebooted, but am still unable to connect to the database or the Get Started URL.
Here are my statuses:
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
ction
Start Date 16-NOV-2012 16:31:35
Uptime 0 days 0 hr. 2 min. 30 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\a
dmin\listener.ora
Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\CONNECTLAP28\liste
ner\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CONNECTLAP28.awi.state.fl.us)(PORT=1
521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
LSNRCTL> exit
sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Fri Nov 16 16:34:42 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to an idle instance.
SQL>
At least it's a different error message now! Any ideas?
Edited by: 971714 on Nov 16, 2012 1:40 PM
Edited by: 971714 on Nov 16, 2012 1:41 PM
Edited by: 971714 on Nov 16, 2012 1:41 PM

Similar Messages

  • BPMA services not getting started

    Hi,
    We recently installed Oracle EPM suite 11.1.1.1 in one of our Windows 2003 SP1 Server. The products so far installed are:
    EPM Foundation Services
    Performance Management Architect
    Calculation Manager
    Financial Management
    Workspace
    Financial Reporting
    Smart Space
    However the Performance Management or Dimension Server (Or any related services to BPMA) services doesnt get started. Also we tried to manually start the service by opening the "HyS9BPMA_EventManager.exe" but it gives error
    "Cannot Start Service from the command line or debugger. A windows serrvice must first be installed (using installutil.exe) and then started with the ServerExplorer, Windows Services Administrative tool or the Net START command".
    However the InstallUtil.exe also doesnt solve the purpose.
    Have anybody faced such kind of issues or has a resloution? Kindly provide any pointers.
    regards,
    James

    Hi John,
    Thanks for the prompt reply.
    These are the related services in ServiceManager that I can see:
    Hyperion EPM Architect - .Net JNI Bridge
    Hyperion EPM Architect - Engine Manager
    Hyperion EPM Architect - Event Manager
    Hyperion EPM Architect - Job Manager
    Hyperion EPM Architect - Web Application
    Hyperion EPM Architect Data Synchronization - Web Application
    All these services are started.
    The service Hyperion EPM Architect - Process Manager is not present in these services list. Although the exe file is present in the location:
    *<HYPERION_HOME>\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin* I can see the file HyS9BPMA_ProcessManager.exe .
    But it doesnt get started.
    I tried reinstalling the BPMA, but no positive result. Do you think I missed something in between.
    Thanks in advance.
    James

  • Database Service not Getting Started

    I have installed, configured Oracle 8i Enterprise Edition on Windows 2000 Profesional.
    - Database Created
    - User Created
    - Data imported into the user from a Dump file.
    - Logged on to OEM by creating a Repository.
    My problem is the above activities are done before Re-starting the system after installation. When I Re-started it the Database Service is not started. Database Service normally starts soon after the system starts (Automatically was set in Services of Windows). It says Starting, but could not start. what could be the reason?. My system runs on 128 MB Ram with 550 Mhz Pentium Processor with enough Swap Memory.
    By - Faheem Ahmed
    [email protected]

    Do you get any error messages when you start the database manually? Also, are there any messages in the oracle logs? This is the Error Message.
    **: The Service did not respond to the start or control request in a timely fashion.

  • Db Console service  not getting started

    Hello,
    I am trying to start DB console from services and also from the command prompt.Its not getting start from both.
    The database is up and running. Even the Isqlplus service is running successfully. Any idea why the DB Console could not be getting started.
    Regards,
    Faiz
    [email protected]

    Hi,
    I have this same issue of not able to start my Oracle 10g DBConsole on my windows xp machine.
    this is what happened. the dbconsole was starting up fine until we had to change the IP address of our systems.
    from the moment we changed IP address of our systems, the dbconsole is not functioning at all.
    i have even update the hosts file under window system32 folder. but still dbconsole is not starting.
    initially i was getting error as ORACLE_SID not set. so i set the environment variable. and then when i try to start dbconsole at command prompt as
    c:>emctl start dbconsole
    i get error as
    "OC4J Configuration issue. C:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole
    _DECK_AAORCL not found."
    Can someone help me solve this.
    Thanks,
    Philip.

  • Getting Started OAuth2 Client in Browser

    I am trying to create an OAuth Client in a web application, definitely needs to run in browser, need to access information through an OAuth service. Please tell me what kind of object I can create that will open the resource owner's html page and then read
    the token from the <title> element of the response. So far I have been able to open the page in an iframe but then don't get any onchange or other events and can't read any properties of the html through the iframe object. 
    This is sample code from my most recent attempt using an iframe in an aspx form. It opens the page properly, allows entry of my credentials, and gets updated by the resource owner. I read lots of examples of using the contentWindow property of the frame
    to access the DOM document which is supposed to do what I want but my frame ("BrowserFrame") is a generic control type and has no contentWindow property, nor can I create any object that has a contentWindow property in this form. The BrowserFrame
    object has innerHTML and innerText properties but both are "". I have also tried various ways in Silverlight (webbrowser object, opening a new browser window) but could not get anything to work in-browser. Sorry I can't remember the exact reasons
    for all the failures but basically it's the same thing, I can browse to the resource owner's page but then cannot read any information from the page to get the token after I put in my username and password.
    To be clear, I have been able to get a lot of information about doing this in an application out-of-browser and got some of these to work, but I can't work out what kind of object I can generate in a browser that will be able to read information from the
    html from the provider's page, in order to retrieve the token. As I haven't even really started this job I don't mind if the solution is Silverlight or an aspx form, although I'm slightly more familiar with Silverlight.
    Sample.aspx:
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Sample.aspx.cs" Inherits="SampleProject.Sample" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
        <head runat="server">
            <title>TITLE</title>
            <style type="text/css">
                #form1
                    height: 511px;
                    margin-top: 40px;
            </style>
        </head>
        <body style="height: 719px">
            <form id="form1" runat="server">
                <asp:Button OnClick="ButtonClickOne" ID="Button1" runat="server" Text="Button" />
                <div id="Div1" runat="server" style="border-style: solid; float:left; height:300px">
                    <asp:Panel ID="ShiftPanel" runat=server Width=700>
                    <iframe runat="server" id="BrowserFrame" src="https://secure.OAUTH_SERVER.com/oauth2/account/authorize/?client_id=MY_CLIENT_ID&redirect_uri=MY_REDIRECT_URI&scope=MY_SCOPE&response_type=code"
    height="600" width="100%"></iframe>
                    </asp:panel>
                </div>
            </form>
        </body>
    </html>
    Sample.aspx.cs:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.HtmlControls;
    using System.Windows.Forms;
    using System.Windows.Forms.ComponentModel;
    using System.Windows.Forms.Layout;
    namespace SampleProject
    public partial class
    Sample : System.Web.UI.Page
    protected void Page_Load(object sender,
    EventArgs e)
    public void ButtonClickOne(object sender,
    EventArgs e)
            //Here is where I tried to get properties of the object “BrowserFrame”

    Hi,
    Some 3rd-party library for OAuth may be a good choice for you, try
    DotNetOpenAuth.
    For ASP.NET questions, I recommend that you post in ASP.NET forum where you could get more help.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • BI Services not getting started

    Hi Frnds,
    I have got below error when i try to start BI services. Any help is appreciable.
    starting weblogic with Java version:
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Oracle JRockit(R) (build R28.1.3-11-141760-1.6.0_24-20110301-1429-windows-ia32,
    compiled mode)
    Starting WLS with line:
    E:\OBIEE1~3\JROCKI~1.2-4\bin\java -jrockit -Xms256m -Xmx1024m -Dweblogic.Name=
    AdminServer -Djava.security.policy=E:\OBIEE1~3\WLSERV~1.3\server\lib\weblogic.po
    licy -Dweblogic.ProductionModeEnabled=true -Doracle.home=E:\OBIEE11g-Home\Oracl
    e_BI1 -da -Dplatform.home=E:\OBIEE1~3\WLSERV~1.3 -Dwls.home=E:\OBIEE1~3\WLSERV~
    1.3\server -Dweblogic.home=E:\OBIEE1~3\WLSERV~1.3\server -Dcommon.components.ho
    me=E:\OBIEE1~3\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=or
    g.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=E:\OBIEE1~3\USER_P~1\dom
    ains\BIFOUN~1 -Djrockit.optfile=E:\OBIEE1~3\ORACLE~1\modules\oracle.jrf_11.1.1\j
    rocket_optfile.txt -Doracle.server.config.dir=E:\OBIEE1~3\USER_P~1\domains\BIFOU
    N~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=E:\OBIEE1~3\U
    SER_P~1\domains\BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=E:\OBIEE1~3
    \USER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml -Digf.arisidstack.home=E:\OBIE
    E1~3\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprovider -Doracle.security.
    jps.config=E:\OBIEE1~3\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps-config.xml
    -Doracle.deployed.app.dir=E:\OBIEE1~3\USER_P~1\domains\BIFOUN~1\servers\AdminSe
    rver\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirector
    y=E:\OBIEE1~3\ORACLE~1\modules\oracle.ossoiap_11.1.1,E:\OBIEE1~3\ORACLE~1\module
    s\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol
    -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracle.home=E:\OBIEE11g-Home\Oracle_B
    I1 -DEPM_ORACLE_HOME=E:\OBIEE11g-Home\Oracle_BI1 -Dweblogic.MaxMessageSize=50000
    000 -DEPM_ORACLE_HOME=E:\OBIEE11g-Home\Oracle_BI1 -DHYPERION_HOME=E:\OBIEE11g-Ho
    me\Oracle_BI1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=E:\OBIEE11g-Home\Ora
    cle_BI1 -DEPM_REG_PROPERTIES_PATH=E:\OBIEE1~3\USER_P~1\domains\BIFOUN~1\config\f
    mwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproper
    ties=E:\OBIEE11g-Home\Oracle_BI1\bifoundation\jee\BISearchConfig.properties -Dwe
    blogic.management.clearTextCredentialAccessEnabled=true -Doracle.notification.fi
    lewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true
    -Dweblogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.sec
    urity.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.
    configuration.class=oracle.biee.search.services.BISearchServiceConfiguration -Dx
    do.server.config.dir=E:\OBIEE11g-Home\user_projects\domains\bifoundation_domain\
    config\bipublisher -DXDO_FONT_DIR=E:\OBIEE11g-Home\Oracle_BI1\common\fonts -Drt
    d.instanceName=RTD_AdminServer -Dem.oracle.home=E:\OBIEE11g-Home\oracle_common -
    Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=
    false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs
    =E:\OBIEE1~3\patch_wls1035\profiles\default\sysext_manifest_classpath weblogic.
    Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    <Nov 22, 2012 5:12:42 PM GMT+05:30> <Info> <Security> <BEA-090905> <Disabling Cr
    yptoJ JCE Provider self-integrity check for better startup performance. To enabl
    e this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=tru
    e>
    <Nov 22, 2012 5:12:43 PM GMT+05:30> <Info> <Security> <BEA-090906> <Changing the
    default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To d
    isable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Nov 22, 2012 5:12:43 PM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Starti
    ng WebLogic Server with Oracle JRockit(R) Version R28.1.3-11-141760-1.6.0_24-201
    10301-1429-windows-ia32 from Oracle Corporation>
    <Nov 22, 2012 5:12:44 PM GMT+05:30> <Info> <Management> <BEA-141107> <Version: W
    ebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Nov 22, 2012 5:12:47 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000362> <Se
    rver failed. Reason: [Management:141266]Parsing Failure in config.xml: java.lang
    .IllegalArgumentException: In production mode, it's not allowed to set a clear t
    ext value to the property: NodeManagerPasswordEncrypted of SecurityConfiguration
    MBean>
    <Nov 22, 2012 5:12:47 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Serv
    er state changed to FAILED>
    <Nov 22, 2012 5:12:47 PM GMT+05:30> <Error> <WebLogicServer> <BEA-000383> <A cri
    tical service failed. The server will shut itself down>
    <Nov 22, 2012 5:12:48 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Serv
    er state changed to FORCE_SHUTTING_DOWN>
    Regards,
    Kumar

    Hi Kumar,
    This is bug *8206442*
    Please check the metalink note,
    *Modification to WebLogic Server (WLS) 10.3 Server Start Parameters Causes Error: "In Production mode, its not allowed to set a clear text value to the property: PasswordEncrypted of ServerStartMBean." [ID 840875.1]*
    Patch is available for the same MOS 8206442
    Regards
    Fabian

  • Presentation Services not getting started, OBIEE 11G

    Hi,
    I tried starting "BI Presentation Services" from Start > All Program > Oracle Business Intelligence > Start BI Services
    Which resulted in failure.
    ----this is what am getting at the end of cmd line----
    ####<Jun 27, 2011 11:54:47 AM GMT+05:30> <Notice> <WebLogicServer> <odi-vm> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1309155887705> <BEA-000365> <Server state changed to FAILED>
    ####<Jun 27, 2011 11:54:47 AM GMT+05:30> <Error> <WebLogicServer> <odi-vm> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1309155887705> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Jun 27, 2011 11:54:47 AM GMT+05:30> <Notice> <WebLogicServer> <odi-vm> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1309155887705> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Jun 27, 2011 11:54:47 AM GMT+05:30> <Info> <WebLogicServer> <odi-vm> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1309155887736> <BEA-000236> <Stopping execute threads.>
    Any suggestions to troubleshoot this?
    Regards,
    Jitendra
    Edited by: Jitendra Bhagwat on Jun 27, 2011 12:05 AM

    There was some changes done in instanceconfig.xml
    after reverting those changes and a machine reboot, presentation services working

  • SAP Services Not Getting Started

    Hi ,
    While restarting services in MMC, getting below error,
    Please suggest. Passwords maintained properly in Logon tab!!
    Thanks
    Sriram

    Hi Sriram,
    Follow the below steps
    1. check the Event under application on the server.
    2. Goto usr\sap\<SID>\DVEBMGS<$$>\exe and double click on the sapstartsrv.exe and re-register the SAP<SID>_<$$> service.
    Also do pate the logs of the Application event.
    With Regards
    Ashutosh Chaturvedi

  • SAP Service not getting started

    Hi Experts,
    After rebooting the WEB AS java server i am not able to restart the SAP services i.e. SAP<SID>_00, SAP<SID>_01 etc.
    Gettign the following error
    1.  Initialization failed. Service not started. [ntservmain.cpp 1497]
    2.  Unable to change to Directory
    <HOST Name>\saploc\<SID>\JC00\work. (Error 53 ERROR_BAD_NETPATH: The network path was not found. ) [ntservstart.cpp 1024]
    Could you please let me know regarding this.
    Regards,
    Sarbjeet Singh

    Hi.
    If you do a simple search through SCN you will find that similar questions are already answered, for instance - Error_bad_netpath.
    Please, follow the [rules of engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement].
    Best regards,
    Aliaksandr Zhukau

  • SAP router service not getting started

    Hi,
    While trying to start the saprouter serices in service.msc it is giving an error.
    could not start the saprouter service on local computer.
    Error: 1067 The process teminated unexpecedly
    Due to this we need to start the router service at the o/s level
    Is there is any option that we can re-install the saprouter services.?
    Regards
    Nizam

    Hi,
    Have you checked event logs about what is the problem ?
    Also, check SAP Note 525751 - Installation of the SNC SAPRouter as NT Service
    Thanks
    Sunny

  • After System recovery all the installed apps are not their EXAMPLE Getting Started Windows 8

    I did a factory restore w/ HP tech. giveing me the advice to do so. I have a HP Pavillion 17 notebook. came installed w/ Windows 8 after a few months I upgraded to 8.1 Now after restore Im running 8 My problem is after this re-start I did not get all my factory installed apps. EXAMPLE Getting started Windows 8  and others. Desktop Icons also did not populate except trash quick start icon thats it Please help THE HP TECS I HAVE SPOKE WITH apx. 8 HOURS in 3 days time are very hard to UNDERSTAND AS IM SPEAKING TO THESE GUYS IN INDIA india. tHEY ALL HAVE GAVE ME DIFFERENT ADVICE AND HAVE CAUSED ME TO HAVE MORE PROBLEMS WITH MY SYSTEM THAN I DID IN THE BEGINNING.

    Hi @Justriden
    I have brought your issue to the attention of an appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post serial numbers and case details.
    If you are unfamiliar with how the Forum's private message capability works, this post has instructions.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • OracleOraDb10g_home1TNSListener service does not start

    I am using Win XP. I have installed Oracle 10g.
    OracleOraDb10g_home1TNSListener service does not start. If started manually, it automatically gets stopped.
    As result, if I connect to Orcale 10 database through Java, I get Network Adapter error.
    what I need to do for OracleOraDb10g_home1TNSListener service to start after clicking 'Start' on it through Services in Control Panel/Admin Tools
    Thanks

    Oracle installation was successful.
    after lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 04-MAR-2006 23:03
    :29
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is C:\oracle\product\10.2.0\db_1\network\admin\listener.or
    a
    Log messages written to C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=uc-52b3c4f41f58.er
    c-wireless.uc.edu)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    Listener failed to start. See the error message(s) above...
    After correcting Host in listner.ora, listner started. However before making this change, this service was getting started though listener.ora had wrong host name.
    Thanks.

  • OracleOraHome92ManagementServer service is not starting automatically

    Hi all,
    OracleOraHome92ManagementServer service is not starting automatically, though we have set it to start automatically. We get the following error message when we tried to start manually.
    "Could not start the OracleOraHome92ManagementServer service on Local computer.
    The service did not return an error. This could be an internal winodws error or an internal service error."
    If we restart the entire server , then OracleOraHome92ManagementServer service is getting started automatically.
    Kindly assist me in resolving the issue.
    On analysing we find the error messages below is the error message.
    VXA-2028 :
    Unable to connect to OMS repository.
    at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
    at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    Error starting Oracle Management Server.
    VXA-2028 :
    Unable to connect to OMS repository."Could not start management server. Initialization failure"
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server... [main][2012-1-4:9:14:7:67] VdbSession.processError: errorCode >12505<
    [main][2012-1-4:9:14:7:67] VdbSession.processError: errorMsg >ORA-12505: TNS:listener could not resolve SID given in connect descriptor
    <
    [main][2012-1-4:9:14:7:67] VdbSession.processError: invalid connect string
    [main][2012-1-4:9:14:17:129] VdbSession.processError: errorCode >12505<
    [main][2012-1-4:9:14:17:129] VdbSession.processError: errorMsg >ORA-12505: TNS:listener could not resolve SID

    If you check internet most times it is about adding the ip address and hostname (+ FQDN ) in C:\WINNT\System32\Drivers\Etc\Hosts file. Do you have that in your hosts file?
    Eric

  • How to get started with ePrint?

    I am new to the ePrint and need instructions on getting started. Thank you

    Hi nojean, welcome to the ePrint/Mobile printing discussion board on the HP Support Forum!
    I'm including a couple of links here that will help you get started using the ePrint service.
    Getting Started with ePrint videos 
    Start Here - How to and troubleshooting
    Hope the information contained in the these links helps you get up and running with HP's ePrint service.
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • Remote Profiling support in Azure App Service

    Remote Profiling support in Azure App ServiceAzure Web Apps as well as API Apps and WebJobs can now be remotely profiled. If your process is running slower than expected, or the latency of HTTP requests are higher than normal and the CPU usage of the process is also pretty high, you can remotely profile your process and get the CPU sampling call stacks to analyze the process activity and code hot paths.There arethree ways to profile a process in Azure App Service and get the CPU usage report:Using Visual Studio 2015Browsing the Azure App Service’s Site Control Management dashboard (aka kudu)Using REST APIsProfiling is not supportedon free or shared sites. The site needs to be upgraded to Basic or Standardin orderto be profiled. Also note, CPU profiling works best with .Net apps.Profiling using Visual Studio 2015Follow the steps below...
    This topic first appeared in the Spiceworks Community

    Hi Pratik,
    Not yet, although this has certainly been on our radar. I encourage you to submit specific asks on Azure Search UserVoice at
    http://feedback.azure.com/forums/263029-azure-search. That'll let other users vote and great help us prioritize features in this area.
    Thanks!
    Eugene
    Thanks! Eugene Shvets Azure Search

Maybe you are looking for