Developer suite not working in w7

I have successfully installed dev suite 10g in win7 by changing the swap val to 1600 and compatibility mode to winsp3...
Everything is running fine but whenever im trying to connect to my 10gxe db it gives a log file on my desktop exclaiming 32 bit error...this is happening both for report and forms ....plz help

Both your XE-installation and your DeveloperSuite use their own tnsnames.ora.
The tnsnames.ora tells a program which uses it how to "find" a database. So in your DeveloperSuite you try to connect to a DB called "xe" (Which just incidentally happens to be on the same computer. Usually a DB is on another computer). Forms then looks into its tnsnames.ora and searches an entry with the name "xe", but doesn't find one. This seems to be the cause of your problem.
You just need to copy the following lines into the tnsnames.ora of your DeveloperSuite so that it knows about this DB. (don't overwrite the existing text there. insert his after an empty line at the end of the file)
XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = potupaul-PC)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
)The "XE" in the first line is what forms looks for, it is just an alias and you could name it "cucumber" too. This is the name which you use for "Database" in the Forms connection-dialog.
You almost hit the nail with your suggestion to change SERVICE_NAME to "xe". This may have worked, but you then would have to use "EXTPROC_CONNECTION_DATA" for the "Database" in the Forms connection-dialog. SERVICE_NAME is the name of the DB-instance on the DB-server. It's just coincidence that both the SERVICE_NAME and the alias are "xe" here since they could differ completely.
I think this should do it. If you want to know more you should read the documentation on tnsnames.ora.
Regards
Markus

