Little bug: import connections vs connection naming

When importing connections, the connections names are taken as-is, even when they violate the (new?) naming rule for connections.
Before moving to a new PC, I had exported my connections. I had adapted a a naming scheme where I used a '|' (pipe) between a database identifier and the username stored in the connections.
When I try to create a new connection with a pipe in the name this is not allowed. OK.
But when I import my connections, the pipe remains and it even works. On the other hand there are errors reported:
SEVERE     4365     2753      oracle.dbtools.raptor.navigator.net.project.TransientURLFileSystemHelper     C:\Users\jochv\AppData\Roaming\SQL Developer\system3.2.10.09.57\o.ide.11.1.1.4.37.59.48\projects\IdeConnections#elio_qa|elio_qafa0f78d0.jpr (The filename, directory name, or volume label syntax is incorrect)
SEVERE     4364     17238      oracle.dbtools.raptor.standalone.RaptorContextSupport      C:\Users\jochv\AppData\Roaming\SQL Developer\system3.2.10.09.57\o.ide.11.1.1.4.37.59.48\projects\IdeConnections#elio_qa|elio_qafa0f78d0.jpr (The filename, directory name, or volume label syntax is incorrect)
SEVERE     4363     63      oracle.dbtools.raptor.navigator.net.project.TransientURLFileSystemHelper     C:\Users\jochv\AppData\Roaming\SQL Developer\system3.2.10.09.57\o.ide.11.1.1.4.37.59.48\projects\IdeConnections#elio_prod|elio_prod5b80ef2a.jpr (The filename, directory name, or volume label syntax is incorrect)
SEVERE     4362     14946      oracle.dbtools.raptor.standalone.RaptorContextSupport      C:\Users\jochv\AppData\Roaming\SQL Developer\system3.2.10.09.57\o.ide.11.1.1.4.37.59.48\projects\IdeConnections#elio_prod|elio_prod5b80ef2a.jpr (The filename, directory name, or volume label syntax is incorrect)
"elio_qa|elio" and "elio_prod|elio" are the imported connection names.
Obviously, renaming the connections works around the problem.
Making the importer check the names (and suggest corrections) is the solution.

Hi JVdB,
That is an omission of which we are well-aware. There is no plan to treat it as an error or to fix it. The decision comes down to this question:
Would most users really prefer a fully or partially failed Connections import if existing connection names violate the new naming rules?In this case, the cure is worse than the disease. Most users are happy to ignore Logging pane messages if everything else seems to work. Over the course of the next couple of releases, this issue should be mostly self-correcting as user conform to the new rules and rename connections.
Regards,
Gary
SQL Developer Team

