Connection familiar name/description in 3.2.10.09.57

Hi,
I just downloaded 3.2.10.09.57. And, I'm setting up my preferences and connections. I usually have about 6-8 connection names for our database (production plus several test beds). So in the past I've named them something like this:
AA - PROD 8.5.1.1
BA - DEVL 8.5.2
BB - PPRD 8.5.0.5
CC - TEST 8.5.1.1
WX - UPGRD 8.5.1.1
WY - SPTEST 8.5.1.1
Where "AA" is a forced sort in the list, "PROD" is the SID, and "8.5.1.1" is the "version" of the database tables and architecture, etc., as a convenient way to remember which testing instance is on which version. I change the "version" number manually when upgrades are applied.
But, in this version of SQL Devleper, I'm getting an error message when I attempt to name my connections like this. It tells me "Connection Name invalid. Connection Name may contain only alphanumeric characters, the underscore (_) and the hyphen (-)."
Why this change? Is this intended? If this is an absolutely necessary change, would you consider allowing period (.)? ... just seems odd after using this tool for so many years, and having a comfortable connection naming convention for myself, that this change came along now.
thanks//jacob

Hi Scot,
The Connection naming rules have yet to be finalized, but in current form for the next release they are something like:
Connection Name may not contain characters the file system restricts from use in directory and file names.The character exclusion list may or may not vary by operating system and, more or less, will probably contain...
<:/\|?*()%&'$@^~#">
{code}
-Gary                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Invalid connection cache name error while invoking a bpel process

    while invoking a service via DB adapter ,it gives invalid connection cache name orabpel 00000 error. the JCA connection is set properly and its reffered via jndi name in code. i tested the connection in EM and its working fine.
    Few transactions have passed and thereafter i'm getting this error.
    is there any parameter that needs to be set. Someone can help here!!

    Have got the same problem. Scenario at my end is little different though.
    I am trying to invoke a BPEL process from an ESB Service.
    I am trying to look into it..
    However, would be grateful, if someone can give some insight into this since many are running into this issue without being able to fix.
    Ashish.

  • Problem with Connection Broker name

    Hi,
    When i change the connection broker name using for example:
    Set-RDClientAccessName -ConnectionBroker serverbrokerName.domain.com -ClientAccessName NewBrokerName.domain.com
    no.manchete.pt
    And setup a DNS pointing to NewBrokerName.domain.com
    When someone tries to connect it gives him the following error:
    "Your computer cannot connect to the remote computer because the Connection Broker couldn't validate the settings specified in your RDP file. Contact your network administrator for assistance".
    What am i doing wrong?
    Sincerely,
    AM

    Hi,
    When i change the connection broker name using for example:
    Set-RDClientAccessName -ConnectionBroker serverbrokerName.domain.com -ClientAccessName NewBrokerName.domain.com
    no.manchete.pt
    And setup a DNS pointing to NewBrokerName.domain.com
    When someone tries to connect it gives him the following error:
    "Your computer cannot connect to the remote computer because the Connection Broker couldn't validate the settings specified in your RDP file. Contact your network administrator for assistance".
    What am i doing wrong?
    Sincerely,
    AM
    The services needed to be restarted, now im facing another problem with the new name:
    error: "Remote Desktop can't connect to the remote computer "NewBrokerName.domain.com" for one of these reasons:
    1) Your user account is not listed in the RD Gateway's permission list.
    2) You might have specified the remote computer in NetBIOS format ( for example, computer1), but the RD Gateway"
    EDIT: Also solved this error RD Gateway was only allowing connections to Domain Computers, change to all resources

  • Set SSIS variable = database connection manager name

    Is it possible to set a SSIS string to only the name of a database connection manager or even the connection string it uses ? I don't see an option for that in Evaluate as expression property of ssis variable.
    This is what I mean - 
    SSIS Connection manager name = SQL_DBASE
    SSIS String str_managerName = SSIS Connection manager name: Can you do this dynamically in SSIS ?

    I'm guessing what they really want to do is evaluate some indicator (some input from a user or an infrastructure setting) and then dynamically connect to any one of 10 (arbitrary example) database servers based on what they get as input.  They
    don't care about the connection manager per se.  What seems reasonable is the that the Connection Manager might take a server variable but if they wanted to do things like that they would have bought Datastage.
    You might try attacking this problem at the Control Level and then connect to the database you want based on a variable you set.   I'm seeing that a Sequence Container can branch on the contents of a variable. 
    Or if the dba is your friend you might get the dba to add all your servers as linked servers to a central connection machine and then you might be able to do this by putting the ssis variable in a "Sql Command from a Variable" variable. 
    It might look something like this:
    Server is designated in ssis var @[User::Machine]
    then executing from a variable
    "select top 100 * from " + @[User::Machine] + ".mydb.dbo.mytable"
    Be careful as hades about levels of indirection and what quotes you want at what level.  Evaluate Expression in ssis helps with this.  The syntax I show works only with an ms sql connection server to a remote ms sql server.  This is what a
    dynamic connection to a linked server connection to Oracle would look like:
    "select * from
    openquery("+ @[User::Machine] + ",'select * from oradb.oratable where rownum < 100')"
    When ever a thousand of your best friends are helping you connect to your database (using tools like linked servers as opposed to direct connections) it's probably best to use with only small specific updates or queries, large queries or large
    updates would probably take a long time and or might not finish.  But try it before you give up.   We are actually doing fairly large Oracle queries (5-10 million rows) through ms sql linked server.

  • The connection factory name for jobs must be "JobQueueFactory

    Hi Experts
    Can you plase help me to reslove this issue
    Caused by: com.sap.engine.services.deploy.container.DeploymentException: Deployment of jobs in application [backgrounjobear] failed, reason is : [Job "BackGroundJob" of bean "BackGroundJob" does not have a connection factory name. The connection factory name for jobs must be "JobQueueFactory".]     
    while depling MessageDrivenBean 3.0 getting this.
    Any help would Greatly appricated.
    Thanks
    AB

    Hi All,
    I am also getting similar error i.e.
      Job "TestScheduler" of bean "TestScheduler" does not have a connection factory name. The connection factory name for jobs must be "JobQueueFactory".
    Steps that I have followed are bit different from what is mentioned in document "SAP NW Scheduler for Java" as I am working in 7.3
    a) Created EJB Project
    b) Created Message Driven Bean(JobSchedulerMDB.jav)
    c) Created SchedulerJob(TestScheduler.java)
    I dont see application-j2ee-engine.xml ; but have
    ejb-j2ee-engine.xml
    ejb-jar.xml
    job-defination.xml
    with following xml in them
    ejb-j2ee-engine.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ejb-j2ee-engine_3_0.xsd">
      <enterprise-beans>
        <enterprise-bean>
          <ejb-name>JobSchedulerMDB</ejb-name>
          <jndi-name>JobSchedulerMDB</jndi-name>
          <bean-props>
            <property>
              <property-name>destination-name</property-name>
              <property-value>JobQueue</property-value>
            </property>
            <property>
              <property-name>connection-factory-name</property-name>
              <property-value>JobQueueFactory</property-value>
            </property>
           </bean-props>
        </enterprise-bean>
    </enterprise-beans>
    </ejb-j2ee-engine>
    ejb-jar.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:ejb="http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" version="3.0">
      <display-name>
    JobSchedulerEJBProject </display-name>
      <ejb-client-jar>JobSchedulerEJBProjectClient.jar</ejb-client-jar>
    </ejb-jar>
    job-defination.xml
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <job-definitions>
    <job-definition name="TestScheduler"/>
    <enterprise-beans>
    <enterprise-bean>
    <ejb-name>JobSchedulerMDB</ejb-name>
    <jndi-name>JobSchedulerMDB</jndi-name>
    <resource-ref>
    <res-ref-name>JobQueueFactory</res-ref-name>
    </resource-ref>
    <message-destination-ref>
    <message-destination-ref-name>JobQueue</message-destination-ref-name>
    <jndi-name>JobQueue</jndi-name>
    </message-destination-ref>
    </enterprise-bean>
    </enterprise-beans>
    </job-definitions>
    Please help me in this

  • Transporting of Value field name/description translation in COPA

    Hi,
    I have a problem with Value field name/description translation in COPA. In English language all user defined value field names are defined properly with name and description.
    In my native language their names are blank and its hard to use COPA reports as we don't see the description of particular value fields.
    Is it possible to tranport the names of value fields from DEV system to PRD system? I have altready translated value fields on DEV but there is no option to create transport with the translations or changes in the names I made.
    If it is possible to transport it to PRD, do I have to refresh and regenerate Operating concern in PRD?
    I am not confident with refreshing Operating Concer on PRD client - as it might be generated with errors and stop all sales.
    What would you advice?
    Kind regards,
    Karol

    Hi Nakul,
    Kindly check if you have reset the value field in KE4W. If this does not help then please provide us more details about the document that you have posted.
    Regards,
    Abhisek

  • How to annotate connection factory name in MDB?

    How do I annotate connection factory name in Message Driven Bean?
    @MessageDriven(ejbName = "MyMessageDrivenBean",
        destinationJndiName = "MyMessageDrivenBeanJndiName",
        destinationType = "javax.jms.Queue")
    //I want to annotate the below in MDB
    <connection-factory-jndi-name>local-jndi-name-of-queue-connection-factory</connection-factory-jndi-name>

    I think the problem is in the activation config properties
    @MessageDriven(name = "MyMessageDrivenBean", activationConfig = {
              @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
              @ActivationConfigProperty(propertyName = "destination", propertyValue = "jms/MyQueue") })
    public class MyMDB implements MessageListener
    take a look at http://download.oracle.com/javaee/5/api/javax/ejb/ActivationConfigProperty.html

  • Displaying photos with name, description and location on Apple TV

    if you sync your photos to Apple TV (gen1) you can run a slideshow, but it doesn't display the name, description, location etc.
    In iphoto you can do this there are several themes and settings which allow this to be achieved, but as far as I'm aware, i cannot stream the slide show direct from my Macpro to the Apple TV (over wireless)
    Basically when we have people over we set up a slideshow on the apple tv which displays on large wall screen. People have a look as they pass by, or sit and watch it for a while, invariably they and ask where was that photo taken etc all of this information is in iPhoto so it would be nice to utilise it.
    Any hints on how I may achieve this would be appreciated
    cheers
    Terry

    Thanks Winston.
    I'm thinking tha I can use a monitor and keyboard for the initial set up, and then plug it in in my entertainment area and then use something like VNC to control the computer virtually through other devices.  At least that's my thinking so far.  And the other negative to this approach is that I'll have to have itunes configured on the mini as well as on my laptop for local use.
    Those are my thoughts for now, but stil open to ideas from others.

  • Process chain Name (description)

    when i have transported my existing PC (added few processes at the end) from DEV to Q, the PC name (disappeared) in both DEV and Q. How this could happen ? the Technical name (object name) is there on rt side, but the desc is missing.
    Secondly, the processes shows me all the details in the chain display itself. (like cube name, variant name, etc.. which otherwise should have been hiding)
    Can you pls help me ?
    thx
    venkat

    Hi Venkat,
    create a Display component fo your pc or save it in an existing Display component .....
    PC->Attribures->Display component ....then save & refresh
    The pc name & description should appear if its active...
    Regards,
    Chandan

  • Parent account key name/description in report

    Hi Experts!
    So here is the code where i am retrieving postings detail (invoice rows, BP, system amount, doc number, distribution rule and project)
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Set @FromDate = (Select min(T0.[TaxDate]) from OPCH T0 where T0.[TaxDate]>='[%1]')
    Set @ToDate = (Select max(T0.[TaxDate]) from OPCH T0 where T0.[TaxDate] <='[%2]')
    SELECT T0.[CardCode], T0.[CardName], T0.[NumAtCard], T0.[DocNum], T0.[TaxDate], T1.[ItemCode], T1.[Dscription], T2.[groupmask], T2.[FatherNum], T1.[AcctCode], T2.[AcctName], T1.[OcrCode], T1.[Project], T1.[TotalSumSy], T0.[Comments]
    FROM
    OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN OACT T2 ON T1.AcctCode = T2.AcctCode
    WHERE
    T0.[TaxDate] >= @FromDate
    AND T0.[TaxDate] <= @ToDate
    AND T2.[groupmask] >= 4
    My issue is that i want to have for each account the parent account code and the parent account description. (as well as the Group mask name/description)
    How can i do that?

    Hi Nicolas Constant...
    Try This
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Set @FromDate = (Select min(T0.[TaxDate]) from OPCH T0 where T0.[TaxDate]>='[%1]')
    Set @ToDate = (Select max(T0.[TaxDate]) from OPCH T0 where T0.[TaxDate] <='[%2]')
    SELECT T0.[CardCode], T0.[CardName], T0.[NumAtCard], T0.[DocNum], T0.[TaxDate], T1.[ItemCode], T1.[Dscription],
    T2.[groupmask], T2.[FatherNum],t3.AcctName As FatherActName, t4.AcctName As MaskName, T1.[AcctCode], T2.[AcctName], T1.[OcrCode], T1.[Project], T1.[TotalSumSy], T0.[Comments]
    FROM
    OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN OACT T2 ON T1.AcctCode = T2.AcctCode
    inner join OACT t3 on t2.FatherNum=t3.AcctCode
    inner join OACT t4 on t4.groupmask=t3.GroupMask and t4.Levels='1'
    WHERE
    T0.[TaxDate] >= @FromDate
    AND T0.[TaxDate] <= @ToDate
    AND T2.[groupmask] >= 4
    Hope helpful
    Regards
    Kennedy

  • Object name description

    Hi,
    i would like to know any table or FM to get the object name and description corresponding to the field ADIRACCESS-OBJ_NAME is available.
    i have searched the table TRDIRT but only for the report program name  description is available. i want the entire details of ADIRACCESS-OBJECT type CLAS,DOMA,DTEL,FUGR,INTF,PROG etc
    As well i would like to know the Module name Associated for Each ADIRACCESS-OBJ_NAME with createdondate,createdby,changedondate,changedon.
    thanks

    As i mentioned in my previous post you will not get all
    in one table.
    Each object details will be stored in different table .
    I think i have already given some of the important tables that are used.

  • Extension of Character Length of Company Name Description

    Hi
    Please let us know is it possible to exented Company name description characters length from 25 to 40 characters.
    Standard SAP provides length of 25 character, but my client requires to extended from 25 to 40 characters.
    Ex:
    Company Code      0001
    Company Name      SAP A.G. (Stanadard Length 25 characters)
    Regards
    Sreenivasulu

    yeah rehman, but when you export all documents from TC cv04n(F9) to spread sheet then it is coming only 40 character.We can maintain long text, but cant export full description .Is there any method to export full document description to spreadsheet.
    regards
    sham

  • How to retrieve a Connection Pool name form a DataSource

    I couldn't find a way of retrieving JDBC Connection Pool name (or JDBCConnectionPoolRuntimeMBean
    object) from a DataSource object.
    I use the standard approach to get a Datasource:
    Context ctx = null;
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
    ht.put(Context.PROVIDER_URL, sJndiUrl);
    ctx = new InitialContext(ht);
    dataSource = (javax.sql.DataSource) ctx.lookup (s);
    It works fine !
    I know that each datasource is mapped to a connection pool & need to retrieve
    either connection pool's name or JDBCConnectionPoolRuntimeMBean object from the
    datasource, but didn't find any function that would allow me to do that.

    "Oleg Gryb" <[email protected]> wrote:
    >
    I couldn't find a way of retrieving JDBC Connection Pool name (or JDBCConnectionPoolRuntimeMBean
    object) from a DataSource object.
    I've just found a solution for that, but didn't like it too much because it uses
    undocumented class & function. Probably BEA should include the documentation for
    weblogic.jdbc.common.internal.RmiDataSource or provide an alternative way of getting
    JDBCConnectionPoolRuntimeMBean object from a datasource. The solution is below:
    RmiDataSource dataSource = (RmiDataSource) ctx.lookup (s);
    Properties propDs = dataSource.getDriverProperties();
    String sPoolName = propDs.getProperty("connectionPoolID");
    MBeanHome mbeanAdmin = (MBeanHome)ctx.lookup(MBeanHome.LOCAL_JNDI_NAME);
    JDBCConnectionPoolRuntimeMBean jdbcPool = (JDBCConnectionPoolRuntimeMBean)
    mbeanAdmin.getRuntimeMBean(sPool,"JDBCConnectionPoolRuntime");
    Now I have JDBCConnectionPoolRuntimeMBean object that I can use to access different
    kind of pool's counts, e.g. number of current connections, number of leaked connections,
    etc. I need this information to monitor pool programmatically & send alerts to
    a suport team if e.g. number of active connections reaches a certain threshold.
    If there is a better way of doing this please let me know.
    Please also notice that I don't want an application to know anything about the
    Connection Pool being used, an application should know only about a datasource.
    Thanks.

  • Webhelp TOC: make tooltip/infotip = value of topic's meta name=description tag

    When a user hovers over an entry in the webhelp TOC, I want to display the contents of the value of topic's meta tag:  <meta name=description content="short description text">
    Would this be possible?
    Pete

    Hi,
    That is not possible. If you decide to give it try, you can modify the script in whthost.js but be advised that requires quite a bit of JavaScript expertise.
    Greet,
    Willam

  • Get Wireless Interface Name/Description

    Hello,
    Here is the code I am using.  I'd like to get the name/description of the Wireless Interface and parse it to get the Wireless protocol (A, B, G, N) being used.
    results = NetworkInfo.networkInfo.findInterfaces();
    for (var i:int =0; i<results.length; i++) {
    ethName = ethName + results[i].name;
    macAddress = macAddress + results[i].hardwareAddress.toString();
    I get this for the name when I run this code:
    E9742B69-3B80-471A-AF41-B38753474834
    Can anyone help me?
    Thanks!

    Hi greg humphrey
    You can down load a osax called XNetwork from here: (down load the binary)
    http://www.lestang.org/article49.html
    place it in:
    Macintosh HD:Library:ScriptingAdditions:XNetwork.osax:
    open up script editor, then file, open dictionary, XNetwork.osax
    this will give you the apple script dictionary for the osax's scripting additions of which their are properties that could be of to help you
    Budgie

Maybe you are looking for

  • "Network cable unplugged" repeatedly appearing

    Hello, Surface Pro 2 8.1 256 SSD 8GB of RAM has a strange issue that has been pestering me for the past day or so.  When putting it in the docking station, the Ethernet connection keeps dropping every once in a while (very random) and says "network c

  • [solved]cannot execute binary files

    For example, what I'm trying to do: [summerset@arch tmp0]$ ls test.cpp [summerset@arch tmp0]$ cat ./test.cpp #include <fstream> int main() { printf("here am I"); [summerset@arch tmp0]$ g++ ./test.cpp [summerset@arch tmp0]$ ./a.out bash: ./a.out: Perm

  • Kile: language-specific quotation marks

    Hi, There's a choice of double quote substitutes for different languages under Configure->LaTeX->General. No Russian ones << and >>, though. Should be no problem because some other editors handle them out of the box, and quite smartly, just with the

  • Contacts added in Messages don't show up in Contacts/Address Book?

    Okay, here's what's happening: 1) A friend messages me for the first time 2) At the top of the message window I hit "Add contact" 3) I type in the details 4) Now, this new contact SHOULD show up in my Address Book/the Contacts app, right? But it does

  • LDAP client auth

    I've searched the internet but the examples I've found use certificates or web auth.  I'm trying to get users to authenticate using their LDAP credentials on a new SSID. I have the LDAP server set up on the controller but I'm still having troubles ge