Similar Messages

  • I have creative cloud but Lightroom 5 develop does not work.  What do I need to do to get it working

    I have creative cloud but Lightroom 5 develop does not work.  What do I need to do to get it working?

    If lightroom downloaded and installed without any errors, you will get better help with program questions in the program forum
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll
    http://forums.adobe.com/community/lightroom

  • Trying to use webutil  - Works in development, will not work on app server.

    I am having a similar problem. I have followed all the instructions from above.
    I run my code in the developer and it runs fine. If I run my code from the application server I get locked up.
    Here is the output from my java console.
    Oracle JInitiator: Version 1.3.1.28
    Using JRE version 1.3.1.28-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\BrianG.PSSI
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\BrianG.PSSI\Oracle Jar Cache28
    Maximum size: 1,024 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://smprdap2.pssi.local/forms/java/frmall_jinit.jar from JAR cache
    Loading http://smprdap2.pssi.local/forms/java/frmwebutil.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    Loading http://smprdap2.pssi.local/forms/java/esteelman.jar from JAR cache
    Loading http://smprdap2.pssi.local/forms/java/sticons.jar from JAR cache
    Loading http://smprdap2.pssi.local/forms/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.3
    Exception occurred during event dispatching:
    java.lang.NoSuchMethodError
         at oracle.forms.webutil.common.VBeanCommon.init(VBeanCommon.java:281)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    This is the configuration I an trying to use is:
    [SMT1]
    form=st_menu.fmx
    imageBase=CodeBase
    width=1020
    height=740
    separateFrame=true
    splashScreen=/forms/steelman/images/logo.gif
    background=no
    lookAndFeel=Oracle
    colorScheme=purple
    logo=/forms/steelman/images/small_logo.gif
    formsMessageListener=
    recordFileName=
    pjcRegisterApplet=oracle.forms.demos.util.RegisterCertificate
    pjcArchive=esteelman.jar
    baseHTMLjinitiator=signedjini.htm
    baseHTMLJinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm.
    WebUtilArchive= esteelman.jar,sticons.jar, frmall_jinit.jar, frmwebutil.jar,jacob.jar
    archive_jini=frmall_jinit.jar,esteelman.jar,sticons.jar,frmwebutil.jar,jacob.jar,
    em_mode=1
    serverApp=/steelman/conf/steelman
    envFile=C:\steelman\conf\smt1.env
    If i do not use baseHTMLjinitiator=signedjini.htm
    our application will not launch at all.

    The first problem I see is that you are using an old version of WebUtil, which is not supported for use with Forms 10.1.2.3 and is probably the cause of the problem.
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    The correct versions of frmwebutil.jar and webutil.pll are applied to Developer Suite installations and can be copied to Application Server. If you do not have an iDS installation, you can install the latest Forms Bundle patch which includes the correct WebUtil files. Refer to Patch ID 9593176 and Note 1188127.1. Be sure to review the ReadMe included with the patch.
    The second problem is that you are using Jinitiator. Jinitiator has been obsolete for a long time. However, if you have some reason why you must use it, I would recommend that you at least get the last version released (1.3.1.30). This can be downloaded from within MyOracleSupport (account required) using Patch ID 7410076. If you do not have access to MyOracleSupport and you are using Forms 10.1.2.3, then you can use JRE6 (1.6.0_37). Do not attempt to use JRE7
    http://www.oracle.com/technetwork/java/javase/downloads/jre6u37-downloads-1859589.html
    You would need to install the 32bit version: jre-6u37-windows-i586.exe
    References:
    <li>Note: 566628.1
    <li>Note: 561273.1

  • Sql Developer Launcher Not Working In Linux

    Hello,
    System Details:
    Fedora 19
    Sql Developer Version: Version 4.0.0.12
    Java Version:  OpenJDK 1.7.0-40
    I can launch Sql Developer from the command line successfully.
    /opt/sqldeveloper/sqldeveloper.sh
    But when I attempt to use the launcher icon, I receive a SIGSEGV error.  Here is the top of the hs_error.log file.
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x000000317a062e00, pid=7680, tid=140636646749952
    # JRE version: OpenJDK Runtime Environment (7.0_40-b60) (build 1.7.0_40-mockbuild_2013_10_02_16_56-b00)
    # Java VM: OpenJDK 64-Bit Server VM (24.0-b56 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  0x000000317a062e00
    The ~/.sqldeveloper/jdk file contains the following:
    /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.2.7.fc19.x86_64
    And my /usr/share/applications/sqldeveloper.desktop file contains the following:
    [Desktop Entry]
    Encoding=UTF-8
    Name=SQL Developer
    Comment=Oracle SQL Developer
    Icon=/opt/sqldeveloper/icon.png
    Exec=/opt/sqldeveloper/sqldeveloper.sh
    Terminal=true
    Type=Application
    Categories=GNOME;Oracle;
    I'm just switching from Ubuntu to Fedora so this has not worked in the past.
    Thank you for any help,
    Ann

    The solution in https://forums.oracle.com/thread/2594033 worked.  I added the 2nd line below to /opt/sqldeveloper/sqldeveloper.sh.
    #!/bin/bash
    unset -v GNOME_DESKTOP_SESSION_ID
    cd "`dirname $0`"/sqldeveloper/bin && bash sqldeveloper $*
    Previously, I incorrectly updated ~/.bashrc to unset GNOME_DESKTOP_SESSION_ID.  That's why running Sql Developer from the command line worked, but not from the launcher.
    Thanks su.

  • My SQL Developer is not working correctly! help

    hello!!
    My problem here is not like I can't live or work but it is REALLY annoying, see my SQL Developer is not taking any key different from letters and the space bar, I mean, if I use the enter key, doesn't change the line, if i use the backspace key doesn't erase if I use F5/F9 doesn't execute the query(s)!!!! and so the arrow keys don't work!!!
    any ideas why is that happening? and if so howcan i fix it?

    There is a well known but still unresolved bug causing this kind of behavior, if you are on SQL Developer 1.5.X you can work around the problem by loading default accelerators from:
    Tools -> Accelerators -> Load Preset -> Default
    If you are on 2.1.X the preset can be loaded from
    Tools -> Preferences -> Accelerators -> Other Actions -> Load Keyboard
    In 2.1 this problem has not been reported so far, so if you are in 1.5.X you may consider upgrading.

  • Develops Module not working

    Hello
    I have just loaded LR on Windows 8 and not able to get the Develops Module to work, the adjustmenst such as exposure slider does nothing.  the screen goes blank and can see the thumb nail takes adjustment.
    Are you able to help.
    Thanks Harry

    Hello
    I have just loaded LR on Windows 8 and not able to get the Develops Module to work, the adjustmenst such as exposure slider does nothing.  the screen goes blank and can see the thumb nail takes adjustment.
    Are you able to help.
    Thanks Harry

  • Develop module not working since upgrade to 4.2

    I've installed the 4.2 upgrade and now the develop module doesn't work anymore. It was working fine on 4.1, 64bit version.
    I'm on Windows 7 Pro, with second generation i7 CPU, 16 gig Ram
    Please have look at this thread at Photoshop.com were I reported this problem with a lot of details already. So far no help provided.....and that's 4 days ago.
    I really need help with this as I cannot work my Photos until this is fixed...or at least a solution to remove system files that are not removed when un-installing, as they bring the problem to a previous version that was working just fine before upgrade to 4.2 ( un-installed 4.2 then re-install 4.1, then 4.1 now has the same problem I have with 4.2) What a mess.......

    Thank you both, as this was the lead I needed to follow.....
    The profile is the problem...yes,.... and no....
    I use X-rite Color Munki as my profiler, latest upgrade, 1.0.2.0
    Using the above info, I've switched from my profile to sRGB, to manufacturer profile and others in the list...result : mine has the problem and not any of the others.
    I've just spent 7 hours straight, un-installing, re-installing, LR 4.2, 4.1, Color Munki, deleting the content of the LR Preference file, re-profiling using "easy" and "advanced", trying all kinds of combinations and sequences of the above....
    My findings:
    1- In LR 4.1   Using my profile, and deleting the content of the " Preference" file before starting LR, everything works just fine. Then when you shut it down and re-open it, the problem is back. Using " Task manager", I force the shut down of the " Not responding" LR, go back to deleting the "preference file" content, and LR works again. This does not work with LR 4.2
    2- In LR 4.1   On the last re-calibration I've done, I tried again and it did not work. Went to change profile to my default manufacturer's one and as expected LR worked....but I noticed that the calibration profile change did not affect the monitor screen, and LR 4.1 works perfectly on multiple starts and closes.
    Here is the interesting part....: My Color Munki profile is still displayed on the monitor, ( I did not "Restart" or "Re-boot" ) and the selected profile is the manufacturer's in Control Panel's Color Management, and LR 4.1 works perfectly.Can it be that the profile itself, displayed on the monitor, is not really the problem?
    Is it possible the "Conflict" would be in "Windows Color Management"? or LR's color management protocols?.....
    I have not tried # 2 with LR 4.2 as I'm kind of chicken of going another round of hours at it.... Like the saying goes..." If it ain't brokin', don't fix it ".....
    So, for now, I'll cary on with 4.1 as I can at least continue working......hopefully, using the "Sleep mode", and not "Shut down", the set-up will maybe stay "as is", and if not, I now know how to fool it.....

  • Developer 5 not working

    Dear all
    We have installed migrated database from oracle 8.1.5 to oracle 10g
    now every thing is working except
    we have developer 5 applications that are not working
    the developer 6 are working
    could anyone suggest

    Both products (Developer 6.0 and Forms/Reports 6i) are desupported since more than a year ago. (extended support options is still available for 6i)
    It seems as if 6i was certified against 9.2 and in some cases "10g", but v 6 did not get past 8.1.7.

  • Help me Nokia 6111 Pc suite not working :(

    I have got the Nokia 6111
    And i have installed reinstalled etc the pc suite but every time it does not work.
    In Saying it does not work~ i meen once connected to the computer it doesnot recognise on the connecting wizard my phone. It just has the timer for ages and ages.
    It also pops up saying instlal new hardware but fails every time.
    Please help me
    I have the CA-53 cable.
    It worked first time but then disconnect?

    Hi,
    Here is something what you could try to do:
    1. Uinstall Nokia PC Suite 6.82.22 (or 6.7 or 6.8x) and restart PC.
    2. Go to Windows' Control Panel and open "Add or Remove Programs" application.
    3. If there are "PC Connectivity Solution" (or "Nokia PC Connectivity Solution" and/or "Nokia Connectivity Cable driver", uninstall those and restart PC.
    4. Install PC Suite 6.82.22 and restart PC.
    If problem happen again:
    1. Go to Windows' Control Panel and open "Add or Remove Programs" application.
    3. Select "PC Connectivity Solution", click "Change" and then "Repair".
    4. After Repair, restart PC.
    And if no help again:
    Save RegPCSuiteComponents.bat file to C:\Program Files\PC Connectivity Solution\ folder. Then go that folder and run it (double-click that file). After that restart PC.
    Does any of those help you??
    If not, did you get any error messages??
    Attachments:
    RegPCSuiteComponents.bat ‏2 KB

  • Bluetooth connectivity pc suite not working anymor...

    After problems with upgrading to pc suite 6.8 i got the advice from Nokia to re install version 6.6.
    The installation of the pc suite 6.6 was successfull and I could synchronise via USB cable DKU-2.
    The bluetooth connectivity is not working anymore. Before the upgrade I had the bluetooth connectivity working (WIDCOMM BT, Belkin dongle) but after re-install version 6.6 I only can select the Bluetooth windows option in the connectivity manager.
    Is there a solution to add the widcomm bluetooth driver again (like it used to work in version 6.5 and 6.) in the pc suite without re-installing the pc suite
    I use the nokia 6680 and pc suite 6.6
    Hope you cuold help me

    The repair did'n work. I've installed the pc suiten on 2 pc's and on 1 pc the bluetooth is working correctly.
    The ssytem info on the working pc is:
    Bluetooth-stacks:
    Microsoft Bluetooth-stack
    Versie 5.1.2600.2180
    WIDCOMM Bluetooth-stack
    Versie 4.0.1
    Build 2401
    On the computer with the bluetooth problems the WIDCOMM bluetooth-stack is missing. On both pc's i've installed the same pc suite and the same belkin bluetooth dongle

  • CS4 Design Suite not working after OSX 10.7.5 upgrade

    I recently upgraded my Mac OS to 10.7.5 from 10.7.4. I also upgraded Java from SE6 to 7.  Now my cs4 design suite will not open.  I click on the Illustrator alias but nothing happens. I get the Rainbow Pinwheel that spins for 2 seconds and then stops.  This also happens when I try using Photoshop, InDesign, and Dreamweaver. I've also tried opening using the .app file in the applications folder, but the same thing happens.
    A side note: I tried to revert back to Java 6 with no luck.  and I do not have a back up of my OS to revert back to 10.7.4.  Everything was working great prior to the upgrades.
    Please Help

    Run teh Creative Suite Cleaner Tool, reinstall.
    Mylenium

  • CS5 Photoshop/Bridge/Suite not working on new Retina Macbook Pro, running Mavericks 10.9.2

    I recently purchased a new Retina MacBook Pro laptop running Mavericks OS X 10.9.2. I had Apple perform a data migration of all my apps and files from my older laptop onto the new one. Now when I go to open Photoshop CS5 I receive the following error message, "Could not synchronize the color settings because of a program error." Photoshop will then open but I can't do anything in the app. When I go to quit Photoshop I get this error message: "Could not save Preferences because the file is locked or you do not have the necessary access privileges. Use the 'Get Info' command in the Finder to unlock the file or change permissions on the file or enclosing folders."
    I am able to open Bridge, however the app in entiretly is noticeably lo-res and pixelated looking, so clearly something is not up to speed there either.
    InDesign and Illustrator are also having issues.
    I have run the System Update and it does not show anything in the CS5 Suite needing to be updated.
    Please advise! Thank you.

    I do not get the Airplay icon on my Macbook's menu bar. I have checked the box in the Display settings to show mirroring options but still no icon. Airplay Display shows 'No device Detected'. Both AppleTV and MacBook Pro are on the same physical Network (192.168.1.0/24) and connected directly to my home ethernet switch (not wirelessly). I also made sure MacBook's Firewall is disable. Airplay feature use to work before upgrade to 10.9.2. As far as Home sharing from my AppleTV has a similar issue; it just does not find my MacBook after a while of loading and searching my music library. I am logged in to icloud on both devices (appletv and macbook). Also use to work before upgrade. Any ideas or recommendations. Thanks.

  • LR6 Develop module not working

    I have just tried to install LR 6 as a standalone (NOT CC) installation. I put in my new serial number, it told me it could not find any compatible products for the upgrade so i had to put in my LR5 serial as well. then it would not launch but told me I had to download Adobe Application Manager as well - despite choosing the non CC download I got something plastered with CC links. Ran it anyway. LR 6 now opens without warning messages but when I go to the Develop module the image space is just a blue rectangle with a white diagonal cross. What is wrong - I've done everything by the book and I have a fully paid for licensed product but it won't work !?!?!?!?

    Developer Module only shows blue square with a white cross, images are displayed in the library ok but not im developer Module

  • Oracle Developer Suite not installing

    Hello all.
    Please, I am trying to install the Oracle Devoper Suite on a Vista Home Premium and followed the steps to do it. After entering my SMTP server name, the installation will disappear and I really don't know what to do about it. I set the compatibility as requested, and now I would not know if this is linked to the edition of my Vista.
    Regards,
    MN

    I disabled the One Care anti virus and really don't know what is the problem, I tried to bypass the SMTP server at first and really could not get something tangible. I don't know if not having a local DB running is a problem, I have been at this task since morning and the installation could not pick at first, but after seeing Steve recommendations, I was able to start it, but as mentioned, it fails somewhere and I don't know maybe pasting the logs here could show you that there is no error thrown. And I noticed that the privilege level is disabled, but am able to run it by right clicking and choosing run as Administrator.
    Regards,
    UDPFlag = null
    Query Returned: 8889
    Setting variable 's_httpPort' to '8889'. Received the value from the variable calculation.
    *** Entering Component: oracle.developer.forms.builder installation
    Calling Query generalQueries10.1.0.3.0 getOSName
    Query Returned: NT_X86
    Setting variable 'SO_EXT' to 'so'. Received the value from the variable calculation.
    Calling Query generalQueries10.1.0.3.0 getOSName
    Query Returned: NT_X86
    Setting variable 'PROD_LIBDIR' to 'lib'. Received the value from the variable calculation.
    Calling Query generalQueries10.1.0.3.0 getOSName
    Query Returned: NT_X86
    Setting variable 'OS_CHECK' to 'NT_X86'. Received the value from the variable calculation.
    Calling Query generalQueries10.1.0.3.0 getOSName
    Query Returned: NT_X86
    Setting variable 'OHOME_LIBDIR' to 'lib'. Received the value from the variable calculation.
    Calling Query generalQueries10.1.0.3.0 getenv
    name = LD_LIBRARY_PATH

  • Develope module not working - tried advice

    Hi
    Lightroom develope module is giving the error stating I need to renew my membership, which I don't.  I have tried the log in / out, folder permissions, deleting advice on the site, but it doesn't work.  Running on Mac.
    I need this urgently.
    Thanks

    ssprengel
    Do you have a contact please.  It has now been a week without a product I use daily and with no solution offered.  Now the product is subscription based I am currently paying for something I can not use.  I would like to formally complain

Maybe you are looking for

  • Fix table header line of Query in default web template WAD 7.0

    Dear all, I would appreciate if somebody could help me to set parameters to fix the header line of a Web-Item DataProvider (Query) in the default web template 0ANALYSIS_PATTERN for the BEx Web Analyser. I mean I want to see the header line with the c

  • Planned order cann't be generated via md02 or mdbt.

    hi : planned order cann't be generated via md02 or mdbt ,but i execute md05 and the planned order can be generated. please help my analyze it .

  • Update SPS4 to SPS10 For Solman 7.1 with SUM Problem

    Hello, I am trying to update SOLMAN 7.1 SPS4 to SPS10. I launched SUM, I have put the files Stacks ABAP & JAVA  in /usr/sap/trans/EPS/in I put the SUM directory in /usr/sap/SID with 60GB of size Now I am faced with this error: An error has occurred d

  • How do I resolve a RAM issue?

    Since installing Mavericks, I'm having problems with Photoshop. When I try and automate anything it comes back with an error message: Could not complete the SiteGrinder 3 command because there is not enough memory (RAM). I've tried increasing and dec

  • Execute stored procedure as sysadmin

    Hi, I am running powershell script to execute stored procedure on SQL server. Powershell script is run with low privilege user account on SQL server, but SP is restoring databases and requires sysadmin permissions. How can I execute SP with sysadmin