How does connection to host really work?

I've been trying to debug this myself, but there seems to be a missing piece, and I'd like some help understanding the components and sequence of the process.
My immediate issue is, how do I get past the"ORA-12170: TNS:Connect timeout occurred" error shown below? It seems that hostname "hcm" is recognized as valid but then points to nowhere.
Environment: Windows 2000, Oracle 10g rel 2, localhost (IP starts with 127), MS loopback adaptor (IP starts with 192), computer name dimension4100, primary dns suffix ora.newmiddleclass.com, database name (same as SID) is hcm.
etc\hosts file:
127.0.0.1 dimension4100.ora.newmiddleclass.com localhost
192.168.255.255 dimension4100.ora.newmiddleclass.com dimension4100
192.168.255.255 dimension4100.ora.newmiddleclass.com hcm
192.168.255.255 dimension4100.ora.newmiddleclass.com hcm2
192.168.255.255 dimension4100.ora.newmiddleclass.com hcm3
192.168.255.255 dimension4100.ora.newmiddleclass.com no-tns
I'm trying to connect via sqlplus with this syntax:
sqlplus SYS/pw@hcm
ORA-12154: TNS:could not resolve the connect identifier specified
when I try to connect via @ using anything other than localhost or dimension4100 or a host name specified in the hosts file.
- Implies that this is the first step in the process
...so using host string @hcm as shown above avoids the 12154 error. Next, one of two things happens:
ORA-12541: TNS:no listener
Only with localhost or dimension4100. e.g.
sqlplus SYS/pw@dimension4100
- or -
ORA-12170: TNS:Connect timeout occurred
Only with hostnames that are mapped to 192 in hosts file (except for dimension4100). Doesn't matter if the hostname is in tnsnames.ora. e.g.
sqlplus SYS/pw@hcm
sqlplus SYS/pw@hcm2
sqlplus SYS/pw@no-tns ("no-tns" is not defined in tnsnames.ora)
Note:
- I've verified that the hosts and ora files I've edited are really the files that the system is reading.
- I can ping any hostname in the hosts file and get the correct IP address.
- I can connect via sqlplus / as sysdba
- I have to start the listener manually via lsnrctl start. It listens via protocol tcp on the loopback IP (192) on port 1521, as well as protocol ipc (EXTPROC1ipc)
- lsnrctl services:
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 29-SEP-2008 09:22:40
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:0
LOCAL SERVER
The command completed successfully
(Is this a problem? Should it be using the TCP protocol?)
- Services via control panel:
(started)
OracleOraDb10g_home1iSQL*Plus
OracleOraDb10g_home1TNSListener
OracleServiceHCM
(disabled)
OracleJobSchedulerHCM
- tnsnames.ora:
HCM3 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = OracleServiceHCM)
HCM2 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = HCM.ora.newmiddleclass.com)
HCM =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = HCM.ora.newmiddleclass.com)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
...so....how do I get past the"ORA-12170: TNS:Connect timeout occurred" error?
Thanks.

Ok Justin, so you're saying that because I hard-coded the IP address in tnsnames.ora, the etc\hosts file is not used for the connection. My current entry for hcm is:
HCM =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = HCM.ora.newmiddleclass.com)
I changed that to
HCM =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = HCM)
I also tried
HCM =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = HCM)
(SID = HCM)
and
HCM =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = HCM.ora.newmiddleclass.com)
(SID = HCM)
also trying hcm in lower case, but in all scenarios I got the same error:
ORA-12170: TNS:Connect timeout occurred
And I tried vetris' suggestion re telnet (not ping) on both IP addressess and I get error:
Could not open a connection to host on port 1521: Connect failed

