Failed to create database connection

Hi all
We run Hyperion 8.5 on Oracle Database 10 g. I configured a Service Oracle successfully and tested it, the test was successful. Then I worked on using the data connection wizard in Hyperion to generate a .oce file to connect to this service. But my attempt fails with "error Oracle - 1:' message." Any ideas what causes this problem.


Thank you

Seyed

If you are able to connect from SQLplus on the same desktop, this means client lib Oracle is already installed in the desktop. I think that server is the hostname of the Oracle database server.

Tags: Business Intelligence

Similar Questions

  • Failed to create the connection to the Oracle Java Cloud Server

    Hi all

    I'm deploying simple ADF Oracle Cloud application.

    I am transferred HR diagram to my cloud database service and now I'm trying to create a connection to the instance of oracle java cloud service

    but it's not to create a connection to the cloud server and throwing the error message


    Tests of cloud-Admin... has failed.

    listApplications failed.

    Check the username, password, domain, for example.

    Check the location of the sdk cloud & version: Tools-> Preferences-> Oracle Cloud

    0 out of 1 tests successfully.

    Here are the details MyService

    JDEV: Build JDEVADF_11.1.1.6.0CLOUD_GENERIC_121118.1600.6229

    Cloud-version: 13.2.2.0.0

    I'm sure, that I am using the appropriate powers since am capable of service cloud console java with the same credentials.

    Please help me on this.

    Thank you

    Check the location of the SDK by browsing "Tools-> preferences-> Oracle Cloud-> Cloud Service SDK Java", navigate to the folder and navigate to the directory of sup 'lib '. Check the version with the command:

    java-jar javacloud.jar - version

    Oracle Cloud Java Deployer of Service tool.

    Version: 13.2.7.0

    What is the version that was posted to you? If something else "13.2.7.0" try to download the latest version of the SDK, unzip it somewhere and point your Jdev on the new version.

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • Failed to create database link when the password has a special character

    I am trying to execute the following statement in sqlplus

    create alpha link database to connect to scott identified by tiger! using "db_alpha".

    Note that the password of the account has an exclamation mark inside. the command fails. I tried to put the password in quotation marks (') and double quotes (""). Working the double quotes, but then the link does not work properly.

    We are required to have a special character in our passwords... so, how can I get this special character in the password for the database link?

    Thanks in advance,
    Darren

    Darren2 wrote:

    #2 attempt:

    SQL > create database link BLAH connect to user2 identified by 'tiger!' using 'BLAH ';

    Created database link

    SQL > salt {color: black} {color} ect {color: black} {color} * en {color: black} {color} om my{color:black}{color}_{color:black}{color}table{color:black}{color}@BLAH;
    Salt {color: black} {color} ect * en {color: black} {color} om my{color:black}{color}_ta{color:black}{color}ble{color:black}{color}@BLAH
    *
    ERROR on line 1:
    ORA-02085: link on the database of BLAH. AAA. BB. CCC. DDD connects to
    DEVDB. AAA. BB. CCC DDD.

    For me, that makes no sense. If the link does not work... How did get the "invalid username/password" in the #1 attempt?

    Learn about the GLOBAL_NAMES initialization parameter. Default GLOBAL_NAMES = TRUE, which means the database link is required to have the same name as the database in which it connects. Database name DEVDB link or define GLOBAL_NAMES = FALSE:

    SQL> create user Darren2
      2  identified by "tiger!"
      3  default tablespace users
      4  quota unlimited on users
      5  /
    
    User created.
    
    SQL> grant create session to Darren2
      2  /
    
    Grant succeeded.
    
    SQL> create table Darren2.tbl as select 'Darren2' name from dual
      2  /
    
    Table created.
    
    SQL> create database link sol10@Darren2
      2  connect to Darren2
      3  identified by "tiger!"
      4  using 'sol10'
      5  /
    
    Database link created.
    
    SQL> create database link sol11@Darren2
      2  connect to Darren2
      3  identified by "tiger!"
      4  using 'sol10'
      5  /
    
    Database link created.
    
    SQL> select  *
      2    from  tbl@sol10@Darren2
      3  /
    
    NAME
    -------
    Darren2
    
    SQL> select  *
      2    from  tbl@sol11@Darren2
      3  /
      from  tbl@sol11@Darren2
                *
    ERROR at line 2:
    ORA-02085: database link SOL11.REGRESS.RDBMS.DEV.US.ORACLE.COM@DARREN2 connects
    to SOL10.REGRESS.RDBMS.DEV.US.ORACLE.COM
    
    SQL> select value from v$parameter where name = 'global_names'
      2  /
    
    VALUE
    --------------------------------------------------------------------------------
    TRUE
    
    SQL> select * from global_name
      2  /
    
    GLOBAL_NAME
    --------------------------------------------------------------------------------
    SOL10.REGRESS.RDBMS.DEV.US.ORACLE.COM
    
    SQL> alter session set global_names=false
      2  /
    
    Session altered.
    
    SQL> select  *
      2    from  tbl@sol10@Darren2
      3  /
    
    NAME
    -------
    Darren2
    
    SQL> select  *
      2    from  tbl@sol11@Darren2
      3  /
    
    NAME
    -------
    Darren2
    
    SQL> 
    

    I don't have two databases, so in my sol10 database I create two database links sol10@Darren2 and sol11@Darren2 both pointing to itself (back to sol10 database). That's why I use qualifiers link db. The two links you connect as a Darren2 user with password Tiger!. The global database name is sol10 and initialization of setting global_names = true. As you can see what global_name (sol10) corresponds to the name of the link in sol10@Darren2 db (again, the link name is sol10 and Darren2 is qualifying link) select vai db link works OK. But the sol11@Darren2 link fails because the name sol11 link does not match the name db global sol10. However, as soon as I change global_names false, sol11@Darren2 works fine. It will be useful.

    SY.

    Published by: Solomon Yakobson on January 1st, 2009 08:41

  • Failed to CREATE DATABASE

    Hi all

    OS - LINUX 7

    DB - 12.1.0.2

    During the creation of the DB first time I run the script to create the database during the race, I encountered the error below. Please advice.

    Create database 'PMD '.

    *

    ERROR on line 1:

    ORA-01092: ORACLE instance is complete. Disconnection forced

    ORA-01501: CREATE DATABASE failed

    ORA-01618: redo thread 2 is not enabled - can not mount

    Process ID: 12023

    Session ID: 29 serial number: 19469

    Thank you.

    Hello

    ALTER DATABASE ADD LOGFILE THREAD 2

    GROUP 4 ("path/redoPMDt2g4a.log',

    RE-USE of SIZE 10 m ' path/redoPMDt2g4b.log'),

    GROUP 5 ("path/redoPMDt2g5a.log',

    RE-USE of SIZE 10 m ' path/redoPMDt2g5b.log'),

    GROUP 6 ("path/redoPMDt2g6a.log',

    RE-USE of SIZE 10 m ' path/redoPMDt2g6b.log');

    ALTER DATABASE ENABLE PUBLIC THREAD 2.

    Why don't you enabling thread 2? you have changed your settings for cluster?

    Update: they are initialized to start it himself, you shouldn't do it, please check pfile

    -Pavan Kumar N

  • Failed to create the connection to the server application using jdev

    Hi"

    I'm unable to create the connection to the server using JDeveloper 10.1.3.1 version after "configuration Service 10.1.3.1.0 with 10.1.2 Oracle Internet application Identity

    Directory"I followed" Guide the administrator Oracle® BPEL Process Manager 10 g (10.1.3.1.0) "part number B28982-03".
    URL-> "http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28982/service_config.htm#BABIBGFF".

    I was successfully able to integrate and capable "2.1.3.3 step 3: the Oracle Internet Directory test Configuration.

    But now when I try to establish a new connection to the application server with JDeveloper it gives below error.

    error: No process OC4J up AS instance identified by field: opmn oc4j_soa + oc4j-hostname-6003-default

    Please advice,

    Thank you
    Yatan

    Published by: Yatan on June 30, 2009 15:05

    What is the result of opmnctl status - app? You give the right opmn... other datails as and IS &?

  • Creating database connection...

    I created a link of database in Oracle 10 g to Oracle 9i.

    Link is created successfully, but when I test it it gives me error ORA - 12154 TNS COULD NOT SOLVE CONNECT it the SPECIFIED IDENTIFIER

    I tested the connection string, that works pretty well.

    Is there any issue of a few grants or something else?

    Someone there to help?

    Best regards

    See you soon

    Hello

    documentation
    http://download.Oracle.com/docs/CD/B14117_01/server.101/b10759/statements_5005.htm

    but propably you create a link with the TNS name but you forgot to record in tnsnames.ora

    Try tnsping server where you have created a link.

    Kind regards
    Tom
    http://asktom.cz

  • failed to create database security store

    Hi all

    I'm trying to run the command to create the store database for my domain. But get following exception.

    CLASSPATH=/data/eidm/opam/Middleware/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/data/eidm/opam/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/data/eidm/jdk1.7.0_67/lib/tools.jar:/data/eidm/opam/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/data/eidm/opam/Middleware/wlserver_10.3/server/lib/weblogic.jar:/data/eidm/opam/Middleware/modules/features/weblogic.server.modules_10.3.6.0.jar:/data/eidm/opam/Middleware/wlserver_10.3/server/lib/webservices.jar:/data/eidm/opam/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/data/ eidm/opam/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/data/eidm/opam/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/lib/adfscripting.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/lib/mdswlst.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/auditwlst.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/igfwlsthelp.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/data/ eidm/opam/Middleware/oracle_common/common/wlst/resources/jps-wls-trustprovider.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/oamap_help.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/ossoiap.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/ sslconfigwlst.jar:/data/eidm/opam/Middleware/oracle_common/common/wlst/resources/wsm-wlst.jar:/data/eidm/opam/Middleware/utils/config/10.3/config-launch.jar::/data/eidm/opam/Middleware/wlserver_10.3/common/derby/lib/derbynet.jar:/data/eidm/opam/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/data/eidm/opam/Middleware/wlserver_10.3/common/derby/lib/derbytools.jar::

    WebLogic Scripting Tool (WLST) initializing...

    Welcome to WebLogic Server Administration scripts Shell

    Help() type help on the available commands

    Info: Data Source is: opss-DBDS

    Problem call WLST - Traceback (innermost last):

    File "/ data/eidm/opam/Middleware/Oracle_IDM1/common/tools/configureSecurityStore.py", line 653, in?

    File "/ data/eidm/opam/Middleware/Oracle_IDM1/common/tools/configureSecurityStore.py", line 76, getXmlDocument

    File "/ data/eidm/opam/Middleware/wlserver_10.3/common/wlst/modules/jython-modules.jar/Lib/xml/dom/minidom.py", line 1923, in analysis

    File "/ data/eidm/opam/Middleware/wlserver_10.3/common/wlst/modules/jython-modules.jar/Lib/xml/dom/minidom.py", 1907, in _do_pulldom_parse the line

    File "/ data/eidm/opam/Middleware/wlserver_10.3/common/wlst/modules/jython-modules.jar/Lib/xml/dom/pulldom.py", line 333, in analysis

    IOError: No file or directory: data/eidm/opam/Middleware/user_projects/domains/opam_domain/config/config.xml

    Please help us.

    Thank you.

    error message:

    IOError: No file or directory: data/eidm/opam/Middleware/user_projects/domains/opam_domain/config/config.xml

    Check if the path of the given field is correct or not?

    What is the exact command that you run?

  • Failed to get database connection on Treo Pro after a flight (Sprint)

    I had my Treo Pro a few weeks ago and really had no problem. It was a great phone, but I just came across a problem, I can not explain.

    I had to fly from Mpls to Miami and put my phone into "airplane mode" when the flight began. When I landed, I took the phone out of "airplane mode" and has managed to get the voice box and make calls. However, when I tried to get e-mail or open a browser session the phone kept giving me an error. He tried to dial #777 to start a data session (I think) and said that it is impossible to establish a connection. I removed the battery and forced the phone reboot and everything works fine.

    Someone I travelled with a suggested I give him some time to 'synchronize' with the network, so on the return trip I left phone continue to try to establish a session about an hour. After an hour with no email I got frustrated and rebooted the phone... once again, everything works great. I'll need to restart the phone every time I travel? Is there something I'm missing here?

    Is anyone else seeing this? Is it a question of Sprint? Help, please. Thanks in advance.

    Dan

    So, I have updated the profile and the PRL on my phone. Trip to Denver and when I landed it connected immediately and I received the email. Even on my return home. As soon as I took the phone out of airplane mode I linking me and get email.

    I can't explain why it worked this time and not the last. Maybe it was the updates to the phone, maybe not.

    Thanks for your help. I'll post again if I get any new information.

  • Installation error-could not create database tables

    During the installation of the MRS., I get the following error:

    Failed to create database tables. Details: DB does not contain schema SRM: VdbError: there is no such thing as the name of the column in the dr_product_info table

    The SRM documentation indicates the name of the schema must be the same as the DB username that I checked. Does anyone have a solution for this error?

    This is the error you get when the user who connects to the DB is not the

    the owner of the DB. For this reason, the

    the user does not have the privileges to view certain columns in the table.

    If you change the owner of the DB to the user you are using to connect to the DB, then you should be able to complete the installation.

    HTH

    Cormac

  • The database connection failed while creating DataSource in Hyperion planning.

    Hi all

    I installed it and configured Hyperion Planning 11.1.2.4 and also apply the planning Patch 20937926 (Hyperion Planning 11.1.2.4.002) successfully.  When I'm creating the Source of data for planning its getting failed with reason "the connection failed" here is the screenshot of the same thing.

    Database connection Failed -Error.PNG

    Here is what is is connected in the logfile (C:\Oracle\Middleware\user_projects\epmsystem5\diagnostics\logs\services\HyS9Planning_epmsystem5-DD)


    < 18 January 2016 5:56:53 PM PST > < WARNING > < oracle.dms.context > < DMS-57008 > < the execution context put in place at the beginning of the request, 00iY3lrJCEoFw00Fzzw0w00000pC00028j, 0:1, is not the execution context at the end of the request, the 00iY3lq9ghBFw00Fzzw0w00000pC00028U, the 0:1:4. The request is the following: request URI:
    /HyperionPlanning/ADFAppWizard.jsp
    The request URL:
    http://agiph1epma.aagc.corp:19000/HyperionPlanning/ADFAppWizard.jsp
    (No query string)
    All header names:
    Accept, Accept-Language, Referer, User Agent, Content-Type, accept-encoding, host, Content-Length, connection, Cache-Control, Cookie, ECID-context, X-Forwarded-For, Proxy-Client-IP, X-WebLogic-KeepAliveSecs, X-WebLogic-Force-JVMID
    Selected header values:
    ECID-background: 1.00iY3lrJCEoFw00Fzzw0w00000pC00028j; kXjE0ZDLIPHMj8HUkLQSdVQRGSPOiUPQiNRB1KIH1GSSNPQUXISPiARSkG
    Accept-Language: en-US
    Host: agiph1epma.aagc.corp:19000
    Content-Length: 584
    Accept-Encoding: gzip, deflate
    Referer: http://agiph1epma.aagc.corp:19000/workspace/cache/2016-01-18_02-40-31/bpmstatic/thirdparty/bindows/html/blank.html?X-ORACLE-BPMUI-CSRF=D94524A8AA7DC623860541EBDDA20EAFBD99F3126088E3B74518546FFD5A84CF2EFCFDDE8C389BD9ED9232B31164972ECEBD6AE33B625120F6FAD7E40E7D3C98
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; RV:11.0) as the Gecko
    Connection: Keep-Alive
    Content-Type: application/x-www-formulaires-urlencoded
    Accept: text/html, application/xhtml + xml, * / *.
    >


    < 18 January 2016 5:56:55 PM PST > < error > < oracle.jbo.uicli.mom.JUApplicationDefImpl > < BEA-000000 > < views. DataBindings.cpx and view. MemberSelectorDataBindings.cpx use the same usageId: view_MemberSelectorViewPageDef
    FIX: Use view_view_MemberSelectorViewPageDef as the usageId in sight. DataBindings.cpx >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 1.9.2 >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 532 >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 1.9.2 >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 532 >


    < 18 January 2016 5:57:03 PM PST > < warning> < oracle.dms.context > < DMS-57008 > < the execution context put in place at the beginning of the request, 00iY3lrjnIKFw00Fzzw0w00000pC00028m, 0:1, is not the execution context at the end of the request, the 00iY3lq9ghBFw00Fzzw0w00000pC00028U, the 0:1:4:3. The request is the following: request URI:
    / HyperionPlanning/faces/AppWizardMain
    The request URL:
    Http://agiph1epma.aagc.corp:19000 / HyperionPlanning/faces/AppWizardMain
    Query string:
    _afrLoop = 514090508592 & _afrWindowMode = 0 & app = & _adf.ctrl - State = gsvzi1859_4
    All header names:
    Accept, Referer, Accept-Language, User-Agent, accept-encoding, host, Cookie, ECID-context, connection, Proxy-Client-IP, X-Forwarded-For, WebLogic-X-KeepAliveSecs, X-WebLogic-Force-JVMID
    Selected header values:
    ECID-background: 1.00iY3lrjnIKFw00Fzzw0w00000pC00028m; kXjE0ZDLIPJNj8HUkLQSdVQRGSPOiUPQiNRBaHRO_JVB1GSSNPQUXISPDHPQiG
    Accept-Language: en-US
    Host: agiph1epma.aagc.corp:19000
    Accept-Encoding: gzip, deflate
    Referer: http://agiph1epma.aagc.corp:19000 / HyperionPlanning/faces/AppWizardMain? Application =
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; RV:11.0) as the Gecko
    Connection: Keep-Alive
    Accept: text/html, application/xhtml + xml, * / *.
    >


    < 18 January 2016 5:57:11 pm PST > < WARNING > < oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer > < ADF_FACES-60099 > < component in the region with the id: plnTmpl:awRgn found a page with several components of root fragment. More fragments of a root element may not display properly in a region and can have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root element. >

    < 18 January 2016 5:57:13 PM PST > < WARNING > < oracle.dms.context > < DMS-57008 > < the execution context put in place at the beginning of the request, 00iY3lsg08ZFw00Fzzw0w00000pC00028q, 0:1, is not the execution context at the end of the request, the 00iY3lq9ghBFw00Fzzw0w00000pC00028U, the 0:1:4:3. The request is the following: request URI:
    / HyperionPlanning/faces/AppWizardTF/AppWizardMain
    The request URL:
    Http://agiph1epma.aagc.corp:19000 / HyperionPlanning/faces/AppWizardTF/AppWizardMain
    Query string:
    _adf. CTRL-State = gsvzi1859_11 & Adf-Rich-Message = true & unique = 1453168633033 & oracle.adf.view.rich.STREAM = plnTmpl:awRgn:0:pc1:appTbl & javax.faces.ViewState =! hf4m74xtc
    All header names:
    Accept, Referer, Accept-Language, User-Agent, accept-encoding, host, Cookie, ECID-context, connection, Proxy-Client-IP, X-Forwarded-For, WebLogic-X-KeepAliveSecs, X-WebLogic-Force-JVMID
    Selected header values:
    ECID-background: 1.00iY3lsg08ZFw00Fzzw0w00000pC00028q; kXjE0ZDLIPGRj8HUkLQSdVQRGSPOiUPQiNRBaHRO_JVB1GSSNPQUXISPKMJB1GSSNPQUXISPDHPQiG
    Accept-Language: en-US
    Host: agiph1epma.aagc.corp:19000
    Accept-Encoding: gzip, deflate
    Referer: http://agiph1epma.AAGC.Corp:19000/HyperionPlanning/faces/AppWizardMain?_adf.CTRL-State=gsvzi1859_4
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; RV:11.0) as the Gecko
    Connection: Keep-Alive
    Accept: text/html, application/xhtml + xml, * / *.
    >

    Can someone help me how to solve this problem.

    Kind regards

    VJ

    If it is an Oracle database, you connect to so be, you must enable the custom URL and change the url to server connection: port: sid to the server: port / servicename

    Also you can get better Planning_WebApp.log that is located in the directory the plannning managed server logs the log information.

    See you soon

    John

  • Problem when creating new connection of database with SQL Developer

    Hi all

    I am a beginner and I want to learn Oracle add up to my learning
    I installed SQL Developer on Linux Mint 12 (lisa).
    The installation went well, but when I try to create a new database connection in SQL developer, I get the following error:

    * Status: Failed - Test has failed: IO error. The network adapter could not establish the connection.* *.

    Could someone please suggest where exactly, I'm missing?

    Greetings - Vishal

    Have you installed the oracle database software locally? Have you created a database called "oracle?

    Developer SQL does not include a data base. For learning purposes, I recommend that you download Oracle Express Edition.

  • Unable to connect to the internet: "Fail to create the RasEntry" or "Invalid Data Modem.

    Unable to connect to the internetwhen using a 3 USB Modem Mobile. Error messages on screen came "Failed to create RasEntry" or "Invalid Data Modem.

    I can't connect to the internet from my laptop (Windows Vista) using a usb modem mobile 3.  Error messages on screen came "Failed to create RasEntry" or "Invalid Data Modem. 3 mobile say they are unable to help me! Any help to solve the problem would be appreciated.

    You need to go to the services and make sure that 2 of them are started:
    -telephony
    -Remote Access Manager (or what is called similar)

    Properties, replace the manual start and apply the changes
    It worked for me on Windows XP machine
  • Failed to create the Conference ' 8801 - Test connection '-duplicate digital id

    Running 13.1 TMS and Codian 8510 SD blade running 4.20 (1.43)

    When I'm planning through TMS using this card, I get the following error:

    Failed to create the Conference ' 8801 - Test connection '-duplicate digital id

    However when I'm planning TMS using another slide with the same version of the software it works

    Can someone tell me why this is happening?

    Anthony

    We had the same problem with > = 20 conferences on the blade, and I can tell you that we had the same thing

    question and the question went after the 4.2 update (1.50) and TMS13.1.2 (if the MCU upgrade)

    alone must fix).

    And, you got the point in your last message, > = 20 conf == problem,.<20 =="no">

    What I have is that the API MCU always reported only the first 20 conferences.

    TMS has created the new conference (and I also saw a new reserved (e) of the Conference on the MCU)

    but TMS checked once again if that's really where went wrong because he was not listed in the breast of the

    first of all 20 and if it failed.

    Codian updates may take some time until the blade is up again after the reboot, so be patient :-)

    Good luck!

  • How to create interactive reports database connection?

    I installed the interactive web reporting client of hyperion workspace.

    When I create a new document for creating interactive reports in the workspace file > new > Document > create a document of interactive report > data source >

    He is asked to select the database connection, which I am unable to create. Please guide me.

    Thanks in advance.

    Hello

    To create the ECAS, you first have to decide whether to use an ODBC connection or ike Client.Then Oracle create using the Interactive Studio Reporting of the OCÉ customer. Then check if the BQY works with this OCE connection.

    After that you need to publish (import) in the workspace. Also, in the workspace, you must make entries of data (DAS entries) that will allow to use the drivers to connect to the database of the ECO.

    Then, you must publish the BQY and associate it with the ECO.

    HTH,

    Thank you

    KK

  • Error: The database file location: [INS-32012] failed to create the directory.

    Hello

    I have a problem with the installation of database 11 g 2 on OL5.

    Error:

    Location of the database file: [INS-32012] failed to create the directory.

    Although

    drwxr-xr-x 2 root oinstall 4096 Apr 9 17:56 oradata

    drwxr-xr-x 3 755 oinstall 4096 Apr 9 16:27 products

    U01/app/oracle/a 755 permission

    Thank you

    Abhishek

    chmod-r 755/U01

    chown R oracle: oinstall/U01

    the second command change the user and the group owner Of/U01 (including all subdirectories and files) for oracle and oinstall respectively.

    HTH

    Tobi

    Tobi & #39; Oracle DBA s & amp; Blog of UNIX

Maybe you are looking for

  • Need to RAM Kingston for Satellite A100-796

    Hello I'm looking for the right RAM Kingston for my laptop, Satellite A100-796. In the Support Center, I was unable to find anything for my model. It seems unexistent. If someone could help Thank you

  • Authorization Exaprom

    Hello has anyone tried making limitation with the exaprom library (such as authorization to print - reading, password,...) Thank you

  • HP laptop DV1659US (DV1000) - no audio even after the installation of SP35811

    I have Windows Vista 32 bit installed on my HP DV1659US and have no audio.  I tried to install the driver SP35811.exe, but he always comes by saying that it has failed. What I am doing wrong?  The deivce Manager puts an exclamation next to an 'unknow

  • The issues of packaging and BlackBerry APIs

    I downloaded the 4.7.0 eclipse plugin and when I create a project, the Properties dialog box tells me that I can choose the type of project, namely in the following list: 1 CLDC 2 Midlet 3 library What is the difference between CLDC and Midlet? I'm g

  • AAA again of the different permissions

    In a previous post, I asked how I could assign RO permissions when a user connects to a firewall, but RW access when they connect to a switch, I was given a Cisco Ko to follow, but this only allows the user to be in a group RO or RW... I need the sam