Issues with Portal host name

Hi,
While accessing the portal with a domain name with one dot like .com
or .net, it gives javasctipt error in the login page and the subsequent
page after login. User is not able to browse anything in the portal
after this.
But when the domain name has more than 1 dot like .ngn.com or .ngn.net
or .ngn.fomsa.com, it works abosolutely fine.
Going forward for production, our portal url is http://ngnportal.com
which has domain with one dot. Please suggest the solution for this.
Environment Details are as below-
Operating System:- Solaris 5.9
Database :- Oracle 9.2.0.6
Portal:- EP6.0 SP9
Please let me know for any further clarifications.
Regards,
Chandra

Hi,
I was going to say that you should use fully qualified domain names.  However, I guess you are, you just don't have a very long domain name!
This is probably a bug.  You are currently only on SP9, SP16 is now out, so that would probably fix it (just don't use SP13 - it was crap!!).
If that doesn't fix it another possiblity would be to have ngnportal.com redirect to ngnportal.xxx.com just using a standard DNS redirecto or website redirect.  A bit of a workaround I know, but it should work.
If patching the portal does not work - raise an OSS message, it is what you pay your licence fee for.
Paul

Similar Messages

  • Issue with attachment file name

    Hi All,
    This is about an issue with attachment file name:
    we have a scenario wherein we have payload with attachments ...(attachments can be any doc ,pdf) , problem is main document is comming with messageid.sap.com and thats normal but attachments are comming with file names for example something.pdf or something.doc or something.txt ...this is failing in adapter as it expects same name as u have in main document...anybody have any idea to get through this issue...
    Regards
    kiran

    we have a scenario wherein we have payload with attachments ...(attachments can be any doc ,pdf) , problem is main document is comming with messageid.sap.com and thats normal but attachments are comming with file names for example something.pdf or something.doc or something.txt ...this is failing in adapter as it expects same name as u have in main document...anybody have any idea to get through this issue...
    - <SAP:Payload xlink:href="cid:payload-4CED452F17C601BDE10080000A492050---sap.com">
      <SAP:Name>1 .Header1.txt</SAP:Name>
    Error we are getting is
    Cannot cast 'Header' to boolean] in class com.sap.aii.mappingtool.flib7.NodeFunctions method createIf[Header, com.sap.aii.mappingtool.tf7.rt.Context---27a73bfa]
    So we have to change the File name Header1.txt to something which we can cast to creatif....(we cannot tell the sendr to change the file name as its is set already)
    Thanks for interste and assisting
    Regards
    Kiran

  • Issue with Data Provider name in variable screen for BEx Analyzer

    Hello all,
    We got an issue with Data Provider name in Variable screen in BEx Analayzer.
    We want to change the DataProvider name there to Description of the report instead of its Technical name.
    Any inputs are appreciated.
    Thanks
    Kumar

    You have to create a workbook to do this.
    Refresh your query/report. In Bex analyser, there is one toolbar named BEx design toolbox, If you are not able to see it in analyser, right click on the toolbar space of BEx analyser and click on BEx design toolbox. Here, goto to design mode, by clicking on a sysbol like 'A'. after that place the curser where you want to see the Query description. and click on insert text (T) in BEx toolbox. click on it and check "Query description" in constant tab. in the general tab you need to assign a dataprovider, for that assign your query name in workbook settings (in Bex design toolbox). also check the "display caption" in general tab.
    Pravender

  • [svn:fx-trunk] 12982: Fix for issue with exposing accessible names for combobox list items

    Revision: 12982
    Revision: 12982
    Author:   [email protected]
    Date:     2009-12-15 20:44:23 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Fix for issue with exposing accessible names for combobox list items
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ComboBoxAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ListBaseAccImpl.as

    Add this to the end of your nav p CSS selector at Line 209 of your HTML file, after 'background-repeat...':
    margin-bottom: -2px;
    Your nav p will then look like this:
    nav p {
              font-size: 90%;
              font-weight: bold;
              color: #FFC;
              background-color: #090;
              text-align: right;
              padding-top: 5px;
              padding-right: 20px;
              padding-bottom: 5px;
              border-bottom-width: 2px;
              border-bottom-style: solid;
              border-bottom-color: #060;
              background-image: url(images/background.png);
              background-repeat: repeat-x;
              margin-bottom: -2px;

  • ADF Faces - issue with Portal and af table

    I wonder if anybody could help me with a problem we are experiencing with running our ADF Faces app inside a portal (NOT Oracle Portal). We are using the af table tag with the rows attribute set as follows:
    <af:table emptyText="No items found"
    rows="10" banding="row"
    bandingInterval="1"
    binding="#{backing_ModuleSearchReg.table1}"
    id="table1"
    var="row">
    What this does is if we have more than 10 rows to display it will display
    a table header that has a label 'Previous 1-10 of nnn' Next 10. However, when you click on 'Next 10' it produces a Javascript error.
    When we run the app outside of the portal we do not get this problem.
    I believe this is related to known issues with JSF and Javascript inside a 'framed' web page. But if anybody help me with this or point me to a resource that can help it would be very much appreciated.
    Many Thanks in advance.
    Chris

    Hi,
    I remember a similar issue with inner frames that should be fixed in JDeveloper 10.1.3.3. The problem was that the ADF Faces JavaScript did not get the correct document root.
    Frank

  • Issues with portal integration of Web dynpro for ABAP application

    Hi,
    I have the following issues when i integrate a Web Dynpro for ABAP application with portal.
    1. the iview does not contain some images, such as table scroll button images, maximize and close buttons of popups etc.
    2. the iview loads properly, but there is an error in the status bar that says "Access denied"
    3. is it possible to do absolute navigation from
       role1->folder1->iview1 to role1->folder2->iview2?
       when i fire this navigation from the webdynpro
       application, the navigation does not happen in the
       portal.
    thanks,
    Kavitha

    >
    sridhar vadaga wrote:
    > Hi Experts,
    >
    >
    > CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
    >   EXPORTING
    >     text           = url
    >  IMPORTING
    >    BUFFER         = content .
    >
    >
    > Thanks & Regards
    > Sridhar
    I think you are overestimating the power of the SCM_STRING_TO_XSTRING function module.  By supplying a URL as the value of the input text, it isn't going to magically go read the content from the remote location and convert that to a binary string.  It is going to take whatever value you supply in th importing TEXT parameter convert that to binary.  In other words it is literally converting the string http://xxx/test.xls to binary.  You will need some other mechanism to read the content from the remote location into ABAP memory before you can process it.  You will need to use the CL_HTTP_CLIENT class or call some sort of web service to retrive the content.

  • Variable input values issue with Portal reports in WAD

    Hi Gurus,
    We have issue with our reports which are created in WAD and when executed through CRM portal. We are executing the report with some selection criteria by changing default values, and once we get the out put we use SAVEAS option to save the report to favourites. But  the issue arises when we open the reprot again by clicking OPEN tab next to SAVEAS button. It opens our report, but the selection screen vaues are getting changed to default instead of showing the values which we entered before saving the report.
    ex: we have fiscalyear/period: default value is 001.2009 - 010.2009, but i changed the value to 001.2010 - 010.2010 and saved the out put of the report. when i reopen the report useing open option, it is showing 001.2009 - 010.2009 in input screen.
    Please let me know if some one has come accross this issue, or is it standard SAP behaviour. It is working fine when executed through Query designer. This is not related to personlization of variabl.es.
    Regards,
    Yada

    Hi Hari,
    Thanks for your promp response...but is there any settings to get the variable values with out saving as variant, because its working fine when executing through query designer....
    Regards,
    Yada

  • Telneting in to Postfix reports back with old host name

    Hi.
    I am setting up a home server for my family (4 users) running a late 2010 Mac mini server with OSX Server 3.0.1
    I am computer literate but am new to server hosting. I have successfully navigated setting up DNS properlly the way I want it, but am now running into a problem setting up a family mail server.
    When I first got the machine I just played around with the server settings under Snow Leopard and turned on some services without really intending to use them as we were all using Google services at the time. I now want to get off those services, such as mail, etc. and host them myself.
    Anyway, I've registered a domain and pointed it to my machine, and everything appears to be working properly. I used GoDaddy.com to register the domain.
    But after setup of the Mail server, getting my ISPs mail relay server configured, etc. I get the following when I test using telnet to connect to port 25:
    server:~ admin$ telnet 127.0.0.1 25
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    220 <oldhostname>.org ESMTP Postfix
    421 4.4.2 <oldhostname>.org Error: timeout exceeded
    Connection closed by foreign host.
    server:~ admin$ sudo changeip -checkhostname
    Password:
    Primary address     = 10.0.1.254
    Current HostName    = <newhostname>.org
    DNS HostName        = <newhostname>.org
    The names match. There is nothing to change.
    dirserv:success = "success"
    server:~ admin$ hostname -f
    <newhostname>.org
    You'll notice I then double checked that my DNS was set up correctly, and then checked the host name again for good measure. However, Postfix is calling my outgoing SMTP by the old and never really used host name still.
    I would really appreciate any help you knowledgable people could give me! Is there a library file that needs updating and if so how do I do that? I found a similar problem here but this is on a linux box, which I have no experience with whatsoever, and can't figure out how to do what he did.
    Thank you again in advance for any input.

    Also Getting the following in Console:
    04/01/14 18:04:59,806 kdc[62640]: AS-REQ [email protected] from 127.0.0.1:57943 for krbtgt/[email protected]
    04/01/14 18:04:59,808 kdc[62640]: UNKNOWN -- [email protected]: no such entry found in hdb
    04/01/14 18:05:00,294 servermgrd[20002]: nsc_smb XPC: handle_event error : < Connection invalid >
    And my sudo postconf -c /Library/Server/Mail/Config/postfix -n output:
    alias_maps = hash:/etc/aliases
    always_bcc =
    biff = no
    command_directory = /usr/sbin
    config_directory = /Library/Server/Mail/Config/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    data_directory = /Library/Server/Mail/Data/mta
    debug_peer_level = 2
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5
    dovecot_destination_recipient_limit = 1
    enable_server_options = yes
    header_checks = pcre:/Library/Server/Mail/Config/postfix/custom_header_checks
    html_directory = /usr/share/doc/postfix/html
    imap_submit_cred_file = /Library/Server/Mail/Config/postfix/submit.cred
    inet_interfaces = all
    inet_protocols = all
    local_recipient_maps = proxy:unix:passwd.byname $alias_maps
    mail_owner = _postfix
    mailbox_size_limit = 0
    mailbox_transport = dovecot
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    message_size_limit = 10485760
    mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
    mydomain = grabko.org
    mydomain_fallback = localhost
    myhostname = server.grabko.org
    mynetworks = 127.0.0.0/8
    newaliases_path = /usr/bin/newaliases
    postscreen_dnsbl_sites = zen.spamhaus.org*2
    queue_directory = /Library/Server/Mail/Data/spool
    readme_directory = /usr/share/doc/postfix
    recipient_canonical_maps = hash:/Library/Server/Mail/Config/postfix/system_user_maps
    recipient_delimiter = +
    relayhost = smtprelay1.telia.com
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtp_sasl_auth_enable = no
    smtp_sasl_password_maps =
    smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated reject_rbl_client zen.spamhaus.org permit
    smtpd_enforce_tls = no
    smtpd_helo_required = yes
    smtpd_helo_restrictions = reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
    smtpd_pw_server_security_options = cram-md5,digest-md5,gssapi
    smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks reject_unauth_destination check_policy_service unix:private/policy permit
    smtpd_sasl_auth_enable = yes
    smtpd_tls_CAfile = /etc/certificates/server.grabko.org.1C04ED269951F447E3422EB93680FCEDAE448203.ch ain.pem
    smtpd_tls_cert_file = /etc/certificates/server.grabko.org.1C04ED269951F447E3422EB93680FCEDAE448203.ce rt.pem
    smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL
    smtpd_tls_key_file = /etc/certificates/server.grabko.org.1C04ED269951F447E3422EB93680FCEDAE448203.ke y.pem
    smtpd_use_pw_server = yes
    smtpd_use_tls = yes
    tls_random_source = dev:/dev/urandom
    unknown_local_recipient_reject_code = 550
    use_sacl_cache = yes
    virtual_alias_domains = $virtual_alias_maps
    virtual_alias_maps = $virtual_maps
    And my sudo serveradmin fullstatus mail:
    mail:startedTime = "2014-01-01 11:58:58 +0000"
    mail:setStateVersion = 1
    mail:state = "RUNNING"
    mail:protocolsArray:_array_index:0:status = "ON"
    mail:protocolsArray:_array_index:0:kind = "INCOMING"
    mail:protocolsArray:_array_index:0:protocol = "IMAP"
    mail:protocolsArray:_array_index:0:state = "RUNNING"
    mail:protocolsArray:_array_index:0:service = "MailAccess"
    mail:protocolsArray:_array_index:0:error = ""
    mail:protocolsArray:_array_index:1:status = "OFF"
    mail:protocolsArray:_array_index:1:kind = "INCOMING"
    mail:protocolsArray:_array_index:1:protocol = "POP3"
    mail:protocolsArray:_array_index:1:state = "RUNNING"
    mail:protocolsArray:_array_index:1:service = "MailAccess"
    mail:protocolsArray:_array_index:1:error = ""
    mail:protocolsArray:_array_index:2:status = "ON"
    mail:protocolsArray:_array_index:2:kind = "INCOMING"
    mail:protocolsArray:_array_index:2:protocol = "SMTP"
    mail:protocolsArray:_array_index:2:state = "RUNNING"
    mail:protocolsArray:_array_index:2:service = "MailTransferAgent"
    mail:protocolsArray:_array_index:2:error = ""
    mail:protocolsArray:_array_index:3:status = "ON"
    mail:protocolsArray:_array_index:3:kind = "OUTGOING"
    mail:protocolsArray:_array_index:3:protocol = "SMTP"
    mail:protocolsArray:_array_index:3:state = "RUNNING"
    mail:protocolsArray:_array_index:3:service = "MailTransferAgent"
    mail:protocolsArray:_array_index:3:error = ""
    mail:protocolsArray:_array_index:4:status = "OFF"
    mail:protocolsArray:_array_index:4:kind = "INCOMING"
    mail:protocolsArray:_array_index:4:protocol = ""
    mail:protocolsArray:_array_index:4:state = "STOPPED"
    mail:protocolsArray:_array_index:4:service = "ListServer"
    mail:protocolsArray:_array_index:4:error = ""
    mail:protocolsArray:_array_index:5:status = "ON"
    mail:protocolsArray:_array_index:5:kind = "INCOMING"
    mail:protocolsArray:_array_index:5:protocol = ""
    mail:protocolsArray:_array_index:5:state = "RUNNING"
    mail:protocolsArray:_array_index:5:service = "JunkMailFilter"
    mail:protocolsArray:_array_index:5:error = ""
    mail:protocolsArray:_array_index:6:status = "ON"
    mail:protocolsArray:_array_index:6:kind = "INCOMING"
    mail:protocolsArray:_array_index:6:protocol = ""
    mail:protocolsArray:_array_index:6:state = "RUNNING"
    mail:protocolsArray:_array_index:6:service = "VirusScanner"
    mail:protocolsArray:_array_index:6:error = ""
    mail:protocolsArray:_array_index:7:status = "ON"
    mail:protocolsArray:_array_index:7:kind = "INCOMING"
    mail:protocolsArray:_array_index:7:protocol = ""
    mail:protocolsArray:_array_index:7:state = "RUNNING"
    mail:protocolsArray:_array_index:7:service = "VirusDatabaseUpdater"
    mail:protocolsArray:_array_index:7:error = ""
    mail:logPaths:Server Error Log = "/Library/Logs/Mail/mail-err.log"
    mail:logPaths:IMAP Log = "/Library/Logs/Mail/mail-info.log"
    mail:logPaths:Server Log = "/Library/Logs/Mail/mail-info.log"
    mail:logPaths:POP Log = "/Library/Logs/Mail/mail-info.log"
    mail:logPaths:SMTP Log = "/var/log/mail.log"
    mail:logPaths:List Server Log = "/Library/Logs/Mail/listserver.log"
    mail:logPaths:Migration Log = "/Library/Logs/MailMigration.log"
    mail:logPaths:Virus Log = "/Library/Logs/Mail/clamav.log"
    mail:logPaths:Amavisd Log = "/Library/Logs/Mail/amavis.log"
    mail:logPaths:Virus DB Log = "/Library/Logs/Mail/freshclam.log"
    mail:imapStartedTime = "2014-01-01 11:58:58 +0000"
    mail:postfixStartedTime = "2014-01-01 11:59:32 +0000"
    mail:servicePortsRestrictionInfo = _empty_array
    mail:servicePortsAreRestricted = "NO"
    mail:connectionCount = 0
    mail:readWriteSettingsVersion = 1
    mail:serviceStatus = "ENABLED"
    I am only running one zone for the domain, my mind is boggled...

  • How connect 10g with discoverer (host name give me error)

    hi master
    sir i install discoverer but not connect with oracle 10g
    i flow this step
    1. From the Start button use Programs | Oracle - BIToolsHome1 | Configuration and Migration Tools | Net Configuration Assistant.
    2. Select Local Net Service Name Configuration the click the Next button
    3. Check Add then click the Next button
    4. Type the Service Name of the database you want to connect to, then click the Next button
    5. On the next screen, select TCP and click the Next button
    6. On the next screen, enter the full name for the Host name using a fully qualified domain name and then tell the system which Port the database is using. Click the Next button
    7. If you know a username and password on the database select Yes, perform a test and then click the Next button. While this is not a mandatory step it is well worth doing as it will show whether you can connect to the database.
    8. On the next screen, the test will either succeed or fail. If it says Invalid username / password click the Change Login button and enter a known username / password combination
    9. When informed Connecting... Test successful click the Next button
    10. Provide a name that you want to know this connection by then click the Next button
    11. When asked if you would like to configure another service name, select No and click the Next button
    12. Click the Next button again
    13. Click the Finish button
    but Host name or step 6 give me error
    this is my database name == universi
    this is my computer name == fahim
    this is my system user password == mfa786
    how i configure my discoverer with oracle 10g
    please give me idea
    thank's
    aamir

    thank's for your reply
    sir try to configure but host name step not success
    and i try to test
    then taht window give me this error
    see errir
    Connecting...ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    The test did not succeed.
    Some of the information you provided may be incorrect.
    Click Back to review the information provided for net service name, or Change Login to change username.
    ============== this is my bi path
    C:\oracle\BIToolsHome_6\network\ADMIN
    this is my tnsnames.ora file
    # tnsnames.ora Network Configuration File: C:\oracle\BIToolsHome_6\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    UNIVERSI =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fahim)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = universi)
    ================ this is my listener.ora file
    # listener.ora Network Configuration File: C:\oracle\BIToolsHome_6\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\BIToolsHome_6)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fahim.iqra.edu.pk)(PORT = 1521))
    when i try to run my discoverer that give me this error
    unable to connect fahim@universi
    failed to connect to databae - ORA-12514: TNS: listeer dose not currently know of service requested in connect descriptor
    please give me idea how i connect my oracle 10g with discoverer
    thank's
    aamir

  • I have a sync issue with any songs name track 1 or 2 so on ..even though my itune shows I have the play list right but after i sync the same 20 tracks play very different tracks, it doesn't happen when I sync other songs that actually have names

    I have a sync issue with my ipod, anytime I synch a playlist that has generic song names instead of actual names like track 1 or track 2 so on even though my itune library shows and plays the song, but after a sync my ipod will play a different song. Never happnes if the playlist has actual song names, than everything is fine..!!!!Any help?

    If I understand you correctly, when iPod play the Track 1, a different song is played, what is the name of this different song?

  • Issue with cover sheet name in chinese

    Hi All,
    Please help me with the following issue with your solutions
    When we complete an MSDS document, a Cover sheet will also get generated and a proram will send both the documents to the customer in his/her email id.Both the documents are received in customer's email id as .PDF files( Say Pkt ID.PDF for MSDS and Coversheet.pdf for coversheet).
    In general coversheet goes as coversheet.pdf,but for some countrie like china customer need to see the files received in chinese text( Coversheet in chinese text.PDF).
    In my case the customer is receiving a covers sheet with (chinese text.PDF),but the chinese text appearing for coversheet is not correct.
    Any help as from where this is picked up for coversheet? I checked Document Management systemdefine doc typesassign language dep doc status for DBE.Also checked phrases ,but of no use.
    Kindly let me know your inputs
    Regards
    George

    Found that the Program handling the sending of MSDS&COVER sheet to customer is mapped with wrong text element.
    Thanks .I am closing the defect

  • Issue with Portal

    We have created new report in Omniportal. It is working fine in Test instance, but in Production, it is failing inconsistently. The log shows the following
    13/03/26 16:06:13 webClipping: ERROR: Exception occured in lookup in PortletDefinition in Clipping Def Phase II
    13/03/26 16:06:13 webClipping: ERROR: SQL Error Code = "17002"
    13/03/26 16:06:13 webClipping: WARNING: Io exception: A remote host did not respond within the timeout period.
    13/03/26 16:06:13 omniPortlet: [instance=161033_OMNIPORTLET_37410123, id=130060030518,6] Cannot store connection information in the repository because the repository has not been configured. Contact your administrator to configure the repository.
    13/03/26 16:06:13 omniPortlet: [instance=161033_OMNIPORTLET_37410123, id=130060030518,6] oracle.webdb.reformlet.ReformletException: Cannot store connection information in the repository because the repository has not been configured. Contact your administrator to configure the repository.
    Have anyone seen this error before ? The Report output is pretty much inconsistenet, sometime it works just fine, sometime it fail with "Cannot store connection information in the repository because the repository has not been configured. Contact your administrator to configure the repository." error.
    This seems to be timeout issue. We have changed the timeout value, but this has not resolved the issue.
    Thanks,
    Ashish

    Hi,
    Its working very fine before..This is an Test Instance.
    Idx
    Name
    PID
    State
    Error
    Restart
    0
    dispatcher
    18080
    Running
    0
    yes
    1
    server0
    18081
    Running
    0
    yes
    2
    SDM
    18082
    Running
    0
    yes
    Its Dual Stack ABAP+JAVA. No issue from ABAP Engine.I am able to login.
    Regards,
    Siva

  • How to patch DemoIdentity.jks with new host name

    Somehow, after WebLogic was installed on a particular box, the DNS name for the local host was changed slightly. I created a domain on that box and I was about to start a managed server from the admin console, and I noticed that the NodeManager was not reachable, reporting the following error (hostname tweaked):
    [Security:090504]Certificate chain received from localhost - 127.0.0.1 failed hostname verification check. Certificate contained foo.adm.tst.us.company.net but check expected localhost
    I confirmed this by listing the identity keystore.
    From the Unix prompt, "hostname" returns "foo.tst.us.company.net".
    I looked at another box with a similar configuration, and the hostname of the identity cert matches the output of "hostname".
    So, now I have to figure out how to repair this. If your first response is to say to modify the "hosts" file, I'm considering that out of bounds at this point. Making changes that require root access are a P.I.T.A here, so I want to avoid that.
    I think the best way to fix this would be to patch the identity keystore. I believe I would have to create a new self-signed identity cert and put it into the keystore. Can someone spell out the basic steps I'd have to go through for this?

    So far, I've done the following:
    * CertGen to create the cert with the correct hostname
    * used keytool -import ... to import the cert into the identity keystore
    it seemed to me like "ImportPrivateKey" was just a veneer over keytool, so I didn't try that. I could be wrong.
    At this point, I see two issues:
    1. When I did the import, I saw that the new cert had an expiration date of tomorrow. That seems like a problem. I don't see any option in Certgen to specify an expiration date.
    2. After importing the cert, I'm not sure what, if anything, I should restart before checking to see whether it worked. I tried just doing directly to the machine monitoring tab, and it still reports the mismatched hostname error.

  • System copy - BSP applications launching with old host name

    Hi
    After system copy, when we test any bsp application, a new window is opened in the internet explorer with the old Web server hostname. These bsp applications are not launching with the new server name.
    I checked all the ICM settings and they all fine.
    Is there any database table which has the old web server entries?
    Regards
    Chandu

    Resolved by ourselves.  Deleting the contents in table HTTPURLLOC fixed the issue.
    Regards
    Chandu

  • Issue with 10g Server Name in HTTPServletRequest

    Hi,
    We found an issue 10g (Sol8). When we intercept the HTTP request through a J2EE Filter, we see that :
    Server name : hostname
    HOST header : hostname.domainname:port
    Why is the Server Name not same as "hostname.domainname" ?
    In 9iAS, the "Server Name" correctly matches the fully qualified hostname that is present in HOST header.
    Any feedback on this issue will be greatly appreciated.
    Thanks,
    Krishnendu

    You have to create a workbook to do this.
    Refresh your query/report. In Bex analyser, there is one toolbar named BEx design toolbox, If you are not able to see it in analyser, right click on the toolbar space of BEx analyser and click on BEx design toolbox. Here, goto to design mode, by clicking on a sysbol like 'A'. after that place the curser where you want to see the Query description. and click on insert text (T) in BEx toolbox. click on it and check "Query description" in constant tab. in the general tab you need to assign a dataprovider, for that assign your query name in workbook settings (in Bex design toolbox). also check the "display caption" in general tab.
    Pravender

Maybe you are looking for