OWB 10gr2 - Location Login and Password

I can't find in which tables are stored login and password of locations.
Thanks,
Marco

Hi
Locations in OWB are like db links and i dont think that passowrds or user names of dblinks/locations are stored in Repository Tables(Plz correct me if im wrong)
Locations point to the schema at which you are creating your objects using OWB. When you created a module and assign a location, it means that all the objects created in that module will be created in the Schema pointed by the Login Id of a Location.
To get information regarding the schema/users/login you can go to design center and right click on the module and choose open editor. and then click on the .... Tab
Ther you can find the schema/users/login as USER NAME and for passwords you need to refer to your DBA. You can also know the username from the Locations of Connection Explorer in Design Center.
Please let me know why do u need this info.
I hope this is what you were looking for.
Regards
Vibhuti

Similar Messages

  • How to get safari to remember login and password after I said do not remember

    I went to a website through Safari and logged in and accidentally hit Never remember for this site and now I cannot get safari to remember the login and password. I have gone through preferences/passwords and the site is not listed and it will not allow me to add a site.  I would love help with this since I log on to this site just about every day! Any suggestions?

    It might be a corrupted keychain ...
    Open Keychain Access located in HD > Applications > Utilities
    Open Keychain Access then select Passwords on the left.
    Right or control click a keychain then click Delete.
    Back to Safari. Login to the website you want the password autofilled.
    Click Yes when prompted to save that data to a new keychain.
    Keep in mind, not all websites espcially financial institutions allow the autofill feature.

  • Hide login and password in URL after running script - how?

    Folks, I've got a script that gets webalizer data.
    I've embedded the login and password in the script, but don't want it to show up in the URL as it currently does. Is there any way for me to do this?
    I am using the code from an example script:
    property target_URL : "http://finance.yahoo.com/q?s=AAPL&d=v1"
    open location target_URL

    the following only works if the URL has no relational links, try this:
    set target_URL to "http://www.apple.com"
    set dest_file to ((path to desktop as string) & "temp.html")
    -- down load it to your desktop first
    tell application "URL Access Scripting" to download target_URL to dest_file replacing yes
    -- do shell script "curl " & target_URL & " -o ~/desktop/temp.html" -- alternative is curl
    -- then open, the URL will be your desktop
    open location ("file://" & POSIX path of dest_file)

  • Somehow firefox now opens with my windows mail. Each time I enter my password it asks if I want to save it so I don't have to retype my login and password each time. I hit yes and when I leave firefox it doesn't keep my password. I would like to either

    I recently went to open my windows live mail,which normally opens because it has my login and password saved. Now it opens in firefox and I have to retype my login and password everytime I open my mail. I would like when I open my mail not to have to retype my login and password as this is why I have it set up in the original windows mail anyway. So I have attempted to live with this problem by adjusting the options to save my password and when I close out of firefox and try to reopen it later in the day I have to retype my login and password again.
    == This happened ==
    Every time Firefox opened
    == about a month ago

    See this article for some suggestions: [[Firefox has just updated tab shows each time you start Firefox]]
    See also http://kb.mozillazine.org/Preferences_not_saved and Preferences are not saved

  • Do i need a separate appleID and password for itunes store, icloud and app store apart from my admin login and password?

    after having my mbp upgraded  with new m.lion by apple tech service i noticed that applications like iphoto, garageband and imovie are gone
    researched online and was told that i had to acess the `purchase` via AppStore where it asks me to log in with Apple ID and password
    i used the usual admin login and password and didnt work, also on itunes and icloud the similar case
    do i need to register with a separate appleID and password for itunes store, icloud and app store apart from my admin login and password?

    Just use the same Apple ID and password that you used to access this forum - that's your Apple ID.
    The user name and password on your computer has nothing to do with your Apple ID.
    Good luck,
    Clinton

  • Printer is asking for an user acces code instead of windows login and password?

    I have been seeing the HP printers asking(LaserJet M4555 MFP, LaserJet 500 color MFP M575 etc) for user access code instead of windows login and password.
    One thing i have noticed  is that when this happens there is a slight change in the EWS page configuration at security -> access control.The device administrator tabe is unchecked as you can see below ehen this happens
    Have tried cold resetting the printer and restore facory settings but this does not works and some thimes it does works for a while but the issue is returing back.
    We do not need this access code promt instead we need the usual windows login and password that used be there originally.
    alsothis is how the settings look like after a cold reset somtimes when it does not  asks for user access code , the problem is cold rese does lways works and it reverts back ois original settings

    @munish259272 
    ‎Thank you for using HP Support Forum. I have brought your issue to the appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
    If you are unfamiliar with the Forum's private messaging please click here to learn more.
    Thank you,
    Omar
    I Work for HP

  • When I logon to iTunes on my iPad it takes my login and password but the apps I'm trying to download don't install?

    When I log on to iTunes on my iPad to install apps iTunes accepts my login and password but doesn't download the apps.  How do I fix?

    Were thse apps you're downloaidng fresh or updating them?

  • How to hide login and password transported in interface ?

    Hi !
            In the current project that I´m working, the customer is developing a website in .Net and intend to use XI to communication between website and ECC 6.0. One of their needs is to create an interface to call a RFC in ECC 6.0 to validate login+password provided in the website(they created a Z table to persist login data, and a RFC to receive login and password and check in this table).
            My problem is, to solve this situation, I would use a simple sincronous interface but, the login+password information will be logged into monitoring screens of XI, and it´s not desireble, so I´m finding a way to hide this information.
            Initially, I was thinking to make 2 adapter modules, 1 to be used joined to the Sender SOAP Channel that will be used to the website call, that could get the data send by the website and encrypt it, to be sent to the XI pipeline encripted(only the fields login and password), and the 2nd to be used joined to the RFC Receiver channel, to decrypt login and password to be sent to the RFC call. Another alternative that I found was to use the MessageTransformBean and XLST mapping + java, but I´m looking for another alternatives.
            Somebody knows if there are some way to achieve this(hide some information in a message being processed by XI)?
            In time, I can´t to disable the logging of syncronous interfaces, because it´s customer requirement.
            Any help is welcome !
            Thank you in advance, and best regards,
            Wilson

    Hi !
            I have solved the problem.
            I used to develop 2 adapter modules, one to intercept the message arriving to SOAP Sender communication channel, encrypt the content of parametrized fields(in the module tab of the comm. channel) and deliver the updated message to the processing chain of the comm. channel.
            This message is so processed correctly by the XI pipeline, and delivered to the RFC Receiver Comm. Channel. I developed another adapter module to receive the data sent to the receiver RFC Comm. Channel, decrypt the contents of parametrized fields(like the another module, parametrized in the module tab), and deliver the updated message to the processing chain of the comm. channel.
            After some  tests, I verified that the message doesn´t remain logged unencrypted into XI(I checked Message Monitoring for Adapter Engine at Runtime Workbench, and the SXI_MONITOR trn).
            Like mentioned by Jaishankar, the SOAP Adapter initially didn´t accepted the module adapter that I wrote following the stardards existing in several documents about adapter modules here in SDN, but after some research, and debbuging sections of the adapter module, I achieved to develop the correct code to work.
            Thank you for your attention, and best regards,
            Wilson

  • Saving login and password of the server in MD5-Challenge

    I want to authenticate the server automatically using MD5-Challenge with Cisco Secure ACS4.1.
    When I unplugged and plugged the network cable, it always prompt for login and password.
    How can I avoid this process?
    What can I do if I want to have authentication automatically at the start-up of my server.
    Note: All the fonctionnality of the ACS server is OK

    This is a function of the server. How this will work, if at all, depends on which type of server you have.
    Which server, which network device and what scenario are you using with MD5?

  • No CD, can't change admin login and password???

    Hi...Please help. I do not have a startup disk and cannot change the aministrator login and password...what do I do?

    Hi skyjac, and a warm welcome to the forums!
    Reset OS X Password Without an OS X CD...
    http://theappleblog.com/2008/06/22/reset-os-x-password-without-an-os-x-cd/
    Admin Hack...
    http://www.hackmac.org/?q=node/4
    Starts up like the first time you buy a new Mac, but after filling in all that info again, you should have access to the computer and the other Users & files will still be there... though I was just thinking, this new User probably shouldn't be the same name as an existing one.
    If that doesn't work for you (and some users have reported it has not worked for them), try Niel's procedure Making the Setup Assistant reappear.
    http://discussions.apple.com/thread.jspa?messageID=607547
    I lost my admin user (Mac OS X 10.4 and earlier) ...
    http://discussions.apple.com/thread.jspa?threadID=121786&tstart=0

  • FTP login and password are not saved on some sites

    On some of my sites the FTP login and password are not saved
    (even though the "saved" box is checked). Dreamweaver 8.0 on XP
    SP2. I can export the site information and then import the same
    file exported and there still will be no login or password placed
    in the login or password window. I opened the exported .ste files
    in notepad and found the login correct and the password incorrect.
    I uninstalled Dreamveaver and reinstalled still same
    problem.

    Ok, I just spent about 3 hours on this. Here's the latest
    that I've found. I had looked at the knowledgebase and my registry
    matched what was suggested. As this has been an ongoing issue for
    me, I thought it was still an issue. Apparently 8.02 did have some
    improvements.
    I can only guess that many of the 36 sites I have in the Site
    Manager lost info before the .02 update.. or I hope so.
    I did however discover that there is still what could be
    considered a minor bug. I went in to Manage Sites and selected edit
    for all of my sites, fixing the ones that had lost their user/pass
    info. I'm not positive, but I think only the last edited site kept
    it's data.
    I discovered after many checks on all the sites, over and
    over and over, that it appears that they are now holding the data,
    but, if I add the user/pass, I must not only click the OK button to
    close that particular site, but I must also click the 'Done' button
    before only that one will be saved.
    So, I thought I was fixing logins when in fact I was only
    fixing one at a time.. Completely closing 'Manage Site' seemed to
    hold one new set of login data each time. Seems that it shouldn't
    be this way.
    But I must say, I am rejoicing at the moment, as I actually
    have all my sites set up with FTP info and I am now looking forward
    to hopefully adding more and maybe they'll actually be available
    for the next editing session.

  • Creating a login and password in the forms

    I have been trying to create a username and password to access the database that I have created using Form Builder. This is the code that I have created....the syntax is correct but its not performing the task i.e direct the user to a different form
    DECLARE
    LOGINNAME VARCHAR2(20);
    PASWORD VARCHAR2(20);
    BEGIN
    IF LOGINNAME = 'CSR' AND PASWORD = 'CURRIE'
    THEN
    CALL_FORM ('C:\ClothingCloseout\Menu.fmx');
    ELSIF
    LOGINNAME = 'MGMT' AND PASWORD = 'SANDRA'
    THEN
    CALL_FORM ('C:\ClothingCloseout\Menu.fmx');
    END IF;
    END;
    I also tried using the same login and password through which I get connected to teh database but that does not work either....Thanks for the help!!!

    Hi Ashley,
    The compilation is successful because there are no syntax errors. When the code is executed depends on where you have put this code (On-Logon trigger, etc).
    In this situation, it looks like the 'code' has not been executed YET because the event has not been triggered OR it has successfully gone through ie - the IF test for loginname and pasword was not satisfied. Therefore, the call_form was never performed. (Your code does not prompt the user to input 'Loginname' and 'Pasword'). In this case, loginname and pasword are NULLs.
    Regards,
    John

  • Conference link with login and password included

    Hi,
    I have been trying to find a way to make Adobe Connect send meeting invitation e-mails with login and password included in the link - unfortunately to no avail.
    Does anyone know, if it's at all possible to do it and if so, how it's done?
    I'm still on a trial version, but I've been assured, that it shoudn't be a problem.
    Thanks in advance for any hints!
    Kamil

    OK, I played with it and here is how I got it to work:
    Appending the URL:
    The URL would need to be appended with /?login=username&password=password. The "api/xml?action=" string was incorrect. I verified that this does work.
    The full URL would look similar to this: http://realeyesconnect.adobeconnect.com/bestroomever/?login=myusername&password=drowssap
    The login can also be done programmatically.You would need to do the following steps to get the log-in to be automatic.
    Log the individual into the server:http://YourServerURL/api/xml?action=login&login=username&password=password
    Should return a value of OK
    Get the BREEZESESSION cookie for the user:
    http://YourServerURL/api/xml?action=common-infoShould show a value similar to this:<cookie>na3breezr59qzu2pp2qy4zdm</cookie>
    Log the user in to the room with the cookie:http://YourServerURL/RoomLink/?session=na3breezr59qzu2pp2qy3zdm
    Guest names can also be added to the url link. These options are described here: http://help.adobe.com/en_US/connect/9.0/webservices/WS5b3ccc516d4fbf351e63e3d11a171dd2d4-7 ff4_SP1.html

  • Workspace- login and password

    Hi
    I am having problems logging onto workspace and reporting studio..I have got 9.3.1 version installed on my laptop..Shared services is working properly..
    I had been using the same "admin" and "password" for all of them..But, now a days, when I try to log on to workspace using the same login and password, it pops up a message reading "invalid user id or invalid password". can any one pls help me sort this problem...
    Thanks

    You might want to try bouncing Shared Services and Workspace.
    I occassionally have trouble with my VM if I don't shut down properly.
    Regards,
    Cameron Lackpour

  • ISE - ISE-1.3.0.876-eval-2.ova login and password

    I downloaded the following ova file, but couldn't find any documentation for login and password.
    ISE-1.3.0.876-eval-2.ova
    - login and password
    Any help will be greatly appreciated. Thanks,

    It's an ova file. When I run it, it shows already installed and asks for a login and password. As mentioned in the download site, it is an evaluation installation for 100 devices. 
    I could not find any document on this file - ISE-1.3.0.876-eval-2.ova.
    Please let me know, if there is any document that provide a login and password for this ova pre-installed software.

