Zone name in prompt?

Hi.
How can I make the name of the current zone appear in my prompt? I use both /bin/bash and /bin/sh.
Thanks in advance,
John

It makes for a long prompt, but I like to identify the hostname and the zonename...
So for me it's
PS1="`hostname`|`zonename`$ "
This gives me both values that I can use with an extra reminder when I am on the global zone (zonename == global).
My profile actually is a little more indepth than that it sets the prompt to just the hostname and if it's S10 it resets to the above value.

Similar Messages

  • How to know Global zone name within Non-Global zone?

    Hi everybody.
    My answer is very simple: How can I (command or file) to know Global zone name within Non-Global zone? zoneadm command with all its options don�t work fine to me for this information. Thanks a lot for any idea with my question. Regards.

    Hi. Global Zone�s name is unknow for me from Non-Global zone. I don�t know it, but "Global" isn�t name neither hostname, is just Solaris 10 OS in my machine. However, your link was useful for me.
    Thanks a lot.

  • Alias name for the column name in Prompt

    Hi,
    I have a scenario where I am taking column names into prompt. I have used the following SQL in the SQL results under "Show" option of the Prompt.
    SELECT CASE WHEN 1=0 THEN AGE.AGE ELSE '"Orders"."By OrderDate"' END FROM " Real Time"
    UNION ALL
    SELECT CASE WHEN 1=0 THEN AGE.AGE ELSE '"Orders"."By ShipDate"' END FROM "Real Time"
    My problem here is I am getting the column names into the Prompt as "Orders"."By OrderDate" and "Orders"."By ShipDate", which is not acceptable and readable for mat for the user. Is there any way that I can assign an alias name for the column name such as OrderDate and ShipDate in the above SQL.
    Your quick respose is appreciated.
    Thanks,
    Rama

    hi,
    try an alternative one....in your administrator make new columns with alias to ones you want...so you wiil be able to show whatever you want.
    Otherwise,is it possible to show
    SELECT CASE WHEN 1=0 THEN AGE.AGE ELSE '"Orders"."By OrderDate"' as "xxxxxxxxxxxxx"END FROM " Real Time"
    UNION ALL
    SELECT CASE WHEN 1=0 THEN AGE.AGE ELSE '"Orders"."By ShipDate"' as "yyyyyyyyyyyyyyyy"END FROM "Real Time"
    Ending,you want the data from your columns?or just the name??
    hope i helped...
    http://greekoraclebi.blogspot.com/

  • DNS GUI adding trailing . to zone name in publicView.conf.apple

    I tried setting up the DNS on a newly installed OS X Server 10.5.1 installation. I have a working server on a Debian installation that I want to transfer to OS X Server. Server Admin seems to insist that the zone name given to the zone statement in publicView.conf.apple is a FQDN complete with trailing fullstop. This causes lookups to fail that work fine on the Debian installation. As a work-around I have manually edited publicView.conf.apple (even though I know I shouldn't) to remove the trailing fullstop in the zone name.
    Am I correct in thinking that this is a bug in the DNS GUI? Or have I misunderstood something? Is there a better work around?

    I am referring to the string straight after the zone statement in the view in publicView.conf.apple - so if my domain is your.fqdn.com I'd expect to see:
    zone "your.fqdn.com" IN { type master; file "db.your.fqdn.com"; };
    What I am seeing is:
    zone "your.fqdn.com." IN { type master; file "db.your.fqdn.com."; };
    The contents of the zone file are correct - I have no problem with that.

  • Apache failover service does not start - must zone name be the same?

    Hello,
    When I brought online apache data service, it starts successfully, then immediately fails. So the service starts up on the other node, then fails. No clear error message.
    I'm thinking of potential causes:
    - Could this be b/c the local zone names are different on both nodes? However, the zone paths are the same.
    - The ftp-temp hostname is defined only on the 2 nodes /etc/hosts, not in DNS. In nsswitch.conf, I have "hosts: cluster files dns".
    - I have the Bin_dir property set to /opt/xampp/bin. I can start up /opt/xampp/bin/apachectl start fine. Since I'm using xampp's apache, should I NOT be using SUNW.apache, but a generic data service?
    - Does the Apache service must be under SMF control? Does sun cluster stop/start date services using SMF?
    I'm running Solaris 10, SC 3.2
    I want to fail over the Apache service betwn the local zones (not fail over the whole zone).
    Here's what I did in setting up the resource from the global zone:
    jupiter # clresource create -g ftp4-acme-com-rg -t SUNW.apache -p Bin_dir=/opt/xampp/bin -p
    Network_resources_used=ftptemp -p Port_list=80/tcp,443/tcp,20/tcp,21/tcp xampp-apache
    The ftp4-acme-com-rg was in unmanaged state.
    jupiter # clresourcegroup online -emM ftp4-acme-com-rg
    In /var/adm/messages:
    Nov 24 13:25:47 jupiter Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource ftptemp state on node jupiter:ftp-acme-zone2 change to R_ONLINE
    Nov 24 13:25:49 jupiter Cluster.RGM.rgmd: [ID 784560 daemon.notice] resource xampp-apache status on node jupiter:ftp-acme-zone2 change to R_FM_ONLINE
    Nov 24 13:25:49 jupiter Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource xampp-apache status msg on node jupiter:ftp-acme-zone2 change to <Completed successfully.>
    At this point, I saw the virtual ip plumbed up. Also, noticed 'online' states.
    Resource Groups
    Group Name Node Name State Suspended
    Group: ftp4-acme-com-rg
    jupiter:ftp-acme-zone2 Pending online No
    Group: ftp4-acme-com-rg
    pluto:ftp_zone Offline No
    Resources --
    Resource Name Node Name State Status Message
    Resource: ftptemp jupiter:ftp-acme-zone2 Online         Online - LogicalHostname online.
    Resource: ftptemp pluto:ftp_zone Offline Offline
    Resource: xampp-apache jupiter:ftp-acme-zone2 Starting       Online - Completed successfully.
    Resource: xampp-apache pluto:ftp_zone Offline Offline
    The next message occurs 5 minutes later:
    Nov 24 13:30:52 jupiter Cluster.RGM.rgmd: [ID 764140 daemon.error] Method <apache_svc_start> on resource <xampp-apache>, resource group <ftp4-acme-com-rg>, node <jupiter:ftp-acme-zone2>: Timeout.
    Nov 24 13:30:52 jupiter Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource xampp-apache state on node jupiter:ftp-acme-zone2 change to R_START_FAILED
    Nov 24 13:30:52 jupiter Cluster.RGM.rgmd: [ID 529407 daemon.notice] resource group ftp4-acme-com-rg state on node jupiter:ftp-acme-zone2 change to RG_PENDING_OFF_START_FAILED
    Same messages on the 2nd node.
    This is the final status:
    -- Resources --
    Resource Name Node Name State Status Message
    Resource: ftptemp jupiter:*ftp-acme-zone2* Offline Offline - LogicalHostname offline.
    Resource: ftptemp pluto:*ftp_zone* Offline Offline - LogicalHostname offline.
    Resource: xampp-apache jupiter:*ftp-acme-zone2* Offline Offline - Successfully stopped Apache Web Server.
    Resource: xampp-apache pluto:*ftp_zone* Offline Offline - Successfully stopped Apache Web Server.
    Any input would be appreciated.
    Edited by: onetree on Nov 24, 2008 9:38 PM
    Edited by: onetree on Nov 24, 2008 10:23 PM

    Hi,
    Did you eventually find the root cause/solution to this problem? I got into the same thing on my setup where I created 2 zones on a solaris 10 node. The apache on any of the 2 zones just dont seem to start up. In the end clrg failed after a few attempts on both zones. The time out is about 5 min after apache_svc_start was launched. I grepped httpd and no such process was launched. It does not like it is monitor issue. Logicalhost resource is started ok. so I am not sure if there is any security or access issue involed for apache_svc_start.
    Mar 6 16:03:05 miwok.nms.fnc.fujitsu.com Cluster.RGM.global.rgmd: [ID 224900 daemon.notice] launching method
    <apache_svc_start> for resource <apache-res>, resource group <apache-rg>, node <miwok.nms.fnc.fujitsu.com:ho
    st1>, timeout <300> seconds
    Mar 6 16:03:05 miwok.nms.fnc.fujitsu.com Cluster.RGM.global.rgmd: [ID 784560 daemon.notice] resource apache-
    res status on node miwok.nms.fnc.fujitsu.com:host1 change to R_FM_UNKNOWN
    Mar 6 16:03:05 miwok.nms.fnc.fujitsu.com Cluster.RGM.global.rgmd: [ID 922363 daemon.notice] resource apache-
    res status msg on node miwok.nms.fnc.fujitsu.com:host1 change to <Starting>
    Mar 6 16:08:07 miwok.nms.fnc.fujitsu.com Cluster.RGM.global.rgmd: [ID 764140 daemon.error] Method <apache_sv
    c_start> on resource <apache-res>, resource group <apache-rg>, node <miwok.nms.fnc.fujitsu.com:host1>: Timeou
    t.
    One qestion is: do I have to install 3 separate copies of apache on global/zone1/zone2? I just had the default copy under /usr/apache.
    Any info would be appreciated.
    Mike

  • DNS: Zone name vs. Host name question

    My little office OSX Server setup has been working fine, but I realized my DNS setup was a little weird. I think the primary zone and first host machine record were setup during the initial install/setup process, and it doesn't seem to match what Hoffman recommends in his excellent DNS Setup guide.
    My primary zone was named "files.example.com", and my server host record was also named "files.example.com". Everything seemed to work, but I realized when I wanted to add some additional hosts and aliases, I was getting something like "mail.files.example.com", when what I wanted was "www.example.com".
    Hoffman, and others, recommend trashing the default zone and records, and making a new zone named "example.com", then making a machine record for the server, "files.example.com".
    That makes perfect sense, except I don't understand one thing: how, with this setup, can I get the dns to cough up an ip address for hostname "example.com"? Can I make a machine record with a blank hostname, thus yielding a hostname that is the same as the zone name?
    Thanks.

    RobertNichols wrote:
    My little office OSX Server setup has been working fine, but I realized my DNS setup was a little weird. I think the primary zone and first host machine record were setup during the initial install/setup process, and it doesn't seem to match what Hoffman recommends in his excellent DNS Setup guide.
    My primary zone was named "files.example.com", and my server host record was also named "files.example.com". Everything seemed to work, but I realized when I wanted to add some additional hosts and aliases, I was getting something like "mail.files.example.com", when what I wanted was "www.example.com".
    Hoffman, and others, recommend trashing the default zone and records, and making a new zone named "example.com", then making a machine record for the server, "files.example.com".
    That makes perfect sense, except I don't understand one thing: how, with this setup, can I get the dns to cough up an ip address for hostname "example.com"? Can I make a machine record with a blank hostname, thus yielding a hostname that is the same as the zone name?
    Thanks.
    Apple setup wizard creates a zonename like files.example.com i.e. the same as the host name. I totally agree with Hoffman this is wrong (and I reported it as a bug to Apple) but that is the way Apple do it until 10.7 at least.
    I therefore do the same as Hoffman and trash Apple's auto-created zone and do it myself.
    Note: The auto-zone format used by Apple will work and might be 'good enough' for a small simple internal only setup, but if your doing a more complex multi-server setup and especially if your going to do split-horizon DNS, it is a terrible setup.

  • Adding another filter to User Name is Prompted

    I am trying to add an additional filter to a dashboard report that uses User Name is Prompted. I would also like to display opportunities that have the user's last name in the Opportunity Name field. It should not be the current user's name, it needs to be the same name as the Is Prompted Name.
    Any suggestions?

    Hi Prakash,
    it's only since some minutes )
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/implementing resource list filters for flexible ui navigation/index.htm
    Regards,
    Thilo

  • Server 2008R2 with AD DNS Panel not showing any records only shows the zone name

    Hi All new to the Form.  We have had this new domain controller running dns for a few years now and recently I went to edit some DNS records and found them missing in the DNS console the zone names are there but nothing is under the zones just one record
    for the server under our AD domain. If i do a nslookup to this server it still displays the records as it should. It is also setup to forward the zones to a secondary server which is only pulling info from this Master 2008R2 server. Any ideas where i can try
    and recover the records for my Zones.
    Thanks

    Hi,
    According to your description, there are several possible reasons resulting in the DNS records disappearing.
    1. If the aging and scavenging was configured in the DNS server, scavenging can cause records to disappear. Even Windows-based computers that have statically assigned servers register their records every 24 hours. Verify if the
    No-refresh and Refresh intervals are too low. For example, if these values are both less than 24 hours, then we will lose DNS records. To view the settings, right-click the zone in the DC, click
    Properties, click Aging.
    2. Is there a DHCP server in your environment? DNS Dynamic Update Protocol updates to existing records fail can also cause them to be deleted by the scavenging process as aged records.
    Also, event logs are helpful to isolating the issues. Is there any event logs in your computer?
    For more details about DNS records disappearing, please refer to the link below,
    DNS Records Disappearing and DNS Auditing
    http://msmvps.com/blogs/acefekay/archive/2010/12/09/dns-records-disappearing-and-dns-auditing.aspx
    Using AD Recycle Bin to restore deleted DNS zones and their contents in Windows Server 2008 R2
    http://blogs.technet.com/b/askds/archive/2010/08/12/using-ad-recycle-bin-to-restore-deleted-dns-zones-and-their-contents-in-windows-server-2008-r2.aspx
    Best Regards,
    Tina

  • Conflicting time zone names

    I receive invitations from other calendaring programs, e.g. Lotus Notes, and have noticed that they use time zone names that are unknown to iCal. I received an invite today that showed up in my calendar at 10:00 CDT. My calendar time zone is set to America/Chicago.
    When I looked at the .ics file being imported, the time zone name was "Eastern" and the time of the event was 100000. Apparently iCal didn't recognize "Eastern" as the name of the time zone. It should have shown up on my calendar at 09:00. I went in and changed the time zone in the .ics file to "US/Eastern" which is an iCal option and it entered correctly into my calendar.
    Is there a standard set of time zone names or does every program use their own? If nothing else, a message stating that the time zone wasn't recognized and was assumed to be the same as the iCal calendar would help prevent missed conference calls, etc.
    Thanks for any input.
    Mark G.

    It is hard to believe that we 'put a man on the moon' four decades ago, but haven't adopted a standardized method for interchanging event data!
    As you point out, it may be a very long time before major organizations upgrade and adopt the CalDAV standard, so this issue may be with us for a long time. As someone who cut his teeth on mainframe processing more than thirty years ago, I understand the glacial movement of major information technology operations, and how challenging and difficult such transitions can be.
    I believe that it is incumbent upon major players like Novell and Microsoft to bring their existing code into the 21st century, but it seems an unlikely outcome, as the typical reaction on their part is to encourage an organization to perform a complete overhaul, rather than have the publisher patch existing code.

  • Changing DNS zone names after the fact

    Over 3 months ago we started setting up our server network. After discussions with administration it was determined (at the time) that we would use and register a domain name with a .net extension. So we set up a primary server with this extension and had it registered with our ISP. We subsequently added 7 other servers to the mix and as they were installed they grabbed their names from the DNS zone we had setup *.net in our DNS zone in our primary nameserver system. It was all well the tests worked we had it all going and are moving our 130 machines (including about 60 users) over next few months (and have moved about 10 users and other machines so far.
    My question is this. Back in beginning a *.org was the other option but we had problems with it and our ISP (could have been some error on our part) so we went with *.net for our domain and got that registered. Now all of a sudden as our management is wanting to move the organizational website (we are not doing that) to another service that service is tying to convince them we should have not used *.net but *.org.
    The person in charge of us is strongly asking if we can go back and setup with *.org but as I understand it I cannot go in and delete my *.net DNS zone and then rename all the servers with a .org extension but as we understand it from lynda.com and other sources it appears that we probably would have to go back and reset all the machines back up by reinstalling them after I changed the first primary nameserver. And then register the new name and wait for it to propagate?
    Are we wrong? Can we just go in and turn off the DNS in server admin and then change the zone name(s) to *.org and the host names of each server from *.net to *.org and restart DNS and find all to be well? As much as we can tell it appears that we would have to restart from scratch as all the documents and lynda.com imply we should have had our final domain name set and registered before we started to install and setup the primary and secondary servers?
    I see some examples where it is said to make such changes something needs to be done with ipconfig and not the GUI in server admin. But again I am not sure that this will work with our primary nameserver and the 7 servers under it?
    Any feedback or help about this would be appreciated. It is our preference to stay with *.net and not have to do major work as we are starting user and network migration to the new servers and hate to have have such a major setback just because one person and the web design service they want to use does not like *.net. to us it appears the horse is long out of the barn and when this was approved last fall we have gone to far to easily go back. But if it is easier to go back than we think then we are willing to try to change.
    Thanks
    russ

    foilpan wrote:
    first, what are these servers doing? are they all web servers, OD masters, simple file servers? depending on their roles, changing their names can be more or less of a problem.
    The first server we set (the name server) does incoming mail, is the DNS server for local net and such. Then there is the outgoing mail server (one of 7) a web server (another of 7) and then the rest are mostly file servers for our setup.
    second, work out that political stuff before making any changes. if everything's working fine as is, make a strong case for leaving things alone. if possible, estimate support costs for changing everything and troubleshooting, then see if management can justify it.
    Sort of my feeling. We thought we had it all worked out but then they decided to abandon the old web site (managed by someone else but associated with the old mail/network somewhat) and have a new Web design company do it and this company complained about us having chose a .net for what reason I do not know so the administrator somehow was persuaded and had no idea of the can of worms she had opened up by changing her mind. If it is too much of a hassle and it appears so in terms of delays to move rest of organization over then I hope we can convince them.
    are all these servers public facing or behind a firewall?
    They are behind a firewall on a high speed cable modem ISP service (firewall is local ASTARO machine).
    also, why not setup another dns zone for .org and point to the same hosts? that would allow you to use either .net or .org, for the most part. again, that depends on what these servers are doing.
    We suggested that but the administrator did not like having two names we have a lot of users (volunteers and such) who are not really too savvy (the nature of free and partime help I guess) and she feels they will be confused by two extensions for network, mail and web. It sure does not bother me (I have about 8 email addresses for example now .
    post more details without the political background and what the end result should be, and we'll be able to add more here.
    Ok basically we want to know with the following:
    1) main nameserver (the first server that provides the DNS zone for local *.net and serves the incoming mail)
    2) A second outgoing SMTP server to split load and do outgoing work...
    3) A third webserver doing all the web services (blog, wicki, and such)
    4) 4 file servers that are going to provide a local file server for our 4 main departments
    5) A final test server we are testing other things with-- so total of 8 servers.
    6) 8 Users out of 60 now on the network with their personal desktops or laptop machines, and a few printers and other devices all on new network.
    There are a total of 130 macs and pc's in our organization that will all eventually be on this new network with the above.
    Basically we are wondering if the main (first) DNS and incoming mail sever, and the 7 other (web, SMTP out, and file server machines) will have to be set back up from reinstall if we are to make the change from the *.net zone we have now to a *.org one?
    Any other details that would be of help?
    Thanks
    Russ
    2) second

  • How to edit a zone name in EM12c

    I have created a zone with a OVM server pool in it. Now I want to change the name of the zone.
    Please let me know the steps to do it.
    Regards
    Arun

    EM does not support renaming of targets today. The best option will be to "remove" the zone target in EM and recreate it with a new name. You will lose the historical data associated with the old target, so you will need to redo the self service setup (role-based zone access, charge plan, etc.) with the new zone target. Renaming of targets is planned to be supported in the next major release of EM, so this use case will be addressed in the future.

  • Error occur while renaming zone name

    dear all,
    i have done following steps to rename but it is not changing
    1. halt or down the zone
    zoneadm -z zone23 halt
    2. viewed the current status of the zone
    zoneadm list -cv
    it is currently in istalled state
    3. zonecfg -z zone23
    4. set zonename=zone30
    but for step 4 i am getting following error
    set <property-name>=<property-value>
    For resource type ... there are property types ...:
    (global) zonepath
    (global) autoboot
    (global) pool
    fs dir, special, raw, type
    inherit-pkg-dir dir
    net address, physical
    device match
    rctl name, value
    attr name, type, value
    why i am getting above as output when i am trying to rename a halt zone using zonecfg.

    Hi Friend,
    Pls try this steps.
    Renaming zone orazone to oraprodzone
    Perform all of the below as root of global zone.
    First shutdown your orazone zone
    globalzone# zoneadm -z orazone halt
    globalzone# vi /etc/zones/index
    change orazone to oraprodzone
    globalzone# cd /etc/zones
    globalzone# mv orazone.xml oraprodzone.xml
    globalzone# vi oraprodzone.xml
    change orazone to oraprodzone
    globalzone# cd /zones
    -/zones is where I have stored all the zones
    globalzone# mv orazone oraprodzone
    -cd to your new zone (/zones/oraprodzone)and modify /etc/hosts, /etc/nodename, /etc/hostname.xxx
    globalzone# cd /zones/oraprodzone/root/etc
    -boot new renaming zone
    globalzone# zoneadm -z oraprodzone boot
    Regards,
    K.Raja

  • Printing the schema name at PROMPT

    DB Version: 10.2.0.4
    We run scripts like below on lots of schemas. To display the schema name , i can actually use
    SHOW USERin the script. But, i would like the schema name to printed at xxxx as shown below (in the CREATE message)
    set echo off
    set feedback on
    set define off
    Spool ModuleName-SCRid.log
    PROMPT Creating table emp in Schema xxxx -------- I need schema name to be printed here
    create table emp
    empid          varchar2(15 )           not null,
    emp_Code     varchar2(15 )           not null,
    updated_c     varchar2(1 )            not null
    alter table hrtb_emp add constraint pk_hrtb_emp primary key (empid, emp_Code);
    PROMPT Creating package spec lms in Schema xxxx -------- I need schema name to be printed here
    CREATE OR REPLACE PACKAGE lms
    AUTHID CURRENT_USER
    AS
    FUNCTION fetch_emp_x
       (in_code            NUMBER,
       iv_period            VARCHAR2,
       iv_emp_id            VARCHAR2,
       id_date            DATE
       RETURN VARCHAR2;
    end ;
    show errors
    spool off;Is there any way i could do this?

    Johan, Joel
    The issue with
    set sqlprompt "&&_USER@&&_CONNECT_IDENTIFIER SQL>"is ; once there is login issue with any of schemas like password mismatch or locked account..etc. From then onwards, you won't see the schema name.
    An example from a script after a failed login to one of the schemas.
    &_user:&_connect_identifier > CONNECT bn_205/hgh45ui@ws_test
    Connected.
    &_user:&_connect_identifier > @D:\DEPLOYMENTS\alter.sql
    &_user:&_connect_identifier > show user
    USER is "bn_205"
    &_user:&_connect_identifier >
    &_user:&_connect_identifier > alter table CNF_DATA_FIELD_BLK add MAPPING_VALUE_C VARCHAR2(50 BYTE);
    Table altered.
    &_user:&_connect_identifier > alter table CNF_DATA_FIELD_BLK add MAPPING_START_VAL_C VARCHAR2(15 BYTE);
    Table altered.
    &_user:&_connect_identifier > alter table CNF_DATA_FIELD_BLK add MAPPING_END_VAL_C VARCHAR2(15 BYTE);
    Table altered.
    &_user:&_connect_identifier >
    &_user:&_connect_identifier > alter table DOP_FIELD_VAL_DET add FIELD_BLK_CODE_C VARCHAR2(15 BYTE);Laurent,
    Your solution almost worked.
    Creating package spec lms in Schema MANU                                       
    1 row selected.I want to get rid of the row selected message. But i don't want to set the FEEDBACK OFF

  • Windows Security user name/password prompt when trying to remote access personal cloud storage device

    I have 2TB WD Book Live drive setup at home and is working fine, including remote accessing by internet. However using a colleague's computer at the office recently, her computer would always prompt me for Windows Security username and password. I've tried
    keying her admin user name/password and well as the router's admin/admin combinations and still doesn't allow me to access the cloud drive properly. However I have had no problem accessing the same drive remotely using other colleagues computers.
    The exact message prompt as follows: Windows Security. The server 192.168.1.1 is asking for your user name and password. The server reports that it is from index.htm. WARNING: Your user name and password will be sent using basic authentication on
    a connection that isn't secure.
    Please help me understand the problem and its solution. Thank you.

    Hi,
    The IP address 192.168.1.1 is your Router server address, isn't it? I doubt there should some limition in your colleague's system. Please check it. Also you can try to disable security software for test to access your cloud.
    The problem isn't your cloud server Authorization.
    Roger Lu
    TechNet Community Support

  • User name password prompt is not working

    Hi Experts,
    I have a screen in a BSP application in which , I have two links.
    These two links are the links to the screens of a different BSP application for which default username password is not set.
    But when I clicked the first link its prompting for the user name and password but its not happening for the second link.
    Its also vice versa.
    I checked the below link which explains about the way password details are prompt but I am not sure of how to handle this and have the prompt for username and password for both the links.
    http://help.sap.com/SAPHELP_470/Helpdata/EN/5a/f8b53a364e0e5fe10000000a11405a/frameset.htm
    Your inputs will be helpful.
    Regards,
    Gopal

    Hi,
    this sounds a case for Single Sign On, especially if you´re calling your 3 applications from the Enterprise Portal. You have to talked to your administrators for EP and SAP, since it is a complicated task.
    Try this link for more about the user and this link for SSO.
    after entering username and password for the first time, somehow the information remains alive event when you close your BSP application and call another one. This is a very bad security case if you´re moving your applications into production.

Maybe you are looking for