Connection to Sybase using Connection profile

Hello,
I've been trying to configure a connection profile to
directly connect to a sybase database, but I have issues with the
drivers. At firt I was told that the JDBC drivers jconn3.jar
weren't found, so I downloaded the ones from Sybase :
http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/jconnect
In the Edit driver definition windows I've deleted the
jconn3.jar and replaced it with the jconnect.zip I just download.
Then I've entered all the details concerning my database, but when
I Test the connection, I get this message :
java.lang.ClassNotFoundException:
com.sybase.jdbc3.jdbc.sybdriver
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native
Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.net.FactoryURLClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at
org.eclipse.datatools.connectivity.db.generic.JDBCConnection.createConnection(JDBCConnect ion.java:86)
at
org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverCo nnectionBase.java:104)
at
org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:53 )
at
org.eclipse.datatools.enablement.sybase.asa.JDBCASAConnectionFactory.createConnection(JDB CASAConnectionFactory.java:32)
at
org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(Co nnectionFactoryProvider.java:77)
at
org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(Connection Profile.java:354)
at
org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:57)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Any idea ? Any solutions ?
TIA.

Moreover, I try to create an application module with the view object which has an entity object. This entity object is connect to a table of sybase database. When I try to test this application module and enter the login id and password of the database server. It pop up and error "(oracle.jbo.NotConnectedException) JBO-25200: Application module is not connected to a database". In fact, I use ODBC to connect the sybase server. However, there is no "JDBC-ODBC Bridge" for me to select in the Connection Type of "Oracle Business Component Browser - Connect" wizard. What should I do? Thank you.