Maybe you are looking for

  • HELP! My HP LaserJet Pro 400 color MFP M475dn printer will NOT print!!!!

    HP LaserJet Pro 400 color MFP M475dn- CE863A Printer is on a network and can connect to multiple computers that include: Mac OS X, Windows 7, and Windows XP. When I try to print from my iMac, the printer queue says "The printer is not connected".  Wh

  • Connecting Mac to TV! Please Help

    Hi guys, I just bought a mini display port to dvi cable and a dvi to hdmi cable. I go home and plug the mac into the tv. My mac flashes blue for a second. The tv says there is no video signal. What is the problem here and what do I do? Thank you so m

  • Flow Activity Exception Handling Problem

    Hi, I am using Flow Activity in my Bpel Process, i am getting some exception in one of flow, but other flows are working fine. Even i have included Catch block for other flow still i am getting fault response. Please suggest me how to do exception ha

  • Connect PC to HDTV

    Hello, I just bought a Sony KDL-26L5000 and I have a two questions. I want to use my HDTV as a monitor for my Gateway 300X (the link displays a pc similar to mine). I tried reading the manual but it was somewhat confusing so I turn to you guys/girls.

  • Firewire to transfer data

    I have a 30 pin FireWire from an older iPod, will it work to charge my iPhone and transfer data? Or will "fry" my iPhone, anyone?