Linked Server to Access Database in SQL Server 2012 is working perfectly.But, All of sudden it is showing SQL Error Code:7303

Linked Server to Access Database in SQL Server 2012 is working perfectly.But, All of sudden it is showing SQL Error Code:7303  
Unable to connect to the database type that is created with earlier versions type. But the same Linked Server in another SQL Server instance is working perfectly. I am unable to rectify what is the problem please help.

All of sudden it is showing SQL Error Code:7303  
Error 7303 = "Cannot initialize the data source object of OLE DB provider "%ls" for linked server "%ls"."?
Check the data Provider on the machine, e.g. using ODBC Admin by creating a DSN
Olaf Helper
Hi Olaf Helper,
I don't now how to add a DSN for the Access Database using ODBC Admin. Can you Please help me with that one. as the solution to above problem i Have added a startup parameter -g512 to SQL Server is it effects my existing Assemblies in SQL Server. I am replacing
the startup parameter as -g500 to -g512 here.
Thank you
Regards,
AyubKhan M

Similar Messages

  • I want to use the SQL Toolkit of NI and SQL Server as my databasis on a server. Do I need to install a client in each computer I want to handle the data into SQL tables or I need only a ODBC driver?

    I want to use the SQL Toolkit of NI and SQL Server as my databasis on a server. Do I need to install a client in each computer I want to handle the data into SQL tables or I need only a ODBC driver?

    You only need the ODBC driver on each computer. If you are distributing the SQL Toolkit app as an executable and do not install the whole toolkit on each computer, you'll need the SQL Toolkit support files. This is about a dozen files. You can get the list at http://digital.ni.com/public.nsf/websearch/b814be005f9da9258625658700550c75?OpenDocument.

  • Linking Java to Access Database tables

    Hello,
    I need use JCreator to link Java to Access Database tables.
    Could any one tell me what kind of drivers I need use?
    Also, where could I find the examples of linking Java to Access Database tables?
    Thank you,
    Daniel

    Thanks.
    I have read the tutorial and downloaded the sample code from the web http://java.sun.com/docs/books/tutorial/jdbc/
    In the CreateCoffee.java programming, I made the following changes:
         //     String url = "jdbc:mySubprotocol:myDataSource";
              String url = "jdbc:odbc:DB1";
    DB1 is an Access Database file located in the same folder as CreateCoffee.java.
    //Class.forName("myDriver.ClassName");
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Every time when I run the CreateCoffee.java programming, it shows the following running error:
    SQLException:[Microsoft][ODBC Driver Manager]
    Data source name not found and no default driver specified.
    Could any one have any suggestions for solving the above problem?
    Thank you,
    Daniel

  • My Ipad 'Systems' shows my WiFi connection is working and all my Apps connect and interact ok but Safari says 'No Response from the Server' the same on my Mail. The WiFi works perfectly on everything else in the house. Any ideas ?

    My Ipad 'Systems' shows my WiFi connection is working and all my Apps connect and interact ok but Safari says 'No Response from the Server' the same on my Mail. The WiFi works perfectly on everything else in the house. Any ideas ?

    it was not just email it was all internet via safari but all apps including the bank account app. the laptop and pc access the same email servers which work perfectly so it is difficult to blame the servers.
    by the way it has now started to work properly at lasst after a whole day of trying to resolve this year.

  • Changed group membership in WGM 10.6.3 from the 10.6 server. The change takes overnight to work. Formerly ran WGM from my 10.6.8 mac (worked perfectly)  but now I am at 10.7.5 and must use WGM on the server. Has anyone else seen this behavior?

    Changed group membership in WGM 10.6.3 from the 10.6 server. The change takes overnight to work. Formerly ran WGM from my 10.6.8 mac (worked perfectly)  but now I am at 10.7.5 and must use WGM on the server. Has anyone else seen this behavior?

    Hi
    "Changed group membership in WGM 10.6.3 from the 10.6 server. The change takes overnight to work"
    If I've understood you correctly I've never known this or anything else to take that long? What were you trying to do exactly?
    "Formerly ran WGM from my 10.6.8 mac (worked perfectly)  but now I am at 10.7.5 and must use WGM on the server. Has anyone else seen this behaviour?"
    http://support.apple.com/kb/HT1822
    HTH?
    Tony

  • My screen has greens and black lines going down the middle an I can't access anything. What could be wrong? It happened all the sudden.

    My screen has greens and black lines going down the middle an I can't access anything. What could be wrong? It happened all the sudden.

    You're welcome! I feel your pain - both "closest" Apple Stores to me are almost 2 hours away. When I called for another problem under warranty the AppleCare guy checked my zip code and found an AASP (Authorized Apple Service Provider) 20 minutes from me I had no idea existed. They diagnosed the problem (bad bluetooth keyboard) and ordered a new one for me. The AppleCare person will probably use this http://www.apple.com/buy/locator/service/ so you can check it now. And AppleCare could well diagnose your problem over the phone anyway. And I feel certain it wasn't something you did inadvertently.

  • How to create linked server to multiple database on same server?

    Hi Experts
    I want to create linked server to multiple databases on the same server.
    I have 2 database servers (ServerA and ServerB) and want to create linked server on ServerB to link multiple databases on ServerA).
    I have admin right on ServerB.
    I don't have admin right on ServerA but have different accounts to access on each databases on ServerA.
    After I created one linked server object to a database, I cannot create another linked server object for another database as it has already used the server name which is ServerA.
    Please advise.
    Thanks.

    EXEC sp_addlinkedserver 'ServerADB1', '', 'SQLNCLI', 'ServerA', @catalog = 'DB1'
    EXEC sp_addlinkedserver 'ServerADB2', '', 'SQLNCLI', 'ServerA', @catalog = 'DB2'
    etc.
    Please look up the details for sp_addlinkedserver as I typed this from memory.
    I can certainly see a point in having one linked server per database, as then you don't have to hardcode the database name in the queries, and the linked-server definitions can be changed if the database name changes.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Robo Server 6 Access Database

    I need some help.
    I have access to the folder that houses the access database
    where the robo information is stored, but I hate the reports that
    RH creates. I want to access the database to create my own queries
    and reports. But, when I try and access the database it says
    "Unable to Lock File". Does anybody know the cause of this?
    Thanks,
    Ian

    worlscom wrote:
    Hello Friends!
    May anyone want to help me? I have designed a Applet which is working well on my computer.
    When I run it one the web server, it's not able to update the database on the web. One important thing that, when I open the http://worldfamousebooks.com/collect.htm and press on submit button, that data are saved on my own computer rather than server. Database permission, path, security everything are right.
    Access is a desktop database. I don't believe there's any notion of a server side listener that's dedicated to a port. That's what SQL Server is for.
    Am I need to do some extra program Yes, write a servlet that listens on port 80 for HTTP requests from your applet and let it interact with the server-side database on its behalf.
    or use Server side applet No such thing.
    or client side applet You already have one of those.
    or anything else? A servlet is your best bet here.
    I will remain grateful to all of you, if your give me any word about it.%

  • Remote access database using Application Server Control Console

    When I install the Oracle Application Server 10g, it gives me a web-based tool, i.e., to use the Application Server Control Console to manager/monitor the server.
    Now If the Application Server is installed in a remote location, and there is no LAN connection to it, can I still access it via the Application Server Control Console? (i.e., via the HTTP protocol). (I believe that I can only use the Console to manage the AS which is physically located in the same machine).
    Thanks
    Scott

    Hi Scott!
    The ASC will allow you only to manage its own installation. So if you have 10 AS instances you will have 10 ASC's to manage it.
    If you want to remotely manage your installations you need the Grid Control.
    Otherwise you will need a connection to the machine.
    I do not understand the issue about the "no LAN connection"? How do you want to access the machine if there is no network connectivity anyway?
    cu
    Andreas

  • Use unused server as share point server after move databases to new server

    HI,
    we have a single server share point farm (ServerApp01) for Intranet and it connects to a SQL SERVER 2008 R2 database server (Server02),
    and now  we moved all sharepoint databases and content dbs to new sql server in different server (ServerSQLNew).
    using sqlalias we point to new SQLSERVER 2012 Instance in this new server.
    - now the old sql server (Server02), is not in the sharepoint  farm 
    - now can i add this server in intranet farm and  use this old server (Server02) as wfe server ?
    here my doubt is  when i open cliconfg.exe i saw that sharepoint server pointing to this old server name (Server02),
    after i will join this server to existing farm is any issues?
    adil

    hi
    i already turned off sql server instance in old sql server in my case in Server02.
    In share
    point Server (ServerApp01) i opened cliconfg.exe and add sqlaliases to point to new sql server.
    If i rename  server02 server or rebuild
    the server with a clean OS install  still  Sharepoint Farm works right?
    below is the scenario of sqlalias in sharepointserver (serverapp01)
    adil

  • Linking to an Access Database (accdb) - calculated field in query

    Using Crystal Report v 14 we have a problem linking to an Access 2010 database (accdb file format).
    We created a query in the Access database with a calculated field that we want to use to link with Great Pllains database. We can see the query using the database expert and the OLEDB (ADO) data source. The problem is that the calculated field in the Access query does not show in the link manager.
    What is the best wat to link an Access table that has a job number containing hyphens (111-222-333) with the other database that has the job number stored without hyphens (111222333)? Why does our query solution not work?

    Hi,
    I'm not sure if this can be handled at the Database query level, however this can surely be handled from the report level.
    You would need to insert a subreport with Great Pllains as its datasource. The Main report's data source would be the access table.
    Next, in the Main report you would need to create a formula to remove the hyphens from the string and convert it back to number. Use this formula:
    tonumber(replace(,"-",""));
    You can then palce this formula in the details section/group section (which ever is applicable) and then link the subreports's job number field with this formula field. A record selection formula is automatically added in the subreport when you do so.
    Also, make sure the sub-report is place in the same section this formula field is placed in, otherwise you can get unexpected results.
    Hope this helps!
    -Abhilash

  • My Facetime has always worked and now all the sudden when I try to log on from my Macbook it says the server has encountered an error with the server registration. This will not allow me to sign in. Anyone know how to fix this?

    My Facetime will not work on my Macbook Pro. This has always worked in the past and now all the sudden it says that I have encountered a problem with the server and registration. I tried to check the date and time zone which is correct and I have no restrictions set.

    I have the same issue. Does anybody know why this has happened

  • Why have I lost access to Safari?  I also have Google Chrome, but when I choose to use Safari, an error message comes up.

    I have both Safari and Google Chrome on my MacBook Air.  I have been using both until recently.
    When I now click on Safari I get a message that says 
    404. That’s an error.
    The requested URL /ig?hl=en was not found on this server. That’s all we know.
    So I resort to Google Chrome. But I'd like to continue to have access to Safari.  Is this a bug? Incompatibility all of a sudden? What do I need to do to have Safari functioning again?
    I

    This is what I started getting when blue search items also stopped turning violet in Google. I got a message that my browser did not support Google, or that Google did not support my browser. It said I ought to upgrade my browser which I declined to do. I use OS X 10.6.8 and Safari 5.1.10.
    I get it every time I open Safari now.

  • Secure link to itunes store failed computer not connected to internet tried ununininstalling everything to do with itunes no joy also error code coming up E0000225 anybody out there got any ideas

    Secure link to itunes store failed, (computer not connected to internet tried uninstalling everything to do with itunes,no joy also errror code E0000225 appearing. Have turned off windows firewall and also my Bullguarg security settings.Can anybody out there please help me thanks.

    Hi,
    You could be right that the response to clicking on help is a symptom of an entirely separate issue, but nevertheless the secure link to itunes is definitely failed, and I am unable to log into Itunes on either PC.
    I also noticed that even if I click on the link to create a whole new Apple ID, I cannot do that either, presumably because the secure link is not working.
    After I noticed that there were weird things happening this morning, I did change my Apple ID password in the hope that this might resolve it, but it seemed to make it worse.  Now, all of my apple devices keep constantly prompting me for the apple ID password, and randomly either accepting it, or telling me it is wrong.  I know the password is correct because I can log onto the apple Manage My Apple ID screens in a web browser with it.
    I was starting to think that this is an ISP issue (BT Broadband), but I have not seen anyone else posting with the same issue.  Does Apple use a different security protocol to everyone else?  I'm asking because all other secure services seem to be working fine, but anything related to apple that requires a secure connection or authentication is having issues.
    I have also seen reference to making sure that Itunes is listed as an allowed program in Windows Firewall.  I cannot seem to do this because it says that my Windows firewall is being managed by McCafee.  I have checked the settings in McCafee, and it appears to me that Itunes, Bonjour, and many other apple programs have been granted "Full" access.  As said before in any case I have tried temporarily disabling the firewall and even this did not solve the problem.

  • TS1589 I have to reboot my BTinfinity router to enable me to link my ipod to Airport express. When it is connected it works perfectly, but it is getting a bind to have to keep switching the router power off. Any one help???

    I have to reboot my BTinfinity router to enable me to link my ipod or my iphone to Airport express. When it is connected it works perfectly, I use it to play music through my BOSE soundwave, but it is getting a bind to have to keep switching the router power off. Any one help???
    Ipod touch: 4th generation Upto date software
    Airport Express: Latest model
    Iphone 5: Upto date software

    This can sometimes be the result of a faulty/damaaged USB sync cable.  Do you have another cable you could test it out with?
    B-rock

Maybe you are looking for