I just connect portal from server machine. Help me!

Please, can someone help me?
I've instaled the Oracle portal 3.0.9.8.0 in the Oracle 8.1.7.
From the server machine I can access the Portal, but if I try from a
client machine, a error happens.
If I try only the server machine's name, the Oracle Http Server shows up,
but if I try to do machinename/pls, a error happens and with the server
machine works.
Do someone know what's going wrong? Do I need to configure somthing at the
client machine?
And what about the DAD? Whath do I need to configure?
Thaks for helping,

Pls ignore the previous one and refer to this one, its not identifying greater than & Smaller than sign, I have replaced them with square brackets ([]).
Tiago,
Where is your midtier, I mean where is your Http Server(Apache) is running? Is it running on the same machine where database is running or it is running on a different machine?? In either cases it doesn't actually matter, unless your are accessing the portal correctly.
You should be accessing the portal in the following manner (From any machine, be it server or client).
http://[midtier-machinename]:[Port]/pls/[DAD]
[midtier-machinename]: The machine on which your Apache is running.
[Port]: Port on which your Apache is running. (You can check it in your your setupinfo.txt file, which gets created when you install 9iAS).
[DAD]: DAD, through which you identify your portal instance. You can check it by giving the following url
http://[midtier-machinename]:[Port]/pls/bootstrap/admin_/dadentries.htm
Just double check your settings on the basis of above mentioned guidelines. Hope it should work.

