Open Client Adapter to 9i-Lite OCA-30017 error

Is there a suggestion or solution to the following:
Using Forms 6.0.8.11.3, Oracle Client Adapter for ODBC 6.05.29.0 , 9i-Lite 5.0.1, and the 4.0 Oracle Lite Driver OLOD2040.dll the following results:
ERROR:OCA-30017: error logging on to non-Oracle database[POL-5246] User does not
exist.
I have created a system DSN named 'test' using the Oracle Lite Driver 4.00.00.00 OLOD2040.DLL. I can use the ODBC test program (ODBCTST.exe) to query the db. (Plz note - a user level DSN cannot connect using the ODBCTST tool). Great, but the form returns the above error. I can query all 9i-Lite dbs locally with the ODBCTST program, but the Client Adapater complains about the POL-5246 when trying to connect via the FORM. I'm using username password ODBC:test and I get the above error. The user name and password exist and has been confirmed by connecting via the msql through the the @polite:dsn I can also use msql to query any and all lite local dbs using the system/manager@polite:userdsn4database - Any suggestions - I think the OCA mesg is bogus and cannot isolate the real problem.

Hi again.
The documentation, "OCA for ODBC Readme"m said that it only supported to Access 2.0. According to the file, I should have OCA version 1.0.14.3.4 currently installed. Are new OCA versions only available with the new software releases or can I download them to use with older Developer releases? If so, where do I find them.
Thanks for your help.
null

