Authentication Error in Cocomo Dev Console

I have two Adobe IDs - one I've had for years and one I
created just to test out Cocomo - and I am unable to logon via the
Dev Console with either of these accounts. I always receive the
message "Authentication Error" when I attempt to logon.
I have tried using both the meeting URL and the account URL
(they seem to be different - the URL I use to actually enter the
meeting is different from the URL that is displayed as the "Account
URL" in the management page on
http://cocomo.acrobat.com)
but I always get the same error.
Client specs:
OS: Windows XP SP2
AIR version: 1.5
Flash Player: 10
Cocomo SDK: SDK Beta 0.9
Proxy type: NTLM (this has caused issues in the past with
Adobe products but the requests appear to be going out correctly in
this instance).
Any ideas what might be going on or how I can get a more
detailed error description (I can't find any error logs anywhere)?
Thanks,
John.

I'v tryed to creat account with AccountURL=
http://connect.acrobat.com/<youraccountname>
http://connectnow.acrobat.com/<youraccountname>
http://connectnow.acrobat.com/<accountname
from meeting URL>
And I have Authentication Error" every time!
My accot was created just fo this. What may be the problem?

Similar Messages

  • Cocomo Dev Console

    hi guys, if I edit my account and change 'Display Name for
    this Account' in the console. the name doesn't get updated till the
    console is restarted. thxs paddy ;)

    Hi,
    This issue has been fixed and will be updated in the next
    drop beta drop of SDK.
    Thanks for reporting.
    Hironmay Basu

  • Improvements to Dev Console

    Is the Cocomo Dev Console AIR app going to be something that
    is kept up to date? It would be nice to see better editing of
    templates (e.g. edit the template itself rather than a room and
    overwriting the template) as well as being able to view and edit
    the storage scheme on nodes.

    Hi,
    Yes we do keep dev console upto date and keep adding new
    features in every drop of Afcs SDK. Currently , we don't have
    editing of templates in mind but we will definitely keep note of
    this feedback.
    Regarding editing of storage scheme, that is something we can
    add in near future. I will update you on its status very soon.
    Thanks
    Regards
    Hironmay Basu

  • Error msgs being sent to /dev/console

    Hi,
    I am a new Solaris user. I have more experience with Darwin and Linux. I recently installed Solaris 10 -- no X, just the basics.
    When the install was complete and I was finally presented with the login, I was frustrated to note that a number of informational error messages were being sent directly to /dev/console. These msgs were interfering with shell operations, and login itself.
    Has anyone else seen this behavior?

    This is default Solaris stuff with regard to console (/dev/console) messages:
    [root@iron ~]# more /etc/syslog.conf
    # Copyright (c) 2000-2002 by Sun Microsystems, Inc.
    # All rights reserved.
    #ident "@(#)syslog.conf 2.3 02/02/21 SMI"
    # This "syslog.conf" file was installed by JASS. This
    # file should be used to log information both locally as
    # well as to a centralized log server (or servers) so that
    # proactive log analysis can be done.
    *.err;kern.notice;auth.notice /dev/console
    *.alert root
    *.emerg *
    *.debug /var/adm/messages
    # *.debug @loghost1
    # *.debug @loghost2
    auth.notice /var/log/authlog

  • Authentication Error from Room Console

    Hey,
    trying to add rooms and getting an "Authentication Error".
    I understand there is no limit to the amount of rooms that could  be made. Maybe its how we are naming them? room100 ?
    Also, is there any recommended way to 'stress test' the site. I'm guessing we would only need to worry about our server and LCCS should scale as needed.
    thanks.
    ...russ

    Now its suddenly working fine..dont know what was wrong before..
    Thanks for the answers.
    With Regards,
    Sarat

  • Weblogic 9.2 cluster install across 2 linux servers - authentication errors

    Hello all,
                        I am currently trying to install a 9.2 cluster across two Linux machines, but am having a few problems that I was hoping someone here could help with. I?ve been reading the documentation, but feel as though it?s getting me nowhere.
                        I have two servers, on which I have installed weblogic portal 9.2. On the first I have then used the configuration wizard to great an admin server and cluster members 1, 2 and 3.
                        A cluster is created and the three cluster members are assigned to it.
                        Then I configure two unix machines, for the servers 1 and 2.
                        I assign the admin server and cluster member 1 to the first server. Cluster members 2 and 3 are assigned to the second server.
                        The connection pools and JMS stores I left as the default values.
                        The configuration completes and a domain is created on the first server.
                        I have copied the complete user_projects directory to the second server. I didn?t want to go through the configuration steps on each server that weblogic was to be installed on, so this looked like the easiest way to get the startManagedWeblogic scripts onto the second server. Also I didn?t find anything in the documentation that mentioned how to set up a cluster across multiple machines in any detail, only how to install multiple instances on a single server and run them as a cluster.
                        I manage to start the admin server ok and can connect through the web based admin console.
                        The first cluster member also starts up on the first server.
                        Now I go to the second server again, and when I try to start the cluster members here I get Authentication errors:
                        <Jan 31, 2007 2:56:22 PM CET> <Error> <Security> <BEA-090854> <SAMLCredentialMapper provider initialization failed: Could not retrieve credentials for AssertionSigningKey.>
              <Jan 31, 2007 2:56:23 PM CET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
              <Jan 31, 2007 2:56:23 PM CET> <Error> <com.bea.weblogic.kernel> <000000> <[Security:090735]The DBMS connection was not usable>
              <Jan 31, 2007 2:56:23 PM CET> <Critical> <Security> <BEA-090403> <Authentication for user weblogic denied>
              <Jan 31, 2007 2:56:23 PM CET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
              weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
                      at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:947)
                      at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
                      at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
                      at weblogic.security.SecurityService.start(SecurityService.java:141)
                      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
                      Truncated. see log file for complete stacktrace
              >
              <Jan 31, 2007 2:56:24 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
              <Jan 31, 2007 2:56:24 PM CET> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
              <Jan 31, 2007 2:56:24 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
              Autonomy engine processes stopped
                                  What am I doing wrong / forgetting to do.
                        Any help or suggestions are most helpful
                        Regards
                                  IV

    Hello ,
              I can help you in this regard, (let me see).
              Let me start from the beginning.
              Assumptions:
              M1 is hosting 1-Admin server(AdminServer), 2-Managed Server(ms1,ms2),
              M2 is hosting 1 -managed server (ms3)
              1. Install WebLogic Server/Portal product on M1 and M2 say /home/user1/bea1 - on M1
              /home/user1/bea1 - on M2
              2. Create Cluster Domain using ConfigWiz/WLST.
                   [ here I will talk abt Config Wiz)
                   - Open config Wiz
              - Create domain in Production Mode.(ideally Cluster is not supported in Dev mode )
                   - Create 1 Admin server, 3 Managed server Host = <M1> and config SSL port
                        AdminServer ? Host_M1
                        Ms1     ? Host_M1
                        Ms2     ? Host_M1
                        Ms3     ? Host_M2
              NOTE: *** Don't use IP addresses - use hostnames. The hostnames need to be specified in the correct format. When specifying a hostname, use the receiving server side's rules for SSL certificate hostname format when specifying the server address. The address that a client uses needs to match up with the server's SSL certificate host identity field ((example: pint21.bea.com on both server/client side, not just pint21 and other pint21.bea.com)
              Using the 'keytool' Java utility, verify the content of hostname identity embedded in the demo SSL certificate
              $ keytool -list -v -alias demoidentity -keystore DemoIdentity.jks
              Owner: CN=pisol18, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
              -     Config Data Source (conn pool) to Any DB Type you like, test them and run the DB scripts if applicable (Run DB).
              3. Create Managed Server template Using Pack/Unpack tool
              3.1     Using <WL_HOME>\common\bin\pack.cmd with ?managed option create managed server template.
              3.2     Using <WL_HOME>\common\bin\unpack.cmd on M2 to create the domain on Host2
              4. Starting the Admin Server
              5. Start the Managed server in many way. As given on edocs.
              http://edocs.bea.com/wls/docs92/ConsoleHelp/taskhelp/clusters/StartOrStopAServer.html
              I hope this helps you,
              Thanks
              Viswa
              ------------

  • Authentication Error while  Configue SOA in JDev 11g TP4

    Hi everyone.
    I'm trying to configure SOA suite 11g in my local system. I have done the schema creation and already created a App server connection in JDev->Tools-> Java EE Runtime Preferences.
    When I start the configue SOA, it failes to start or stop the oc4j instance as below phase:
    [echo] Changing oc4j ports with following values:
    HTTP Port : 8988 -> 8888
    RMI Port : 23891 -> 12401
    RMI SSL Port: 24043 -> 24043
    JMS Port : 9227 -> 12601
    [echo] Create jms queues/topics from new oc4j jms template
    [echo] Changing jms.xml to use port : 12601
    [echo]
    * Configuring SOA Infrastructure. This will take 5-10 minutes. *
    * Summary of SOA configuration parameters: *
    ** Oracle Home = F:\jdeveloper11g\
    ** Oracle Instance = F:\jdevinstance\system11.1.1.0.22.49.49
    ** SOA Database = localhost:1521:XE
    ** SOA Database User = jdev_soainfra
    ** HTTP Port = 8888
    ** RMI Port = 12401
    ** JMS Port = 12601
    ** Component Type = o.j2ee
    ** Component Name = embedded-oc4j
    ** Configure OWSM = false
    ** Configure SOA Console = true
    ** Configure B2B UI = false
    ** Configure XEngine = false
    [echo] ==Stopping oc4j standalone...
    [exec] Result: 1
    [echo] ==Waiting max 240 second(s) for shutdown of URL http://ESFANDIYAR:8888...
    BUILD FAILED
    F:\jdeveloper11g\install\bpel\build.xml:10: The following error occurred while executing this line:
    F:\jdeveloper11g\install\bpel\soa-infra-config.xml:48: The following error occurred while executing this line:
    F:\jdeveloper11g\install\bpel\soa-infra-config.xml:89: ***************************************************
    * Configuring SOA Infrastructure has FAILED.
    * If following log files exists, please check them for possible cause:
    * F:\jdevinstance\system11.1.1.0.22.49.49\o.j2ee\embedded-oc4j\install\tmp\soa-infra-java.log
    * F:\jdevinstance\system11.1.1.0.22.49.49\o.j2ee\embedded-oc4j\log\startsoa.log
    Total time: 4 minutes 23 seconds
    I checked the log file and it says it is encountered an authentication error. I'm wondering which user name and password it is referring and where shall I set the correct values. During the app server connection, I have entered the proper value for oc4jadmin/password.
    Aug 30, 2008 11:37:00 PM oracle.j2ee.util.AnnotatedLogger logWithThrowable
    WARNING: J2EE JNDI-00005
    Authentication failed when trying to connect to the server. You need to provide a valid username and password.
    Caused by:class javax.naming.AuthenticationException: Not authorized
    oracle.oc4j.admin.deploy.cmdline.AdminCommandException:
    Failed to connect to the server with deployment URI (deployer:oc4j:ESFANDIYAR:12401). Please refer to the exception trace from server above to identify the cause.
         at oracle.oc4j.admin.deploy.cmdline.AdminCommandBase.execute(AdminCommandBase.java:54)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:107)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.main(Oc4jAdminCmdline.java:71)
    Thanks for any help.
    Esfand

    Hi Heidi,
    I tried once again to install a fresh instance of Oracle soa suite 10.1.3.0 and upgraded it to 10.1.3.4 successfully. I did all the JDeveloper 11g installation and configure SOA process all successfully. I can create a connection to OC4J using 12401 RMI port successfully but none of my applications are deployed to server.
    This message is repeatedly displaying in messages tab:
    Exception returned by remote server: com.evermind.server.rmi.RMIConnectionException: Disconnected: oracle.oc4j.admin.management.shared.SharedModuleType. local class incompatible during deploy ...
    The default OC4J RMI port is 23791 but in my installation it is set to 12401 when I checked the Runtime Port option of Oracle Application Server and the connection is fine with this port but applications can not be deployed with this configuration.
    I can deploy applications on separate standalone OC4J instance successfully but not able to do it with my SOA application server.
    Any comments will be appreciated.
    Thanks again
    Esfand
    Edited by: user3788199 on Sep 8, 2008 6:50 AM

  • Error in Siebel Analytics ReportUI portlet Authentication error.

    Hi Everyone
    I am trying to Integrate Between Weblogic Portal and OBIEE.
    Weblogic Portal Version: 10.3
    OBIEE : 11g
    Integration Using: Report UI Portlet
    1.
    While creating OBIEE environment "weblogic" user was setup as "Administrator" account.
    Following is list of users that i see from weblogic console for OBIEE.
         User          |     Group
         weblogic     |     Administrator
         BISystemUser|     Administrators
         OracleSystemUser|     OracleSystemGroup
    2.
    From Portal environment, i have added "sawjsr168portlets.war" as shared library.
    Changed portlet.xml and web.xml with following.
         -changes in portlet.xml
              1. oracle.bi.presentation.sawserver.URL
                   http://localhost:9704/analytics/saw.dll
              2.     oracle.bi.presentation.portlets.jsr168.reportui.AdminUserName
                   weblogic
              3.     oracle.bi.presentation.portlets.jsr168.reportui.AdminPwd
                   xxxxxx
              4.     oracle.bi.presentation.report.Path
                   /Shared Folders/Sample Lite/Published Reporting/Reports/Brand Revenue Details
         -changes in web.xml
              1.     com.siebel.analytics.web.SAWServer.Host
                   localhost
              2.     com.siebel.analytics.web.SAWServer.Port
                   9704
    3. On Portal Desktop, I am authenticating with "weblogic" user ("weblogic" user which is configured in Portal Domain).
    While doing so, I see following exception on Portal Domain.
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.transport.http.HTTPSender> <BEA-000000> <<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:sawsoap="com.siebel.analytics.web/soap/v6"> <soap:Body> <soap:Fault><faultcode>soap:Server</faultcode>
    <faultstring>Authentication error. Details: An invalid User Name or Password was entered. </faultstring>
    <detail><sawsoape:Error xmlns:sawsoape="com.siebel.analytics.web/soap/error/v1">
    <sawsoape:Code>IAI2Z2JJ</sawsoape:Code>
    <sawsoape:Message>Authentication error. Details: An invalid User Name or Password was entered. </sawsoape:Message>
    <sawsoape:File>main/project/websubsystems/soapservicesimpl.cpp</sawsoape:File>
    <sawsoape:Line>183</sawsoape:Line>
    <sawsoape:LogSources>
         <sawsoape:LogSource>saw.soap.makesession</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.sessionrequesthandler</sawsoape:LogSource>
         <sawsoape:LogSource>saw.SOAP</sawsoape:LogSource>
         <sawsoape:LogSource>saw.httpserver.request.soaprequest</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.responder</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.handleConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.dispatch</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threads</sawsoape:LogSource>
    </sawsoape:LogSources><sawsoape:Error>
    <sawsoape:Code>IHVF6OM7</sawsoape:Code>
    <sawsoape:Message>Authentication Failure.</sawsoape:Message>
    <sawsoape:File>main/project/webconnect/connection.cpp</sawsoape:File>
    <sawsoape:Line>387</sawsoape:Line>
    <sawsoape:LogSources>
         <sawsoape:LogSource>saw.connectionPool.getConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.securitysubsystem.checkauthentication.runimpl</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.makesession</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.sessionrequesthandler</sawsoape:LogSource>
         <sawsoape:LogSource>saw.SOAP</sawsoape:LogSource>
         <sawsoape:LogSource>saw.httpserver.request.soaprequest</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.responder</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.handleConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.dispatch</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threads</sawsoape:LogSource>
    </sawsoape:LogSources><sawsoape:Error>
    <sawsoape:Code>OPR4ONWY</sawsoape:Code>
    <sawsoape:Message>Odbc driver returned an error (SQLDriverConnectW).</sawsoape:Message>
    <sawsoape:File>main/project/webodbcaccess/odbcconnectionimpl.cpp</sawsoape:File>
    <sawsoape:Line>356</sawsoape:Line>
    <sawsoape:Error>
    <sawsoape:Code>U9IM8TAC</sawsoape:Code>
    <sawsoape:Message>State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13038] The user does not have impersonation privilege. (08004)</sawsoape:Message>
    </sawsoape:Error>
    </sawsoape:Error>
    </sawsoape:Error>
    </sawsoape:Error>
    </detail>
    </soap:Fault></soap:Body> </soap:Envelope>>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(exit00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.transport.http.HTTPSender> <BEA-000000> <Exit: HTTPDispatchHandler::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SimpleChain> <BEA-000000> <Exit: SimpleChain::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(semanticCheck00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.handlers.soap.MustUnderstandChecker> <BEA-000000> <Doing SOAP semantic checks...>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <Enter: SOAPPart::getAsSOAPEnvelope()>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(currForm)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <current form is FORM_SOAPENVELOPE>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.client.AxisClient> <BEA-000000> <Exit: AxisClient::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <Enter: SOAPPart::getAsSOAPEnvelope()>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(currForm)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <current form is FORM_SOAPENVELOPE>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(toAxisFault00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.enterprise> <BEA-000000> <Mapping Exception to AxisFault
    Authentication error. Details: An invalid User Name or Password was entered.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
    <Jan 3, 2011 11:05:05 AM EST> <Error> <ServletContext-/research-portal> <BEA-000000> <Error in Siebel Analytics ReportUI portlet
    Authentication error. Details: An invalid User Name or Password was entered.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers
    Kindly let me know your thoughts on following.
    1. Am i missing any steps?
    2. Is it possible that Portal 10.3 and OBIEE 11g is not compatible?
    3. Admin Username and password that i specified in Report UI portlet's preferences, is it wrong user (or user from wrong group maybe)? Do i need to specify user who is from another group?
    4. I changed "SAWServer" url and port in web.xml. Is that okay?
    5. Is there any way, i can get more detailed information from OBIEE Server by enabling certain kind of debug?
    Let me know if any input is needed from my side. Any input is highly appreciated.
    Thanks

    Hi Now I am facing bellow error.
    Can anybody suggest me what to do?
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65PState: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 13017] User or group has not been granted the Direct Database Access privilege to access the database 'sh'. Please verify the User/Group Permissions in the Oracle BI Administration Tool. (HY000)

  • Authentication error while logging in through WEBLOGIC user

    Hi All
    I have installed OBIEE 11.1.1.5 on my system having Windows 7 (32bit). The installation went thru without any errors.
    I am able to login to Enterprise manager and Console with user weblogic/oracle123 but am not able to login to Analytics. its giving Authentication error.
    Can somebody lease help.
    Thanks
    Regards
    Ankit

    Whenever you want to login to OBIEE 11g - First Start--Go to all programs --Oracle Business Intelligence- Stop BI services. Stop the BI services first.
    You may try this -->
    Go to Run, Type odbccp32.cpl
    go to System DSN - Select Coreapplication.....
    Configure ->Say OK-> Uncheck Clustered DSN option. -> OK.
    Start the OBI services.
    Note : Before starting the OBIEE 11g services - first of all STOP the bi services.
    After you press start BI service - wait for 10 min to finish the process - a blank page will open by itself - wait again for 2 minutes and then just refresh the page -
    Thanks.

  • Authentication error trying to download and open a book from my library using Windows 8 on my Surface2 tablet.

    When I chose ePUB as the download option for books from my library, the Overdrive Media Console application times out and locks up.  I get an Authentication error saying unable to open.  Then, I am unable to return to books to try another download option as the item did not successfully open using the Adobe Reader Digital Rights Management.

    See http://windows.microsoft.com/en-us/windows/change-file-open-program#1TC=windows-7
    Also http://windows.microsoft.com/en-us/windows/change-default-programs#1TC=windows-7

  • Job rejected with "2015 -Authentication errors"

    Environment:
    Oracle server : Sun Solaris 2.8, Oracle 8.1.5
    OEM/Management server: Windows 2000, Oracle 8.1.6
    Agent is running fine on Solaris and pingable from Windows OEM Console.
    Preferred confidential setting:
    For oracle database: SYS/syspassword, Role: SYSDBA
    For SunOS node: Oracle/oracel_account_password
    For listener: none
    Problem:
    Created a job, run task "Run SQL script", got "2015 -Authentication errors" and job failed.
    Thanks in advance

    Preferred confidential setting:
    For oracle database: SYS/syspassword, Role: SYSDBA
    For SunOS node: Oracle/oracel_account_password
    For listener: none
    Above is what you listed in your post. Try using your SunOS username and logon instead of the Oracle/oracel_account_password.
    Also, on Windows NT, the os user must have the advanced user right "logon to submit batch jobs" or something like that.
    Hope this helps What about node password
    one think more give right {Batch job create } to nt user

  • BI Presentation Services Authentication Error

    Hi,
    I am at my wits end in trying to solve this issue. I have installed obiee 11g on my laptop and am able to login to the BI Admin Tool and the enterprise manager and also the console. But I have been getting an authentication error when trying to log into presentation services. I am new to OBIEE and have tries to get some help from the various forums and have been trying to incorporate the suggested solutions. But I only seem to have screwed it up further as I am not able to login to the console also as of now. I can still connect to the enterprise manager. All that I need is to be able to open up the presentation services. Pls help me out.

    Hi,
    I have not used 11g, but from my experience of 10g, the presentation services take the same password as the Deafult RPD password. if you are able to get into the RPD from the Admin tool the same pwd should work. Things to check...suppose your rpd is Paint and i assume u are able to get into the Bi Admin tool with username/pwd as Administrator/Administrator
    1. The should be a webcatalog created as paint in the C:\OracleBIData\web\catalog
    2. The instanceconfig.xml has it pointing to the paint <CatalogPath>C:/OracleBIData/web/catalog/paint</CatalogPath>
    If this is not set, then set it and restart the presenation services.
    Let me know if that help
    Rgds,
    Amit

  • Win8 pro, hyper-v: error while connecting on local machine "an authentication error has occurred" "the supplied handle is invalid"

    Subject host OS: windows 8 pro.
    I've turned os feater hyper-v on, restarted copmuter. In hyper-v manager added empty virtual machine. After double clikcing on my newly created machine windows with "virtual michine connection appeered". I turned button "power on" and
    console has dropped error:
    "remote desktop connection": "An authentication error has occurred. The supplied handle is invalid."
    on the tiny image on the left bottom picture a can see quest console.  
    1) How can i install OS on my guest, where is default console for virtual machine?
    2) What is RDP required
    for  on this firts stage of installation and how can i connect to the virtual machine console without it???

    Hi,
    Regarding your first question, here is an article talking about install and configure the first virtual machine in Hyper-V, please refer to Step 2: Create a virtual machine and Step 3: Install the guest operating system in the below link:
    Install Hyper-V and Configure a Virtual Machine
    By saying the default console for Virtual machine, do you mean the Hyper-V manager?
    The error might indicate that there is no VM available to connect. After we installed a OS, then we could connect it with the right-click in Hyper-V manager, see:
    Connect to a Virtual Machine
    The RDP connections is used to connect the VM in Windows 8, and for Windows 8.1, there are great improvements including what's called Enhanced Session Mode, more information, please see:
    Overview: Client Hyper-V Enhanced Session Mode in Windows 8.1
    If I misunderstand something, please let me know.
    Best regards
    Michael Shao
    TechNet Community Support

  • DNSService error and self expanding console.log file

    Just like misskool, I had a problem with self-expanding console.log files. As suggested by roam, I erased the com.apple.iTunes.plist file to fix the issue. Unfortunately, 2 days after, the same problem started again. I noticed it happened soon after I tried (without success) to establish a mac OS 10.3.9 to mac OS 10.4.9 wireless network - either that or the re-activation of AppleTalk on my iBook. The error message in the console.log file is a repeated one-liner :
    DNSServiceProcessResult() returned an error! -65537
    The original advice from roam worked until I tried to network my two macs. In his idea, iTunes was the probable origin of the problem. Is it ?

    The mDNS error message was associated with an iTunes update, though that is not to say it is caused by iTunes though it may well have. The error is from the mDNS service, a system wide network service, which looks for available services on the network.
    I don't know what is causing this error but it has been known about since 2005, evidenced by this thread. It is a highly technical discussion,
    http://lists.apple.com/archives/Bonjour-dev/2005/Jul/msg00023.html
    which talks about the error occurring when two ethernet interfaces are active, but does not err when only with one. It is possible this observation is linked to your experience trying to network two Macs.
    Click on the Next Threads on that page to read more.
    Another thing to note is that the error code given is general and undescriptive, where one poster writes " Normally when you see that error it means that mDNSResponder (mdnsd) crashed." ... but there is no specific meaning given to the error code as to why it did.
    So it's a bug but I cannot explain why it occurs or what role the iTunes update played in bringing it to the fore.
    If it continues to be a problem with the same error message printing in the console, open Activity Monitor and mDNS should be active there and kill that mDNS Process.
    As i have no iTunes updated, and do not want to try and create this error, I'll leave it up to you to try and determine some causes and effects regarding the renegade process of mDNS.

  • RPC: Authentication error while trying to mount a remote cdrom

    On my Solaris 10 workstation I configured the following line in /etc/dfs/dfstab:
    share -F nfs -o ro,anon=0 /cdrom/cdrom0
    and restarted the nfsd.
    dfshares says that it is shared: undine:/cdrom/sol_10_606_sparc undine - -
    Now when I try to mount it on another Solaris 10 host like this it is not working:
    mount -F nfs undine:/cdrom/sol_10_606_sparc /mnt
    nfs mount: undine: : RPC: Rpcbind failure - RPC: Authentication error
    Both Hosts are JASS hardened. I think there is a service missing.
    The following services are available:
    root@undine# svcs -a
    STATE STIME FMRI
    legacy_run Jul_23 lrc:/etc/rc2_d/S00set-tmp-permissions
    legacy_run Jul_23 lrc:/etc/rc2_d/S07set-tmp-permissions
    legacy_run Jul_23 lrc:/etc/rc2_d/S10lu
    legacy_run Jul_23 lrc:/etc/rc2_d/S20sysetup
    legacy_run Jul_23 lrc:/etc/rc2_d/S40llc2
    legacy_run Jul_23 lrc:/etc/rc2_d/S42ncakmod
    legacy_run Jul_23 lrc:/etc/rc2_d/S68net-tune
    legacy_run Jul_23 lrc:/etc/rc2_d/S70nddconfig
    legacy_run Jul_23 lrc:/etc/rc2_d/S70sckm
    legacy_run Jul_23 lrc:/etc/rc2_d/S73cachefs_daemon
    legacy_run Jul_23 lrc:/etc/rc2_d/S81dodatadm_udaplt
    legacy_run Jul_23 lrc:/etc/rc2_d/S89bdconfig
    legacy_run Jul_23 lrc:/etc/rc2_d/S90loc_ja_cssd
    legacy_run Jul_23 lrc:/etc/rc2_d/S90webconsole
    legacy_run Jul_23 lrc:/etc/rc2_d/S91afbinit
    legacy_run Jul_23 lrc:/etc/rc2_d/S91gfbinit
    legacy_run Jul_23 lrc:/etc/rc2_d/S91ifbinit
    legacy_run Jul_23 lrc:/etc/rc2_d/S91jfbinit
    legacy_run Jul_23 lrc:/etc/rc2_d/S91kfbinit
    legacy_run Jul_23 lrc:/etc/rc2_d/S91zuluinit
    legacy_run Jul_23 lrc:/etc/rc2_d/S94Wnn6
    legacy_run Jul_23 lrc:/etc/rc2_d/S94atsv
    legacy_run Jul_23 lrc:/etc/rc2_d/S94ncalogd
    legacy_run Jul_23 lrc:/etc/rc2_d/S98deallocate
    legacy_run Jul_23 lrc:/etc/rc2_d/S99dtlogin
    legacy_run Jul_23 lrc:/etc/rc3_d/S16boot_server
    legacy_run Jul_23 lrc:/etc/rc3_d/S22acct
    legacy_run Jul_23 lrc:/etc/rc3_d/S25openssh_server
    legacy_run Jul_23 lrc:/etc/rc3_d/S50apache2
    legacy_run Jul_23 lrc:/etc/rc3_d/S52imq
    legacy_run Jul_23 lrc:/etc/rc3_d/S73_mysql
    legacy_run Jul_23 lrc:/etc/rc3_d/S75seaport
    legacy_run Jul_23 lrc:/etc/rc3_d/S81volmgt
    legacy_run Jul_23 lrc:/etc/rcS_d/S29wrsmcfg
    disabled Jul_23 svc:/network/rpc/metamed:default
    disabled Jul_23 svc:/network/rpc/metamh:default
    disabled Jul_23 svc:/network/rpc/rstat:default
    disabled Jul_23 svc:/network/rpc/spray:default
    disabled Jul_23 svc:/network/rpc/wall:default
    disabled Jul_23 svc:/network/tname:default
    disabled Jul_23 svc:/network/security/ktkt_warn:default
    disabled Jul_23 svc:/network/security/krb5_prop:default
    disabled Jul_23 svc:/network/telnet:default
    disabled Jul_23 svc:/network/apocd/udp:default
    disabled Jul_23 svc:/network/uucp:default
    disabled Jul_23 svc:/network/chargen:dgram
    disabled Jul_23 svc:/network/chargen:stream
    disabled Jul_23 svc:/network/daytime:dgram
    disabled Jul_23 svc:/network/daytime:stream
    disabled Jul_23 svc:/network/discard:dgram
    disabled Jul_23 svc:/network/discard:stream
    disabled Jul_23 svc:/network/echo:dgram
    disabled Jul_23 svc:/network/echo:stream
    disabled Jul_23 svc:/network/time:dgram
    disabled Jul_23 svc:/network/time:stream
    disabled Jul_23 svc:/network/ftp:default
    disabled Jul_23 svc:/network/comsat:default
    disabled Jul_23 svc:/network/finger:default
    disabled Jul_23 svc:/network/login:eklogin
    disabled Jul_23 svc:/network/login:klogin
    disabled Jul_23 svc:/network/login:rlogin
    disabled Jul_23 svc:/network/rexec:default
    disabled Jul_23 svc:/network/shell:default
    disabled Jul_23 svc:/network/shell:kshell
    disabled Jul_23 svc:/network/talk:default
    disabled Jul_23 svc:/platform/sun4u/dcs:default
    disabled Jul_23 svc:/system/metainit:default
    disabled Jul_23 svc:/platform/sun4u/mpxio-upgrade:default
    disabled Jul_23 svc:/network/iscsi_initiator:default
    disabled Jul_23 svc:/network/rpc/nisplus:default
    disabled Jul_23 svc:/network/nis/server:default
    disabled Jul_23 svc:/network/dns/client:default
    disabled Jul_23 svc:/network/ldap/client:default
    disabled Jul_23 svc:/system/auditd:default
    disabled Jul_23 svc:/network/inetd-upgrade:default
    disabled Jul_23 svc:/application/print/server:default
    disabled Jul_23 svc:/platform/sun4u/sf880drd:default
    disabled Jul_23 svc:/system/power:default
    disabled Jul_23 svc:/network/rpc/bootparams:default
    disabled Jul_23 svc:/system/rcap:default
    disabled Jul_23 svc:/system/mdmonitor:default
    disabled Jul_23 svc:/network/rarp:default
    disabled Jul_23 svc:/network/dhcp-server:default
    disabled Jul_23 svc:/application/management/webmin:default
    disabled Jul_23 svc:/application/print/ipp-listener:default
    disabled Jul_23 svc:/application/print/cleanup:default
    disabled Jul_23 svc:/application/gdm2-login:default
    disabled Jul_23 svc:/network/dns/server:default
    disabled Jul_23 svc:/network/security/kadmin:default
    disabled Jul_23 svc:/network/security/krb5kdc:default
    disabled Jul_23 svc:/network/nis/passwd:default
    disabled Jul_23 svc:/network/nis/update:default
    disabled Jul_23 svc:/network/nis/xfr:default
    disabled Jul_23 svc:/system/sar:default
    disabled Jul_23 svc:/network/slp:default
    disabled Jul_23 svc:/platform/sun4u/efdaemon:default
    disabled Jul_23 svc:/system/consadm:default
    disabled Jul_23 svc:/system/cvc:default
    disabled Jul_23 svc:/network/rpc/meta:default
    disabled Jul_23 svc:/application/x11/xfs:default
    disabled Jul_23 svc:/application/font/stfsloader:default
    disabled Jul_23 svc:/application/print/rfc1179:default
    disabled Jul_23 svc:/network/rpc/ocfserv:default
    disabled 16:08:14 svc:/network/nfs/cbd:default
    disabled 16:14:03 svc:/network/rpc/rusers:default
    disabled 16:14:12 svc:/network/rpc-100068_2-5/rpc_udp:default
    disabled 16:14:23 svc:/network/rpc-100083_1/rpc_tcp:default
    disabled 16:14:37 svc:/network/rpc-100235_1/rpc_ticotsord:default
    disabled 16:14:52 svc:/network/rpc/rex:default
    disabled 16:15:12 svc:/network/rpc/mdcomm:default
    online Jul_23 svc:/network/ntp:default
    online Jul_23 svc:/system/filesystem/autofs:default
    online Jul_23 svc:/system/system-log:default
    online Jul_23 svc:/system/dumpadm:default
    online Jul_23 svc:/network/smtp:sendmail
    online Jul_23 svc:/system/fmd:default
    online Jul_23 svc:/milestone/multi-user:default
    online Jul_23 svc:/milestone/multi-user-server:default
    online Jul_23 svc:/system/zones:default
    online Jul_23 svc:/system/svc/restarter:default
    online Jul_23 svc:/system/installupdates:default
    online Jul_23 svc:/network/pfil:default
    online Jul_23 svc:/network/loopback:default
    online Jul_23 svc:/system/filesystem/root:default
    online Jul_23 svc:/system/boot-archive:default
    online Jul_23 svc:/system/filesystem/usr:default
    online Jul_23 svc:/system/keymap:default
    online Jul_23 svc:/network/physical:default
    online Jul_23 svc:/system/device/local:default
    online Jul_23 svc:/system/identity:node
    online Jul_23 svc:/system/filesystem/minimal:default
    online Jul_23 svc:/system/rmtmpfiles:default
    online Jul_23 svc:/system/sysevent:default
    online Jul_23 svc:/system/coreadm:default
    online Jul_23 svc:/system/device/fc-fabric:default
    online Jul_23 svc:/system/identity:domain
    online Jul_23 svc:/system/picl:default
    online Jul_23 svc:/milestone/devices:default
    online Jul_23 svc:/system/cryptosvc:default
    online Jul_23 svc:/network/ipfilter:default
    online Jul_23 svc:/milestone/network:default
    online Jul_23 svc:/network/initial:default
    online Jul_23 svc:/system/manifest-import:default
    online Jul_23 svc:/milestone/single-user:default
    online Jul_23 svc:/system/filesystem/local:default
    online Jul_23 svc:/system/sysidtool:net
    online Jul_23 svc:/system/sysidtool:system
    online Jul_23 svc:/milestone/sysconfig:default
    online Jul_23 svc:/system/sac:default
    online Jul_23 svc:/system/utmp:default
    online Jul_23 svc:/system/console-login:default
    online Jul_23 svc:/application/font/fc-cache:default
    online Jul_23 svc:/milestone/name-services:default
    online Jul_23 svc:/system/cron:default
    online Jul_23 svc:/network/service:default
    online 16:16:05 svc:/network/rpc/bind:default
    online 16:16:05 svc:/network/nis/client:default
    online 16:16:07 svc:/network/nfs/client:default
    online 16:16:07 svc:/network/nfs/status:default
    online 16:16:08 svc:/network/nfs/nlockmgr:default
    online 16:16:08 svc:/network/nfs/mapid:default
    online 16:16:08 svc:/network/nfs/server:default
    online 16:16:35 svc:/network/rpc/keyserv:default
    online 16:32:58 svc:/network/inetd:default
    online 16:32:58 svc:/system/name-service-cache:default
    online 16:32:58 svc:/network/vopied/tcp:default
    online 16:32:58 svc:/network/vnetd/tcp:default
    online 16:32:58 svc:/network/bpcd/tcp:default
    online 16:32:58 svc:/network/nfs/rquota:default
    online 16:32:58 svc:/network/rpc/smserver:default
    online 16:32:58 svc:/network/rpc/gss:default
    I would be happy for any feedback
    Regards Robert

    This is because of tcp wrappers configuration:
    /etc/hosts.deny
    ALL : ALL
    commented out that line and restarted inetd

Maybe you are looking for