Xdk C++ oracore8.dll incompatible with production

Using the xdk for C++ to develop an application, I am running into missing procedures in oracore8.dll since the one shipped with the XDK is apparently different from (and older than) the one I am using for data access (8.1.6).
Any ideas when the C++ xkd will be in sync with production? Any thoughts on workarouds?
TIA

With 2.0.4, we are shipping the oracore8.dll that is for the upcoming 8.1.7 release. In addition, we included a compatibility library oraxmlc8.dll that has some missing symbols you need if using an 8.1.5 or 8.1.6 oracore8.dll. If you are still having problems with 2.0.4, can you let us know about the exact missing procedures?

Similar Messages

  • K7N2 Delta (ILSR) incompatible with 200FSB?

    Is the K7N2 Delta (Nforce2 Chipset) incompatible with 200FSB??... Ive seen many problems when trying to upgrade the CPU, and use a 200FSB in various forums. So, why does it keep hanging/crashing?? Might it be not really supported even though it specify it does?

    From most of the posts I've been reading about this issue, the users are trying to build their systems using Value RAM from various manufacturers such as Kingston or Corsair among others...this just isn't a reality anymore in the high speed world of components...the Delta boards require a lot of power and high speed memory nowadays and a lot of the users are just unaware of these facts...
    Part time builders are the most susceptible to this as they build a system every few years and think that all of the 'old' rules apply to their situation...what 'should' be isn't anymore as we continue to design and produce faster products that require faster peripherals to support them...
    Getting away cheaply has been designed out of most systems and this really stems from the CPU mfg's and how MB designers have to approach BUS speeds and the like...
    CDM has it right that you need to dip a little deeper these days for good QUALITY memory and peripheral items to ENSURE that when you build your new PC that you minimize these issues from the get go...if not then you're going to have a good run at testing this RAM or that RAM to find one that is cheap and will still have the speed capability to keep up with your high end MB & components...
    Apacer is a good example of this...they're moderately priced and they perform very well in the sandbox with most applications that you set before them...overclocking them can lead you down a problematic path but overall they're pretty flexible from what I've seen...
    Most of us here know that Mushkin is pretty infallable and will take pretty much whatever is thrown at their modules...if not calling their CS dept gets you the kind of help that most companies only dream about providing...
    All in all the 'line' has risen and it will rise again and you'll see a rash of users that will complain that "This should do what I want it to do" but as is most always the case, you'll find that they're trying to build an underpowered system that requires fast peripheral components and a lot of them just aren't willing to dish out the cash required for a great white box system...
    Yes I agree that it's a scam from the companies to force us to spend more of our hard earned dollars but that is the way of the world now, albeit that it's unfortunate...if you're really good at building systems tho, you'll find that you can usually come up with a pretty mid-range priced system that will blaze thru all the latest games but that only comes with buying components to play trial & error with...much like I used to do in my Computer Store years ago...these days I don't do much of that, I just buy the good stuff and save my time...

  • BIB-16633 Cannot connect because the database version is incompatible with

    BIB-16633 Cannot connect because the database version is incompatible with Feb 15, 2005 9:28 PM
    Reply
    why is this?
    oracle.dss.connection.common.ConnectionException: BIB-16633 Cannot connect because the database version is incompatible with this BI Beans version.
    at oracle.dss.connection.server.drivers.mdm.MDMConnectionDriverImpl.connect(MDMConnectionDriverImpl.java:147)
    at oracle.dss.connection.server.ConnectionImpl.connect(ConnectionImpl.java:285)
    at oracle.dss.connection.client.Connection.connect(Connection.java:425)
    at oracle.dss.connection.client.Connection.connect(Connection.java:342)
    at oracle.dss.addins.designer.OLAPSource.test(OLAPSource.java:284)
    at oracle.dss.addins.wizard.configFileEditor.OlapPanel.testConnection(OlapPanel.java:244)
    at oracle.dss.addins.wizard.configFileEditor.OlapPanel.btnTest_actionPerformed(OlapPanel.java:378)
    at oracle.dss.addins.wizard.configFileEditor.OlapPanel$3.actionPerformed(OlapPanel.java:120)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
    at java.awt.Dialog$1.run(Dialog.java:540)
    at java.awt.Dialog.show(Dialog.java:561)
    at java.awt.Component.show(Component.java:1133)
    at java.awt.Component.setVisible(Component.java:1088)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
    at oracle.dss.addins.wizard.configFileEditor.ConfigFileEditorWizard.run(ConfigFileEditorWizard.java:229)
    at oracle.dss.addins.designer.BIDesignerImpl.editConfigFile(BIDesignerImpl.java:1428)
    at oracle.dss.addins.designer.BIDesignerAddin.openBIDesignerSettings(BIDesignerAddin.java:990)
    at oracle.dss.addins.designer.BIDesignerAddin.actionPerformed(BIDesignerAddin.java:807)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
    at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Lisa Sherriff
    Posts: 137
    OTN Member Since: Jan, 2001
    Re: BIB-16633 Cannot connect because the database version is incompatible w ( In Reply To : BIB-16633 Cannot connect because the database version is incompatible with ) Feb 16, 2005 1:32 AM
    Reply
    Hi,
    From the 10.1.2 BI Beans Install Guide it says:
    OracleBI Beans supports data stored in Oracle9i Enterprise Edition or Oracle Database 10g Enterprise Edition. However, only particular releases and patchsets are supported:
    * Oracle9i Release 2 Enterprise Edition, as follows:
    o 9.2.0.6 for all platforms.
    o 9.2.0.5 with the latest OLAP patch for Windows-only.
    * Oracle Database 10g Release 1 Enterprise Edition with the latest OLAP patch.
    From the error message it would appear that the Database is not one of the above.
    Thanks,
    Lisa
    JDev QA
    401488
    Posts: 48
    OTN Member Since: Aug, 2002
    Re: BIB-16633 Cannot connect because the database version is incompatible with ( In Reply To : BIB-16633 Cannot connect because the database version is incompatible with ) Feb 18, 2005 8:01 PM
    Reply
    Hi,
    Please note that we have follwing versions of DB up and running:-
    1)Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    2)Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    With the Partitioning and Real Application Clusters options
    JServer Release 9.2.0.5.0 - Production
    Pls let us know the solution to resolve this problem ASAP.
    Thanks.

    You are not using a supported version of the database. BI Beans/OLAP only support the following database versions:
    10g - 10.1.0.3 with additional OLAP patch
    9i - 9205 with additional OLAP patch
    9i - 9206
    I would suggest that you have not applied all the required database patches to your instance.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oraclc Corporation

  • Feb/Mar 2015 Update: OneDrive for Business Error "Incompatible Office products are installed on your machine."

    After Installing the Feb 2015 Updates for Office 2013 ProPlus via ClicktoRun, OneDrive no longer opens with the error message:
    "Sorry, we can’t perform this action. Incompatible Office products are installed on your machine. If you have an administrator, please contact them for help. "
    The eventviewer info is:
    - <System>
      <Provider Name="Microsoft Office 15 Alerts" />
      <EventID Qualifiers="0">300</EventID>
      <Level>4</Level>
      <Task>0</Task>
      <Keywords>0x80000000000000</Keywords>
      <TimeCreated SystemTime="2015-02-11T17:08:53.000000000Z" />
      <EventRecordID>605</EventRecordID>
      <Channel>OAlerts</Channel>
      <Computer>BP-W-7DB824.raydon.com</Computer>
      <Security />
      </System>
    - <EventData>
      <Data>Microsoft OneDrive for Business</Data>
      <Data>Sorry, we can’t perform this action. Incompatible Office products are installed on your machine. If you have an administrator, please contact them for help.</Data>
      <Data>702089</Data>
      <Data>15.0.4693.1000</Data>
      <Data />
      <Data />
      </EventData>
      </Event>
    I have other office products on here including:
    SharePoint Designer 2010
    SharePoint Designer 2013
    Microsoft PowerBI Designer Preview
    and this is installed on Win 8.1 Enterprise
    Kind of stumped what is causing this... I see KB2920798  mentions this error message is now added when cant open a document due to a mix of click-to-run and MSI install for office.  I only have click to run for Office 2013 and the MSIs are only for
    addons in excel (power query) and the additional Microsoft Software...
    Anyone have ideas what is causing this and how to resolve?
    I just finished applying March 2015 C2R updated on Office and the same issue recurred.  This time I simply rebooted and it resolved.  My best guess is it has something to do with a locked file that can't be updated but the Office Update installer
    doesn't prompt to reboot.

    I have the same problem. But I have Czech versions of the Word and OneDrive for Business ("OneDrive pro firmy").
    I do not have the SharePoint Designer nor update KB2020798. I received KB2920746
    on 11th February (plus other updates for Office, but any other for OneDrive for Business). Anyway,
    uninstall of the KB2920746 doesn't help.
    The error in Czech:
    Microsoft Word
    Je nám líto, ale tuhle akci nemůžeme provést. Na počítači máte nainstalované nekompatibilní produkty Office. Pokud máte správce, požádejte ho o pomoc.
    P1: 702089
    P2: 15.0.4693.1000
    P3: 
    P4: 
    It helped me to unistall OneDrive for Business (Onedrive pro firmy) - displeasing solution,
    right?;-(

  • I updated to Firefox 4.0.1 this morning. Norton 5.5 is now disabled and the message states that it is incompatible with 4.0.1. I need the Norton features enabled. Can I go back to 4.0 until this is rersolved?

    I updated to Firefox 4.0.1 this morning. Norton 5.5 is now disabled and the message states that it is incompatible with 4.0.1. I need the Norton features enabled. Can I go back to 4.0 until this is resolved?

    Please do a Live Update to the Norton product.
    They have provided an important update to Firefox 4.0.1.

  • ITunes is incompatible with Acer PCs, can I get a refund on my iPhone 4S and buy a Galaxy instead?

    Ten days ago I signed a contract with Sprint for the 4S iPhone and Apple Care Plus through Radioshack. I also bought a $25 gift card to spend on iTunes Match.
    When I got home to use it, and iTunes, I found that iTunes crashes within seconds of opening. Every time, guaranteed. I went through the usual steps recommended on these forums of checking for updates, turning off firewalls, restarting Windows, checking for viruses, uninstalling and reinstalling, running as administrator, pressing shift when opening, etc. No luck.
    I went to the Apple store, and to my surprise, they claim iTunes is a whole seperate brand from Apple computers they know nothing about (I guess like how Ford and Lincoln are two seperate companies). Despite my expensive warranty, and the 4S not being remotely as usuable without iTunes (yes, I can still use it as a phone, and listen to Pandora, but I was really hoping to have MY collection of music and photos on it), theres nothing the Apple store would do. They recommended online support, but that breaks down to two options, these forums, and a paid (per minute?) "ExpressLane". According to Radioshack, that Express Lane is free with the Apple Care+ however, I'm afraid, if Apple Inc. considers iTunes a seperate company and service than the 4S, I will be charged a ton of money because technically my issue is with iTunes not the 4S hardware.
    Nevertheless, at least at any cost someone on ExpressLane might be able to fix iTunes. But before I tried, I discovered that the problem is literally unfixable.
    I discovered this thread: https://discussions.apple.com/thread/3224128
    Like a dozen people, all with the same Acer Aspire, and assuming by their claims of 1.0Ghz dual core AMD, the exact same netbook model I have. The same problem. (Only they have been able to use the rest of iTunes, just not some feature.) They claim theyve been able to get iTunes running by turning off something called Genius. But I can't seem to do anything fast enough from the time I click the iTunes icon on the desktop to the time it crashes.
    If iTunes, one of the biggest features of iPhones, is incompatible with Acer PCs, and my only option is to buy a whole new computer, don't I deserve a refund?
    Who would I take it up with? The Apple store was kinda rude. Should I complain to Sprint stores, or to Radioshack? Or Express Lane? Who is responsible for a refund? How does Apple get away with not addressing an issue that affects one of the most popular lower price brands of computers? I don't suppose Acers are all that rare considering their price, they seem to be the PC of choice at Targets, Sears, Kmart, Walmart, etc.

    If you want to return your iPhone, you must do so through whoever you purchased the iPhone from. If that was someone other than an Apple Store, either online or physical, then that dealer's return policies will apply; Apple will have nothing to say about it. You may have to talk to Sprint in regards to your contract with them. I believe you have 30 days to return your phone and cancel your contract, but I'm not certain about Sprint.
    iTunes works fine under Windows on many, many systems, including Acer. Perhaps if you'll post details here, someone can help you sort things out. The thread you refer discusses an earlier version of iTunes and probably no longer applies even if that were the problem on your system, though I cannot say with certainty.  Note that if you are running Windows 7 Starter on your netbook, that version is reported to have problems with a lot of software, not just iTunes. Many people have installed and run iTunes quite successfully, though.
    they claim iTunes is a whole seperate brand from Apple computers they know nothing about
    I don't know who you talked to, but either there was a misunderstanding - the statement would apply perhaps to the iTunes Store, but not to iTunes as a program - or that person was an idiot. iTunes, the program, is most definitely an Apple product and should be supported fully by the Apple Store technical staff.
    Regards.

  • HP smart web printing is incompatible with Firefox 7.0.1

    HP smart web printing is incompatible with Firefox 7.0.1
    Product name and model number: HP PHotosmart X7280 all in one printer
    OS : Windows seven 32 bit system

    Anytime that there is a browser upgrade, it affects add ons functionality. If it is in the works to make it compatible, then it simply takes time for our team to create the necessary changes. But, as history has shown, the changes are never as easy as you would think, and occasionally is not compatible without a complete rewrite of the program. If it is made compatible, it will be listed when available on the Web Printing homepage.
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • Ipad (OS 5.1.1) using pages incompatible with icloud.  If I open up one of the docs from icloud, I can no longer open it on my ipad.  Looks like the pages version gets updated to a version that is incompatible with my ipad.

    I have the original ipad (OS 5.1.1) using pages 1.7.2 and backing up to icloud.  If I open up one of the docs from icloud, I can no longer open it on my ipad.  Looks like the pages version gets updated to a version that is incompatible with my ipad.  Is there anyway stopping icloud from changing the version and is there a way to recover the old version of the document on my ipad?

    Upgrade to Snow Leopard - it's compatible with the latest version of iTunes, and still supports PowerPC applications.
    $19.99 - http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Snow Leopard is required if you wanted to upgrade to Lion, anyway, which you may want to in the future if the latest version of iTunes no longer supports Snow Leopard.

  • . . . was wondering: Would you happen to know if, Adobe CS5 Design Premium in compatible or incompatible with MS WIN8.1? I bought a new Dell XPS 9530 -- with NO CD drive. I copied my CS5 install disk to a Flash Drive, then ran the "install" on my new

    . . . was wondering: Would you happen to know if, < Adobe CS5 Design Premium > in compatible or incompatible with MS WIN8.1? I bought a new Dell XPS 9530 -- with NO CD drive. I copied my CS5 install disk to a Flash Drive, then ran the "install" on my new computer. I had the ownership S/N, so-o-o-o, CS5 installed and "seems" to respond well. PROBLEM: PhotoShop. The Menu Bar, the Commands, the Tool Bar, the Color Palettes, and etc., etc., are all real small on my display -- I would estimate they are about 1/3 of the normal size. Same problem with Illustrator. I've made all the Screen Resolution and Print-Size settings and nothing remedies the small display. (My working page is fine; it's just the display that is REAL tiny!!) Can you help me? Do you have any suggestions for me to try? Should I re-install from the internet? Am I forced to upgrade my application? I appreciate any comments you might have. Thanks. -- Dennis

    @saratogacoach,
    The key log entry is the following:
    Feature: Microsoft_VC90_CRT_x86_
    Action 10:31:26: PublishProduct.  Publishing product information
    [    5888] Thu May 06 10:31:27 2010   INFO
    .An error occurred during the installation of assembly  component {43CC1B37-B20C-3EBC-9C04-F809989E4FD3}. HRESULT: 0x80073712.
    Action  ended 10:31:27: InstallFinalize. Return value 3.
    First, see if this hotfix maybe applicable to your system
    http://support.microsoft.com/kb/946927
    or this one:
    http://support.microsoft.com/kb/902330

  • Hello guys..does anybody know how to install and use adobe master collection with the new lion?   I need to use Flash and illustratore, but apparently those programmes are incompatible with the new operative sistem...   I am a new mac users and I'd like t

    Hello guys..does anybody know how to install and use adobe master collection with the new lion?
    I need to use Flash and illustratore, but apparently those programmes are incompatible with the new operative sistem...
    I am a new mac users and I'd like to know if there are other similar programmes I can use with lion!

    Lab79 wrote:
    Are you on Apple's payroll?
    well dude I can only let you know that as I work with those programme I don't have to pay for it is my company that pays the programme I whant to use( that's why I was asking if there where other programmes ..that I could use with lion insted that Illustrator and Flash!)..I know Adobe since 2005 and I can say that Adobs products are very good...I think that if it's an Adobe probleme or fault ..they will solve it very soon...but unfortunally I have the impression that after Jobs passed away Appel decided to change politics..and everything started to go very bad! (see FCP X)..
    good luck with apple dude..
    Where is the Apple problem? I have CS4 and CS5 running perfectly fine on my Macbook Pro. Installed 5 after Lion upgrade. Worth every cent. Adobe did have some catching up to do with Lion but with the CS5.5 update all runs fine. But not yours. So it is a problem with the Lion OS? You say you have been with Adobe since 2005. So you would be aware of all the other issues that Adobe had catching up with past Oss in Mac and Windows then. They get it right, but it is up to them. It is not up to Apple, nor Microsoft for that matter, to run around and check that every software developer in the world is running their business properly.
    And what has politics got to do with anything. Some people just have to blame Software for their poor Hardware maintainence of failure of the same.
    <The only think I can really do is to go back on my old windows...give back this orrible lap top and ask for my money back!>
    Great suggestion. You should go with that one, but good luck getting a refund.
    Bye

  • Adobe Photoshop Incompatible with Windows 7 ?

    I typically do not have problems installing Microsoft products, Corel products, HP products, AV software, dozens of other companies products on my Windows 7 Home Premium computer. I have never had problems installing Adobe products on ME, XP, Vista. However, every recent Adobe product I have purchased have failed to install on Windows 7 Home Premium and it typically takes support several hours to fix, if it can be fixed at all. It involves creating new accounts, disabling services, disabling the UAC, doing partial restarts (I did not even know those existed) and normal restarts, etc (I do have administrative rights on my account(s)).
    Today I was working with customer support (taking control of my desktop). We did not succeed to install Adobe Photoshop Elements 9.
    During the installation a windows dialog box was displayed which stated that the Adobe installation .exe file was incompatible with Windows UAC.
    There is clearly something wrong with the Adobe installer because Adobe products are the only products that cannot be installed.
    Why is it so difficult tp install Adobe products on a Windows 7 system?
    Does anyone know what is going on?
    Is the Adobe installer really incompatible with Windows 7 as the Windows dialog box stated?
    Thomas

    Thank you for your help all three of you,
    I finally succeeded to install.
    I was using the downloaded version (not the DVD), I should have mentioned that. I did two things. I turned off the UAC (as suggested) and I moved the installation files from my user account folder where they were placed by default (I initially just accepted the default). The user account was protected despite my administrative rights, which is why install using setup.exe in the user account location failed. I have a feeling that I would not have had to turn off the UAC or move the files out of the user account folder if I had run as administrator. I'll remember that next time. It is funny customer support did not see this.
    Anyway, now it is installed
    Thomas

  • Control file version 10.2.0.1.0 incompatible with ORACLE version 10.2.0.0.

    hi;
    I'm totally new to the oracle databases field...am trying to startup the database using the parameter file init.ora by using the command
    startup pfile='/u01/app/oracle/product/10.2.0/db_1/dbs/init.ora'
    But its giving me the following error:
    ORA-00201: control file version 10.2.0.1.0 incompatible with ORACLE version
    10.2.0.0.0
    ORA-00202: control file:
    '/u01/app/oracle/product/10.2.0/db_1/dbs/control01.ctl'
    Can anyone help me with this error?
    Thanks!

    startup pfile='/u01/app/oracle/product/10.2.0/db_1/dbs/init.ora'You are most likely using the wrong init.ora file. Get a list of files at /u01/app/oracle/product/10.2.0/db_1/dbs/
    For the database ORACLE_SID that you are attempting to startup, there would be an initSID.ora or spfileSID.ora
    e.g. if the ORACLE_SID is PROD, the file would be initPROD.ora or spfilePROD.ora
    The spfileSID.ora is a binary file and should not be accessed by a text-editor.
    Hemant K Chitale

  • Third party wireless routers incompatible with PowerBook airport

    Hello there. I'm not having success with my problem so I thought I'd ask if anyone knows anything about incompatible wireless routers. In Mac help under Airport there is a curious statement that some hardware may be incompatible with Airport. As I travel through Chile, I have encountered several public Wi Fi hotspots to which I am unable to connect. I have all the TCP/IP settings entered correctly (IP address, router address, DNS, sub-net mask, everything) yet still unable to connect, including the Wi Fi at my hotel. They have provided me with all the necessary information, entered in the TCP/IP tab in the Network prefs pane, yet still unable to connect. DHCP this is not. I have never encountered this anywhere. I suspect the wireless hardware they use will not communicate with an Apple product. Could this be true? Has anyone run into this?
    Thank you,
    Michael

    Thanks for your help. I tried all the encryption methods using the password given to me by the hotel and the coffee shops. Wi Fi appeared to be a complete mystery to them, although they seemed to have enough of a clue to suspect the encryption to be WEP. (Wi Fi has only recently arrived to Punta Arenas). I tried all the WEP and LEAP and any WPA, although some of the WPA methods wouldn't accept the password (the "OK" button was grayed out). It's got me stumped.
    Cheers,
    Michael

  • The procedure entry point lnxnft2 could not be located in the dll oracore8.dll

    We had installed Oracle9iAS. We had not installed certain
    optional tools such as Oracle Portals etc.
    Now we had an application running on Tomcat earlier.
    We were trying to port it into the Oracle9iAS.The application
    was using Type 1 drivers(ie, DSN type connections). However
    after the installation while running the application the
    following error occurs.
    "The procedure entry point lnxnft2 could not be located in the
    dll oracore8.dll"
    Could anyone help please.And please explain why it is happening
    and how do i resolve it.??

    I see that you have installed MDAC & Oracle ODBC but have you installed the NET8 Client? ODBC will not work unless NET8 Client installed along with Oracle ODBC. Then go into NET8 Easy Configuration and specify the server IP & SID etc... and then go to ODBC Administrator and specify the NET8 Connection you created without the "@TNS:" that you used with SQLNET.
    I prefer to test my odbc configurations with Microsoft Excel since it is best suited to use ODBC to acquire data.

  • Oracore8.dll not found

    I have downloaded the Oracle 8i JDBC drivers to use with Oracle 8 (8.0.3) and JDK1.2.
    When I run my code i got an alert window telling me that oracore8.dll is missing.
    Any help would be much appreciated as it is for my University dissertation.
    Thanks, Moray Stewart.

    I don't know if I am replying very late after you fixed everything ... anyway
    I suppose you machine doesn't seem to have the dependent dlls. oracore8.dll, oranls8.dll etc.. If you had installed Oracle from the CD you would have had all these dlls in ORACLE_HOME\bin directory.
    However I am wonderind as to how you code access the actual dll itself?