Similar Messages

  • Oracle Open Client Adapter for ODBC on Solaris Platform?

    Hi,
    I want to deploy the Reports on Solaris platform. Oracle Report Server is installed on the Solaris. I want to connect to DB2 database using ODBC Connection. Is Oracle Open Client Adpater is available for Solaris platform, since for ODBC connection it is required. Thanks in advance.
    Regards,
    Aniruddha
    null

    Hi all,
    I have this problem too. Running 9i with forms 9i. Is there an updated OCA available?
    regards

  • 8i lite - OCA 30021, error in creating new user

    I Have installed 8i lite on my laptop running win 98 SE.
    I created a new user from oracle 8 navigator ( 8.0.5.0.1). Right clicking on user does not give any Privilege tab.
    Now I quit navigator & log on to Sql plus running OCA patch 6.0.5.35.0. The new user connects but you can practically do nothing.
    eg
    SQL> select * from system.emp ;
    select * from system.emp
    ERROR at line 1:
    OCA-30021: error preparing/executing SQL statement
    [POL-5150] access violation
    pl note that I have give "select all table" , "DDL" , "ADMIN" privilege to the new user created , but it always give error OCA-30021.
    Also does public synonym works in 8i lite ? I have create public synonym in SYSTEM, but it is not visible to any other user id.
    Greatly apreciate if you could answer any of my question.
    null

    I have similar problems. Any advice?

  • Client Adapter for Access table connection

    Were is possible to get just the portion of Oracle Open Client Adapter for ODBC V 6.0.5.35 that enable to establishe a connection with Access table?

    Cisco broadens WLAN offerings
    By John Cox
    Network World Fusion, 11/12/03
    Cisco Wednesday will announce a series of products and product
    improvements to bolster its wireless LAN offerings, including
    additional software that shifts WLAN features into other parts
    of the corporate net.
    The announcement will include, according to a source familiar
    with Cisco's plans:
    * Cisco's first 54M bit/sec 802.11g radios for its access
    points.
    * A new client adapter card that can work with 802.11a, 11b, or
    11g access points.
    * A new version of its IOS network operating system, adapted for
    the model 1100 and 1200 access points.
    * A new software version for the CiscoWorks Wireless LAN
    Solutions Engine, which is a server for administering access
    points.
    Last June, Cisco unveiled a WLAN strategy called Structured
    Wireless-Aware Network (SWAN). The idea behind SWAN is to
    distribute WLAN functions to various devices in the net, as
    appropriate. Cisco officials say some functions are best done on
    access points, and the adaptation of IOS for these devices makes
    them highly programmable, and visible to other Cisco network
    resources, such as network management and network security
    products.
    Other functions have been shifted to the Wireless LAN Solutions
    Engine (WLSE or "willsee" to insiders). Still others will be
    shifted gradually to Cisco's wireline switches and routers, as
    IOS is updated. The first release of "wireless aware" IOS will
    be sometime in 2004, Cisco said.
    For the full story, please go to:
    <http://www.nwfusion.com/news/2003/1112ciswlan.html?nl>

  • Open Interface Adapter Import issue

    Hi,
    I am trying to import Open Interface Adapter xml file from Source Adapter option in ERPi but getting an error message - "Select Directory for Export".
    Not sure if I am missing any step here. Does anyone know anything about this error?

    THe issue was that Open Interface Adapter requires a directory to be created on the server and xml file to be placed here.

  • Multi Period Load using Open Interface Adapter in FDMEE

    There was a similar question, but it didn't exactly cover this.   I already have a ticket open with oracle, but I'm hoping someone here can help.
    We currently use a Before Improt script to populate the Open Interface Adapter table.  As a simple example, we data from a PeopleSoft ledger for a period to load to our Hyperion Planning system.
    The Workbench process works perfectly.  Import for January 2014 grabs the data for 2014 from PS and loads it through.  Ideally we would like to be able to use the Data Load Rule option to execute the process for a range of periods, so that I could reload all of 2014 by selecting a Start Period of Jan 2014 and an end period of Dec 2014. 
    Unfortunately what currently happens is only the first period is processed despite the range.
    I've seen several references to period mappings as possible solutions.  This information was already verified by Oracle, but for the clarification, we've create them and mapped them at an applicaiton level.
    Any ideas as to why it would only run the first period of the range?

    Just an update:
    In order to use the Start Period/End Period functionality, you must specify a source period mapping and define a calendar in the rule.
    This issue "partially" solved my problem, however it turns out the BefImport and other Event Scripts only run once for the range.  Using the select query below:
    "Select * From AIF_PROCESS_PERIODS where PROCESS_ID = '" + str(LoadID) + "' Order by PeriodKey ASC"
    I was able to optain the records containing the periods in the Start/End range, so I was able to just create loops in the BefImport and other event scripts as necessary to mimic the running of the event scripts on all periods in the range.
    That said, I still have no solution for executing target application calcs (we have one calc that runs before load to do a clear and another after load that runs an aggregation).
    Anyone have any thoughts on how to make those calls loop?  Because the ranges can cross years, I can't just pass the periods to the calc since Jan-FY14 to Feb-FY15 isn't just Jan to Feb and FY14, FY15 (which would only be 4 periods total vs the 14 it should be).
    Alternatively, is there an easy way to call a essbase calc script from an event script?

  • JMS Internal Error at Server Client Adapter!JMS Service is not started

    Hi
    Can any one tell me how to trouble shoot for following errors:
    Failed to Create Connection! Reason: Response from the server could not be reached.
    JMS Internal Error at Server Client Adapter!JMS Service is not started
    The following hosts could not be reached 143:223:221:10:50310
    We are trying to send the request from SONICMQ JMS to R/3 and trying to post the response to Sonic Queue. but we are facing some problems for JMS adapter .
    but in JMS sender and receiver adapter i gave different IP and port for listen the SONIC queue. why it is showing in different IP here? this message got from logviewer.
    regards
    Rambarki...

    Rambarki,
    What is the error displayed on the Adapter Monitoring pages?
    Generally the correct error descriptions for connectivity issues are found on adapter monitoring UI than any other.
    Other possible reasons could be :
    <i>JMS Service is not started
    The following hosts could not be reached 143:223:221:10:50310</i> This might be issue with your network settings i.e. XI server is unable to reach the specified IP on specified port.
    Regards,
    Amol

  • Best Practice Question - Activate Company Code - Open client or transport?

    Hello.
    When activating Company Codes in a newly productive system, is it best practice to do it directly in an open client, or to change the setting via transport?
    Thanks and Regards,
    D Flores

    What do you mean by activating company code?
    Is it productive check box you are talking about in OBY6.
    If so, open client for manual change, make the setting and put it back the client settings.

  • Is there any free or cheap alternative other than sybase open client to connect to sybase ASE from powerbuilder

    Is there any free or cheaper alternative other than sybase open client to connect to sybase ASE 15 from powerbuilder.

    Hi M;
      FWIW: Open Client is FREE and the fastest way to converse with ASE! 
    Regards ... Chris

  • Able to open fse2 without opening client

    Hi,
    In our production environment one user is able to open fse2 transaction code, without opening client,
    While remaining users are not able to, if any other user is trying to open fse2 tcode getting status "client XXX has status not modifiable"
    I have checked roles, parameters of the user who is trying to open fse2 and given same roles and parameters to another user, but he is not able to open.
    I want fse2 transaction code to be opened for another user without asking  "client XXX has status not modifiable"
    Thanks in advance.
    Gowtham

    Hi Gowtham,
    I assume below configuration has been performed for one of the users in Production.
    1. Change the SPRO settings for view V_T011 using SOBJ as outlined in SAP Note#135028 - Transfer IMG activity to Current Settings.
    2. Further, Message FE-146, also needs to converted to an Information or Warning message, using OBA5 as outlined in SAP Note#109577 - Changing FS version although client not changeable.
    Due to this only one user can perform the changes. Please cross and do the needful as required.
    Hope this helps.
    Regards,
    Deepak Kori

  • CTI Client adapter download

    I have been eagerly waiting for 1408 release to be able to download the CTI Client adapter but I'm still getting the same error message: "Service cannot be reached. URL call was terminated because the corresponding service is not available."
    I was told before this would be fixed with 1408.
    Has anybody else been able to download it recently (either before or after 1408)?
    Is there anyway somebody could email me the actual download file?
    Cheers

    Hi Thierry, there have been no enhancements to the CTI adapter as of 1311 build. So as long as if you have that install you should be fine.
    Thanks,
    Rei

  • Sybase open client connectivity

    Hi,
    I am developing a universe in XIR3.1 and using Sybase ASE.
    Our requirement is to connect to multiple databases of one Sybase ASE server in a single universe.
    The connection we have created is Sybase Open Client with one database.
    When we try to insert table from different databases, instead of showing the tables that belong to that particular database ,it shows tables of the database which we have used to create connection earlier.
    Under all different databases it shows the same tables of the database which I have used creating the connection earlier.
    However the similar scenario works fine in XIR2. We have tested it successfully.
    How to resolve this issue.
    Thanks in advance!

    Hi Pratul,
    If your users are assigned to specific schemas then you may set up Connection Overrides. These are first set up by using a the CMC and then Universe Designer.
    So... in the CMC you have say 3 groups, each of these must have your distinct users.
    Then create 3 seperate connections for each of the 3 database sources.
    Open up Universe Designer and use the security override screen by selecting a specific group to use a specific connection.
    ~Joe Szabo

  • 802.11n (CISCO?) client adapter

    Hello,
    after the release of the 1250AP, I was wondering if the 802.11n compatible client adapters were planed or close to release, and if anyone had an information about that.
    I was also wondering if this AP had any particular CISCO features (like there was in some previous versions) that could require such an adapter to work properly?
    Regards,
    Laurent

    Cisco's 1250 series APs have been selected as the test hardware for all 802.11n Draft 2.0 client adapters. That means that for any Draft 2.0 compliant hardware to be certified, it must inter-operate with the 1250 series AP. There are some additional features that Cisco makes availible to client adapters (CCX, for example), but any Draft 2.0 certified client adapter should work with the 1250 without any problem, regardless of CCX version support.
    Below is from the Cisco Aironet 1250 Series Access Point Q&A:
    Q. What is the status of the Draft 802.11n version 2.0 standard?
    A. The IEEE 802.11n working group has passed letter ballot, and this is what is known as 802.11 Draft 2.0. Subsequently, the Wi-Fi Alliance commenced compatibility testing in June 2007 to ensure interoperability of products adhering to the 802.11n draft 2.0 standard. The Cisco Aironet 1250 Series Access Point was selected as the reference platform for the Wi-Fi Alliance test bed. All products receiving Wi-Fi Alliance draft 2.0 certification must be tested with the Cisco Aironet 1250 Series Access Point.
    http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps6973/ps8382/prod_qas0900aecd806b7c82.html

  • Vista driver for Aironet 350 client adapter

    I want to run a 350 client adapter on Windows Vista. does anyone have a driver ?

    Currently, neither the Cisco Aironet Client Utility (ACU) or the Aironet Desktop Utility (ADU) are supported on the Microsoft Windows Vista Operating System.

  • 'com.sap.aii.adapter.file.ftp.FTPEx: 501 Unknown error

    Hello ,
    I am facing an error in communication channel while trying to post the file to the FTP server,
    The error is " Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: An error occurred while connecting to the FTP server '10.100.5.00:20'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 501 Unknown error'. For details, contact your FTP server vendor"
    Please could you advice what need to be done to resolve this.
    Thanks ,
    Siva

    Hi ,
    FTP 501 Error is: "Syntax error in parameters or arguments"
    Also, i see that the ftp address and port mentioned in your case is:
    10.100.5.00:20
    Hence, i see three probable issues here.
    1. FTP Port :
    Just check if the FTP server's port number '20' mentioned in your case is open as this is the data connection port. Moreover, the default port mentioned while creating a file channel is 21. Just check about the port number '20' with the FTP server administrator if this port number is opened and functioning.
    2. FTP server address:
    Also, try giving your FTP Server's address as 10.100.5.0
    3. Also, check if the FTP server is reachable from the PI Server by using a simple ping command.

Maybe you are looking for

  • How do I save documents from my PC to icloud

    How do I save documents from my PC to iCloud

  • Cfquery sql update loop problem

    Trying something a bit tricky, need some ideas. I've got an array of objects that I pass to a cfc from flex, I'm trying to save this array to the database. Here's what I have that doesn't work. <cfquery name="setObjDetail" datasource="test">      UPD

  • 5.13 update problem

    Hi, Updated to 5.13, then suddently found the Waveform was not playing real time, and some plug-in applied showed FX Script Error. Then just updated to 5.14 trying to correct this, didn't work. Any idea? Thanks.

  • Here! maps download to SD card in Winwowsphone 8.1

    Can I download Here! maps to my SD Card in my Nokia 630 / Windowsphone 8.1  ??

  • Why is the Apple Developer Program Enrolment still down?

    I have been trying for over a week to enrol as a developer. After selcting the appropriate options for individual enrolment, the page came up with an offline window, stating something about being hacked or some such. I then attended the Adobe Create