How to resolve hostname/firewall issue for 9iAS 9.0.2.0.1?

Hi,
I am going to install 9iAS 9.0.2.0.1 on Solaris 5.8, and noticed something in the installation guide ((iAS release Notes Addendum p2-13) saying
"Oracle9iAS does not support changing hostname and ip after installation"
My questions are:
1. My server is behind firewall, the hostname is ONLY available inside the firewall, How can my customers get access from outside of the firewall? Is it possible to chnage the hostname in this respect?
if so could you provide me more info?
2. Does it means I have the use the exact same hostname in my URL (like http://HOSTNAME_1.domain_1:1810 ) as in the hosts ot nodename files? For this example the hosts/nodename files looks like this:
123.234.0.56 HOSTNAME_1.domain_1 HOSTNAME_1 mid_tier_host
Thanks

Alex,
OC4J 9.0.3 and Reports 9.0.2 are not certified to work together, and there are known problems.
regards,
Stewart

Similar Messages

  • How to resolve Update installation issues for Photoshop CS6

    I keep getting install error u44m1u5 when attempting to install Photoshop camera raw update 7.2   How do I resolve this?  I also get same  error  code for adobe bridge cs6 5.0.1.1 update and extension manager 6.0.4 update.  Adobe application manager also reports error code u44m1p210 along with these others.   I am running Win 7 sp1 64 bit and my Photoshop CS6 version is identified as 13.0.1.
    thanks for any help or suggestions.

    This link took me to location where I chose the appropriate version of Bridge update and it worked.  My verion was updated to 5.0.1.23
    http://www.adobe.com/support/downloads/product.jsp?product=108&platfor m=Windows

  • My Ipad 2 external speakers does not work and headphones has popping sound. This all occured at the same time as my Iphone and Ipod headphones only played mono (no, the "mono" option is not on). How can there be audio issue for all these devices?

    My IPad 2 external speaker does not work and the original headphones have popping sound when used. This all occurred at the same time as my IPhone and IPod headphones only plays mono (and no, the "mono" option is not on) with the original headphones, as well as, other headphones tested.  How can there be audio issue for all these devices at the same time?
    As you may have noted from the list of Apple devices I own, I believed in the Apple and the products it was producing; but it is hard to believe from my experience and the other voices within the Apple Community that we are all experiencing the same hardware issues. Especially since I recently, I upgraded to an IPhone 4g (no, my faith in IPhone 5 series is very little) and is experiencing the same audio problem as described above. So now, I am off to the Apple store again to be told that it’s a hardware problem on new IPhone. Really? Apple, what happen to the pride in the product you were producing?

    Everyone does things a little differently. I love to "jam " along with iTunes ( or old Lp's) . Always have. That's where/how I've learned to play .
    I'm sure leonieDF is giving a proper way to jam along on a keyboard with an iTune. He blows my mind all the time with what he knows. Nuff respects to him !
    What I do is make a GB project I call "Jam With". I'll make several new tracks that are blank. Just has a few instruments named in the blank tracks. You can change those per song ...
    Because I'm not concerned about changing the pitch / key.... of the iTune or the tempo ... I can simply play along with it.
    Peace,
    P. Dreadie

  • How to fix applepushservice.dll issues for downloading iTunes on Windows 7 64 bit

    I recently had iTunes crash on my home PC, Windows 7 64-bit.  I have tried several attempts to uninstall and reinstall the program and it still does not work and I receive error messages.  The latest:  The program can't start because ApplePushService.dll is missing from your computer.  Try reinstalling the program to fix the problem.  Problem is, the articles that I have seen state this is an Unknown source and my firewall will not allow it to be installed.  The original error was a Windows Error 7 (registry & .dll issues).  Any suggestions on how to fix this problem?

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Firewall Issue for Client Login

    I am trying to setup a mobile user between my mac mini server and MBAir (SL both). I have the user created on the server as a mobile user etc but I cant connect the MBA to the server with the firewall active. As soon as I turn off the firewall it sees the server again (Login Options, general login etc).
    However in either case Sync Home doesn't work and nothing happens.
    Is there a firewall setting that I am missing that would resolve the first issue (it also does the same when I try to connect to the server from my old MBPro - nothing unless Firewall is off)
    Thanks

    Hi Dhamodaran
    MSDE2000 refers to Microsoft SQL desktop edition. The demo database would have been selected during the SAP Business One Server installation process. Did you select default or custom? Go to Control Panel, select SAP Business One Server and uninstall. Then from the installation for SAP, run the server setup again and choose custom. You will get a list of databases to choose from. Make sure at least one is selected from the list and complete the installation. Try log on as manager again.
    Kind regards
    Peter Juby

  • How to resolve Oracle lock issue

    Hi All,
    What is Oracle lock issue in BW and how to resolve it.
    Regards,
    Ravi

    Hi Ravi,
    The object lock issues that we sometimes encounter in SAP BW production support role.
    Lets take the below example where the InfoObject(0material) load has failed and the load monitor (T-Code: RSMO) looks like this.
    Go through the link below
    http://proradian.com/blog/2008/07/sap-bw-production-support-object-lock-issues/
    Regards,
    Marasa.

  • How to list the Cert Issuer for all servers in a Domain

    Hello,
    The objective is to list the Server name and Cert Issuer for any Cert found in the LocalMachine\My store on all servers in a Domain.
    Once I'd get to a server, probably by PS remoting, I'd issue the following:
    dir cert:\localmachine\my -recurse | ? Issuer -like '*'
    However, the output is Thumbprint and Subject, but I really need to see the Issuer, or what is displayed in the Certificates MMC under the 'Issued By' column.  What I need in my output is the following:
    ComputerName       Issuer
    Srv1                       Acme Cert Auth
    Srv2                       Host1.Acme.Com
    Any suggestions would be appreciated.
    Thanks for your help! SdeDot

    As you might suspect it is even easier than that:
    $omputers |
    ForEach-Object{
    invoke-command -ComputerName $_ -ScriptBlock {dir cert:\localmachine\my -recurse}
    } |
    select PSComputerName, Issuer
    ¯\_(ツ)_/¯
    Indeed.
    =]
    Both work great!
    Thanks for the response and help Mike and Jrv!
    Thanks for your help! SdeDot
    Cheers, you're very welcome.
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • How to execute 261 goods issue for REM order items other than with MFBF?

    Our users are looking for an easy way to post a 261 goods issue for a single component of a repetitive manufacturing order without using the MFBF transaction where they have to deselect all other components of the order.
    The ideal situation would be to use a transaction similar to MB1C or MB11 to simply enter the planned REM order, component material id, and its respective quantitiy and then post. 
    Any information you can provide will be helpful.

    Strat,
    Thank you for your response but LT01 does not seem to provide the functionality that I am looking for.
    To clarify, our users would like to complete a 261 movement for a single component within a particular repetitive manufacturing, without going into the MFBF transaction and having to deselect all of the unnecessary components just to single out one. 
    So ideally we would like to use the MB1C transaction for a 261 movement. Enter in a REM order, the material id, and the quantity to be issued and simply post a single material.  Currently when we attempt to do this with MB1C we receive the error M7162 that our order, which is a product cost collector, cannot be processed with this transaction.
    Hope this helps clear it up and thanks again for your response.
    - Nick

  • How to resolve this installation issue: checking Oracle home path for space

    Hi everyone
    I am quite new to Oracle. I have been trying to install Oracle 11g on XP and have encountered this issue:
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The Oracle Home you have specified contains spaces ( ) in the path.
    Recommendation: You must choose an Oracle Home path that doesn't contain any spaces.
    ========================================================
    How can I solve this problem?
    Could you please let me know.
    Tx
    Yel

    Hi yel;
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The Oracle Home you have specified contains spaces ( ) in the path.
    Recommendation: You must choose an Oracle Home path that doesn't contain any spaces.
    ========================================================
    How can I solve this problem?
    Could you please let me know.Please use folder name as ORACLE not ORACLE 10g or ORACLE_10g or ORACLE10 g etc
    Hope it helps
    Regard
    Helios

  • How to resolve account change issue?

    I have been with Verizon for about 13 years now. I have never filed an issue and have always been able to resolve something via customer phone service.
    My wife went in to a Verizon Store (http://www.verizonwireless.com/stores/california/carlsbad/carlsbad-204038/ at 1846 Marron Rd, Carlsbad, CA 92008 to get an early Edge upgrade to an iPhone 6. Her phone had a small crack which she volunteered to the sales guy. The sales person (Gary) stated my wife needed to pay $204 for the damaged phone to get the upgrade. Additionally he stated that we were paying for 6gb when we could get 10gb for the same cost. He then proceeded to tell her about every Verizon service including roadside repair, etc. Not once did he bring up the fact that we had insurance and could get the phone replaced for the $100 deductible. I realize that my wife could have missed something but my son confirmed the conversation. He is 10 years old and loves Apple products so he was enthralled with the whole thing.
    My wife went forward with the transaction. I found out when I received a text message that $204 had been paid against my account.  At this point, I called my wife and got the lowdown. I asked her about insurance and she stated that was the first time she was aware she could leverage that option. I told her to go back into the store and cancel the phone upgrade which she did. I just reviewed the account documents and my data plan went up to 10gb but so did my data fee...by $20.  We have never used more than 2 gbs of data and the only reason I upgraded was that I received a special offer for the 6gb at a very favorable rate.
    I am trying to roll back this entire transaction and am being told there is no such thing as a 6gb plan anymore, therefor I cant return. I escalated the call and the gal submitted paperwork for me to get old account back. Additionally I have a request in to meet with the area general manager.
    My next possible steps appear to be to fill out a Notice of Dispute form (http://www.verizonwireless.com/support/pdf/Notice_of_Dispute.pdf), file a complaint via BBB. I am pretty much at the point of leaving Verizon but do appreciate the quality of phone service and it seems it would be just as much a hassle to get buyouts and line transfers as to resolve what a (in my opinion) deceitful/unethical employee did.
    My question: Is there an easier way to get this resolved. Is there a customer care number or contact for long-term, loyal customers?
    Many thanks!

    Thanks Snn5. That was my original impression too.
    1. In my original post I explain that my wife immediately went back and returned the phone.
    2. Verizon, both in store and with phone customer service, told me there was no way to get back to my 6GB customer loyalty plan. This is why I am so frustrated.
    Update: I never heard back from phone customer service after they promised to follow up. I went into the store and got an appointment with the manager. She was able to rollback my plan. My frustration now is that I had to spend 5 or 6 hours of my own time to deal with extremely poor customer service. I didnt cause this situation and have much better ways to spend my time. If I hadnt pushed, all the answers I received were NO...not how I want to be treated by a provider for something so integral in our lives.
    I am in communication with the online team and will update everybody if there is a final resolution. At this point, my suggestion is dont send in an uneducated person into a store and expect the store to accurately review the plan and suggest a good solution.

  • Keyboard does not connect - have narrowed to a software issue as it works in safe mode, but do not know how to resolve the software issue

    I was in the process of connecting a Razer Blackwidow USB keyboard to my iMAC and something went wrong.
    The new keyboard doe not respond and now my bluetooth keyboard does not work either. No connectivity whatsoever.
    I've tried a number of things, including resetting the PRAM / NVRAM and SMC (interesting that the computer responds to the keyboard commands that are required to reset the PRAM). I also checked all the universal access setting to make sure nothing was interfering with normal keyboard operation.
    btw, blutooth seems to think the keyboard is connected I get a gree light. I can even go through the process of unpairing and pairing and it allows me to type in the numberical code to pair the keyboard, but after that, it still does not work.
    When I start the machine in safe mode, the keyboard works fine. So I've narrowed this down to a software problem. I tried to go to another user account to see if it's just associated with the current user, but since I have no keyboard connection at all, I can't type in a password, so that's no good.
    I've eliminated a number of applications that I have recently installed (including the Razer set up app) that might interfere with keyboard operation, but no luck.
    Any suggestions on how to go about tracking down this software issue?
    Thanks - musikman7

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” (without the quotes) and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you synchronize with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

  • How to resolve some install problems for 7.02 on Windows 7 64 bit

    This is a short re-cap of some of the issues I came across when installing NSP 7.02 on Win 7 system. I'm posting it here rather than writing a blog - there are numerous excellent guides already out there, but the particular issues below meant I had to collect info from several other posts, search other forums, and also do a bit of research on my own. Therefore, I hope that this post can be useful for those who - like me - had to resort to searching the forums... sometimes in vain.
    Installing the 7.02 Sneak Preview on a 64-bit system is not that straightforward, but "doable". I've just spent the weekend successfully installing on two systems; an HP Touchsmart laptop (i3 processor) and my trusty Dell desktop (Core 2). Both machines have 4Gb RAM, barely sufficient, but the thing is up and running. At last.
    Compared to earlier Sneak Previews, or the 32-bit varieties, this is no walk in the park. Definitely not like the first 2004s, which ran as smoothly as a knife through butter (at least on XP).
    Here are my own tips, based on the issues I experienced:
    Phase 5: Failure to start MAXDB instance - installer reports no MAXDB software installed. Curiously, this happened on one of the machines, not the other. Even weirder, it happened on the machine that had previously had a MAXDB installation (which was wiped clear before installing).
    I got around this one by manually installing MAXDB. The steps were:
    Launch the 64-bit MAXDB installer - sdbinst.exe - from the 64-bit MAXDB directory (NOT the 32 bit, which won't run on your 64 bit system anyway). It's in one of the sub-directories - search for it. Use it to start a manual install of MAXDB, and select the "tutorial" database. This will install a sample (256Mb) database on your system. Now, re-start the miniSAP installer, and you should pass phase 5 without issues. (See info below on the STATISTIC file!)
    ABAP import issues: If the ABAP import step fails, with at least one of the 37 import jobs failing, this could help:
    Break off the installation. Go to the sapinst_dir\...\ADA\CENTRAL directory, and delete all .TSK files and their related .TXT counterparts. These are (to my knowledge) created during the ABAP import, based on the DB schema files that are used for the ABAP import. If you remove these (or at least the ones that caused the import to fail), it will re-apply them when you re-start the installation and select the option to use existing installation.
    Also remember to delete the "statistic" file in the same directory - it will generate an error if you do not get rid of it before re-starting the installation.
    Usually, this is enough to ensure the ABAP import works.
    Install license and developer key:
    The system calls itself "SAP-INTERNAL", not "DEMOSYSTEM". This is somewhat confusing, as the NSP license key you request from SAP will not load due to different installation names. The workaround is to DELETE all temporary (pre-installed) licenses. Mark them, right-click, then delete. Make sure there's NOTHING left in SLICENSE, then upload the file you got from the license request page (NSP, 2004s Service pack 9 or higher). This should work.
    Only now can you use the developer access key of BCUSER.
    Remember, every time you re-start the installation and select the "use old" option, you have to remove the mentioned "statistics" file from the ADA\CENTRAL directory, since it keeps track of what has been done so far.
    This version seem to suck resources like no other sneak preview has done before. I'm looking forward to installing it on a new, powerful machine - just have to get around to ordering it first...
    Regards,
    Trond

    Hi Trond,
    Extremely helpful observations here. Am sure quite some folks will hit this thread!
    Regards,
    Srikishan

  • How to resolve hostname in Common Service 3.3 ?

    hi guys!
    i have a problem when discover my devices in ciscoworks common service 3.3.
    i discovered use module setting cdp and ping sweep , preferred dcr name is hostname, and update dcr display name is checked.
    i hope the hostname is show in display name but there is ip address.
    i search this problem is bug CSCsq54877 and CSCsv65933 but its resolved in common service 3.3.
    my question:
    there is any problem in my discover settings or is still a bug.?
    could anyone help me to preferred show hostname than ip address ?

    i make a trick.
    i use hosts.etc in windows server where the ciscoworks installed

  • How to resolve  database link issue???

    Hello all,
    actuall i want to access a remote database server which is basically an Oracle8 server and i want to access that server while sitting in Oracle8i server....
    I have tried create database link but it's not functioning properly ..........
    it's giving an error some think like "Can not resole TSN Service name....."
    Now plz help me to resolve that issue and kindly tell me all the pre-requsits and plz send me a piece of code as well..................
    Thanks In Advance,
    Omer Saeed Khan.

    it's giving an error some think like "Can not resole TSN Service name....." Honestly. Give us a proper error message with a number. "something like" is not good enough.
    Have you read the documentation?
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76960/toc.htm
    If I have to guess I'd guess that you haven't included the remote database in the server-side TNSNAMES.ORA file.
    Regards, APC

  • Does anyone know how to resolve FTP connection issues?

    I am receiving an FTP error in connecting to anything and I need help figuring out why? I used to be able to connect to godaddy and then all of a sudden it stopped connecting. I tried the proxy settings and turning of my virus protection, but nothing works. In the help area, I tried to connect to dreamweavers ftp example site, but that connection failed also. I am getting a connection timed out response after about 10 seconds and it says I can not make connection to host.
    Does anyone have any other possible solutions? I am thinking of uninstalling the program and reinstalling it just to see if that works, but I would rather not do that. Thank you

    Does this happen with all projects, specifically the sample projects? Click Open on the RoboHelp Starter page and then click Samples in the ribbon on the left.
    If it does, then it might be quicker overall to just uninstall and reinstall.
    Otherwise post back.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Getting error message FRM-40700:No such trigger: SPECIAL20

    Hi, We have designed a custom report (Quote) and would like to use Special Menu's(Reports Menu) to open this custom Report. When I try to open this Report using REPORTS->Quote, The Report is opening seccuessfully but i am getting following error mess

  • Is it possible for the JDBC Lookup in PI 7.1 to read other user's table?

    Hi, I have the requirement of using the standard JDBC Lookup in PI 7.1. The user setup in the receiver JDBC adapter is only a service user that has a read access on some tables that are owned by another user or schema. When I am trying to do the impo

  • I need a program to recover a deleted file.

    Today I recently deleted a folder containing a month's work of school papers, thinking it was a shortcut to the folder. I was dumb enough to empty the trash can as well... Does anyone know of a program that I could use to recover my folder? I haven't

  • The XPRA for converting the event linkage (RSWFEVTXPRA)

    Hi We have just completed a couple of upgrades from 46C to ERP2005 ECC6 and we have discovered a problem with the workflow in that some of the event linkages are lost during the upgarde. We have found the following SAP notes 1082490, 1019080 and have

  • How to insert a video into a photograph?

    I need to have a presentation for a client where they see a photograph/image that has a video running as a small part of it. Imagine a picture of a room with a television and when looking at the photo you see a video running on the tv. I need to show