Similar Messages

  • Can't create an MBO object using an SQL Server connection profile

    Hi all,
    I'm trying to create an MBO from an table using an SQL Server connection profile. The connection is fine but when i grag a table into Mobile Application Diagram in order to create an MBO i got the following exeption:
    I´ve already configured the necessary jar (sqljdbc4.jar) in the following directories:
    C:\Sybase\UnwiredPlatform\Servers\UnwiredServer\lib
    C:\Sybase\UnwiredPlatform\Unwired_WorkSpace\Eclipse\sybase_workspace\mobile\eclipse\plugins\com.sybase.uep.com.sqlserver_2.1.0.201109131337
    but i always get the same error.
    Any help, suggest would be apreciated
    thx,
    Nuno

    Hi Nuno,
    I just wanted you to verify the path where you have pasted JAR file. As you mentioned
    Path 1:
    C:\Sybase\UnwiredPlatform\Servers\UnwiredServer\lib
    but as per doc it should be under:
    C:\Sybase\UnwiredPlatform\Servers\UnwiredServer\lib\3rdparty
    Path 2:
    C:\Sybase\UnwiredPlatform\Unwired_WorkSpace\Eclipse\sybase_workspace\mobile\eclipse\plugins\com.sybase.uep.com.sqlserver_2.1.0.201109131337
    but as per doc it should be under:
    C:\Sybase\UnwiredPlatform\Unwired_WorkSpace\Eclipse\sybase_workspace\mobile\eclipse\plugins\com.sybase.uep.com.sqlserver_2.1.0.201109131337\lib
    Rgrds,
    JK

  • ASA VPN SSL 8.4.x : Using differents certificates by connection profile

    I want to use a different certificate by connection profile. Is-it possible on ASA 8.4 ?
    My first certificate is for vpn.itcom.fr associated to one connection profile and my second is for vpn.newitcom.fr associated to a second connection profile.
    Thanks
    Jeff

    Hi Jeff,
    no, this is not possible (unless the 2  certificates are used on 2 different interfaces, but I guess that that  is not what you want) - the reason for this is that the ASA needs to  send a certificate to the client/browser when the SSL connection  initiates, so before it gets the HTTP GET request (which contains the  Host header indicating which hostname you are connecting to). So at that  time the ASA would not yet know which of the 2 certs to send.
    However, there is an alternative that you may find  useful: you can create/request a single certificate that contains both  hostnames (there can be only one in the Subject/DN, but you can have  multiple SAN - Subject Alternate Name). There may be an additional cost  associated with this if you are requesting the cert from a 3rd party CA.
    To map a hostname to a connection profile (tunnel-group), you can configure a group-url per tunnel-group.
    e.g.
    tunnel-group foo webvpn-attributes
      group-url https://vpn.itcom.fr/
    (don't know off the top of my head if it should include the trailing slash - try without if it doesn't work).
    This  part should work regardless of the certificate - you'll just get a  certificate warning if the hostname you connect to is not in the ASA  cert.
    hth
    Herbert

  • Connection profile with sybase

    Hello,
    I've been trying to configure a connection profile to
    directly connect to a sybase database, but I have issues with the
    drivers. At firt I was told that the JDBC drivers jconn3.jar
    weren't found, so I downloaded the ones from Sybase :
    http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/jconnect
    In the Edit driver definition windows I've deleted the
    jconn3.jar and replaced it with the jconnect.zip I just download.
    Then I've entered all the details concerning my database, but when
    I Test the connection, I get this message :
    java.lang.ClassNotFoundException:
    com.sybase.jdbc3.jdbc.sybdriver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.net.FactoryURLClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at
    org.eclipse.datatools.connectivity.db.generic.JDBCConnection.createConnection(JDBCConnect ion.java:86)
    at
    org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverCo nnectionBase.java:104)
    at
    org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:53 )
    at
    org.eclipse.datatools.enablement.sybase.asa.JDBCASAConnectionFactory.createConnection(JDB CASAConnectionFactory.java:32)
    at
    org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(Co nnectionFactoryProvider.java:77)
    at
    org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(Connection Profile.java:354)
    at
    org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:57)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Any idea ? Any solutions ?
    TIA.

    Eventually, the problem is resolved.
    It related SAP Note 706195.
    I did the Solution in the Note, all BAPI is displayed in Sybase Unwired WorkSpace's Enterprise Explorer.
    Note 706195:
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_dwb/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d373036313935%7d
    thanks,
    Hiroshi Saito

  • Maximum number of connection profiles and group policies for Cisco ASA

    Hi,
    We have a Cisco ASA 5520 running 8.0(2) that we use only for Remote Access VPN.
    Does anyone know how many connection profiles and group policies that are supported on the box? I have not been able to find this in the manual.
    Thanks in advance for your help!
    Best regards,
    Harry

    There is no limit for connection profiles or group policies that can be configured on ASA. However the numbers do depend upon the memory available in the device as the profiles are stored in memory during execution.

  • I need to configure a redundant IPSec Connection Profile

    I'm moving off of a single RADIUS server on a Windows 2003 domain controller, and onto a pair of Network Access Protection / Network Policy domain controllers on Windows 2008 servers.
    I've set up the Windows server side. My questions are regarding the configuration on the Cisco 5520 ASA.
    I am trying to configure the pair of servers in the AAA Server Group so that if one fails, the other will provide authentication for remote VPN users.
    The remote users are all using the latest version of the Cisco VPN client to connect.
    1) Am I correct in understanding that the default behavior of having multiple servers listed in an AAA Server Group will result in the next one in the list used for remote authentication if the first one fails to respond? In other words,do I need to do anything other than having that second server in the list to provide simple redundancy?
    2) Having configured a new AAA Server Group and already having a Group Policy, am I correct in assuming that all I have to do to switch to the new configuration is to go to the current IPsec Connection Profile and use the drop down menu to select the new User Authentication Server Group? The reason I ask is because
    3) In IPsec Connection Profiles, under a specific profile, under Advanced, under Authentication, the heading says "Interface-Specific Authentication Server Groups", and it looks like we can set or override the Server Group. Currently I am thinking I can leave this Advanced setting blank, because we have another correctly working Connection Profile that allows remote iPhones to connect, and it has nothing in this setting.

    Roberto 17 wrote:
    I started this morning at 12 and after 5 hours now the backup is about 6 GB up on 56 GB.
    The new HD is a WD My Passport Edge 500 GB capacity
    5 hours to do 6 GB of transfer is NOT normal, even for USB 2.0 so there's something wrong here. I'd say cancel it, wipe the drive and then test the integrity of the drive. Do some file transfers over to and see if it's behaving normally. It could be a bad USB cable, it could be a bad drive or bad enclosure. As it's new, I suspect you haven't really put it through its paces yet and it's important to do that first before commissioning it to serve as your "reliable backup."

  • Portege Z930: How to create GPRS / Wifi / LAN connection profiles?

    Hi !
    I can't find any software (Toshiba or Intel) on my Portege Z930 that can manage
    connections profiles to automatically be connected on GPRS or Wifi or LAN regardless to connections available (office, home, public area...)
    Toshiba Wirelss manager runs with GPRS only and not wifi or lan
    Thanks for your help !
    Best Regards

    Hi
    Such universal utility is not known to me.
    The Toshiba Wireless manager handles the 3G profiles.
    For Wlan connectivity and profile management you could use the TOSHIBA Configfree
    Here a short details:
    http://forums.toshiba.com/t5/General-Features-Knowledge-Base/TOSHIBA-Configfree-Utilities/ta-p/347098
    Well, and LAN would works until the LAN cable is connected :)

  • Add jTDS to Connection Profile Types

    I am using Juno SR2 with the latest updates applied.
    How do I add jTDS to the Database Development (perspective)?
    Details:
    Using the SQL explorer I am able to connect to and run a select statement against a SQL database and get the correct results. This tells me that this part of the installation is working as expected.
    (Configured and working with jTDS)
    SQL Explorer (perspective)
    - Create New Connection Profile
    - - Add / Edit Drivers
    - - - jTDS appears in list with a check mark
    (Can't configure jTDS)
    Database Development (perspective)
    - Data Source Explorer
    - - Database Connection
    - - - (jTDS not in list and don't see a way to add it)
    I have copied jtds-1.3.0.jar to
    Eclipse/plugins/jTDS/
    Thank you for any help you can provide

    This topic has been opened for a long time but I post a solution here in case someone has the same issue.
    I could not add JTDS as a new driver definition for MS SQL Server (impossible to select it in the dropdown menu "Drivers").
    Then I checked the version of the "Other Driver" in "Window" - "Preferences" - "Data Management" - "Connectivity" - "Driver Definitions" and the "System Version" was "2008".
    I deleted it and tried to create a new one in the "Data Source Explorer" (right click on "Database Connection" and "New"). When I got to the "New Connection Profile" window, I selected "Other Driver - 2005" instead of "Other Driver - 2008" and I could configure normally my "New Connection Profile".
    I do not know why it did not work with the "2008" version but the most important is to have a solution

  • WAG160N - Corrupted network connection profile

    Hi,
    When using the Linksys EasyLink Advisor to connect my laptop wirelessly to the router (using the LAN cable) I encounter the following error: "Error - Exception has been thrown by the target of an invocation".
    If I remove the LAN cable and try to connect to the router wirelessly by searching for wireless networks and selecting mine I get the following error:
    "Wireless connection failure. Wifi.connect() failed. The network connection profile is corrupted. (Exeption from HRESULT:0x800704B6.
    I have searched Google and this forum and can't find anything so any help would be appreciated.
    Running Vista and McAfee.

    I am having the same issue right now. I had the blue screen of death and think it was caused by the el program. I still haven't been able to fix it.

  • AnyConnect - connection profiles issue

    Hello,
    I've configured AnyConnect SSL VPN  for two connections profiles which can be chosen when I try to establish connection. Following aliases has been configured for those con profiles:
    * Con1
    * Con2
    the problem is that every time when I try to select the second one (Con2)  from the group list it utomatically returns to the first one (con1). Generaly I am not able to choose Con2. It looks like the Con1 is  the default  and I can connect using only this profile. I've checked  the preferences.xml and preferences_global.xml files and the default group is not configured. What is more when I change the aliases name for those connection profiles to:
    * 1Con2
    * Con1
    I can choose only 1Con2 so it seems that only the first con prof on the list can be used. Any ideas?

    Hi Marek,
    look for old cached connection profiles here:
    http://www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect31/administration/guide/ac02asaconfig.html#wp1431357
    Something similar happend to me when I changed the profile name on the server and reconnected. The client found the old profile with the same server address and switched to the old profile although I had provided a new profile on the VPN server.
    Just clear all profiles from the specified locations and connect to the server once again. Anyconnect will establish a connection and download the new profile. You should only see the new connection profile offered in the drop down box after that.
    If you want to provide two different protocols (SSL and IPsec) for the same server you configure only one profile with two entries in the server list, one with SSL, the other IPsec as a preferred protocol.
    In that case you will have a single profile but two choices in the drop down box on the Anyconnect client.
    Regards,
    MiKa

  • Connection profile setup

    Hi All,
    I m using ASA5550, creating 2 connection profile (profile1 and profile 2) and multiple local user (ie. User A and User B) using ASDM. we want to restrict both profiles with specifc people. can any body help me how can i restrict connection profile using ASDM.
    Profile 1 ----> User A
    Profile 2 ----> User B                     

    Under ASDM --> Remote Access VPN --> Clientless SSL VPN Access --> Group Policies --> edit the relevant policy for your webvpn:
    - Then under Portal: just disable everything but the bookmark that you have configured for that 1 particular web application.
    Hope that helps.

  • Securing multiple AnyConnect connection profiles

    Hello,
    Here is our scenario. We have three (3) separate AnyConnect connection profiles each with different levels of access enforced through ACL filters. We have aliases configured for each connection profile in order for each group member to be able to choose his group when logging in to AnyConnect. Authentication is done via LDAP to one single server/domain instance on which all users have accounts. Given our scenario and without using multi factor authentication, is there any way to keep a user from logging in to a connection profile in the AnyConnect client which he shouldn't have access to?
    Thanks,
    -Mike

    Dear Marvin,
    I have a similar situation where i have diferent connection profile and group policies where i apply acl where each profile
    has access to different resources.
    My question would be. Is there any possibility to allow only specific real IP addresses to initiate VPN session to the firewall.
    regards
    Nehat

  • Changing Connect Profile Opt-in Setting from False to True

    Users on Connect who cannot accept Invitation IDs to our Preview programs want to update their accounts to indicate that Opt-in equals true.
    Despite instructions showing a radio button control for this setting, I cannot find the setting itself within my Connect profile.
    Please help.
    Thanks!

    Might send a message here.
    https://connect.microsoft.com/Help/EmailSupportNew.aspx?Category=3
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • DB drivers don't show when creating connection profile

    Vista Home Premium SP1, Eclipse Ganymede 3.4.2 Build id: M20090211-1700
    File -> New -> Other -> Connection Profile -> Next -> Oracle Database Connection -> Next
    In the dialog Specify a Driver and Connection Details, the Drivers combo box is empty.
    In Window -> Preferences -> Data Management -> Connectivity -> Driver Definitions there is already an Oracle Database 10g Driver Default, setup by OEPE. I'm not able to add a new driver, only to make copies of the existing one.
    I have installed:
    - Oracle Database Tools 1.1.0.200903091141
    - Oracle WebLogic Server Tools 1.1.0.200903091141
    Other parts of the plugins seem to work OK, I can connect successfully against WebLogic.
    I was about to prescribe this plugin as a standard but this is a stopper. Any idea?
    Javier

    Konstantin,
    kosta wrote:
    As I said in another message, when I added the WTP Enablement the problem wen away. Wonder why it wasn't considered as a requirement for Oracle Database Tools.Could you list the DTP features that you had installed at the time that you saw this problem (before you added more features to make the problem go away). We will investigate why the update manager did not detect the compatibility problem in this case.
    Sure, that's an easy one:
    1. Based on Eclipse Ganymede 3.4.2 Build id: M20090211-1700 {Eclipse IDE for Java Developers (85 MB)} <- This is important, since documentation doesn't say what eclipse package is the right one.
    2. Install either Oracle Database Tools or the full Oracle Enterprise Pack for Eclipse from http://download.oracle.com/otn_software/oepe/ganymede
    3. Restart Eclipse and try to create a new connection. This doesn't work.
    To successfully create a connection:
    1. Install Eclipse IDE for Java Developers (85 MB)
    2. Install just Oracle Database Tools from http://download.oracle.com/otn_software/oepe/ganymede and just Data Tools Platform Enablement from Ganymede Update Site.
    3. Restart Eclipse and Happily create a new DB connection.
    >
    I am afraid that we do not have a way for users to browse through open issues.
    Sorry about that. I'm prescribing this plugin as a standard for a customer, and I hate the idea that some nasty things would push the development team back to other tools. I understand if you cannot give more details in public, but I'd love to know if among the issues are stoppers, so it would be a better idea to rollback to former OEPE version.
    BTW, there are several broken links in the OTN page for OEPE ¿Where can I report them?I just saw these myself and sent a note to the appropriate people. In general, this forum is the best place to report issues with OEPE product and OEPE's OTN site.
    OK, I you don't mind I'll post them in another thread as soon as I have some time, perhaps this weekend. I was enough annoyed by the driver issue and couldn't stand the broken links :-)
    Javier

  • CS-15 adn an Error message: No connection profile ...

    I recently bougth CS-15 modem which does not seem to work on my laptop (Vaio VGN-S2XP) though all the system requirements should be fine (Windows XP Prof (32 bit), service pack 3 and other windows updates done). The software is loaded when I plug CS-15 to the USB drive but I constatly get an error message: No connection profiles available. Ive tried to import connection profile and create a new one but that doesnt work either.
    When I do a modem query, i get this log:
    AT+GMM - Nokia Internet Stick CS-15
    AT+FCLASS=? - +FCLASS: (0-1)
    AT#CLS=? - COMMAND NOT SUPPORTED
    AT+GCI? - COMMAND NOT SUPPORTED
    AT+GCI=? - COMMAND NOT SUPPORTED
    Any ideas how to fix this problem?

    I have the same problem. The CS-15 works fine on my laptop (Dell E6500/ Windows XP Prof( 32 bit ), service pack + updates ), but gives the "No connection profile found" error on my home PC (same Operating system ).
    I updated the firmware from the modem to R2.7 but that didn't solve the problem. Maybe the problem is related to the motherboard somehow??

Maybe you are looking for