Orcale Net8  Easy Config not display

I try to configure my forms builder to access the data base but when I click Oracle Net Easy Config , it is not display for me any thing to start the steps of configuration...any one have idea about the problem and how to solve

After the installation go to your oracle home directory or the
designer home directory and in that find the file called
tnsnames.ora (usually located in \\home\network or net80\admin\).
edit the file and add an entry something like below
alias.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
(CONNECT_DATA =
(SID = oracledatabase_sid)
where alias -> is aany name suffixed with .world.
hostname -> is the name of the host, if possible in the
hostname give the IP address of the machine.
oracledatabase_sid -> is the sid the oracle database to which
you will connect usual values would be ora817, orcl etc.
This should help.

Similar Messages

  • Not able to do Net8 Easy config Please Help!!!

    I have installed oracle 8i and oracle designer 6i on my pc with
    win98. when i try to use net8 easy config, it asks for Host
    Name, i tried to give the name of the machine and database name,
    i receive message ora-12224 error message. I would like to know
    what to input for host name and is there any other method in
    installing designer.
    Thanks
    Shivakumar

    After the installation go to your oracle home directory or the
    designer home directory and in that find the file called
    tnsnames.ora (usually located in \\home\network or net80\admin\).
    edit the file and add an entry something like below
    alias.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
    (CONNECT_DATA =
    (SID = oracledatabase_sid)
    where alias -> is aany name suffixed with .world.
    hostname -> is the name of the host, if possible in the
    hostname give the IP address of the machine.
    oracledatabase_sid -> is the sid the oracle database to which
    you will connect usual values would be ora817, orcl etc.
    This should help.

  • [RESOL]after running net8 easy config php no longer connects with ora_logon

    fixed by adding .WORLD to the ora_logon command :)
    servers:
    oracle 8i 8.1.7.4.0 remotely located called PROD
    windows 2000 server running IIS and php 4.3.4 net8
    above windows server was passed down to me so initial setup was done by someone else
    I needed to update the TSNNAMES.ora file to add a connection to a new oracle database (DEV) on the 2K web server. I located the tnsnames.ora file in c:\orant\net80\admin and created a backup.
    I then ran the net8 easy config to create the new tns name
    I tested the new database with a php file that uses $dbh = ora_login("$user@DEV","$Pass");
    this failed for the new SID. I checked and noticed also that all my old php files pointing to PROD where also failing with the dreaded ORA-12154: TNS:could not resolve service name.
    Now because this was only a quick test to check on the new TNSname I copyed back my old TNSNAMES.ORA file to the c:\orant\net80\admin directory. Problem is all of my php files still give the same error message.
    I started testing
    pngtns PROD == "OK"
    tried to login the way I use to login with the GUI sqlplus
    Username = user@PROD
    Pass = Pass
    HOST = {left blank}
    this gives me the ORA-12154: TNS:could not resolve service name error. It use to work like this
    I then tried
    Username = user
    Pass = Pass
    HOST = PROD
    This worked and I was able to successfully run a query
    Username = user
    Pass = Pass@PROD
    HOST = {left blank}
    This also works
    I then went to the command line and ran sqlplus username@PROD/Pass
    It returns ORA-12154: TNS:could not resolve service name. and askes me for a username
    I put in username@PROD
    then it prompts
    Password: I put in my password here and it works, and connect me to the server
    I tried to change my scripts to ora_login("user","Pass@PROD"); and it produces a
    ORA-12203: TNS:unable to connect to destination.
    Unfortunatly I cannot for the life of me get oci8 functionality to work with this version of php. If I add it to the extensions and uncomment it from php.ini it hangs the whole server. And at this point I'm woried about screwin more things up.
    Any help is very appreciated.
    I verified and setup environmental variables for TNS_ADMIN, and ORACLE_HOME
    I put DEV back in because it made no difference with or without it in the tnsnames.ora file.
    files:
    TNSNAMES:
    # C:\ORANT\NET80\ADMIN\TNSNAMES.ORA Configuration File:C:\orant\net80\admin\tnsnames.ora
    # Generated by Oracle Net8 Assistant
    CMEXAMPLE.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = CM_SERVER)(PORT = 1610))
    (ADDRESS = (PROTOCOL = TCP)(HOST = LSNR_SERVER)(PORT = 1521))
    (CONNECT_DATA = (SID = ORCL))
    (SOURCE_ROUTE = YES)
    TCPEXAMPLE.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Production1)(PORT = 1521))
    (CONNECT_DATA = (SID = ORCL))
    NMPEXAMPLE.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = NMP)(Server = FinanceServer1)(Pipe = ORAPIPE))
    (CONNECT_DATA = (SID = ORCL))
    PROD.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PRODHOST)(PORT = 1525))
    (CONNECT_DATA = (SID = PREM))
    EXTPROC_CONNECTION_DATA.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(Key = EXTPROC0))
    (CONNECT_DATA = (SID = extproc))
    BEQ-LOCAL.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle80)(ARGV0 = oracle80ORCL)(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=BEQ)))'))
    (CONNECT_DATA = (SID = ORCL))
    SPXEXAMPLE.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = SPX)(Service = Server_lsnr))
    (CONNECT_DATA = (SID = ORCL))
    DEV.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = devhostname)(PORT = 15021))
    (CONNECT_DATA = (SID = DEV))
    TCP-LOOPBACK.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA = (SID = ORCL))
    I removed all the extra stuff and left only PROD and DEV. I get the exact same results.
    SQLNET::
    # C:\ORANT\NET80\ADMIN\SQLNET.ORA Configuration File:C:\orant\net80\admin\sqlnet.ora
    # Generated by Oracle Net8 Assistant
    NAME.DEFAULT_ZONE = world
    NAMES.DEFAULT_DOMAIN = world
    #sqlnet.authentication_services = (NONE)
    SQLNET.EXPIRE_TIME = 0
    SQLNET.ENCRYPTION_SERVER = requested
    SQLNET.ENCRYPTION_CLIENT = requested
    NAMES.DIRECTORY_PATH= (TNSNAMES, HOSTNAME)
    Message was edited by:
    user483446

    Tony,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Problem in Oracle net8 easy config. URGENT

    Dear All,
    I need your favour, actually i instatlled Forms6i on windows XP it is installed successfully and every component(Forms, Reports) are opening without any problem. But whne i am going to configure my Net Services through Oracle Net8 Easy config it is giving close illegal operation,
    Note: i do not have any oracle product installed on my m/c except forms6i.
    Please send me some solution as early as possible.
    Thanx a Lot
    Krishna

    Windows XP is not yet a certified platform.
    That said, why not modify your tnsnames.ora file manually using a text editor.
    Regards,
    Robin Zimmermann
    Forms Product Management.

  • Memory reference error with Net8 easy config

    I've installed the Oracle 9iDS in the Windos 2000 professional. This i have installed in ORAIDS sepate directory with oracle home as ORAIDS. Using Net8 easy config i can establish the connection with oracle server. Then after, I've also installed the Developer with Forms 6I in the same computer in different directory ORAD2k with sepate home ORAD2K. for this I tried to establish a connection through "Oracle Net8 Easy Config". While i select the menu item "Oracle Net8 Easy Config", it gives me an error :
    The instruction at "0x00010111" referenced memory at "0x016286e0". The memory could not be "written".
    Click on OK to terminate the program
    Click on CANCEL to debug the program.
    Can somebody tell me how to make a connection from Developer (Forms6I and Reports 6I)
    Thank you.

    Hi,
    Copy tnsnames.ora file from ORAIDS/network/admin this path to ORAD2K/network/admin path.
    I hope it will work fine.
    -Neeraj

  • Oracle Net8 Easy Config

    Hi all,
    i installed 8i with W/in2K on p4 and it's run well.
    i installed also forms 6i and when i tried to run Oracle Net8 Easy Config to configure the connection it does not work.
    So, Pls help me to be able to run it and configure the connection.
    Best Regards.
    hany

    use this method to create ur connect string
    edit the tnsname.ora. u can find this file in drive:\oracle81\network\admin directory
    copy this code bellow code with respective changes
    ORCL=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = name of the hostmachine)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = database sid)
    here orcl is a connect string name
    host is the name of ur host or ip address of ur host
    service_name is ur database sid
    save the file
    use orcl as connect string
    regards
    babjee

  • Oracle net8 easy config Problem

    i am not able configure Oracle net8 easy config in oracle forms & Reports.When i click the Oracle net8 easy config shortcut,then the window is not shown .After that there is no action .i am using P4 1.7GHz with 128DDR RAM.
    How can i retrive this problem.
    Thanks
    Cyril

    You can modify script file "..\orant\NET80\ADMIN\tnsnames.ora"
    LOCAL.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = DB Server name)(PORT = 1521))
    (CONNECT_DATA = (SID = ORCL))
    HAFEEZ

  • Forms 6i - Oracle Net8 Easy Config Problem in Pentium4 Machine

    Hello to All:
    I've installed the software successfully, but I couldn't open the Oracle Net8 Easy Config in Win. 2000 and Pentium 4 machine. It gave an error message "jre.exe has generated errors and will be closed by window. You will need to restart the program". I restarted the machine, but it's still gave the same error. I also tried to add code in tnsnames.ora, it didn't help either.
    I need some help please,
    Thanks in advance,
    TD

    You can modify script file "..\orant\NET80\ADMIN\tnsnames.ora"
    LOCAL.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = DB Server name)(PORT = 1521))
    (CONNECT_DATA = (SID = ORCL))
    HAFEEZ

  • Net8 Easy config problem on Win2000 server

    After installing the Form6i on the server win2000, I try to start Net8 Easy Config but nothing happens. I couldn't connect to the 8i database in Form6i either. It seems the service name couldn't be resolved. I tried to manually config the file TNSNAMES.ORA. It didn't work either. Is there anything I can do?

    You can modify script file "..\orant\NET80\ADMIN\tnsnames.ora"
    LOCAL.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = DB Server name)(PORT = 1521))
    (CONNECT_DATA = (SID = ORCL))
    HAFEEZ

  • 3D Reviewer - Configs Not Displayed in PDF

    Hi,
    I've been trialling the 3D Reviewer replacement for 3D Toolkit.
    Imported my CAD data (I-Deas Assembly) and then created 3 configurations showing closed, open & exploded positions. I Like the accuracy of the new move/rotate tool - good stuff. However on saving to PDF I've come across a show stopper, the configs come through listed as PDF views but the part orientations within the configs do not, all parts are in the same orientation as the default config. This is with the latest Acrobat Reader.
    Cheers
    Neil

    Hi Neil,
    Thank you for your feedback and appreciation of the product.
    There should be no problem with what you are trying to do.
    The only tip I can give you is the following: in 3D Reviewer, after you create the view desired with the correct exploded positions and camera orientation right click on the view and lock it.
    The way configurations work in 3D Reviewer is slightly different than in Acrobat/Reader 9. After you create a view in 3D Reviewer, the last state of the viewport when that view is selected will remain the persistent view and orientation for that view.
    Let me know if this helps, otherwise I will post a short video of the steps for creating configurations with exploded positions and exporting to PDF.

  • Hp P1102w html config is not displaying​/being interprete​d (source code only)

    As the subject heading says, I am trying to configure an HP P1102w for wifi based printing in my local network.  But the html config page is not displaying (from the MacOS printer utility.)  I have updated the firmware of the printer.  The printer shows up when I connect it to my Mac through USB.  My Mac is running OS 10.6.8.  Thanks for your help.

    Hi,
    Reboot your MAc and try again.
    If the same persists, click the Apple icon and then click on Force Quit.
    If there is any HP task running, terminate the task and try launching the HTML Config tool once again.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Firefox 3.6.6 Not Displaying Gmail Contacts & Calendar and at least 1 other website correctly after using Microsoft Windows Easy Transfer

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    In migrating from an XP PC to a new Win 7 PC, I downloaded Firefox to the new PC and it worked fine - got my Gmail contacts, calendar, etc. Later I used Micros Soft's Windows Easy Transfer to move data, profiles, etc to the new PC. Then could log onto Gmail but it would not show Contacts or Calendar. I then uninstalled Firefox and reinstalled it - nohelp, then I did a system to Restore to before I did the Windows Easy Transfer - no help, then I manually moved my Firefox Profile from the XP machine - no help. BTW at least one other website does not display correctly: http://www.hollandamerica.com/main/Main.action. NOTE - through all this Internet Explorer has shown these sites correctly.
    == This happened
    ==
    Every time Firefox opened
    == Used Microsoft Windows Easy Transfer
    ==
    == Troubleshooting information
    ==
    Troubleshooting Information
    This page contains technical information that might be useful when you're
    trying to solve a problem. If you are looking for answers to common questions
    about Firefox, check out our support web site.
    Copy all to clipboard
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Flashblock 1.5.13 true {3d7eb24f-2740-49df-8937-200b1cc08f8a}
    Google Notebook 1.0.0.22 false [email protected]
    Microsoft .NET Framework Assistant 1.2.1 true {20a82645-c095-46ed-80e3-08825760534b}
    PDF Download 3.0.0.1 false {37E4D8EA-8BDA-4831-8EA1-89053939A250}
    Java Console 6.0.20 true
    McAfee SiteAdvisor 3.0 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days 20
    browser.history_expire_days.mirror 20
    browser.places.importBookmarksHTML false
    browser.places.importDefaults false
    browser.places.leftPaneFolderId -1
    browser.places.migratePostDataAnnotations false
    browser.places.smartBookmarksVersion 2
    browser.places.updateRecentTagsUri false
    browser.startup.homepage https://mail.google.com/mail/?shva=1#contacts
    browser.startup.homepage_override.mstone rv:1.9.2.3
    browser.tabs.loadInBackground false
    dom.disable_window_move_resize true
    dom.event.contextmenu.enabled false
    extensions.lastAppVersion 3.6.3
    general.useragent.extra.microsoftdotnet ( .NET CLR 3.5.30729)
    network.cookie.lifetimePolicy 1
    network.cookie.prefsMigrated true
    network.image.imageBehavior 0
    places.last_vacuum 1273287748
    print.print_printer HP Photosmart C7100 series
    print.printer_HP_OfficeJet_Pro_1170Cse.print_bgcolor false
    print.printer_HP_OfficeJet_Pro_1170Cse.print_bgimages false
    print.printer_HP_OfficeJet_Pro_1170Cse.print_command
    print.printer_HP_OfficeJet_Pro_1170Cse.print_downloadfonts false
    print.printer_HP_OfficeJet_Pro_1170Cse.print_evenpages true
    print.printer_HP_OfficeJet_Pro_1170Cse.print_footercenter
    print.printer_HP_OfficeJet_Pro_1170Cse.print_footerleft &PT
    print.printer_HP_OfficeJet_Pro_1170Cse.print_footerright &D
    print.printer_HP_OfficeJet_Pro_1170Cse.print_headercenter
    print.printer_HP_OfficeJet_Pro_1170Cse.print_headerleft &T
    print.printer_HP_OfficeJet_Pro_1170Cse.print_headerright &U
    print.printer_HP_OfficeJet_Pro_1170Cse.print_in_color true
    print.printer_HP_OfficeJet_Pro_1170Cse.print_margin_bottom 0.3
    print.printer_HP_OfficeJet_Pro_1170Cse.print_margin_left 0.5
    print.printer_HP_OfficeJet_Pro_1170Cse.print_margin_right 0.3
    print.printer_HP_OfficeJet_Pro_1170Cse.print_margin_top 0.3
    print.printer_HP_OfficeJet_Pro_1170Cse.print_oddpages true
    print.printer_HP_OfficeJet_Pro_1170Cse.print_orientation 0
    print.printer_HP_OfficeJet_Pro_1170Cse.print_pagedelay 500
    print.printer_HP_OfficeJet_Pro_1170Cse.print_paper_data 1
    print.printer_HP_OfficeJet_Pro_1170Cse.print_paper_height 11.00
    print.printer_HP_OfficeJet_Pro_1170Cse.print_paper_size 1634485807
    print.printer_HP_OfficeJet_Pro_1170Cse.print_paper_size_type 0
    print.printer_HP_OfficeJet_Pro_1170Cse.print_paper_size_unit 0
    print.printer_HP_OfficeJet_Pro_1170Cse.print_paper_width 8.50
    print.printer_HP_OfficeJet_Pro_1170Cse.print_printer HP OfficeJet Pro 1170Cse
    print.printer_HP_OfficeJet_Pro_1170Cse.print_reversed false
    print.printer_HP_OfficeJet_Pro_1170Cse.print_scaling 1.00
    print.printer_HP_OfficeJet_Pro_1170Cse.print_shrink_to_fit true
    print.printer_HP_OfficeJet_Pro_1170Cse.print_to_file false
    print.printer_HP_Photosmart_C7100_series.print_bgcolor false
    print.printer_HP_Photosmart_C7100_series.print_bgimages false
    print.printer_HP_Photosmart_C7100_series.print_command
    print.printer_HP_Photosmart_C7100_series.print_downloadfonts false
    print.printer_HP_Photosmart_C7100_series.print_edge_bottom 0
    print.printer_HP_Photosmart_C7100_series.print_edge_left 0
    print.printer_HP_Photosmart_C7100_series.print_edge_right 0
    print.printer_HP_Photosmart_C7100_series.print_edge_top 0
    print.printer_HP_Photosmart_C7100_series.print_evenpages true
    print.printer_HP_Photosmart_C7100_series.print_footercenter
    print.printer_HP_Photosmart_C7100_series.print_footerleft &PT
    print.printer_HP_Photosmart_C7100_series.print_footerright &D
    print.printer_HP_Photosmart_C7100_series.print_headercenter
    print.printer_HP_Photosmart_C7100_series.print_headerleft &T
    print.printer_HP_Photosmart_C7100_series.print_headerright &U
    print.printer_HP_Photosmart_C7100_series.print_in_color true
    print.printer_HP_Photosmart_C7100_series.print_margin_bottom 0.300000011920929
    print.printer_HP_Photosmart_C7100_series.print_margin_left 0.5
    print.printer_HP_Photosmart_C7100_series.print_margin_right 0.300000011920929
    print.printer_HP_Photosmart_C7100_series.print_margin_top 0.300000011920929
    print.printer_HP_Photosmart_C7100_series.print_oddpages true
    print.printer_HP_Photosmart_C7100_series.print_orientation 0
    print.printer_HP_Photosmart_C7100_series.print_pagedelay 500
    print.printer_HP_Photosmart_C7100_series.print_paper_data 1
    print.printer_HP_Photosmart_C7100_series.print_paper_height 11.00
    print.printer_HP_Photosmart_C7100_series.print_paper_size 1634485807
    print.printer_HP_Photosmart_C7100_series.print_paper_size_type 0
    print.printer_HP_Photosmart_C7100_series.print_paper_size_unit 0
    print.printer_HP_Photosmart_C7100_series.print_paper_width 8.50
    print.printer_HP_Photosmart_C7100_series.print_reversed false
    print.printer_HP_Photosmart_C7100_series.print_scaling 0.80
    print.printer_HP_Photosmart_C7100_series.print_shrink_to_fit false
    print.printer_HP_Photosmart_C7100_series.print_to_file false
    print.printer_HP_Photosmart_C7100_series.print_unwriteable_margin_bottom 0
    print.printer_HP_Photosmart_C7100_series.print_unwriteable_margin_left 0
    print.printer_HP_Photosmart_C7100_series.print_unwriteable_margin_right 0
    print.printer_HP_Photosmart_C7100_series.print_unwriteable_margin_top 0
    print.printer_hp_psc_1200_series.print_bgcolor false
    print.printer_hp_psc_1200_series.print_bgimages false
    print.printer_hp_psc_1200_series.print_command
    print.printer_hp_psc_1200_series.print_downloadfonts false
    print.printer_hp_psc_1200_series.print_evenpages true
    print.printer_hp_psc_1200_series.print_footercenter
    print.printer_hp_psc_1200_series.print_footerleft &PT
    print.printer_hp_psc_1200_series.print_footerright &D
    print.printer_hp_psc_1200_series.print_headercenter
    print.printer_hp_psc_1200_series.print_headerleft &T
    print.printer_hp_psc_1200_series.print_headerright &U
    print.printer_hp_psc_1200_series.print_in_color true
    print.printer_hp_psc_1200_series.print_margin_bottom 0.3
    print.printer_hp_psc_1200_series.print_margin_left 0.5
    print.printer_hp_psc_1200_series.print_margin_right 0.3
    print.printer_hp_psc_1200_series.print_margin_top 0.3
    print.printer_hp_psc_1200_series.print_oddpages true
    print.printer_hp_psc_1200_series.print_orientation 0
    print.printer_hp_psc_1200_series.print_pagedelay 500
    print.printer_hp_psc_1200_series.print_paper_data 1
    print.printer_hp_psc_1200_series.print_paper_height 11.00
    print.printer_hp_psc_1200_series.print_paper_size 1634485807
    print.printer_hp_psc_1200_series.print_paper_size_type 0
    print.printer_hp_psc_1200_series.print_paper_size_unit 0
    print.printer_hp_psc_1200_series.print_paper_width 8.50
    print.printer_hp_psc_1200_series.print_reversed false
    print.printer_hp_psc_1200_series.print_scaling 1.00
    print.printer_hp_psc_1200_series.print_shrink_to_fit true
    print.printer_hp_psc_1200_series.print_to_file false
    privacy.clearOnShutdown.cookies false
    privacy.clearOnShutdown.downloads false
    privacy.clearOnShutdown.formdata false
    privacy.clearOnShutdown.history false
    privacy.clearOnShutdown.passwords true
    privacy.cpd.cookies false
    privacy.cpd.downloads false
    privacy.cpd.formdata false
    privacy.cpd.history false
    privacy.item.downloads false
    privacy.item.formdata false
    privacy.item.history false
    privacy.item.passwords true
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.promptOnSanitize false
    privacy.sanitize.sanitizeOnShutdown true
    security.warn_viewing_mixed false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows 7
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-Default Plug-in
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *Shockwave Flash 10.0 r45
    *McAfee Virtual Technician plugin for Mozilla (Gecko Version: 1.8b1)
    *3.0.50106.0
    *NPWLPG
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Adobe PDF Plug-In For Firefox and Netscape

    Oops - for some reason, this problem now seems to have gone away. May have had something to do with Flash. I'll keep my fingers crossed.

  • DIR Not display in easy DMS

    Dear All,
    i ahave created new user ID  I am able to create /search the document (DIR) in  easy DMS but that document has not display in public folder.
    why ?
    Kindly help
    rgds

    Hi,
    If you have created the new Document over the normal Gui the document is not automatically shown in easyDMS. Are you using the same access rights for the new user as for the old user?
    Regards
    Thomas

  • Easy config..not work..HA

    well...got my copy of 6.x and
    DELETED everything from my pc ( at home )
    (running win 95 ).
    installed 6.x ..blah.
    try to use easy config to set tnsname.ora sql*net.ora
    BANG!...no go...reading the readme.xxx
    easy config does not WORK..you have to MANUAL do it..
    i feel sorry for new developers trying to do this..
    patrick
    united airlines
    null

    It could be the work of one of your add-ons, or even add / mal-ware.
    Type '''about:addons'''<enter> in the address bar to open your Add-ons Manager.
    Hot key; '''<Control>''(Mac:<Command>)''<Shift> A)'''
    In the Add-ons Manager, on the left, select '''Extensions.'''
    Make sure you know what each one is and what it does.
    Remove Yahoo Anything.
    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    Also, check the programs that are on your computer
    '''Windows:''' Start > Control Panel > Uninstall Programs.
    '''Mac:''' Open the "Applications" folder.
    '''Linux:''' Check your user manual.
    Remove Yahoo Anything.
    After, reboot the computer.
    Use these after the problem is settled;
    Bookmark and use this;
    '''[https://addons.mozilla.org/en-US/firefox/addon/searchreset/ Mozilla Search Reset]''' {web link}
    This add-on is very simple: on installation, it backs up and
    then resets your search preferences and home page to their
    default values, and then uninstalls itself. This affects the
    search bar, URL bar searches, and the home page.
    '''[https://addons.mozilla.org/en-US/firefox/addon/settings-guard Settings Guard for Firefox]''' {web link}
    Detects and resets changes to settings that are frequently done
    by add-ons and application installers.

  • When I burn a disc from a playlist in iTunes, the track names and artist info does not display on the disc when friends view/listen to it. This probably is an easy fix, but I need some advice.

    When I burn a disc from a playlist in iTunes on my MacBook, the track names and artist info does not display on the disc when friends view/listen to it. This probably is an easy fix, but I need some advice.

    No, this standard has been implemented for several decades.
    How iTunes remembers audio CDs - http://support.apple.com/kb/TA27785
    It is just conceivable you burned a CD that exactly matched one already in the Gracenote database.  Gracenote uses track count and duration to decide what CD it is you have in a computer.  If you have one that matches that it will label it.  You could conceivably even have one that matches it that is not the correct one.
    This script will only work on Macs:
    http://dougscripts.com/itunes/scripts/ss.php?sp=cdtexttocdinfo - script to use CD-text file on CD to label CD in iTunes

Maybe you are looking for

  • LoadMovie without having to use full path/URL

    I've always used loadMovie to call external swf files from a main/menu swf file, but it seems that some new security settings and restrictions, I'm not able to do this anymore - at least not online. All my swf files are in the same directory, and whe

  • Invalid parameter SECONDARY_RECORD-PSKEY Error in Personal Data Screen

    Hi All, We are using EHP6. The Personal Data  iview is throwing an error while trying Edit something. I am able to add a new register  but getting the following dump while trying to Edit/Save This apply for all the employees. This apply for all the e

  • Objects in a request

    Hello All, I would like to know how  to find the object from the technical name of the object directory entry that is captured in the transport. i.e. when you click on an object in the transport connection and say change package then on the tope you

  • Receiver based date transformation

    Hi, We have a scenario where we need to map the date to the  receiving databases. We have the same map going to oracle receiver and a mySQL receiver. The date formats of both the databases are different. How can this be handled within the same map (

  • E17 displays / instead of ~/.desktop on desktop. [solved]

    Hello, so my wife was messing on the computer and somehow changed e17's default of showing mounted drives, home, and root on the desktop. to the / directory itself displaying ALL the folders on the desktop. How do I change this back? Last edited by m