Similar Messages

  • How to download a file from server machine to client machine using jsp

    Hi,
    In my application, I have an excel file stored on my server machine. How can I download that excel file on to my client machine using jsp. Is there any other way I can open that file from my machine and save it in my machine using jsp/java?
    Its an emergency for me to do this.
    Can anyone provide me the full code to download a file from server machine as I don't have
    time to browse through various sites.
    thanks in advance,
    Tiijnar

    Please post your code using code tags (click on CODE above the text area, when posting)
    response.setContentType("application/octet-stream");Why octet-stream? Set the correct mime-type.
    String disHeader = "Attachment; Filename=\"filename\"";The filename should just be the file's name. Not the complete path to the file! This will tell anyone where the file is located on the server. It's also inconvenient because by default,the browser will suggest it as the name for the download.
    Your way of writing to the output stream is just plain wrong. See this snippet (picked from [http://balusc.blogspot.com/2007/07/fileservlet.html])
            BufferedInputStream input = null;
            BufferedOutputStream output = null;
            try {
                // Open streams.
                input = new BufferedInputStream(new FileInputStream(file), DEFAULT_BUFFER_SIZE);
                output = new BufferedOutputStream(response.getOutputStream(), DEFAULT_BUFFER_SIZE);
                // Write file contents to response.
                byte[] buffer = new byte[DEFAULT_BUFFER_SIZE];
                int length;
                while ((length = input.read(buffer)) > 0) {
                    output.write(buffer, 0, length);
                // Finalize task.
                output.flush();
            } finally {
                // Gently close streams.
                close(output);
                close(input);
            }

  • How to uninstall portal from windows machine?

    Hi gurus,
    Can u guid me how to uninstall portal from windows machine.
    Also please tell me the installation document procedure or document.
    Regards,
    Shivraj Chalke

    Hi!
    This depends on your EP release.
    For Basis release 6.40 (EP6) there should be an UNINSTSAP.EXE somewhere in your SAP-Filesystem which you need to run. Take care with the options you have, you might delete even the OS-Users (even on the domain) if you just click away without reading.
    For Basis release 7.00 (EP7) you call sapinst and select 'uninstall' under 'Additional Software Lifecycle tasks'. This will guide you through the process of uninstallation.
    If these operations fail you can manually clean the system by removing the files and cleaning the registry. This is only a sort of last resort though.
    Regards,
    Jörg

  • My Ipad has stopped receiving emails today. It has IOS7 on it. The settings are correct but says "connection to the server failed" help!

    My Ipad has stopped receiving emails today. It has IOS7 on it. The settings are correct but says "connection to the server failed" help!
    It is the same accout that has been working find for years and just after I updated the software this has happened. My Mac is still receiving and sending via Outlook with the same account and settings. My Iphone 5C has also stopped and I tried deleting the account and adding again (via exchange as it's an exchange accout) the same way I always do and it won't even recognise it to add the settings.
    So annoying. Can anyone help?

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
     Cheers, Tom

  • Ipod screen says to connect to itunes but won't let me enter my password. Tried recovery mode but when I click 'restore' itunes says it cannot connect to update server.  Help!

    Ipod screen says to connect to itunes but won't let me enter my password. Tried recovery mode but when I click 'restore' itunes says it cannot connect to update server.  Help!

    Place the iPOo in recovery mode for the passcode issue. For recovery mode:
    iPhone and iPod touch: Unable to update or restore
    Also see:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

  • I have two iPads and one is connected to the internet but my other iPad was connected then was not and since then I have not been able to add my internet back onto my iPad it only says cannot connect to the server any help would be great thanks

    I have two iPads and one is connected to the internet but my other iPad was connected then was not and since then I have not been able to add my internet back onto my iPad it only says cannot connect to the server any help would be great thanks

    If you are having WiFi problems it is necessary to isolate whether the problem is with your network or your iPad. Note: Do NOT consider your network to be blameless if some other devices can connect to it.
    First, test your iPad on some other WiFi networks: a friends, Starbucks, Barnes & Noble, etc.
    If it works well there then the problem is probably with your network. Try restarting your WiFi router by removing power for 30 seconds. If that does not help check for a firmware update for your router. If none exists which corrects the problem consider replacing the router.
    If your iPad does not function well on other networks it possibly has a hardware problem. You could try Settings > General > Reset > Reset Network Settings to see if that corrects the problem. If not, contact Apple Support or visit an Apple store for evaluation. They can provide a replacement if your iPad is bad.
    If you need more help please give the make, model, and version of your WiFi router and how you have it configured.

  • Error when connecting to portal from some machines

    Hi all,
    Can anyone help me with this.
    I get this jserver error when connecting to portal from some
    client machines.
    I works fine from the others. Any ideas?
    This is the error I get:
    [08/01/2002 17:41:57:618 GMT+00:00] page/Timeout occurred,
    label=73 url=http://odeceixe:81/pls/portal30/!
    PORTAL30.wwpro_app_provider.execute_portlet time=15828ms
    [08/01/2002 17:41:57:618 GMT+00:00] page/ContentFetcher
    Unexpected Exception, name=content-fetcher5
    java.io.EOFException: Premature EOF encountered
         at HTTPClient.StreamDemultiplexor.read
    (StreamDemultiplexor.java, Compiled Code)
         at HTTPClient.RespInputStream.read(RespInputStream.java,
    Compiled Code)
         at java.io.InputStream.read(InputStream.java:95)
         at java.io.InputStreamReader.fill
    (InputStreamReader.java:163)
         at java.io.InputStreamReader.read
    (InputStreamReader.java:239)
         at oracle.webdb.page.ContentFetcher.run
    (ContentFetcher.java, Compiled Code)

    Did you ever find the cause of this, I am receiving the same message, but as you said, only when connecting to the portal via a certain pc.

  • Ifs Connection problem from local machine to Ifs server using API

    I am trying to make an API call to connect to Ifs database server running on different machine(UNIX) from local machine. I copied all jar files and /Lib/Ifs/Settings directory to my local machine. All these files are in the classpath of weblogic 6.0 environment. A jsp on weblogic server call a bean which has a responsibibility of connecting to Ifs server to get LibrarySession.
    From Visual Cafe 4.5 everything works fine but when i start weblogic 6.0 outside the visual cafe environment i get the error
    below. I included all the jar files and /Lib/Ifs/Settings in start up script of weblogic server
    Do you know if i missing some thing????
    java.lang.UnsatisfiedLinkError: do_open
    at oracle.jdbc.oci8.OCIDBAccess.do_open(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:309)
    at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:198)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at oracle.ifs.server.LibraryConnection.(LibraryConnection.java:235
    at oracle.ifs.server.ConnectionPool.createLibraryConnection(ConnectionPo
    ol.java:576)
    at oracle.ifs.server.ConnectionPool.(ConnectionPool.java:321)
    at oracle.ifs.server.S_LibraryService.(S_LibraryService.java:912)
    at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java
    :1129)
    at oracle.ifs.beans.LibraryService.connectLocal(LibraryService.java:408)
    at oracle.ifs.beans.LibraryService.connect(LibraryService.java:280)

    Have you installed the Oracle client software on the machine where you are running WebLogic and your custom iFS application (your bean)?
    It looks like the native JDBC libraries are not available to the JVM where WebLogic is executing your code. iFS uses JDBC to access the Oracle database, and it requires "thick" (OCI8) JDBC to do so. This means that you need Oracle client software to be installed (in an ORACLE_HOME directory) on a computer where you want to use the iFS API.
    If you do have the Oracle client software installed already, then perhaps the WebLogic environment isn't configured to have access to the native JDBC libraries. Normally, as long as $ORACLE_HOME/lib is in the LD_LIBRARY_PATH (on unix) or $ORACLE_HOME/bin is in the PATH (on windows), stuff should just work.
    See if you can find any information about including native libraries (for instance, to use JNI) in the WebLogic documentation. We don't certify with WebLogic, which is why I don't know the answer offhand.

  • How to migrate the portal from server A to Server B

    Dear Expert,
    I have existing R3 name A and portal connecting. I have setup a new R3 name B on different server. Could you please provide me the steps on how can I migrate the portal connection from Server A to Server B. What are the steps involve .e.g. ITS and etc.
    Thank you
    KS

    Hi,
       The communication between portal server and R3 server happens via system only. If you don't want to use R3 system A hereafter, then look for R3 system alias created for 'A' in portal. You can delete that. Now for using new R3 system B in portal, create a new system for B in portal using System Administration. Decide which SSO you are going to use. If user is same in portal and r3, then logon tickets. Else user mapping method.
    Check these documents on how these can be done.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/howtoConnecttoSAPR3SystemthroughEnterprisePortal7.0Usingan+iView.
    Connecting To R/3 From Portal
    Configuring EP for connecting to SAP R/3
    Regards,
    Harini S
    Consider rewarding points for helpful answers

  • Connectivity Issue FROM Server To Client

    Hi All,
    I am having one trouble when i am connecting my server to the clients some of my client machines are working and some of the client machines are in remote locations.In Remote locations i am facing a problem when i want to upgrade the client machines to PL 20 and when i am trying to update it is taking a long time and after some time it is giving a message box as COMMUNICATION LINK FAILURE and DATABASE CONNECTION IS LOST OR BAD CONNECTION.So please help me to resolve this problem and when i am running ADDON'S       User Defined Objects are getting deleted and for some ADDON'S it is saying it as Wrong EXECUTABLE DIGITAL SIGNATURE.
    MY SERVER MACHINE IS WINDOWS SERVER SP2 and DATABASE IS SQL 2008 R2
    Regards
    CHERRY

    Hii
           The connection to the other places from the main server to other by Cable is working fine but when it is connceted to the other place which is a wireless connection is taking time for upgradation and also installation of the addons as it is utilizing the maximum network and unable to load the Customized addon even though when it is installed. and when i continously checking the ping suddenly at one point of time it is saying request timed out and application is closing from the client system.
    Regards
    Cherry

  • Trying to restore from Time Machine - HELP please

    I tried to restore from time machine this morning...and am getting this error :good morning, "an error occurered (2) while copying, there is no such file or directory"
    any idea?????
    TIA

    lol, it didn't say goodmorning.
    Last night my mac froze, i had to turn it off buy the button on the back...i tried to turn it on, it just hangs at the gray screen with the apple on it and the little circle things goes around and around and around. I put in my leopard OS disk and went to utilities to do a disk scan repair, it said no valid packages found...i dont know what to do with that...Ithought i could do a simple restore from my time machine...what you saw above is the error i got...
    I don't know what to do or how to get my machine back to normal.
    Can you help me?

  • To save a word/xls document from server machine to client

    Hi Folks,
    I am facing a problem in storing a document from server to client machine.
    I have a document in Oracle database BLOB column and i am able to read and open that document in client browser. But it is stored in the server machine when accessing from the client browser it is opening as a read only copy.
    I want to open it as editable copy in client machine and once it is edited i want to save back to the databse. But it can be stored in server or client machine without promting to the user.
    Any one can help me?
    Senthil

    Hi, I am wondering whether this will take time for a document/image which is about 3, 4 MB??? Cos customer has to scan documents one by one and the saving of the file in the DB and then using that to transfer to MSMQ (which is the requirement) should take less time than scanning 2 documents.

  • HT4399 Address book reinstall from Time Machine help?

    I just did a master erase on my MacBook Air 2010.  Genius bar helped me.  The only thing that didn't get reinstalled from Time Machine was my address book. How do I get my contacts back?  Please help!

    Try this:
    Open address book and then launch Time Machine (making sure Address Book is still the active window). You should be able to navigate through time IN the address book window and once you find the correct time there will be an option that says "Restore All".

  • HT204053 I have come across following error when accessing my icloud account " icloud encountered an error while trying to connect to the server" please help...

    Please help with below error...
    I have been trying to access my icloud account in laptop with windows 7 operating, but I couldn't able to log in to icloud which show following error " icloud encountered an error while trying to connect to the server".
    I have icloud icloud control panel.
    But I can access my same icloud account in another laptop with windows xp operating.

    My recommendation is to download Apple’s Safari version 5.1.7 for Windows to access iCloud.com. It consistently works for me!!!! To make things easier with Safari, I made iCloud.com its Homepage. I’m using it to access iCloud.com from all of my PCs.
    On my Windows 7 systems it appears that some add-ons are causing problems when you try to access iCloud.com with the 32-bit version of IE9, but the 64-bit version seems to work fine, more than likely because there are few add-ons that are 64-bit and the 64-bit version of IE9 can't be the default browser in Windows 7.

  • How can I restore just one application from Time Machine?

    Hello, I have just one application that is really acting quirky and won't load correctly anymore and I would like to restore that application from Time Machine but am just not sure how to do that. Can someone please walk me through step by step on how to restore just one application. Thank you. Jean
    Message was edited by: anokienurse

    Before you restore an application from a Time Machine backup it would be wiser to remove the current installed copy then reinstall from the application's original distribution medium - download, CD/DVD, etc. The reason for this is that Time Machine backs up every hour. By now the bad version of this application is now backed up to your Time Machine backup drive. Restoring from the backup won't resolve your problem.
    First, uninstall the old program. If the program came with an uninstaller then use it. If not then start by deleting the application from the Applications folder. Then locate all the support files associated with the application and remove them, too. Look for these in:
    /Users/yourusername/Library/Preferences
    /Users/yourusername/Library/Applications Support
    Applications may come with a separate uninstaller program that could also be in your Applications folder. Some applications may install other files in other locations on your computer. If you tell us what the application is we may be able to provide additional help.
    You may find more information here: The XLab FAQs. Read the FAQ on uninstalling software.

Maybe you are looking for