TNS-12154...3rd Party tools won't connect to 9.2iEE

Platform:
Pentium 4 2.4GHz
Windows 2000 (SP2)
Oracle 9iEE 9.2
OWB 9.2
Quest Software Data Dictionary for Oracle
Other 3rd party tools accessing Oracle RDBMS
We have installed Oracle 9iEE, and OWB 9.2. OWB Client and Server components have been installed into their own 'oracle_home' directories. All software is installed on the one machine.
We have also installed Quest Software Data Dictionary for Oracle on the machine.
We have found 2 TNSNAMES.ORA files on the machine....one for the database itself, and the other in the OWB Client 'Oracle home'
The OWB client connects with the database ok, but the Quest software and other 3rd party tools come back with the error of TNS-12154. 3rd party tools were ok while we had 9iPE installed. But have stopped connecting with the oracle database since the installation of 9iEE and OWB, and come up with the TNS-12154 error each time we try.
We have 3 'Home' entries in the Registry under HKEY_LOCALMACHINE>SOFTWARE>ORACLE. One for 9iEE, and 2 others each for the OWB Server & Client.
Below are the TNSNAMES.ORA, SQLNET.ORA, and LISTENER.ORA contents for the 9iEE installation:
# TNSNAMES.ORA Network Configuration File: C:\oracle\ora92ee\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ora92ee.mydomain =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = myserver)(PORT = 1521))
CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ora92ee.mydomain)
INST1_HTTP.mydomain =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = myserver)(PORT = 1521))
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = http://HRService)
EXTPROC_CONNECTION_DATA.mydomain =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
# LISTENER.ORA Network Configuration File: C:\oracle\ora92ee\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = myserver)(PORT = 1521))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\ora92ee)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = ora92ee.mydomain)
(ORACLE_HOME = C:\oracle\ora92ee)
(SID_NAME = ora92ee)
# SQLNET.ORA Network Configuration File: C:\oracle\ora92ee\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DEFAULT_DOMAIN = mydomain
SQLNET.AUTHENTICATION_SERVICES= (NONE)
NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
Below is the TNSNAMES.ORA for OWB Client:
# TNSNAMES.ORA Network Configuration File: C:\oracle\OWB92_C\NETWORK\ADMIN\tnsnames.ora
# Generated by Oracle configuration tools.
OWB92NETSERVICE =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = myserver)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = ora92ee.mydomain)
When LISTENER is started, the following is displayed.....
LSNRCTL> Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
System parameter file is C:\oracle\ora92ee\network\admin\listener.ora
Log messages written to C:\oracle\ora92ee\network\log\listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myserver.mydomain)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
STATUS of the LISTENER
Alias listener
Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
Start Date 28-AUG-2003 22:51:52
Uptime 0 days 0 hr. 0 min. 4 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File C:\oracle\ora92ee\network\admin\listener.ora
Listener Log File C:\oracle\ora92ee\network\log\listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myserver.mydomain)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "ora92ee.mydomain" has 1 instance(s).
Instance "ora92ee", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
NOTE THE STATUS OF THE INSTANCES!...Can't get them to start as READY.
After a minute or two, status check shows (without any other action)......NOTE THE ADDITIONAL INSTANCE ENTRIES THAT APPEAR.
LSNRCTL> Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
STATUS of the LISTENER
Alias listener
Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
Start Date 28-AUG-2003 22:51:52
Uptime 0 days 0 hr. 1 min. 10 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File C:\oracle\ora92ee\network\admin\listener.ora
Listener Log File C:\oracle\ora92ee\network\log\listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myserver.mydomain)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myserver.mydomain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myserver.mydomain)(PORT=2100))(Presentation=FTP)(Session=RAW))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "ora92ee.mydomain" has 2 instance(s).
Instance "ora92ee", status UNKNOWN, has 1 handler(s) for this service...
Instance "ora92ee", status READY, has 1 handler(s) for this service...
Service "ora92eeXDB.mydomain" has 1 instance(s).
Instance "ora92ee", status READY, has 1 handler(s) for this service...
The command completed successfully
THE NEW INSTANCE STATUS COME UP AS READY, UNLIKE THE PREVIOUS STATUS OF UNKNOWN!
My guess is the 2 TNSNAMES.ORA files on the machine, and the contents of the Registry 'Home' entries are causing the issues. But I'm not sure of what actions to take, and why initially the service instances come up as 'UKNOWN', and then the other 2 appear as 'READY'. ora92ee.mydomain has 2 instances of the service....baffling.
Is it to do with installing 9iEE on a single machine, rather than a Client/Server environment?
Any ideas upon how we can get our 3rd party tools to successfully connect to the Oracle database again will be greatly appreciated!
Thanks!