Similar Messages

  • BUG: cannot import connections exported from SQLDeveloper

    clicked on Database Navigator, right clicked on Connections, click on Import Connections ... doesn't do anything
    (also setup a connection and tried to EXPORT the connection details .. this did nothing also)

    Hi,
    you may want to post this to the SQL Developer forum because this is not an Oracle JDeveloper bug (if at all). Exporting/importing from Oracle JDeveloper to SQL Developer works.
    The problem with exporting/importing from SQL Developer might be that SQL Developer is a tool on its own and just uses the JDeveloper core IDE as a shell.
    The answer if import/export is a feature supposed to work - in which case it would be a bug - can only be given by the SQL Developer folks
    SQL Developer
    Frank

  • 3.0.04.34 BUG?: Connections not imported from 3.0.03.97

    On start-up after selecting "Yes" in the Import Preferences dialog, connections used in previous version are not transferred.
    Connections were imported using manually selected prefs from 2.1.1...
    SQL Developer 3.0.04.34
    Java 1.6.0_24
    Mac OS X 10.6.7

    If you try to search on the forum, you'll find the same problem as yours :
    3.0.04.37: All connections lost during update
    Manually imported connections are not working well in product version 3.0
    Migration of  EA3 connection settings into the final SQL-Developer 3.0
    Import Connections V3.0.04 Install
    3.0 production
    The only solution would be to export the connections from previous release and import them.
    Regards,
    Buntoro

  • Import connections with + (plus) sign in the name

    Hi...
    There seems to be an issue with importing connections that contain a "+" sign in the (reference) name.
    This is easy to replicate:
    * Create a new connection and name it e.g. "Test 123 +" (no matter if there are whitespaces or not)
    * Export the connections (e.g. c:\temp\exp.xml)
    * Look at the XML- you will find the connections names as they are...
    * Now delete the test connection in SQL developer and try to import the connection from the file
    I do not get any errors but nothing happens either. The connection simply gets skipped. When importing a connection file with many connection entries in it it will import all but those with a "+" sign in the name (this might apply to other characters as well).
    Version 3.2.20.09
    Edited by: user7690792 on Feb 4, 2013 9:37 AM

    Jeff Smith SQLDev PM wrote:
    The change was made to fix a few bugs. The characters no longer allowed are
    <:/\|?*()%&'$@^~#">
    But you said your connection had a '+' so that should still be good. Maybe it also had one of the other characters above?
    You can override the check we do in the UI and manually edit the connections XML file to change the name to whatever you desire.Alas, only white-space and dash/minus signs in mine, I figured colon was bad. (e.g. Group - subgroup1, Group - subgroup2 type names)
    I do have one that is just named as a hostname, with the periods, but I don't see that in the list.
    Thanks.

  • SQL Developer  Version 1.5.1 Build MAIN-5440 Imported Connections missing

    I have a problem using SQL Developer Version 1.5.1 Build MAIN-5440. I have successfully imported connections from my previous version of SQL Developer. After I restart, all the connections I have imported has been gone. I tried to import the connections but got an error message:
    java.lang.NullPointerException
         at oracle.jdeveloper.db.DatabaseConnections.getReferenceable(DatabaseConnections.java:695)
         at oracle.jdeveloper.db.DatabaseConnections.addConnection(DatabaseConnections.java:762)
         at oracle.dbtools.raptor.connections.ConnectionGrinder.doImportExport(ConnectionGrinder.java:243)
         at oracle.dbtools.raptor.connections.ConnectionGrinder.invoke(ConnectionGrinder.java:117)
         at oracle.dbtools.raptor.navigator.DatabaseNavigatorController.handleEvent(DatabaseNavigatorController.java:200)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:855)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    I tried to create a new connections. I can test the newly created connections but cannot save it.

    This bug was fixed in SqlDev 2.1.1. You'll find this build on our homepage.
    -Raghu

  • Ip inspect problem, dropping important connections on 887VAMG router

    Hi All.
    I've got a problem on 887VAMG router. It drops important connections. As customer wants to have a firewall I created ACL and ip inspect rules ,but the router drops their connections to cloud and some websites are not opening. So I removed ACL and most ip inspect rules just to test if it effects that. And left only ip inspect http urlfilter. But still they have those problems, so I'm really stuck how to configure that firewall.
    I'll be highly appretiated for any help.
    The below some dropping connection review:
    %FW-6-DROP_PKT: Dropping tcp session  due to  RST inside current window with ip ident 13968 tcpflags 0x5014 seq.no 1629693318 ack 1687676045
    000049: Mar  6 11:49:21.324: %FW-6-DROP_PKT: Dropping http session <ip>:1766 69.171.242.12:80    with ip ident 26247 tcpflags 0x5018 seq.no 264144210 ack 642133125
    000050: Mar  6 11:50:00.774: %FW-6-DROP_PKT: Dropping http session <ip>:4708 69.171.242.12:80    with ip ident 2425 tcpflags 0x5018 seq.no 3819869211 ack 1862176018
    000051: Mar  6 11:50:52.515: %FW-6-DROP_PKT: Dropping http session <ip>:2599 173.194.34.90:80  due to  RST inside current window with ip ident 22909 tcpflags 0x5014 seq.no 899975979 ack 92642430
    000052: Mar  6 11:51:24.013: %FW-6-DROP_PKT: Dropping http session <ip>:4765 194.106.151.77:80  due to  RST inside current window with ip ident 4118 tcpflags 0x5014 seq.no 3161679649 ack 1450263460
    068974: Mar  6 05:10:14.676: %FW-6-DROP_PKT: Dropping http session 66.101.6.51:80 <ip>:1530  due to  RST inside current window with ip ident 8954 tcpflags 0x5014 seq.no 2056370527 ack 2999433041
    068975: Mar  6 05:35:48.385: %FW-6-DROP_PKT: Dropping http session 66.101.6.51:80 <ip>:1882  due to  Stray Segment with ip ident 27148 tcpflags 0x5010 seq.no 939083425 ack 724203821
    068976: Mar  6 05:36:21.734: %FW-6-DROP_PKT: Dropping http session 66.101.6.51:80 <ip>:4919  due to  Stray Segment with ip ident 2945 tcpflags 0x5010 seq.no 704890853 ack 370246242
    068977: Mar  6 06:29:14.628: %FW-6-DROP_PKT: Dropping http session <ip>:1214 66.101.6.51:80  due to  Invalid Segment with ip ident 26797 tcpflags 0x7002 seq.no 2896034509 ack 0
    068978: Mar  6 06:32:51.923: %FW-6-DROP_PKT: Dropping http session 66.101.6.51:80 <ip>:1653  due to  SYN inside current window
    Dropping http session due to  RST inside current window with ip.
    Dropping http session due to  Stray Segment with ip.
    These 2 are most of all. Why do they drop sessions? What do they mean?
    Thanks.

    I removed a firewall, ip inspecting and ACLs, but there is some delays for web browsing and slow internet connection.This model of router C887VAMG was introduced just in January, so I'm wonder if there are some bugs in firmware.
    Why is this router is not capable to do inspection and firewalling? It shouldn't really drop the performance so high.

  • RasClient:dialed a connection named "VPN Connection Name " which has failed. The error code returned on failure is 789 on windows 8.1

    Hello,
    i am trying to connect to my corporation VPN Server " ISA 2006" using windows 8.1 client built in VPN,  but its returned the following error:
     Event ID 20227: dialed a connection named "VPN connection Name" which has failed. The error code returned on failure is 789.
    VPN connection is working fine with windows XP and windows 7 with no issue , this error is only appear when try to connect to using windows 8 client machine.
    this error is shows only on windows 8.1 client , same procedures used to enroll the certificate from internal CA " IPsec Type" is followed .
    below are the  ISA server specifications:
    VPN Server : ISA 2006.
    windows Server version 2003. 
    appreciate your quick help and reply .
    Thanks

    Thanks for your reply.
    i would like to add another point for this case, that when we are trying to enroll a certificate from internal CA web enrollment directly using windows 8 " internet explorer 11"  , its install a certificate without Digital
    Signature and non-repudiation in key usage property, then when try to connect , its will give the above error 789 ..
    when try to enroll a certificate into windows 7 " internet explorer 10" and then export and import  this certificate into windows 8.1 machine "with the name of
    windows 8.1 machine" into windows 8.1 machine, the VPN is working normally and without issue.
    The properties of the Certificate are difference between windows 7 machine and windows 8 machine is key usage missing the Digital Signature and non-repudiation properties when enroll
    from windows  8.1 " internet explorer 11", this is in fact because of
    we don't have an option for key usage " both" when subment a certificate on web enrollment page from windows 8 machine ,, the only option available is exchange "
    no signature and both option available "
    i believe that there is something wrong when using windows 8.1 internet explorer 11 so its gave a certificate with wrong key usage property .
    appreciate your quick help in this .
    thanks

  • Problems importing connections from a SAN directory

    Is anybody having a problem importing connections from a directory that's on a SAN?
    My network is setup so that the Application Data directory is out on a SAN and when SQL Developer opens up the file dialog, current directory is listed as C:\ and entry in the file name field is file://<server>/<path to my stuff>/Application Data/SQL Developer/. This looks fine but when I click on the "Open" button to get the directory listing, an error dialog pops up with the following message:
    The directory C:\file:\<server>\<path to my stuff>\Application Data\SQL Developer is not accessible. Please select a different directory.
    When I change the current directory to the drive that maps the SAN location, I get the same message only with C: replaced with another drive letter.
    If I had to guess, the dialog is not processing the file:// protocol indicator properly before it attempts to get the directory listing. Does anyone have a work around?

    Other users also had problems with network shares, so you're right that might very well be the cause of your problems.
    As workaround, try mapping the settings folder to a local drive. Add this to \sqldeveloper\bin\sqldeveloper.conf:
    AddVMOption -Dide.user.dir=C:\sqldeveloperHope that helps,
    K.

  • SQL Dev3.0 Prod: Export/Import connection wont accept network path

    Update....
    SQL Developer 3.0 Production (win xp 32 bit, with JRE download):
    Export/Import connection wont accept network path.
    but you can map the network path to a drive and use that.
    Steps:-
    1. setup SQL Developer with at least one oracle database connection.
    2. On menu "View > Connections" (if you dont see connection tree window)
    3. right click "Connections", do Export to local drive as an *.xml file (eg c:\connections.xml)
    4. again right click "Connections"
    5. Click Export Connections
    6. Click Browse
    7. Enter network drive path for the *.xml file
    example:- path name as \\MyFriendsPC\path\connections.xml
    Result:- SQL Developer wont accept UNC style path
    8. On windows folder open C:\
    9. Copy c:\connections.xml
    10. On windows folder goto \\MyFriendsPC\path\
    11. paste connections.xml at \\MyFriendsPC\path\
    12. On SQL Developer right click "Connections" on the connection tree box
    13. do "Import Connections"
    14. Click "Browse"
    15. Enter UNC path \\MyFriendsPC\path\connections.xml
    Result:- SQL Developer wont accept UNC style path
    PS: If you manually enter the UNC path in the box before the "browse" button it works. Or if you mapped to network folder as a drive it works.

    So what exacly should I do?What exactly you should not do is mess around with the default cipher suite settings, unless you really know what you're doing, which isn't in evidence.

  • SQL Developer cannot import connections from a tnsnames.ora

    Just try sql develorper today, I saw it can import connections from a XML file or a .properties file? But has no an option to import from a tnsnames.ora ?
    I think this should be a basic function. Did I miss it?

    You didn't answer the questions:
    Would the connection name simply mirror the tns entry? I'm not sure that'd be correct since I frequently have multiple connections defined to 1 DB ( tns entry ) If you program this "connection collection" to be performed at first startup (asking the user if he wants to), before having added any connection, you have a 1:1 relation; problem solved.
    If you want it enabled even after adding connections, you can add arbitrary suffixes (_1, _2 and so on).
    What username would be defaulted?This is even easier: none.
    That's the least the end-user can add. He can even leave it blank if he really wants to be prompted on connecting.
    K.

  • AccessPoint strong signal but little or no connectivity

    I'm having trouble with our wireless access point. We use Cisco 1100. For starters, when you connect, you get a strong signal but little or no connectivity. Any advice?
    Thanks,
    DJ

    If by "Little or No Connectivity" you are talking about a Microsoft balloon in the lower right corner of your screen, that is telling you that you are connected, but it didn't get a DHCP address, it's using the APIPA 169.254.x.x.
    Verify that you can get to the DHCP server, and that it is responding correctly.
    As a quick test, assign an IP address (mask, default gateway, DNS) manually and see if it makes a difference for you.
    Good Luck
    Scott

  • TIP 02: Easy Connect Naming Method in 10g by Joel Pèrez

    Hi OTN Readers!
    Everyday I get connection on Internet and one of the first issues that
    I do is to open the OTN main page to look for any new article or any
    new news about the Oracle Technology. After I open the main page of
    OTN Forums and I check what answers I can write to help some people
    to work with the Oracle Technology and I decided to begin to write some
    threads to help DBAs and Developers to learn the new features of 10g.
    I hope you can take advantage of them which will be published here in
    this forum. For any comment you can write to me directly to : [email protected]
    Please do not replay this thread, if you have any question related to
    this I recommend you to open a new post. Thanks!
    The tip of this thread is: Easy Connect Naming Method
    Joel Pérez
    http://otn.oracle.com/experts

    Let's go to test it removing the BASE1 service of the listener.ora file
    # listener.ora Network Configuration File: C:\oracle\product\10.1.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = BASE2)
          (ORACLE_HOME = C:\oracle\product\10.1.0\db_1)
          (SID_NAME = BASE2)
    LISTENER =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = oracle10g)(PORT = 1521))
      )and Now, I am going to reload the listener service in order to
    apply the change to the enviroment.
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-2000 Microsoft Corp.
    C:\>
    C:\>lsnrctl stop
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 20-APR-2004 13:20
    :35
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracle10g)(PORT=1521)))
    The command completed successfully
    C:\>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 20-APR-2004 13:20
    :39
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Production
    System parameter file is C:\oracle\product\10.1.0\db_1\network\admin\listener.or
    a
    Log messages written to C:\oracle\product\10.1.0\db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracle10g)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Produ
    ction
    Start Date                20-APR-2004 13:20:41
    Uptime                    0 days 0 hr. 0 min. 2 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\oracle\product\10.1.0\db_1\network\admin\listener.o
    ra
    Listener Log File         C:\oracle\product\10.1.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "BASE2" has 1 instance(s).
      Instance "BASE2", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\>Joel Pérez
    http://otn.oracle.com/experts

  • Multiple Data Source (for FAILOVER) in Easy Connect Naming method

    Hi All,
    I was wondering if there is a way to specify multiple addresses as part of data source property in the connection string when trying to connect to Oracle with Easy Connect Naming method? this is basically for failover scenario.
    I know its straight forward, if i use Connect Descriptor. But not sure how to do it with EZConnect
    For ex. this is what I want to achieve with EZConnect
    sales.us.example.com=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (LOAD_BALANCE=off)
    (FAILOVER=ON)
    *(ADDRESS=(PROTOCOL=tcp)(HOST=sales1-server)(PORT=1521))*
    *(ADDRESS=(PROTOCOL=tcp)(HOST=sales2-server)(PORT=1521)))*
    (CONNECT_DATA=(SERVICE_NAME=sales.us.example.com)))
    I appreciate your suggestions...
    Thanks

    You might get better answers in one of the DB forums from a generic fail-over perspective as EZconnect isn't specific to ODP.NET.
    I don't know if there's a way to do it or not with EZConnect version of the connect string, but you can certainly provide the fully qualified connect string without using tnsnames.ora..
    constring = "data source=(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=off)(FAILOVER=ON)(ADDRESS=(PROTOCOL=tcp)(HOST=sales1-server)(PORT=1521))(ADDRESS=(PROTOCOL=tcp)(HOST=sales2-server)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=sales.us.example.com))); user id=scott;password=tiger"
    Hope it helps,
    Gres

  • Oci_connect using easy connect naming method needs listener??

    Hi,
    I was thinking that using the easy connect naming method in oci_connect does not require a running local tnslsnr!? Am I wrong?
    I tried:
    $db = '(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = my-ora-host.example.com)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = my-service.example.com)))';
    // $db = '//my-ora-host.example.com:1521/my-service.example.com';
    $ora_conn = oci_connect('test', 'test', $db);
    Using both versions of the 'db' I receive the error:
    mod_fcgid: stderr: PHP Warning: oci_connect(): ORA-12541: TNS:no listener in ....
    I am using a self compiled PHP 5.3.8 using Oracles instantclient 11.2.0.3.0 (on Linux, 32bit).
    There are NO special environment variables ( like ORACLE_HOME or TNS_ADMIN), because I was thinking that I don't need them...
    Am I wrong? Is a running tnslsnr always required? Or am I doing wrong in specifying the connection string?
    Any help is appreciated!
    chuan

    The connection strings are fine. They only control how PHP attempts to connect to the DB. The DB will need a listener started so that those incoming requests are handled. Use: 'lsnrctl start' on the DB machine.

  • Error : Double import : Connection

    Hi
    I Wanna use metadata connection as well as sql connection in a Javaclient , so I imported the java.sql.connection package and oracle.dss.*.mdmconnection .But Iam getting an error while compiling as follows Error :Double import : connection
    How can I access both metadata and RDBMS data from javaclient using a single connection.
    Jithesh

    Don't import one of them and use it fully qualified.
    i.e. don't import java.sql.Connection and then later do something like:
    java.sql.Connection c = DriverManager.getConnection(...);
    Hope this helps,
    Rob

Maybe you are looking for

  • Problem in Grouping the ALV output

    Hi Experts I want to group the ALV Grid output Division wise for that I have written following code   wa_sort-spos = '1'.   wa_sort-fieldname = 'REGIOAREA' .   wa_sort-tabname = 'IT_FINAL' .   wa_sort-up = 'X'.   wa_sort-group = '*'.   wa_sort-subtot

  • (Managed) Inverse relations and map mapping

    Hi. Is there any limitation in using (managed) inverse relations together with map mapping? I've tried to setup my test model like this: a single City object holds references to many Street objects. City has "name" attribute , collection named "stree

  • Is Jolt part of Tuxedo?

    Our company is using Tuxedo and looking into some web based applcations using XML to communicate with the services. My question is, is Jolt part of Tuxedo in which it can be used without additional cost? What are ballpark figures to get the Jolt Serv

  • Upgrade from PC version to Mac

    I have PC version of LR4.  I want to upgrade, but now i have Macbook as well and want to load on laptop as well. how do i go about this???

  • File folders turn into exec files

    On a school iMac, I created folders which contained html, jpg, pdf files and other folders. I copied these folders to my thumb drive (the one I use all the time). When I got home, I put this thumb drive into my iMac (Yosemite OS) to finish the folder