Similar Messages

  • How does the SetDefaultReport Method really work?

    I've looked in the forum and can't find the answer in enough detail for me to understand it.
    I need to create a new print button on a system form (delivery notes) and when the user presses it, I need to change the default report for the user/bp combination on the screen, invoke the print button, then return the user's records in the RDFL table back to what they were before I made a change.
    I have it working so that everything up to the changing things back is fine. (Although if the user doesn't have any defaults already, then I have to set the same default twice, because the first set assigns the system values, even though I assign a reportcode, layout code, card code and user id).
    But the main problem is if the user/bp combination did not have a default specified in RTYP before I made my change, then I can't get rid of my default record in that table, so the next time the user goes to print via the system print button, hoping to get the system default, my default report is going to print instead and that's not what they want.  Whew!
    Is there some place on the website that might explain this process in some detail?  For instance, why are their records in this table with a negative userid number & what does that mean?  Why does the user need to be a super user for me to do this via the DI but they can do it through the application without being a SU?
    I'd really appreciate any insights, and thank you.

    Hi Rasmus,
    In regards to your trouble getting the default report so that you can set it back when your done, I think I've gotten that figured out.  It appears to me that GetDefaultReport always returns the original default for a document that is used (from the RTYP table).  This is regardless of user/customer.  What I'm doing is looking in  RDFL by user & customer for any specific default and use it if found.
    If not found, then I use the getreportdefault & assign it to that user/customer.  This puts a record in RDFL which is not the way the system would do it (It would delete the record, I believe), but it seems to have the same effect.
                'get current default report for this user for delivery docs
                ReportCode = "DLN2"
                rs.DoQuery("Select dfltreport from rdfl where userid = " & USERID & _
                        " and doumntdode = '" & ReportCode & "' and cardcode = '" & cardcode & "'")
                If Not rs.EoF Then
                    HoldLayout = rs.Fields.Item(0).Value
                    'otherwise use the system default
                Else
                    'get report layout service
                    oReportLayoutService = oCmpSrv.GetBusinessService(ServiceTypes.ReportLayoutsService)
                    'get report params
                    oReportParams = oReportLayoutService.GetDataInterface(ReportLayoutsServiceDataInterfaces.rlsdiReportParams)
                    'Load the key for the default report
                    oReportParams.ReportCode = ReportCode
                    oReportParams.UserID = USERID 'This doesn''t seem to work. Changing user doesn''t change results
                    'get the default layout of the specific document (delivery note)
                    oReportParaDefault = oReportLayoutService.GetDefaultReport(oReportParams)
                    HoldLayout = oReportParaDefault.LayoutCode
                End If

  • How does the Identity Column really work?

    I am having an issue with an application using SQLServer 2008. My app has a class called SalesInvoice. I use ADO and VB6 for my app.
    The Index value for the record is the "Sales Invoice Number" which was created as an Identity_Spec with an increment of one. It was created using SSMS. It is set as the Primary Key and is Unique. It is a bigint data type.
    I have discovered in Microsoft documentation that the identity increment might get lost.  (See the quote copied form the help file.)
    "The identity property on a column does not guarantee the following:
    Uniqueness of the value – Uniqueness must be enforced by using a
    PRIMARY KEY or UNIQUE constraint or
    UNIQUE index.
    Consecutive values within a transaction – A transaction inserting multiple rows is not guaranteed to get consecutive values for the rows because other concurrent inserts might occur on the table. If values must be consecutive then the transaction
    should use an exclusive lock on the table or use the SERIALIZABLE isolation level.
    Consecutive values after server restart or other failures –SQL Server might cache identity values for performance reasons and some of the assigned values can be lost during a database failure or server restart. This can result in gaps in the
    identity value upon insert. If gaps are not acceptable then the application should use its own mechanism to generate key values. Using a
    sequence generator
    with the NOCACHE
    option can limit the gaps to transactions that are never committed.
    Reuse of values – For a given identity property
    with specific seed/increment, the identity values are not reused by the engine. If a particular insert statement fails or if the insert statement is rolled back then the consumed identity values are lost and will not be generated again. This can result
    in gaps when the subsequent identity values are generated."
    There is no issue with consecutive values within a transaction, although each invoice is written out in a transaction, as it is paired with Sales Line detail records. They are linked using the Sales Invoice Number.
    The issue comes in with the line " udtProps.InvoiceNumber = .Fields("Invoice Number")" as this is the property that returns the sales invoice number to the app that is used to actually print the invoice.
    My problem is with the 3rd bullet point from the help file. "Consecutive values after server restart or other failures ", particularly the "Other Failures" as they are not defined.
    I have pasted the sub from the class that actually persists the record, below. It includes the Error handler routine. Ia particularly concerned that the case of the Database record lock conflict error might be one of the "Other Failures" described
    in the help file above. In at least One occasion, the invoice printed with an invoice number of 690172, but was written to the database with an invoice number of 690175.
    If anybody has an in depth understanding of when the identity spec invoice number is set, returned and incremented, please help. Is it the first time the update is tried, or when the update command completes successfully?
    Private Sub Save()
        On Error GoTo ErrorHandler
        iRecLockReTry = 0
        Dim rs As ADODB.Recordset
        Dim sSQL As String
        Set rs = New ADODB.Recordset
        sSQL = "SELECT * FROM [Sales Invoices] "
        sSQL = sSQL & "WHERE [Invoice Number] = " & udtProps.InvoiceNumber
        If cnCompany.State = adStateClosed Then
            cnCompany.Open
        End If
        With rs
            .ActiveConnection = cnCompany
            .CursorLocation = adUseClient         
            .CursorType = adOpenDynamic
            .LockType = adLockPessimistic
            .Open sSQL
        End With
        If bNew Then rs.AddNew
        With rs
          ... (Values set here)
            .Update
            If bNew Then
                ' update ID property similar to below when adding record for first time
                udtProps.InvoiceNumber = .Fields("Invoice Number")
            End If
            .Close
        End With
        Set rs = Nothing
        Exit Sub
    ErrorHandler:
        If Err.Number = otErrorDBUpdateConflict Then
    '        Err.Raise 61002, sClassName, "Another user has updated this record while you were looking at it. You will have to recall the record and re-enter your changes."
            objError.ErrorHandle ERROR_CLASS_ID, otGeneralUpdateConflict, otErrorWarning
            'The way we are handling things I can't see how we would ever get this error. But Microsoft has it in as an error so it must be possible...
        ElseIf Err.Number = otErrorDBRecordLockConflict Then
            While iRecLockReTry < otErrorConstRecordLockRetry
                iRecLockReTry = iRecLockReTry + 1
                rs.Requery
                Resume
            Wend
    '        Err.Raise 61001, sClassName, "Another User has this record Locked. Do you wish to Continue trying to update?"
             objError.ErrorHandle ERROR_CLASS_ID, otGeneralRecordLockConflict, otErrorWarning
       ElseIf Err.Number = otErrorDBDuplicateIndex Then
    '        Err.Raise 61003, sClassName, "Unable to update this record because one of the fields has a duplicate index conflict. Please resolve the issue and try again."
             objError.ErrorHandle ERROR_CLASS_ID, otGeneralDuplicateIndex, otErrorWarning
        Else
    '        Err.Raise Err.Number, sClassName & "." & "Save", Err.Description, Err.HelpFile, Err.HelpContext
             objError.ErrorHandle ERROR_CLASS_ID, otGeneralUnexpectedDatabaseError, otErrorFatal
        End If
    With women, the TRUTH will not only NOT set you free, it will cause you a great deal of trouble.

    What OS do you use?
    There was an issue in the past with XP..
    ADO Recordset AddNew/Update Identity Problem.
    So run
    SQL Profiler to check what's going on.

  • How does 1Web Personal Domain really work with MobileMe?

    I'm reading the steps of iMap and the author says "If you domain forward or mask to your .Mac (MobileMe) address, please always use the .Mac (MobileMe) address and not your own domain!" It seems to me that anyone who registers a personal domain name must domain forward or mask. If these instructions are correct, how would one's own domain name ever appear?

    It seems to me that anyone who registers a personal domain name must domain forward or mask.
    That's not correct. iWeb's personal domain feature is designed to use CNAME pointing.
    http://iwebfaq.org/site/iWeb_Domains.html

  • I live in the country and there is no High speed available, How does Firefox for desk top work with Dial up ???

    I live in the country and there is no High speed available, How does Firefox for desk top work with Dial up ??? I have a great dell computer, Dimention 8400. Before I install firefox I want to know for no waste of time for either party..

    Unless you enabled Find My iPad on it before it was stolen then there isn't any way to locate it. If you did enable it then you could try locating it either via http://icloud.com on a computer or Find My iPhone on another device - but that will only work if it's connected to a network and the device hasn't already been wiped and/or Find My iPad disabled on it.
    If it was stolen then you should report it to the police. You should also change your iTunes account password, your email account passwords, and any passwords that you'd stored on websites/emails/notes etc.
    If it was never registered to your account then it won't appear on your support profile : https://supportprofile.apple.com/
    The only other ways to find it that I know of (apart from on the actual device) are via the packaging, the backup on a computer's iTunes : http://support.apple.com/kb/HT4061

  • How does the shake to shuffle work on ipod touch 4g?

    So, i want to know how does the shake to shuffle work, i opened the music player and started playing a song but when i shake the ipod, nothing happens, the option of shuffle on the screen is still white and when the song currently playing ends, the next one in alphabetical order starts. The shake to shuffle option in settings is On.

    The iPod can only tether via Bluetooth for internet connectivity to an iPhone. It will connect to other phones to tether for internet connectivity if the phones can act like a wifi hotspot.

  • How does SMB 3 Multipath actualy work?

    First of all, sorry if there is a better form to post this in, I didn't see a general networking or SMB forum.
    I've been trying to find anything about how SMB 3 Multipath actually works at a networking level (OSI Layer 2, Layer 3). I can't find anything that actually talks about how it achieves multipathing once it's out of its exit interface. Even how it actually chooses
    potential exit interfaces is still a mystery to me.
    How does the MAC address forwarding work? Does it somehow dynamically learn the available MACs on the destination and split the load between them? If that's the case does it work over layer 3 subnets if there are two available routes? How does it learn about
    multiple available paths and actually get the network equipment to use them? In other words if Server A and B have 4 NICs they have 4 MAC addresses or more, one or more IP addresses, teamed or not teamed. Layer 2 adjacency vs Layer 3. There are a lot of variables
    that it has to work with. Is DNS involved at all? If my connection attempt is the server.domain.local DNS might have more than one IP address that server is reachable from but if I connect to 192.168.1.1 then I'm specifying an IP and DNS doesn't come into
    play, does that affect SMB 3 Multipath?
    I know SMB 3 works when in a team and not in a team, I've tried it. But if it is in an LACP team then once it leaves the server NIC it's up to the switch to forward that to the destination based on the hash, for a single flow in normal situations the switch
    would pick the same interface but I get increased bandwidth so I know the switch is sending to both interfaces, so I assume there are multiple flows. That means something about the flows has to be different, I assume the destination MACs, but I haven't put
    a packet capture to look...yet...
    Does anyone know of any papers or details that talk about these issues they can point me to? Every blog post or video I've seen is super generic about how it actually works. It's not magic.

    Hi,
    With Multichannel, SMB will create multiple TCP/IP connections for that single session (at least one per interface or more if they are RSS-capable). This allows SMB to use
    the combined NIC bandwidth available and makes it possible for the SMB client to continue to work uninterrupted if a NIC fails.
    Although a team always provides fault tolerance, SMB without Multichannel will create only one TCP/IP connection per team, leading to limitations in both the number of CPU
    cores engaged and the use of the full team bandwidth.
    The related article:
    The basics of SMB Multichannel, a feature of Windows Server 2012 and SMB 3.0
    http://blogs.technet.com/b/josebda/archive/2012/06/28/the-basics-of-smb-multichannel-a-feature-of-windows-server-2012-and-smb-3-0.aspx
    More information:
    How much traffic needs to pass between the SMB Client and Server before Multichannel actually starts?
    http://blogs.technet.com/b/josebda/archive/2013/01/18/how-much-traffic-needs-to-pass-between-the-smb-client-and-server-before-multichannel-actually-starts.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How does Creative Cloud for teams work with staff who work in two locations ie in the office/home

    How does Creative Cloud from teams work with staff who work in two locations i.e. in the office and home?

    There is no difference please be aware that each login is provided with two activations however.  If you wish to have a computer at both work and home activated though that is perfectly fine as long as your employer is ok with using company software at home.

  • How does the DAQmx read.vi work in producer/consumer mode

    Dear all,
    I have one question: how does the DAQmx read.vi work in producer/consumer mode ? 
    I mean if i set the acquisition samples quantity is 5000,(see the enclosed picture), how does the DAQmx read.vi acquire the samples ?
    5000 samples one time ?
    And how does the write. vi work ? Also 5000 samples one time ?
    Look forward to your reply.
    Thank you.
    Attachments:
    producer consumer mode.png ‏28 KB

    It will read 5000 samples per channel.
    The Write Measurement File just writes whatever you give it.  It you send it 5000 data points, it will write the 5000 data points.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How does the Mac App Store work?!

    Hey guys i recently posted this quesiton in a different area of the community but instead of being helped was just ridiculed for posting in the wrong place... +1 for helpfulness guys :/ lol Anyways... ive been told to ask in the development section.. I have a $9.99 app and it was sitting at 10th place in the top grossing apps a few weeks ago on the UK app store, now I noticed in the morning that it was ahead of an app which was 49.99 so i presumed that I must have sold at least 5 or 6 to be ahead of him (my idea of top grossing is quantity x price) but when itunesconnect released their reports in the afternoon it turned out that i'd only sold 1 copy.. so what im asking is basically how does the top grossing section work? and how regularly does it update? is it live? daily? etc
    Thanks in advance!

    Your rank is better than the other app because you've made a sale while they've made none. When you make a sale, you jump in the charts, and after that you slowly go down if you don't make another sale. In other words, the bottom of the charts has many apps that didn't make any sale recently. I've also noticed that if you make some sales in other countries than the current chart, that'll very slightly improve your rank.

  • How does the LCM rollback feature work in theory?

    Hi
    How does the LCM rollback feature work in theory?
    Let's say
    1. I've Webi report 'x' in QA system
    2. I promote a modified version of webi report 'x' from DEV to QA using LCM. So now I've 'x1' in QA.
    3. I "rollback" this promotion job in LCM. Which means I've get back 'x' in QA system.
    So does this mean that LCM kept a "backup" copy of 'x' in QA (CMS+filestore file backup) before overwriting with the promoted 'x1' from DEV?
    If yes, does it clear the 'x' anytime from QA? (maybe after second iteration of 'x2'?)
    Thanks

    I highly recommend you read the following blog posts that contains straight answers to common questions about the automatic update feature:
    Hello, Adobe Flash Player Background Updater (Windows)!
    Adobe Flash Player Background Updater for Mac is live!

  • How does EXIT modules in DMEE work?

    Dear friends, how does EXIT modules in DMEE work?
    If I want to use this module DMEE_EXIT_DK_OCR_ACCOUNTNO to extract the account number of an OCR line, what should I do?
    And especially what do I put in the import parameters?
    /René

    The module called DMEE_EXIT_DK_OCR_ACCOUNTNO is a dummy module or template module if you like.
    The problem is that the module DMEE_EXIT_DK_OCR_ACCOUNTNO has a condition that never where fulfilled!
    I copied the module to Z_DMEE_EXIT_DK_OCR_ACCOUNTNO and changed the conditions u2013 and then everything was working with import and export parameters!
    Either is DMEE_EXIT_DK_OCR_ACCOUNTNO a serious mistake in standard SAP or just an undocumented template to be modified!
    /René

  • How does the widgets HTML snippet work on iweb?

    How does the widgets HTML nippet work on Iweb? and when should you use it?

    Joe R wrote:
    I'm creating Tool Tip definitions for the Operators in the Filter on the Interactive Reports. I was looking for a definition for the 'Contains' operator and from what I've found this operator is used to do a text search and it returns a relevance score for every row selected.The IR "Contains" filter is not the same as the Oracle Text <tt>contains</tt> operator.
    The IR "Contains" filter performs a simple string comparison on all of the column values returned. It does not make use of any Oracle Text indexes on the underlying data.
    Despite < a href="https://forums.oracle.com/forums/thread.jspa?messageID=2434666">vague promises of enhancement</a>, no Oracle Text support has yet been included in Interactive Reports.

  • How does new Label Management feature works in Aruba Central?

    Q: How does new Label Management feature works in Aruba Central?
    A: Central provides a standard web-based interface that allows you to configure and monitor multiple Aruba Wi-Fi networks.  
    With as many as devices that central could manage, searching a specific device or set of devices becomes difficult. This is where "Label management" feature of Aruba Central helps out.
    With "Label Management", administrator can create various labels in advance and use them to assign it to different IAPs or Switches as required.  Once the labels are assigned, user can use the label string to search a device or group of devices in central.
    Follow these steps create various set of labels in "Label Management":
    Login to Aruba Central and click on "All Groups"
    In the left-menu, under "Maintenance" select "Label Management"
    Click on "Create Label" button and create as many labels you require as per the environment and ease of use.

    for rating . you need to enable rating from List options and choose if it's going to be 5 star or like 
    to add like button to each page in a publishing site you can use the below script 
    function LikePage() {
    var aContextObject = new SP.ClientContext.get_current();
    EnsureScriptFunc('reputation.js', 'Microsoft.Office.Server.ReputationModel.Reputation', function () {
    Microsoft.Office.Server.ReputationModel.
    Reputation.setLike(aContextObject, _spPageContextInfo.pageListId, _spPageContextInfo.pageItemId;, true);
    aContextObject.executeQueryAsync(
    function () {
    alert('you liked the page'); //here you can update the likes count of the page
    }, function (sender, args) {
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • GRC - Role Expert v5.2: how does the Transaction Usage functionality work

    Hi All,
    re: GRC - Role Expert v5.2: how does the Transaction Usage functionality work
    We are implementing GRC suite v5.2, but specifically my question is regarding Role Expert:
    SAP documentation states that it is possible to use Role Expert to do the following: for roles allows you to see if, or how much, a transaction is being used, when it was last used, and who used it.
    My question is how without Audit Log or RBE?
    Let me know if you have ever used this functionality and if it requires the SAP Back-End Audit Log to be turned on or RBE.
    Thanks in advance!

    Hi Gary,
    You dont need a RBE tool activation to get the successful transaction usage log with Role Expert.
    Role Expert functionality allows you to log all the transactions that have been added/deleted to the role that is changed. Also when you create a new role via the Role Expert then automatically the transaction log starts.
    If you go the "History" tab in the Role Expert, then you can find all the last changes made to the role.
    Also you can go to the "Risk Analysis" tab to find the log of Risk Analysis performed with the added tcodes.
    Hope this helps.
    Thanks,
    Kiran Kandepalli.

Maybe you are looking for

  • Printer setup problems

    I received a new Officejet 7612 yesterday and have been having trouble setting it up. I'm setting it up using a MacBook Pro (2012) with Yosemite OS. I've followed all of the set up instructions received with the device and downloaded the drivers for

  • ORACLE XE ora-12514 error

    Hi all, I have installed the oracle xe in my windows xp machine. for some reason i have shut down the oracle and given "startup restrict" mode, but it is thrown the below mentioned error "SQL> startup restrict; ORA-12514: TNS:listener does not curren

  • Does Premiere pro CS6 let you edit footage in After effects CC?

    I was thinking about buying after effects cc but then i wonder if you still can have a good workflow between adobe after effects cc and adobe premiere pro cs6? /Ted

  • Code sign certifecate problem

    hi frinds, i have problem with debug on certiface and i want to solve it thanks, waiting replay

  • 6750 Mural Selection Key Font Color

    The color of the selection/soft key labels is dark blue which is sometimes difficult to view if your wallpaper is dark in that area.  When I change the Home screen font color, I'd expect the color of these labels to change though all that changes col