problem solved

Similar Messages

  • Service desk integration with 3rd party tool

    Hi all,
    I've problems understanding the setup of connecting a 3rd party service desk tool with solman itsm.
    So far it's clear that I need to activate and configure the service provider and consumer in soamanager.
    The webservice then will be called by the 3rd party tool with corresponding data.
    However, according to spro I need to define a value mapping for incoming/outgoing calls.
    I do not understand this mapping... the WSDL of webservice ICT_SERVICE_DESK_API contains lots of fields, but in spro -> value mapping I can only define the following fields (which are hard coded in type pool AIICT):
    SAPCategory
    SAPComponent
    SAPDatabase
    SAPFrontend
    SAPIncidentID
    SAPIncidentStatus
    SAPInstNo
    SAPOperatingSystem
    SAPSoftwareComponent
    SAPSoftwareComponentPatch
    SAPSoftwareComponentRelease
    SAPSubject
    SAPSystemClient
    SAPSystemID
    SAPSystemType
    SAPUserStatus
    What about attachments, priority etc.?
    Will the interface parameters mapped to these ones?
    For what purpose do I need to maintain the value mapping?
    Can you give me a hint?
    Regards, Richard Pietsch

    can you please check the WIKI Solution manager Service Desk Integration with third party service desk - SAP Solution Manager - Security and Authorizat…

  • IPhone 3rd party apps won't launch anymore!

    After updating the iPhone software to 3.1, a host of 3rd-party apps won't launch anymore (appear for 1 second, then revert back to the apps icons page).
    I've tried upgrading to iTunes 9, uninstalling then reinstalling ALL apps on the iPhone via iTunes, hard rebooting my iPhone, restarting my iMac, etc etc, but nothing works.
    On a iPhone 3Gs page on the Forums, I saw many others having similar difficulties and blaming it on the XX upgrade. One solution proposed there was to download a free app from the App Store and install it. Tried that, and it didn't work for me.
    I hope Apple will give this attention, because it's basically disabled my iPhone's business-sensitive functionalities (like 1Password) on the eve of a 2week business trip ... and on business trips, I don't have my iMac with me! >:-(
    In case it helps the OS is showing as 3.1 (7C144) on my device.

    Hi!
    I may have a solution to your problem. I updated to Firmware 3.1 today and couldn´t open any application i downloaded. I seems the updated version of iTunes handles apps a little different from before. When you connect your iPhone and it pops up in iTunes, right click on it to enter your configuration area (for the iPhone). At the top bar you have a row of options like music, pictures, podcast and somewhere in the middle you have the option "Programs". Click on that and you will see a list of all the programs you have downloaded in iTunes. Unfortunatly you have to recheck all the boxes at the left side of the program you want to be synched to your iPhone. Check these boxes and click "Apply" at the bottom right and iTunes will now transfer them to your iPhone. Easy breasy when you know how to do.
    Best of luck, Cheers!

  • 3rd party tools

    Hi SDNers!!!!
    Can anybody tell me what are the various 3rd party tool available that can be used with MDM for data validation\quality\cleansing etc. and a brief description about these tools.
    Is there anydocs available for them in market.
    Thanks & Regards
    Dilmit Kaur Chadha

    Hi,
    There are multiple third party tools that can be used with MDM for data management, but before considering these tools in he landscape, one must do a thorough comparision of Requirements vs MDM capabilities.
    SAP MDM comes with a good combination of functionalities for cleansing, de-duplication, enrichment etc.
    Third Party Tools:
    Data Cleansing
    1. FirstLogic
    2. Trillium
    3. BO Metadata Manager
    4. ADDA
    These are just some of the best products. There are many products deveoped for specific scenarios like Address validation, Zip Codes, D&B data for organization details, VAT validation etc.
    Instead of the tools, you can also use the SAP MDM enrichment architcture to connect to the webservices.
    Rgds,
    Ketan
    Do reward poiints if reply was helpful

  • Duplicate Check in WEB UI without 3rd party tool?

    Hi,
    I've looked at some posts here and I'm still confused.
    We want to implement a simple duplicate check. When a contact partner is entered there should be a check for name and postal code.
    I found the spot in BP_CONT where the check is triggered, but no duplicate is created.
    Then there is the badi BUPA_ADDR_CHECK.
    I guess thats the one where the values are checked and the duplicates created.
    Is this badi connected to the BOL and this work in the WEB UI?
    I also found information about ENABLE_DUPLICATE_CHECK.
    Has someone implemented a check without 3rd party tool in the WEB UI?
    Which method or function should I retrieve to fill the duplicates?
    Thanks and Regards
    Andreas

    Hi Andreas,
                   If you have a BADI , and in that BADI you have the access to the container  which should be filled  with duplicates, then go ahead and put your code in that BADI. It will work fine.
    Thanks and Regards
    Ashis

  • How to resolve: 3rd party tool work for nvarchar only

    I have following settings in my database:
    select * from nls_database_parameters
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    NLS_CHARACTERSET     AL32UTF8
    NLS_RDBMS_VERSION     11.1.0.6.0
    ...as you can see from above, varchar is support unicode too and database is working fine for most of application connect to my database, they store and display foreign characters correctly.
    However, I got a 3rd party tool, when it export from my database, all foreign character were not able to display correctly until I tried change one of column to nvarchar.
    so, seems this tool only work correctly for utf-8 when the data type is nvarchar. but I do not want to change all of varchar columns to nvarchar.
    is there anyway to resolved this situation?
    Thanks

    >
    OK. Some follow up questions:
    1. The character you test is both Traditional and Simplified Chinese. The data you want to see in the result is Traditional Chinese, Simplified Chinese or all of Unicode?
    >
    For this test, The character I tested is Simplified Chinese. obviously, I want the result is Simplified Chinese too --I want to see the result same as I have in the database.
    However, I do not want it limit to support only either Traditional or Simplified. it should support both, and more, it should support other languages. since others tool such as sql developer support.
    >
    2. What editor do you use to view the txt file?
    >
    Windows notepad (on windows XP)
    >
    3. What is your OS code page? Look in Registry at: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage\ACP
    >
    1252
    >
    4. Do you have a hex-mode capable editor or viewer where you could see the contents of the txt file in hex? The character that I see pasted on the forum is Control-Z (0x1a), which is basically MS-DOS end-of-file character.
    >
    yes you are right, I got 0x1A too. I use Hex Editor XVI32. -- this is not what I want see. even worse, no matter what character, it always give me 0x1A. and number of "0x1A" is same as the number of characters.
    -- Sergiusz

  • Using Outlook or 3rd party tool to move content to other account

    Hi.
    I'm about to do a migration of a company's hosted Exchange mailboxes to mailboxes which will be hosted in our hosting environment based on Exchange 2013 servers.
    So I need to move data from 70 mailboxes to 70 new mailboxes. I don't have administrative rights on the source server as that is another company's property, I'm "only" the administrator of the target server so a powershell export of the mailboxes
    to pst is not an option. 
    Therefore I plan to use Outlook 2013 for the migration. I will configure 70 profiles which will connect to both the old mailboxes and the new mailboxes thereby giving me the possibility to just copy/paste the content to the new mailboxes. I
    don't see the need to export to pst files first when I can connect to two Exchange accounts in the same Outlook profile.
    So problem for me is that it would be sooooo nice if I could just right click the old mailbox at the top level and choose "copy folder to" and then it would copy AND merge all folders to the new mailbox. Outlook
    doesn't give me that option. I've found a 3rd party Tool (Pandali Folder Master for Outlook) that get's me a bit of the way, problem is that it doesn't merge the source folders into the target folders so I will have to do a bit of copy/paste afterwards.
    Probably this could work for me but it would be best if it just merged the folders automatically when encountering matching foldernames.
    So I'd like to know if anyone has come across a tool that would suit me better?
    Thanks
    Thomas

    Hi and and thanks for the reply.
    I think you misunderstood me. I don't wanna export to PST and I don't have the EDB files handy. I wanna start Outlook and have both the old mailbox and the new mailbox opened in the same Outlook profile. Then I wan't a 3rd part Tool to help me move content
    from the old mailbox and directly to the new mailbox. No PST files should be involved. Both the old and the new mailbox will be available all the time so a copy/paste operation is possbile, but I wanna minimize the mouse clicks and hopefully find a Tool that
    can do this for me :)
    Best
    Thomas

  • Are there any 3rd party tools which provide Microsoft Azure IaaS diagnostics?

    Are there any 3rd party tools currently, which can be used for giving detailed diagnostics Information about the IaaS environment (like on VM's, Virtual Network etc.) in a detailed report format periodically? Please note that I am looking for any such tools
    around IaaS environment diagnostics here, and not about Application diagnostics.

    Hi Bahree,
    Microsoft does not suggest  a specific third-party product. However, we do use them, and see lots of other customers use them.
    Paraleap: Monitoring tool - http://www.paraleap.com/AzureWatch , You may browse to these site and few others to learn more, and chat with their folks directly on how they support Windows Azure.
    I see that Microsoft has published a self-help diagnostic package for running Windows-based virtual machines (VMs) in Azure IaaS and this this diagnostic package does not require opening a Support Request with
    Microsoft
    This package helps to diagnose and resolve common issues on running Windows-based VMs in Azure IaaS
    We may download the diagnostic package from Microsoft's Support Diagnostics Self-Help Portal:
    https://home.diagnostics.support.microsoft.com/SelfHelp?knowledgebaseArticleFilter=2976864
    You might want to see
    Microsoft Azure Virtual Machine Monitoring with Azure Diagnostics Extension
    Regards,
    Shirisha Paderu

  • Open Hub 3rd party tool - API not returning data table

    I am implementing a 3rd party tool to get data from BI using the Open Hub Service.
    I have my server running and the API functions are working somewhat, but I have two problems.
    When I get notified by BI (RSB_API_OHS_3RDPARTY_NOTIFY), the REQUESTID field is always 0. Why? This should be the request id of the Data Transfer Process; I can see this id in BI.
    The second problem is when I make the call to read the data (I hard code the request ID), everything comes back fine, except the table is empty. I know it's not empty because the DTP said it create a table with many rows and I can see them in BI. Why is the table empty?
    Any help is appreciated. Thanks.
    Tim
    PS: I'm using SAP JCo to implmenet the server and the API. And I'm using BI 7.0.
    Edited by: Tim Wise on May 17, 2008 4:58 PM

    I am not sure I should continue: I am not an expert with the use of these API - in fact I have never used them:-)
    This is in case the discussion would help you:
    My understanding is that the 'green' status is the status of the 3rd party tool.  Only when the 3rd party sets a 'green' status will extraction proceed.  The third-party can choose to stop extraction by setting a 'red' status.
    See the link below:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/8dea54c4e273e2e10000000a1553f6/content.htm
    Guess all these APIs are geared for automatic processing - another link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/59/90070982d5524b931ae16d613ac04a/content.htm
    RSB_API_OHS_3RDPARTY_NOTIFY:  This function module has no source code - the code needs to be implemented in the 3rd party tool to do whatever is required with the parameters provided.  The import parameters required have to be supplied to it.
    That's it, I am retiring:-)
    Mathew.

  • Interfacing to 3rd Party tools from BW

    I realize Open Hub is the SAP solution to interfacing BW data to 3rd Party tools.
    However does anyone see a problem in general with the approach of developing custom web services on the BW box that would be called by a third party tool and in turn return Master Data and ODS objects?
    Wardell

    Hi
    You can also use direct SQL reads to the BA DB (for ODS only), Also ABAP code.
    If you want to manipulate the data (transactional and Master data) you can use BAPI functionality.
    In our company we used BAPI to manipulate SD data from a third party tool (Web based) but not on BW.
    Edan

  • Which 3rd party tools can support Open Hub Destination?

    Hi BI experts,
    In the Open Hub Destination Type, I have a choice between Database Table, File or Third Party Tool.  From what I read from SAP documentation, the Third Party Tool which is supported is Ascential.  Apart from Ascential, what are other 3rd party Tools can Open Hub Destination link up to ?
    Can Microsoft BI be linked up?
    Please let me know.
    Thanks,
    Anthony

    Hi Anthony,
    Yes, SSIS can be used with Open hub.
    Refer to below mentioned link:
    [Using SQL Server 2008 Integration Services with SAP BI 7.0|http://msdn.microsoft.com/en-us/library/dd299430.aspx]
    Regards
    Hemant Khemani

  • OLAP Services and Infobus -- can they work to interface with 3rd party tools?

    I would like to link 9i OLAP data to 3rd party tools like Formula One or other Java Report Writers. Can this be done using infobus or other technologies? Does 9i OLAP services act as an infobus data provider?
    Has anyone done this? If so can an example be provided?
    Thanks

    I would like to link 9i OLAP data to 3rd party tools like Formula One or other Java Report Writers. Can this be done using infobus or other technologies? Does 9i OLAP services act as an infobus data provider?
    Has anyone done this? If so can an example be provided?
    Thanks InfoBus is a Java standard for dynamic data interchange. The Oracle9i OLAP API does not act as an InfoBusDataProvider. It's compatible but not supported. Also, InfoBus has been determined not well suited for multidimensionality.
    BI Beans actually has some code in its Query object to act as an InfoBusDataProvider, but it is hidden due to inadequate testing and review, plus there is a perception that there is a lack of strong interest in this feature.
    So the short answer is that OLAP API and BI Beans do not provide InfoBus support. If there is a public outcry for InfoBus support, Oracle OLAP would consider it as a feature for a future release.
    As for another technology to link Oracle9i OLAP data to 3rd party tools like Formula One or other Java Report Writers, I'll look into it and report back.

  • Album art download spotty at best, what best 3rd party tool works well?

    I have hundreds of Gb of music and probably 40% of that - no cover art.  Running this feature in iTunes does nothing - comes up telling me I have over 5,000 album art covers not able tgo be downloaded.  Tried various other 3rd party tools, not that many work well.
    Can anyone recommend one that works well?   I'm not sure why this feature works so unreliably.  I can find most of these albums on Amazon and can apply the art manually.    It should use some kind of fuzzy logic to guestimate the darn title and bring it down I would think.
    Thanks

    Hello Mdolla650,
    The official release date for The Sims 4 is 9/2/14. We are currently working to update BestBuy.com to reflect that date and hope to have that up soon.
    Thanks for posting!
    Matt|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • 3rd gen ipod won't connect with firewire.

    3rd gen ipod won't connect to itunes with firewire. USB connects rarely but drains battery quickly. I've rebooted the ipod and computer and updated itunes. No effect. Any remedies besides buying a new ipod.

    Answer to Question 1: - I connected the iPod with the USB, went to Disk Utility and erased the iPod. Now the iPod works with USB.
    Question 2 is still unanswered. Ideas?

  • Infospoke - 3rd party tool not setting request to G (successful )

    Hi,
    Anyone of you had experience of this issue before? I have an infospoke that loads data to the DB table. A 3rd party tool ( Datastage) extracts the data from the table. Everything works as expected, BW sends notification to 3rd party tool that data is ready for extraction. 3rd party tool extracts the data successfully, but the problem is that the request is not set to G (successful). The people working on Datastage said that their system issued a message to BW that extraction is successful but it seems BW did not accept/receive it. So although the data has been successfully extracted to the 3rd party tool, the request is still set to N (new) and not G. No errors are issued.
    Below is the Infospoke Message run:
    1. Extraction is running
    2. Extraction running in background process BW_OH19802
    3. Data Package 1
    4. Send message to DATASTG
    5. Message from DATASTG confirmed
    6. The extraction ended successfully
    7. Data is being read: Open hub destination DW1234
    8. Finished reading data: Open hub destination DW1234
    In this issue, the log should have:
    9. Datastage job completed successfully (status set to G)
    10. Status for request 154,567 was set to G.
    But the infospoke only run up to 8. The catch here is that this doesnt happen consistently. Sometimes the infospoke status is correctly set. but sometimes it's not.
    Any ideas what cause this problem? Will really appreciate any inputs.

    Hi,
    The Thirdy party tool (in this case datastage) is responsible for setting the status to G in the table RSBREQUID3RD. If this does not
    happen then normally the problem is with the Third party tool and often with the RFC communication. However there is an known issue on the
    BI side as explained in the note 1243168, if this is relevant for your BI support package level please apply the note and check if the problem
    still exists.
    Best Regards,
    Des.

Maybe you are looking for

  • Can you choose which folder an app gets installed to?

    When I install a new app it just goes to the main page then I have move it to a certain folder. Is there a way to have it ask where you want to install it instead of having to organize it after the fact?

  • Differences between Acrobat 8 and 9 for Comparing two document

    Hi, We have huge differences in Acrobat 8 and 9 while doing comparing the two document even both the text are identical. Acrobat 8 comparison document is very easy and effective when compare to Acrobat 9. I have attached the Acrobat 9 and 8 compariso

  • Unmarshalling problem with special characters (Trademark, French

    I'm using a DefaultHandler class to create a StringBuffer which contains a single (though very complex) element from an XML file. I am unmarshalling this StringBuffer object to a JAXBContext like this: u.unmarshal( new StreamSource( new StringReader(

  • JRE 1.4.2.26 where I can download it?

    Hello colleagues, Some time ago we updated our development portal wich the above Java runtime environment from sun, now we cannot find the above version not even in the archive page from oracle. Could you please point me where can i get the setup fil

  • Installing SSD in a Macbook with partitioned drive.

    I am planning on installing an SSD in my 15" non-retina display Macbook pro. When I first bought the mac I partitioned the hard drive so I could run windows in bootcamp and parallels. If I replace my old HDD with the new SSD and clone it will the SSD