How to login Design Browser

I have Oracle 9i Server, OWB 9.2 Server and Client installed in my system ( Windows 2000 Professional ). Actually I want to login to Design Browser to view reports on design repository. So, for that I have created a DAD. While entering all the required information, its ask again for a user name and password. After entering three times it throws an error which is "Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. Oracle HTTP Server Powered by Apache/1.3.22 Server at tcs044227.tcskolkata.co.in Port 7778". And I am unable to login.
Anybody can help me out in this matter.
Thanks
Liyakat

Hi Liyakat,
I'm also facing the same problem.
Were u able to resolve it?
If yes kindly reply with the solution.
[email protected]

Similar Messages

  • How to login to OWB Design Browser

    Hi everyone,
    when i try to open OWB Design Browser it is asking the following
    details :
    Oracle HTTP Server Host ______________________
    (The Oracle HTTP server host you provide must contain the entire path including the domain name. )
    Oracle HTTP Server Port _______________________
    ( The default Oracle HTTP server port is 7777. )
    Oracle HTTP Server DAD ________________________
    (The Oracle HTTP Server Database Access Descriptor (DAD) is the same as your Warehouse Builder design repository name or user name. )
    where can i get these details ?
    how can i log in to get into my local OWB design reports?
    Please guide me,
    Thanks,

    Ashvin
    These values come from the serever that is hosting your repository. The Design Browser is a web interface so you need to have an HTTP server running. In our case we are using the Apache software that loads with the database and we are runing it on a UNIX server.
    The HTTP service must be started.
    The port used is 7777 by default but you can change that in the Project->Preferences->Browser tab from within OWB. Set this port to whatever you have in that Browser tab.
    The DAD, as the note says, defaults to the username of the Design Repository and is usually set up during the install. You can see the DAD's that are set up by using your browser and going to http://<servername>:<port>. There will be a link to the DAD set up screen.
    Hope this helps a little. Good luck.
    /gary

  • Client version Design Browser

    LS,
    - Oracle10g: 10.1.0.2
    - OWB10g: 10.1.0.2.0
    Unable to show page after the login-page (http://127.0.0.1:8999/owbb/DBLogin.uix).
    Started:
    - service ProcessManager
    - HTTP Server
    - OC4J Instance
    - OWB Design Browser.
    DADS.conf has been edited with:
    <Location \pls\OWBDREP_OWNER>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername OWBDREP_OWNER
    PlsqlDatabasePassword @BSfRei+5cgvZmq6cbiIeINzqAdSQs1g7VA==
    PlsqlDatabaseConnectString UCC0480:1521:UCC0480.UCC.INTERN ServiceNameFormat
    PlsqlSessionStateManagement StatelessWithResetPackageState
    PlsqlMaxRequestsPerSession 1000
    PlsqlFetchBufferSize 128
    PlsqlBindBucketWidths 32
    PlsqlBindBucketWidths 128
    PlsqlBindBucketWidths 1450
    PlsqlBindBucketWidths 2048
    PlsqlBindBucketWidths 4000
    PlsqlBindBucketLengths 4
    PlsqlBindBucketLengths 20
    PlsqlBindBucketLengths 100
    PlsqlBindBucketLengths 400
    </Location>
    Log file at Oracle_Home\Apache\Apache\Logs\error_logs.....
    indicates it is searching for d:/oracle/oracomp10g/apache/apache/htdocs/pls/OWBDREP_OWNER/OWBDREP_OWNER.wmp_api_call.home
    1. This directory does not exists. What should have made it?
    2. The file does not exists. What should have made it?
    3. How to get out of this situation?
    4. Any other suggestions?
    5. What am I doing wrong?
    Regards,
    André

    Igor,
    Moreover: OC4J Instance indicates:
    "D:\Oracle\OWB10g\owb\bin\win32>..\..\..\jdk\jre\bin\java -Dorg.omg.CORBA.ORBClas
    s=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbr
    oker.orb.ORB -Doracle.security.jazn.config=..\..\j2ee\config\jazn.xml -Doracle.h
    ome=..\..\.. -DORACLE_HOME=..\..\.. -jar ..\..\..\oc4j\j2ee\home\oc4j.jar -userT
    hreads -config ..\..\j2ee\config\server.xml
    04/06/01 10:54:19 Invalid jsp taglib location: D:\Oracle\OWB10g\owb\bin\win32\..
    \..\j2ee\config\..\..\..\j2ee\home\jsp\lib\taglib does not exist or is not a dir
    ectory
    04/06/01 10:54:20 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized"
    Maybe the JSP Taglib creates a problem?
    How come?
    Regards,
    André

  • How do I call browser Save As dialog box before downloading pdf files?

    How do I call browser Save As dialog box before downloading pdf files?
    Here's my favorite scenario:
    1. User clicks button
    2. Save As dialog displays
    3. User chooses location
    4. A set of PDF files download to that location OR a single zip file downloads
    Background:
    I want to ensure the user sees that files are being downloaded. I'm delivering content to users who may not be Web savvy.
    Concern:
    1. User has no clue how to find downloaded files or that files have even downloaded.
    2. I'd like to deliver the set as zip files. Not sure if self-opening zip files still exist.
    FYI:
    I'm using jQuery UI buttons. Not sure if that factors into response.

    Just for clarity, I'm not forcing a download. The user will click a button.
    Click a button or click a link, either way you're technically executing a script to force a download.
    I'm assuming that's the php file resident on the server.
    Yes but that's only part of it.  Once the contact form executes, another script is called up which opens the browser's download dialogue.
    Is there a php script for simply calling the Open/Save dialog box?
    Yes. 
    <?php
    /* This short script forces a file download.
       For simplicity, it's intended to be used for a single file.
       You can use multiple copies of this file (with unique names)
       with different variable values to use it with multiple files.
       Use of this script has a side-effect of hiding the location of the
       file on your server.
    // full server path to file to be downloaded (including filename)
    $Path2File = "path/to-file-on-server.zip";
    // the filename
    $theFileName = "name-of-file.zip";
    //the work gets done here
    header ("Cache-Control: must-revalidate, post-check=0, pre-check=0");
    header ("Content-Type: application/octet-stream");
    header ("Content-Length: " . filesize($Path2File));
    header ("Content-Disposition: attachment; filename=$theFileName");
    readfile($Path2File);
    ?>
    Name this file zip2download.php.
    Add a link to your HTML page:
    <a href="zip2download.php">Download Zip</a>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • How to login to eBay programmatically with Java

    Hi,
    I'm trying to write a Java program that can handle logging in to eBay in order to retrieve certain user-specific information, for example My eBay, or list of items with email address. The way I've done is like this:
    Retrieve (HTTP GET) the initial page at http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MyEbayLogin. Then capture all the cookies. The resulting HTML page has a form with some <input...> fields in there. So I concatenate all these <input...>, then send a HTTP POST to the URL on that form together with the concatenated parameters. For some reason, the resulting HTML page is back at http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MyEbayLogin
    I've pretty sure I've handled the cookies alright, because when I leave out the cookies, I'll get a "Cookies Rejected" HTML page. I've also been able to log in to hotmail in similar fashion, so I think most (if not all) technical details are ok. These are the calls I made (among others):
    HttpURLConnection conn = (HttpURLConnection) url.openConnection();
    conn.setDoOutput(true);
    conn.setDoInput(true);
    conn.setRequestMethod("POST");
    conn.setAllowUserInteraction(false);
    conn.setRequestProperty("Content-type", "application/x-www-form-urlencoded" );
    conn.setInstanceFollowRedirects(false);
    conn.setUseCaches(false);
    conn.setRequestProperty("Cookie", cookie);
    My question is, has anyone succeeded in logging into eBay using Java, and if so could you share how you've done it (like, is there anything special to be done?). I'm asking this because when logging to hotmail.com, there were some twists that I had to look into (in javascript code) before the thing works. But I can't see anything similar in the eBay login page.
    Alternatively, is there away to intercept and peek into HTTP requests sent by IE? I have Ethereal but it's at protocol level only (I think), not HTTP messages/requests. I figure if I can read these requests that IE makes when it logs in, I can try applying the same behaviour (simulate) in my Java code.
    Many thanks!

    Right after I posted this, I tried again in desperation and guess what, it already works! It turns out that I was just impatient, the second time the page http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MyEbayLogin is returned, you just have to retrieve it again, this time using the cookies that you got from previous log in. Keep going like that (when you see a 3xx Redirect code) and you'll get to your My eBay page eventually.
    Anyway, these are the pages that I access in case anyone is attempting to do the same thing:
    1. Use HTTP GET on http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MyEbayLogin, get a 302 (Moved) header with location=http://signin.ebay.com/aw-cgi/eBayISAPI.dll?SignIn&UsingSSL=0&pUserId=&ru=http%3A%2F%2Fcgi1.ebay.com%2Faw-cgi%2FeBayISAPI.dll%3FMyEbayLogin&pp=pass&co_partnerid=2&pageType=174&i1=0 (Let's call this page 1a)
    2. Use HTTP GET on page 1a, get a HTML content page (with login form) and 2 cookies.
    3. Use HTTP POST to send form data to the URL in the login form (which is http://signin.ebay.com/aw-cgi/eBayISAPI.dll), remember to send all cookies as well. (Also this is provided you have an eBay account, the form will ask for username and passwd). Get back a 302 (Moved) with Location=http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MyEbayLogin, and 7-8 cookies. Store all these cookies.
    4. Use HTTP GET to access http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MyEbayLogin , again remember to send all the cookies. Get back 302 (Moved) with Location=http://cgi1.ebay.com/aw-cgi/ebayISAPI.dll?MyEbayItemsBiddingOn&userid=xxxxxxxxxxx&pass=xxxxxxxxxxxxxx&first=N&sellerSort=3&bidderSort=3&watchSort=3&dayssince=2&p1=0&p2=0&p3=0&p4=0&p5=0&ssPageName=MerchMax (Let's call this page 4a)
    5. Finally! Use HTTP GET to access page 4a and you're at the "My Ebay" page.
    After manually going through all this, you'll appreciate how much work the browser does each time it logs in to something. Also if you're planning to do this, it may save time in the long run to create a rudimentary browser that can display and handle the cookies automatically, (and takes care of form data too).

  • How to open the browser in a Tab

    How to open the browser in a new Tab when click on the URL.
    My problem is i have one DataGrid that contains
    "Name,Designation,Company URL".
    After running the program Name,Designation,URL are displayed
    in the DataGrid .
    I have Four URL's in Datagrid ,the four URL's are opening in
    the different tabs when the user click on the URL.
    How can i do these three things in Flex.
    Thanks & Regards,
    Srinivas.

    Hi,
    Please check the sample in the URL below.
    http://raghuonflex.wordpress.com/2006/12/07/flex-i-frame/
    Hope this helps.

  • How to Login to Web Dynpro developer studio in real time scenario.

    Hi,
    1. How to Login to Web Dynpro developer studio in real time scenario.
    Do we have login pad and User id to enter developer studio.
    Is the user id for login maintained in UME of J2EE engine.
    2. How to stop and start j2ee engine in real time. Is it same SAP Management console is used like in Demo version.
    3. If I use central server, Do I have to install GUI like SAP R/3 GUI to Develop, test and deploy my application.
    Cheers,
    Sam

    Hi,
    What do you mean with real time scenario? Do you talk about runtime?
    NetWeaver Developer Studio (NWDS) is only for design time and you install it on the local PC/laptop of the developer. The 'connection' between NWDS and engine is specified in the preferences (Window->Preferences->SAP J2EE engine) of NWDS. The development track is in 'real life' (e.g. if the engine is a remote one) connected with support from SLD (System Landscape Directory) which is a tool for managing the NWDI (NetWeaver Development Infrastructure). In normal case, there are so-called 'development configurations' that can be imported into NWDS (Window->Preferences->Java Development Infrastructure).
    For starting and stopping the engine, there are several possibilities: SAP MMC, view in NWDS or console.
    If you've a central server, you connect your NWDS to this central server and then you can deploy to this central server.
    Regards,
      Jan

  • Design Browser

    hi,
    I was installed OWB and all works ok except Design repository.
    I put this data at the login page:
    Oracle HTTP Server Host: 15.0.0.25
    Oracle HTTP Server Port: 7777
    Oracle HTTP Server DAD: repos_usr
    but when I try to login, a "ENTER NETWORK PASSWORD" dialog appears and shows:
    site: 15.0.0.25
    Realm: repos_usr
    and ask to me the pass and usr. But I don´t know what usr and pass it refers.
    Regards,
    Ana

    To see the design browser in local mode (the most often used mode) you can start the OWB design browser from the OWB program menu. You will have to provide the host name (localhost if you are running everything on the same machine), the HTTP port where the database http server runs (usually 7777, 7778 or 7779) and the Database Access Descriptor (the design repository schema name). You also have to run the OC4J instance (start it from the OWB program menus). You seem to have some network problems in accessing the host you entered - can you check this with your network administrator?
    Regards:
    Igor

  • How can I flexible browser for the diashow?

    how can I flexible browser for the diashow?

    I´m sorry my english... I will try.
    the diashow is like a picture static with the window of the homepage.
    I would like that if I skale the browser window the slideshow growth with.
    like this:
    http://tv.adobe.com/watch/muse-feature-tour/muse-design-for-flexible-browser-width/eng/

  • HT4436 how to login Icloud with apple ID on windows 7

    how to login Icloud with apple ID on windows 7

    If you use the same Apple ID for iCloud on each device, yes. However, you can use the same Apple ID for iTunes content on each device, but different Apple ID's for iCloud, iMessage, FaceTime, etc., on each device. That way, you can have whatever iTunes content you want on each phone, but keep all of the other data separate. You can create another Apple ID here:
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/createAppleId?loca lang=en_US
    Must be a verified email address.

  • How can we handle browser settings while dealing with the security ?

    Hi ,
    how can we handle browser settings while dealing with the security ?When we configured security in web.xml , during the first request the container is asking for the authentication credentials once they are provided it go's on. but when the user gives a fresh request from the second window within the same browser that time it is not asking for authentication. How can we overcome this.Is there anything to do with server configurations?
    How can we make the container no to keep the things or act like session?

    Ya... I am taking a small example need not happen always but a kind of possibility i am thinking off.
    once the user sign out and just left without closing the browser and a friend (suppose not a good friend ... just kidding...) of that user may open the same jsp or file .This time the security is breached. If that feature or property exists....
    I know what you might say ... the user will log-out before leaving where a programer might invalidate the session at the time of log out.
    Consider the case of a bad Programing or just a programer might forget to invalidate,At that time as a application administrator how can he solve that issue.
    Thanks.......
    Edited by: user8483670 on Jun 6, 2011 1:08 AM
    Edited by: user8483670 on Jun 6, 2011 1:09 AM

  • How can i design a smart antenna using labview?? plzz

    i have my final year project. I am student of Beng in Telecommunications. How can i design a smart antenna using switched beam algorithm on lab view??

    You can hardly use LabVIEW to design antenna, but definitely can use LabVIEW for Characterization, Optimization, and Test your antenna design.
    Hope you got the point here.
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.

  • How do you Design and Develop?

    How do you Design and Develop?
    I know this varies based on alot of things such as knowledge, preference, purpose, resources, etc..but I am curious how different (level of expertise) designers actually prefer or implement their websites. I decided to do this post after two different forums discussions regarding 1.Templates and PHP and 2. Backend Development.
    1. How do you generally approach a project?--Wireframe, Freehand (as it comes), PSD template, etc.--Do you have a specific 'methodology' or procedure?
    2. What are 2-3 of your main resources / sites / applications etc that you use (and for what?)
    Specifically: What do you use (and how) to get up a website? (I know again this depends on a variety of things, but in general..) *also if you would like to comment on your expertise or level maybe helpful.
    Do you prefer (Pros/ Cons of:) What advice would you give regarding below?
    Your own HTML/CSS/Script based site that you mostly (if not completley) built. (More control and original, but harder / tedious for beginner)
    HTML Temlplate (tweak the HTML and CSS)--non framework type (Quick and easy, but usually poor quality, outdated?)--but some can servde as good starting point.
    Wordpress (And others like Drupal, Joomla) (Somewhat quick and easy access to tweak a quality WP Theme with ability for alot of features--forms, search, databases, etc (otherwise might have trouble with advanced features w/o good working knowledge og PHP and MYSQL, maybe others?)--but kind of a 'workaround' for real HTML design?
    Frameworks types like Foundation, Bootstrap, Skeleton
    A combination or hybrid of methods? -- or another method I have overlooked?
    Thanks very much for any insight you can offer, hopeully this will lead to a vibrant discussion.-

    The websites I build are 95% PHP/MySQL. They are heavy on business logic. I sometimes work with designers, SEO "experts" and (rarely) other coders. I almost never work on the content of websites. The clients do that themselves through the CMS I build for them.
    I write every line of code myself except for the use of jQuery and a few PHP code classes adapted from others. I can build a complex website in a matter of minutes by reusing the code libraries and patterns I have developed from previous projects.
    I don't use a PHP framework because I have developed my own "pseudo-framework" for the particular kinds of sites I build, but I respect the frameworks that are out there. They can teach you excellent coding habits.
    In starting the design and logic of a site, the most essential question is: What is the website (or website project) supposed to accomplish? My clients tell me what they want to accomplish, but I usually decide how to get there. This holds for both business logic and design, because design also must serve the business objectives.
    My website projects generally take four months to two years to complete. The client usually dedicates one employee to work as a liaison between me and the rest of the company. Because the sites I build are heavy on the business logic, a great deal of time is spent on testing and debugging. I make testing the responsibility of the client so I can't be held liable if, for instance, a terrible accounting mistake is discovered in the code logic.
    I like to use Adobe Illustrator for design development because I became an Adobe Illustrator ACE in 2000; however, I can see that Fireworks is probably the better tool. Photoshop is an important secondary tool.
    For general site management and code writing I use both Dreamweaver and ZEND Studio; however, I use Dreamweaver less and less.
    I now require all my clients to have their websites (and also domain name registrations, since my company is a domain name reseller) hosted on my VPS server. This prevents anyone from stealing code I have worked for years to develop and also establishes a commitment between myself and the client. When you are starting a web development business, you can't demand this kind of commitment from the client. Even a lot of great seasoned developers can't. It depends on your reputation within the specific industry(ies) you service.

  • How to stop the Browser from caching my web pages

    Hi There
    Can anyone tell how to stop the browser from caching my jsp pages
    I am using
    <%response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    %>
    but this does not work anduser is able to go back to the previous page
    which i dont want and i want the browser to display the message the page has expired
    Help appreciated
    Thanks
    Mumtaz

    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setDateHeader("max-age", 0);
    response.setDateHeader("Expires", 0);
    I have cut paste the code from my jsp which is working. There is one additional line. I do not know if that is the cause but there is no harm in trying that out.
    Srinivasan Ranganathan

  • How to login to a remote (FTP??) server and read an XML file?

    Hello all,
    I would like some information on how to login to a remote server using a Java program.
    The server might be a ftp server, because the client will ftp a xml file to this server, and the java program needs to login to this server and read the xml file, then convert it into a general report with headings and data from the xml file.
    How can I quickly find the API information to login to a server and read an xml file?
    If anyone knows the packages off the top of their heads, that would save me some time surfing.
    If anyone can provide me some links, code examples, or information I'd greatly be thankful.
    sharla

    You can also just use plain java.net. It supports FTP. Example:URL u = new URL("ftp://user:passwd@server/path/to/file.xml");
    InputStream in = u.openStream();
    // do what you want ...

Maybe you are looking for

  • Font size and Colr

    Here is a simple program just for demonstration. I would like to change the font size and color of this program to SMALL and RED respectively(when I install it in my handset, it does not fit in the screen properly). I have tried read the Font in the

  • Question: iPhone 5 in Verizon with other carrier

    Hi guys, I heard that iPhone 5 in Verizon comes right out the box UNLOCKED! actually I have iPhone 5 from Verizon, its working on different carrier, I'm on other country, but still there's no yet available LTE here, if I will go to other country that

  • View menu xp

    my system on windows xp, in safari the address bar & view menu are missing, kindly guide how to restore. thanks sanjeev

  • TS4002 Shopping spam email on iPhone & iPad mini

    I am now getting serious spam email and would like to block it from going to iPhone & iPad, but can't figure out how to do it... HELP it is overtaking my email!

  • Unsure I have the correct version Flash Player

    My version of Flash Player, according to the version test on adobe.com is WIN 10,0,45,2 at first glance this seems to be in order. but upon closer inspection I realized that the separating factors are commas, not periods. Therefore, I should have 10.