Maybe you are looking for

  • The IC WebClient profile does not have a component 'ERP Sales Order'

    Hi CRM Experts, While creating the ERP Sales Order in web-IC we have bumped into following error: "The IC WebClient profile does not have a component 'ERP Sales Order'". And also we are not able to see sales area data and Plant data in the drop down

  • Can no longer edit song info

    I just blindly upgraded my iTunes to 11.2.2 (3) and find that I can no longer edit any information on songs. This is not acceptable. Not only can I not enter missing song writing credits, I can't even tell it to sort by a performer's last name instea

  • Windows 8.1 64-Bit AnyConnect Crash

    Running Windows 8.1 (64-bit) with AnyConnect version 3.1.05170 I can connect without issue, but after an indeterminate amount of time and seemingly unrelated to whatever task I'm working on, the system crashes.  BSOD with the little sad face. I've se

  • How to change the font size of Column Heading  in webdynpro java

    Hi, I have a table with 4 columns, Can any one tell me how can i increase the text size and apply different fonts in webdynpro java application. Thanks Satish J

  • Strange color setting not saving correct color

    I am completely baffled why this is happening. I make a simple photoshop document with the color #OF457C and do a 'save for web' and save it as a jpeg at 100%. I then open it back up from my desktop and the color has darkened and changed the hex valu