Getting error when i am giving the server name in JDBC

Hi All,
When i am trying to connect to JDBC then i am getting the error in Servername
{color:#3366ff}********************INPUT OF Testing.java************************
package com.fidelity.ereview.utils;{color}
{color:#3366ff}import java.io.*;
import java.sql.*;{color}
{color:#3366ff}public class Testing {
public static void main(String[] args) throws SQLException {{color}
{color:#3366ff} Connection con;
SQLServerDataSource ds = new SQLServerDataSource();
ds.setServerName("01HW059726\SQL2K5"); {color:#ff0000}//here getting error{color}
ds.setPortNumber(1433);
ds.setUser("eReview");
ds.setPassword("Password123");
ds.setDatabaseName("migration");
con = ds.getConnection();
if (con != null) {
System.out.println("Successfully connected");
else
System.out.println("Not Successfully connected");
Kindly anybody tell me that how shell i give the server name (My server name is :01HW059726\SQL2K5) in the
ds.setServerName???{color}

Replace \ in server name with \\ like
01HW059726*{color:#ff0000}\\{color}*SQL2K5

Similar Messages

  • Getting error when tried to learn the documents in OFR Designer

    Hi All,
    As per project requirements, I have to create Classification and Verification LearnSets in Oracle Form Recognition Designer depending on three Invoice Types-- PO,Non-PO and Pre-Approved.
    First I created three derived classes under Generic Class -- PO,Non-PO and Pre-Approved.
    I can add documents in Classification and Extraction LearnSet, analyze them, but getting error when click on the Learn button, I couldn't make the engine ready in learned state from the Definition Mode.
    Always getting the below two errors:-
    1) Cannot compile. May be not enough classes defined or too few documents assigned to the classes.
    Cannot learn the BrainwareView : DefaultView
    SERbrainware : Learn, learning error (7)
    2) Cannot compile. May be not enough classes defined or too few documents assigned to the classes.
    Cannot create Brainware Dictionary for BrainwareView : DefaultView
    SERbrainware : Create/AppendDictionary, preprocessing error (3)
    Thanks in advance,
    Moumi.

    Hi All,
    The below mentioned error were resolved after adding documents in Void Class.
    Thanks,
    Moumi.
    Edited by: 903667 on Jan 31, 2013 8:34 PM

  • PSNT won't run a process when its defined as the server name

    Hi Everyone,
    We have just upgraded our environment, previously, we were using PSUNX as our only process scheduler. after the upgrade, we are now using PSNT only. however, we have a very curious issue with the process scheduler.
    When we run a process online (menu>peopletools>process scheduler>system process requests) and choose PSNT as the server name, we immediately get the error below:
    +"The process XRFMENU has category that is not processed in server PSNT (65,279)+
    +The system detects that the process with the designated server is currently defined to not initiate requests with the process' category. Please choose another server to + +schedule this process. Alternately, you can specify a blank ServerName to allow the scheduler determine the available server the process can be initiated."+
    But when we leave the server name as blank, it runs perfectly fine, using PSNT as the process scheduler.
    and what's more interesting is, when we open the process definition (XRFMENU for this example) and edit the description then save the process definition. It will then run fine even if we use PSNT as the server name.
    Any ideas on why this is so?
    We are not using masterscheduler on our server. we have already tried removing the row from prcsdefn then inserting it back but it doesnt work.
    thanks in advance.
    Edited by: 974596 on Jan 8, 2013 3:30 AM
    Edited by: 974596 on Jan 8, 2013 3:31 AM

    see this doc for a description and resolution
    E-UPG: The process <process name> has category that is not processed in server <process scheduler> (65,279) [ID 1327015.1]
    https://support.oracle.com/epmos/faces/DocContentDisplay?id=1327015.1

  • When I try to connect to wireless internet, I get Error-105, "Unable to resolve the server's DNS address". I've tried everything from resetting including a full software update and nothing has fixed it. What should I do?

    I've tried resetting the router, resetting my airport on my laptop, unplugging the router, restarting my computer, updating all my software (including from snow leopard to mountain lion) replacing the dns ip address, and restarting the browsers. It won't let me use wi-fi on any of the browsers (chrome, firefox, safari), but will allow me to use internet through the ethernet cable.
    This happened earlier today when for my job I tried to clear some expired certificates and I removed the expired ones that were on my firefox (I now use chrome) and the internet crashed soon afterwards. While I was deleting the certificates, I also got the "blue screen of death" sort of thing that popped up and shut my computer down.
    I have no idea what to do and my laptop is no longer under warranty. Can anybody help me?

    Please read this whole message and be sure you understand all of it before doing anything. Back up all data before making changes to your settings.
    Write down the server addresses.
    Click Cancel to close the Advanced sheet. Unlock the preference pane, if necessary, by clicking the lock icon in the lower left corner and entering your password. Open the DNS tab again and change the server addresses to the following:
    8.8.8.8
    8.8.4.4
    That's Google DNS. Click OK, then Apply.
    In Safari, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. If you’re using another browser, empty the cache. Test. Any difference?
    Notes:
    1. If you lose Internet access after making the above change to your network settings, delete the Google servers in the Network preference pane, then select the TCP/IP tab and click Renew DHCP Lease. That should restore the original DNS settings; otherwise restore them yourself.
    2. I’m not advocating Google or anything else as a DNS provider; the server addresses are offerred merely for testing purposes. There may be privacy and technical issues involved in using that service, which you should investigate personally before you decide whether to keep the settings. Other public DNS services exist.

  • CSA getting error when adding solris 9.0 server as agent

    Hai,
    I am using VMS2.2 with MC for CSA version 4.0 build 540.
    But wehn i try to add my sun solaris server 9.0 i am getting error that
    "Not supported install on solaris 5.8"
    But i am having all my servers running solaris 9.0
    Is there is any way to update my CSA or with this CSA can i add my solaris server as agents Help me to go ahead .
    Expecting reply.
    Regards
    Viswanathan.

    I understand your concern and would like to ask for your assistance.
    Please be in touch with your account team to have them contact the Product Team on your behalf with the number of servers that are impacted by this lack of support.
    Doing so will help receive support for your OS's hopefully sooner.
    thanks
    peter

  • Error when generating file on the server

    Hello Gurus,
    I have a program created ABAP he reads the attributes of a property, and creates a file hierarchy to load in another feature. The story is that when you try to create the file with the instruction:
    open dataset p_fiche for output in text mode encoding default.
    I am giving this error, that can not generate the file.
    Sy-subrc = 8. At first thought it was because they had no authorization to create files in the path specified, but if I have permission and do not understand it is because the cause of this error.
    Someone can help me?
    Greetings,

    In ur case sy-subrc = 8 means 'Operating system could not open file'
    . Use addition MESSAGE msg with ur OPEN DATASET statement to know the exact reason for this error.
    Regards,
    Joy.

  • Getting error when submitting new Add-on - "This name is already in use. Please choose another."

    Trying to submit a new add-on for my App. The name is "Springpad Clipper" and when uploading the file I get the error "This name is already in use. Please choose another."
    We do currently have an add-on called "Springpad" but the name (both in the manifest file and the display name) are different.
    Any help you could provide would be great, we're trying to upload this ASAP. Our developer account is under the name "Springpad"

    The Addons .Mozilla .Org support forum is over here: <br ./>
    https://forums.mozilla.org/addons/
    We do support here for the Firefox web browser.

  • Why do I get error : InDesign could not package the document ' name of file ' . Cannot copy necessary linked file(s).

    I am create a very basic 36 page magazine. I have never ever encounter this issue in the 10 years I have been creating these. I have been getting this issue ever since the cloud InDesign. It is making it very difficult to get my work to press. I have no errors! All items are linked. I've gone through and relinked. I've removed items. I feel like I've tried many things. Anyone have any ideas???

    Thank you so much!!! I just did a test run with an old file and changed all of the file names that had symbols and it worked!! It packaged for me without errors. So great!!!!

  • Getting error when trying to deploy the SQL project after making some changes

    I’m getting the below error message, when I’m trying to deploy the project by making some changes.
    In detail, The project was deployed successfully at first time. Later I did some changes(Added 1 more table) and I tried to deploy, but it was not sucess. I'm getting the below error message
    Error message:Cannot upgrade the DAC for database CTR_FIN_FINNOTE_DB because the compatibility level is 70 or lower. Alter the database to support a compatibility level of 80 or higher
    I checked in SQL, the compatibility level is 110 which is higher than 70. 
    Can any one help me out to overcome with this.
    Regards
    Sk.

    Try to uninstall you application and then deploy again with the new changes.
    jdweng

  • Getting error when trying to expose the java class as webservice

    I am new to webservices and ESB.
    I have two custom schemas. LegacyCustomer.xsd and CommonCustomer.xsd. I am compiling these schemas using JAXP. I am trying to map one custom data to another data using java class. I am trying to expose this java class into webservice.
    public class Test implements Serializable {
    private static final long serialVersionUID = 1L;
    public Test() {
    public CustomerType transform (CustomerDataType custDataType) {
    CustomerType custType = new CustomerType();
    custType.setCustomerId(custDataType.getCustomerId());
    return custType;
    Schemas used are:
    Input Schema:
    <schema targetNamespace="http://xmlns.oracle.com/Esb/CustomerData" xmlns:cust="http://xmlns.oracle.com/Esb/CustomerData" xmlns="http://www.w3.org/2001/XMLSchema">
         <element name="CustomerData" type="cust:CustomerDataType"/>
         <complexType name="CustomerDataType">
              <sequence>
                   <element name="CustomerId" type="string"/>
    </sequence>
         </complexType>
    </schema>
    Output Schema:
    <schema targetNamespace="http://xmlns.oracle.com/Esb/CustomerProvision" xmlns:CU="http://xmlns.oracle.com/Esb/CustomerProvision" xmlns="http://www.w3.org/2001/XMLSchema">
         <element name="Customer" type="CU:CustomerType"/>
         <complexType name="CustomerType">
              <sequence>
                   <element name="CustomerId" type="string"/>
              </sequence>
         </complexType>
    </schema>
    When I try to do this I am getting following error
    CustomerType of method transform cannot be serialized into xml, and no custom serializer has been defined for it.
    Why do we need custom serializer here? And if this is mandatory how can we define this custom serializer?

    Thanks for your reply...
    I tried second option that you specified first. I did the transformation of objects using xslt. It is working fine.
    But I couldn't able to do this using first method...,
    When I tried to compile the schema using jaxp it is actually creating classes without the private variables. and hence it is not able to recognize those variables to generate the wsdl.
    But I am not sure how to generate the classes with those private variables and getter and setters (to generate wsdl specification it seems to be mandatory one).
    Can you please tell me how can we do the schema compilation (other than xml beans and jaxp.... I tried both)?

  • New install of SQL Server 2012 x64 Express on Windows 2008 Server, keep getting error when using Management Studio?

    After installing the x64 with all tools excluding the SDK from the SQL Express Edition, I go to Management Studio, log in and get the error when I click under the Instance name- Databases...Have reinstalled many times, removed all directories and registry
    keys from both HKEYs(regular and Wow6432Node) before rebooting and reinstalling. No VS installed on this computer..put it looks like it installed "MS Visual Studio 2010 Shell (Isolated)-ENU" and "Visual Studio 2010 Prerequisites".....tried working past
    the error, it just hangs the Studio after it tries to add things...HELP..PLEASE!!!
    Object reference not set to an instance of an object. (Microsoft.VisualStudio.Platform.WindowManagement)
    Program Location:
       at Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite.QueryService(Guid& guidService, Guid& riid, IntPtr& ppvObject)
       at Microsoft.VisualStudio.Shell.ServiceProvider.GetService(Guid guid, Type serviceType)
       at Microsoft.VisualStudio.Shell.ServiceProvider.GetService(Type serviceType)
       at Microsoft.VisualStudio.Shell.WindowPane.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerToolWindow.GetService(Type serviceType)
       at Microsoft.VisualStudio.Shell.WindowPane.System.IServiceProvider.GetService(Type serviceType)
       at System.ComponentModel.Design.ServiceContainer.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorerControl.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorerControl.System.IServiceProvider.GetService(Type serviceType)
       at System.ComponentModel.Design.ServiceContainer.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NodeContext.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.<GetColumnsFromNavigationService>d__11.MoveNext()
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.AddFields(List`1 list, IEnumerable`1 fields, IDictionary`2 allValidFields, AddFieldsFlags flags)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.GetParentFields(INodeInformation source, Dictionary`2& allValidColumns)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildDynamicItemWithQuery(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, String urnQuery, Boolean registerBuilder, Boolean registerBuiltItems)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildDynamicItem(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, IFilterProvider filter)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.Build(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, IFilterProvider filter)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.RequestChildren(IGetChildrenRequest request)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExplorerHierarchyNode.BuildChildren(WaitHandle quitEvent)

    Hi igorteper,
    Any progress?
    "MS Visual Studio 2010 Shell (Isolated)-ENU" and "Visual Studio 2010 Prerequisites" had been installed in your computer, or there is no Visual Studio installed on this computer?
    You log in SQL Server Management Studio and get an error. For further investigation the issue, please post the error messages in detail.
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Thanks,
    Maggie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.

  • I am getting the error message "cannot communicate with the server" when i try to sign into my apple account on my ipad - any ideas???

    i am getting the error message "cannot communicate with the server" when i try to sign into my apple account on my ipad - any ideas???

    Welcome to the Apple Community.
    The following article(s) may help you.
    Photo Stream ToU's

  • Always getting a server error when trying to download the products

    I' always getting a server error when trying to download the products since yesterday, what can I do ?

    Try using a different browser

  • Getting error when I try to remove eum secondary email address from the Mailbox from Exchange 2013 server

    Getting error when I try to remove eum secondary email address from the Mailbox from Exchange 2013 server. The command works if you issue directly from the server exchange shell.
    I open the remote power shell to the exchange server 2013.
    Issue the following commands and getting the following error.
    $mailbox = Get-Mailbox -Identity testuser$mailbox.EmailAddresses -= "eum:50004;phone-context=telExt5digits.lync5.com"Then getting the following error:Method invocation failed because [System.Collections.ArrayList] doesn't contain a method named 'op_Subtraction'.
    At line:1 char:27
    + $mailbox.EmailAddresses -= <<<<  "eum:50004;phone-context=telExt5digits.lync5.com"
        + CategoryInfo          : InvalidOperation: (op_Subtraction:String) [], RuntimeException
        + FullyQualifiedErrorId : MethodNotFoundHelp!

    Now for an answer - your remote session doesn't have the same object you have on the server itself.  Notice it says this is an array list, not a ProxyAddressCollection.  If you need to work around this, you'll need to massage the addresses another
    way that the system will accept.  I'd try the following:
    $NewAddresses = $mailboxEmailAddresses | ? { $_ -notlike "eum:50004;phone-context=telExt5digits.lync5.com" }
    See what you get in the $NewAddresses variable when you do this.

  • Get error when passing a server name to Crystal Report

    I am developing a desktop application using VS 2012 with CRforVS_13_0_9 and CRRuntime_64bit_13_0_10 installed.  The database is SQL Server 2012 Express.  I use SQL OLEDB in Crystal Report to connect the SQL database.  Here is part of the codes.
    Dim crTableLogoninfo As New TableLogOnInfo
    Dim crConnectionInfo As New ConnectionInfo
    Dim crTables As Tables
    Dim crTable As Table
    With crConnectionInfo
    .ServerName = Login.sServer
    .DatabaseName = Login.sDatabase
    .UserID = Login.sDBUserID
    .Password = Login.sDBPassword
    End With
    Try
    crTables = CReport.Database.Tables
    For Each crTable In crTables
    crTableLogoninfo = crTable.LogOnInfo
    crTableLogoninfo.ConnectionInfo = crConnectionInfo
    crTable.ApplyLogOnInfo(crTableLogoninfo)
    Next
    CrystalReportViewer1.ReportSource = Nothing
    CrystalReportViewer1.ReportSource = CReport
    I get an error "Failed to open connection -- Database vendor code 17" when I run a Crystal Reports through my application.  The problem is Crystal Reports does not like the server name which is passed.  The purpose for passing a server name is to connect to different server if needed.  I am not 100% sure the error occurs after VS 2012 or SQL Server 2012 express was updated.
    Any ideas how I can fix this problem?
    Thanks,
    John

    Hi John
    First, you want to check the error code in your database documentation. The error is being passed from the db client through the report engine totally unmodified. Googling the error will also be a good idea.
    And, seeing as you are using SQL Server 2012, make absolutely sure that the SQL Native 11 client is installed.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for