About the generic connectivity error.

I use the Generic Connectivity to link a mySQL database and appeared some mistakes:
ORA-28500: [Generic Connectivity Using ODBC][MySQL][ODBC 5.1 Driver]Access denied for user 'SA'@'SERVER' (using password: YES) (SQL State: S1000; SQL Code: 1045)
Is that the reason why?
I checked once, that my ODBC parameter establishes normally.

you need to surround the username and password while creating the database link to SQL Server with DOUBLE QUOTES.
Look at the error message; it states: SA instead of sa.
As MS SQL Server usernames/passwords as well as columns and tables are case sensitive for some settings you need to define the db link using double quotes as follows:
create database link server connect to "sa" identified by "PaSSworD" using '<tns alias>':

Similar Messages

  • Handle the Network Connection Error ...

    The main purpose is to handle the Network Connection Error,
    when there is a Network Connection Error or pc loss the
    connection (remove the ETH cable),
    and it work in IE but not with firefox.
    When there isn't connection during play of sound1, Flash call
    "sound1.onSoundComplete" that point to an other frame, where i load
    an other es:Sound2.mp3, BUt there isn't connection and Flash call
    "sound1.onLoad" with "success=false" and that's OK because i handle
    the error for example retry to load every 10 Seconds.
    With Firefox when it happens the player call load sound2.mp3
    but there isn't connection and it can't find the file (OK) BUT is
    NOT CALL the "sound2.onLoad" and STOPS it in this frame mute and
    nothing more happens.
    This is the sample Code:
    //on frame (1)
    sound1 = new Sound();
    sound2 = new Sound();
    //on frame (2)
    sound1.onLoad = function(success) {
    if (success) {
    //on load OK...
    trace("Sound1 loading ok...");
    } else {
    //on load FAIL...
    trace("Sound1 error ...");
    //call error function. (es: goto frame 1 and reload all.)
    _root.sounderror();
    sound1.loadSound("sound1.mp3", true);
    sound1.setVolume(100);
    sound1.onSoundComplete = function() {
    //goto next frame and load the Second sound
    gotoAndStop(3);
    //on the Frame-3
    //there is the same code but with sound2 and
    "onSoundComplete" -> gotoAndStop(2); for a loop of the two
    sounds.
    Thanks in advance for HELP ME.
    PLAEASE READ and Comment!!!
    This is my work! Sorry for the Bad English.

    Thanks for your support, i have modify like your suggest but
    the problem continue.
    I've notice that in local work very fine also with Firefox. i
    try during play to remove in one shot all mp3 file, and it call the
    error handler function correctly, But if i put it on the web, when
    i unplug the eth cable, it stop after sound2 or 3.loadsond and
    write me back it in a text box, stop! it NOT Call the onload
    triger, and do not call the error function.
    WHY ?!? in local work whit all browser, and on web only with
    IE?
    HELP ME PLEASE!
    Post the new code:
    //Frame#1
    soundintro = new Sound();
    sounda = new Sound();
    soundb = new Sound();
    soundintro.onLoad = function(success) {
    if (success) {
    //find soundi - wait for onsoundcomplete...
    } else {
    //Sound error
    //Lunch error hander function.
    _root.sounderror();
    soundintro.onSoundComplete = function() {
    debug1 = debug1+("Trace-> soundintro Complete
    goto2..."+chr(13));
    gotoAndStop(2);
    d = new Date();
    soundintro.loadSound("soundintro.mp3?r="+d.getTime(), true);
    soundintro.setVolume(100);
    stop;
    //Frame#2
    sound2.onLoad = function(success) {
    if (success) {
    //find sound2 - wait for onsoundcomplete...
    } else {
    //Sound error
    //Lunch error hander function.
    _root.sounderror();
    sound2.onSoundComplete = function() {
    debug1 = debug1+("Trace-> sound2 Complete
    goto3..."+chr(13));
    gotoAndStop(3);
    d = new Date();
    sounda.loadSound("sound2.mp3?r="+d.getTime(), true);
    sounda.setVolume(100);
    stop;
    //Frame#3
    sound3.onLoad = function(success) {
    if (success) {
    //find sound3 - wait for onsoundcomplete...
    } else {
    //Sound error
    //Lunch error hander function.
    _root.sounderror();
    sound3.onSoundComplete = function() {
    debug1 = debug1+("Trace-> sound3 Complete goto back
    to2..."+chr(13));
    //Back to 2 for loop
    gotoAndStop(2);
    d = new Date();
    sound3.loadSound("sound3.mp3?r="+d.getTime(), true);
    sound3.setVolume(100);
    stop;

  • ODBC Generic Connectivity error

    I'll link to the pgSQL(or mySQL) server wih Oracle.
    and if my pgsql table has the "varchar" type fields, there will be some mistakes:
    select * from "code_area" @ PGSQL
    ORA-00942: the table or views doesn't exists
    [Generic Connectivity Using ODBC]Warning: index pk_code_area is ignored.
    Warning: index idx_code_area is ignored.
    Table code_area has no fields. Loading failed
    ORA-02063: at 4 lines (From PGSQL)
    Message was edited by:
    user629425

    It will be helpful if you could post your Oracle version and Transparent Gateway version if any.
    also consider post your question in this forum
    Heterogeneous Connectivity

  • What's Apple saying about the 34 admitted errors in Intel CPUs?

    I'm reading a lot about Core Duo and Core Solo errors. 34 of them. Intel intends to fix just one of them.
    I'm yet to find an Apple article on the issue.
    I had been contemplating adding an Intel Mac to my stable but I'm pretty certain I'll not be rushing into this until Apple makes a statement to relieve my concerns.
    PMG5 2x2.5 +30 Cinema   Mac OS X (10.4.6)  

    Well, I'm not so sure. Owners of new Intel Macs
    certainly appear to be having problems.
    Those problems are unrelated to the flaws in the Core Duo.
    Processor flaws are "normal", you can't build a chip with several million transistors on it without there being a few problems. That said, the flaws are really edge cases and you'd have to be doing something downright weird to encounter most of them.
    It's also worth noting that more than half of the flaws can only be encountered if the processor is in debug mode.
    I'll wait for the Apple statement.
    I very much doubt you'll get one. They didn't release a statement for the 24 known flaws in the G5 or the 36 known flaws in the G4.
    If you hold off buying a computer because the processor has flaws then you'll never buy a computer.
    I suspect what's happened here is that a journalist who doesn't understand what's going on found an Intel errata sheet and started yelling about the sky falling. Since most people never hear about these flaws they assume that they're indicative of a broken design. The truth is that nothing is out of the ordinary, there is nothing to be worried about.

  • Checking the ABAP connection - error

    Hi
    According to the ADS config guide for NW2004s, I wanted to test the ABAP connection. I went to t.code SA38, entered FP_PDF_TEST_00 and entered the connection name, and when I execute it I get the error
    Error Code: 2
    Error Message: ADS
    Invalid http conenction: ADS
    No version available.
    Can anyone please explain me where and how should I set the http conenctions to make this test successful.
    Thanks in advance
    regards
    SM

    Hi SM,
    Programs FP_PDF_TEST_00 & FP_TEST_00 are completely different.
    The program FP_PDF_TEST_00 that you run is just returns ADS version only.
    If you execute the program FP_TEST_00, it will show you PDF output. That is this program takes the PDF form name FP_TEST_00 in the selection-screen parameter and also ADS destination name and will return you the PDF Output.
    Basically you will do the following steps to run an Adobe Form.
    1. Get the generated function module name for the Adobe form using function module FP_FUNCTION_MODULE_NAME.
    2. Call the function module FP_JOB_OPEN. here we have to pass ADS connection, Device name, No dialog option...etc
    3. Call the generated function module , here we an pass SAP data from the print program.
    4. Call the function module FP_JOB_CLOSE.
    For more information, check the program FP_TEST_00 code .
    Thanks
    Ramakrishna

  • About the Average Connection Times

    Hi, guys
    Has anyone tested the connection time about the OCCI?
    we can compute the average time in the following way:
    -----------------------------------------------------------------------------timeStart
    env->createConnection(userID, userPwd, conStr)
    -----------------------------------------------------------------------------timeEnd
    On my test, the time took about 0.115s to connect to the Oracle Database 10g.
    what about urs?
    Thank you!

    Thanks andreister,
    well, i did my test on the same machine, and i just created a database connection. As to the average time, i put the function in the sys/time.h to get the current time of the system just before and after the createConnection interface, respectively getting the timeStart and timeEnd.
    So the average time i got should be the time the interface createConnection tooks.

  • Questions about the database connection

    hi all,
    I am developing a project with JDeveloper 10g and I created a database connection to my Oracle RAC database.
    However, whenever I start the project with the JDeveloper and I do a "netstat -an" with the command prompt window. I show there are over 100 connection ESTABLISHED to my database. I don't have any idea how this happens. The problem is since there are over 100 connection established, I couldn't run the project with the JDeveloper's embedded OC4J.
    Can anyone help me to fix this problem?

    I have set the Max connections to 30 in the connection-pool setting of my project in the Embedded OC4J Server Preferences, but it doesn't work.
    There are still over 100 connections to the database...

  • HT3275 what about the red i error of "The backup disk image "/Volumes/USERNAME's Time Capsul/USERNAME's iMac.sparsebundle" is already in use.

    The red i error message I am getting is not mentioned in this article.  This time capsule backed up fine for months before yesterday. 

    That is due to the rather embarassing nature of the fix.
    Pull out the power cord from the TC.. count to 10.. plug in the power cord.
    That fixes it in 98% of cases.
    If not use Pondini troubleshooting
    http://pondini.org/TM/Troubleshooting.html
    And C12.

  • About a Generic Alert Error

    Hi to All,
    I have installed Oracle DB 10.2.0 and in the Alert Section I have founded some Generic ALert Log Error, like this:
    ~Errors in file e:\oracle\product\10.2.0\admin\softblue\bdump\softblue_s003_6008.trc:~ORA-07445: exception founded: memory dump [ACCESS_VIOLATION] [_kghfrf+131] [PC:0x603C0C9B] [ADDR:0x683D4AC] [UNABLE_TO_READ] []~~Dump file e:\oracle\product\10.2.0\admin\softblue\bdump\alert_softblue.log
    Someone can help me, in order to resolve this error?
    Thank You and Best Regards.
    Gaetano

    ORA 7445 can be a bug. I suggest you search for related docs on Metalink and open an SR.

  • About the OraSpSetup.exe error

    Hi,
    I download the OraSpSetup.exe form internet, but when I install the program, the error message show "WinZip self-Extractor header corrupt. Possible cause: bad disk or file transfer error"
    Anyone happen this! Or the file is brocken, Can I download from the other web site, Or someone can send the file to me!

    you need to surround the username and password while creating the database link to SQL Server with DOUBLE QUOTES.
    Look at the error message; it states: SA instead of sa.
    As MS SQL Server usernames/passwords as well as columns and tables are case sensitive for some settings you need to define the db link using double quotes as follows:
    create database link server connect to "sa" identified by "PaSSworD" using '<tns alias>':

  • Stressed about the whole connection thing

    I have just bought a new 1 gig nano, first gen
    My iPod will not be recognized by "my computer" or iTunes, it is usually recognized in "safely remove hardware". when the iPod is connected it constantly displays "do not disconnect", I can't restore it since iTunes won't open and the service updater thing won't acknowlegde that the iPod is connected. it seems like when my iPod is connected it corrupts anything that tries to recognize it
    I have been looking through the forums and help topics but there are so many, and none seem to match my problem.
    thanks for any help

    yah, mines a 4 gig ipod nano that i bought in june, and its doing the exact same thing. ive connected it to several computers with itunes, and evertime i still get the do not dissconnect thing with no recognition in itunes. i sent it to apple, and they sent it back saying theres nothing wrong with it, now im out 200 dollars from a worthless ipod nano, and another 30 for their ******** shipping fee. thanks apple.

  • Confused about the way Connect by works ??Please help me

    Hi
    All Oracle Gurus,
    Please can you explain the reason for difference in the result.
    SQL> select level,rownum from dual connect by level < rownum;
    LEVEL ROWNUM
    1 1
    SQL> select level,rownum from dual connect by level <= rownum;
    LEVEL ROWNUM
    1 1
    2 2
    SQL> select level,rownum from dual connect by level = rownum;
    LEVEL ROWNUM
    1 1
    2 2
    SQL>select level,rownum from dual connect by level > rownum;
    result set has Infinite Rows.
    SQL>select level,rownum from dual connect by level >= rownum;
    result set has Infinite Rows.
    Thanks for Reading the Post
    Raj.Ganga

    Hi all,
    i got the reason,pls correct me if i am wrong.
    1) level < rownum
    no start with so first one added to the tree.
    second row picked up
    level = 2 Rownum = 1 -- Condition Failed
    2) level <= rownum
    no start with so first one added to the tree
    now level = 2, rownum = 1 -- picked second row
    now level = 3 rownum = 1 -- failed
    so 2 rows
    3) same as 2
    4) level > rownum
    no start with so first one added to the tree
    now level 2 rownum 1
    level is increment the base table dual has only one row so it is always true
    5) same as 4
    Thanks
    Raj.G.

  • My photoshop has stopped working. Something about the license. Error 150:30 I have photoshop 8 on a Dell XPS. It was fine till I took it to Geek Squad. I have lost the receipt and it has been a while so I can't really take it back.

    Does anyone have any idiot proof instructions on how to fix this? I would also like to upgrade to photoshop 12 if I can get this working again.
    Cheers!

    rickshawmike wrote:
    I forgot to write Elements. Oops. Sorry. Do you have a link for the Elements? Sorry for any confusion.
    Download Photoshop Elements products | 9, 8, 7
    If you know the file names for your pics, just do a search for them. Usually My Documents or My Pictures is the default folder to rummage through if you can't remember. If the tech did not wipe the hard drive, they are there, somewhere. Elements does not hide them.

  • Help with Ipad software download, when it finishes downloading the message: connection error, appears!

    Can someone help me please. I can't update my ipad!

    If you are getting a network timeout then try temporarily turning off your firewall and antivirus software until the download has completed.

  • For whatever reason Firefox keeps displaying the "Untrusted Connection" error due to my company's firewall.

    I have at least three dozen instances of adding a certificate override for google (Logged on Certificates/Other) and it pops up every time I start the browser. Furthermore now it's no longer giving the override option, instead only giving me the technical details and the "get me out of here" without the override option. There's no way to make the company's site overall accepted as a security certificate so it requires adding an exception to most sites I go to and it's really annoying and is causing me problems at work. Switching to chrome may have to happen if I cannot even access my e-mail using this browser. I had to launch it just to register on the forums for gods sake! Why can't I override the security certificates for my company's firewall?!

    Best would be to get the root certificate of that firewall and install this certificate in Firefox and set the appropriate trust bits.
    Do other browsers like IE also have this problem as it is possible that this root certificate has been installed for IE, but not for Firefox?
    Which firewall is used?
    You can try to contact the IT department to see if they have a solution for Firefox.

Maybe you are looking for

  • List the storage location for all the plants

    Hello How could I list all the storage locations of all the plants in single view. I have tried V_T001L but it is go plant by plant level. rgds Nile.Y

  • ULIMITS Failed in RDA

    Hi All, We are planning to install 10gR2 in one of the production boxes and i ran the RDA and in the rda output every thing is fine but ULIMITS is failed. Is it ok to goahead and install 10gR2 or i have to set the ulimits first??? OUTPUT FROM RDA IS

  • I can`t start final cut pro x since the latest update lion

    Final Cut pro X is starting but you can`t working with this program since the latest update Lion

  • Configure CMS error

    Hi I am working on SAP CRM Ecommerce, currently configuring the NWDI. I am using the template to do the post installation configuration. In the step configure CMS I get the error as follows. Element u2018SAPConfigLib.EP1.Unclassified.configureCmsu201

  • Skype number working but no voice

    i just bought a USA skype number yesterday , but i cant hear the voice if some one calls me from cell phone or landline  , nor the person can hear my voice on his cell phone , but skype ID to a skype ID is working fine as it used to before , i can re