Creation of an Alias(Urgent)

How to create an Alias Name for a Jsp Page. Here i just dont want to call a Jsp page by its original name .

use <jsp-file>abc.jsp</jsp-file> instead of <servelet-name> tag
others same as <servelet> tag in DD

Similar Messages

  • Connection tab is inactive during the creation of system alias in portal

    When we trying to implement the note 1249323, during the creation of
    system alias in portal (Step B in SRM 7.0), the connection tab is
    inactive to fill the information (EP-PCT-SRM).
    Please can anybody give a solution to this problem so that we can finish our
    implementation of the note.
    Thanks and regards
    Mahesh

    If you are referring to the property "Collection" of the system object - I don't think you can edit it. It is not used at runtime by the applications/iviews.
    That should have been a mistake in the SAP note and you can ignore that property and go ahead with creating your system.
    Thanks,
    Shanti

  • Problem in creation of system alias for bw system

    Hi,
    I want to create system alias for the bw system
    system admin->sys Config->system landscape->portal content->my own folder
    for this folder i created the system object
    after creation of system object, from property category i select the connector and give the details.
    after that i select the user management and give
    authentication ticket - select
    Logon method- UIDPW
    User Management type- admin,user
    i saved till now
    in the display object i select the system alias
    then that screen displays
    In the system alias screen, i clicked on add button for adding alias then we r getting this message.
    User Mapping Status:  (Not ready for user mapping configuration)
    Please give the solution for solving this problem
    Regards,
    Sid.
    Edited by: sid m on Mar 11, 2008 12:15 PM

    Hi Krishna,
    I checked  the connection settings.
    WAS settings in system object is giving this mistake
    before user mapping it works fine.
    after giving usermapping i ma getting this exception.
    SAP Web AS Connection
      Test Details:
    The test consists of the following steps:
    1. Check the validity of the system ID in the system object
    2. Check whether the system can be retrieved
    3. Check whether a SAP system is defined in the system object
    4. Validate the following parameters: WAS protocol; WAS host name
    5. Check HTTP/S connectivity to the defined backend application
      Results
    1. The system ID is valid
    2. Retrieval of the system was successful
    3. The system object represents an SAP system
    4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name (172.19.18.75)
    5. HTTP/S connection failed
    for testing the connector i am getting this exception
    Test Connection with Connector
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    Regards,
    Sid.

  • Creation of System Alias between Portal and E Sourcing System

    Hi Team,
    I would like to create a System Alias between SAP Portal 7.4 and E Sourcing System 10.0. I would like to know during the creation of System Object which template i need to take (is it http System or R/3 System using Load Balancing).
    If it is a HTTP System, I am getting  ""Could not find Connector Factory value: null"".
    Could you please help me in knowing what could be the issue.
    Pls. Note: E Sourcing is a Java based SAP System.

    Hi Sankar,
    Please go through the below SAP Note and see if that helps.
    711769 - SSO between SAP Java Software Products
    BR,
    Anurag

  • Not receiving all email to primary Apple ID address since the creation of an alias

    Not receiving all email to primary Apple ID address since the creation of an alias

    All email sent to your iCloud email alias address should be received in your iCloud inbox.  If email is being addressed to your alias when you think it should be addressed to your primary address it may be because the sender replied to an email you inadvertently sent from your alias address.  You might want to confirm that your primary address is set as your default for sending mail.  See "set default address to send from" here: http://help.apple.com/icloud/#/mm6b1a490a.

  • Upload data for Tcode LT06(Transfer order creation) using BDC -very urgent

    hi experts,
          I got stucked up in writing a BDC for the Tcode LT06(Transfer order creation using wearhouse number) in MM module,
    the problem is like this, when i go to the tcode LT06 , it will ask for material doucument,mat. docu. year and wearhouse number, iam entering the inputs and then press enter, as soon as i press enter it takes me to the second screen where i will be selecting the item and then click on the button called  'Generate TO item'
    here the problem arises, as soon as i click the button iam getting a standard SAP error message(No Destination Storage Bin found in storage type 'IMP'). Due to this errror iam not able populate the batch input data on the screen, suggest me a proper solution. rewards will given if solution found useful.
    Kishore K

    Hi ,
    I have done the same in Background with BDC and TR Number for Multiple Materials ,
    Can u please explain the scenario, so then I would be able to try for solution ?
    Warm Regards.

  • Problem in Datasource creation in R/3 - Urgent.

    Hi experts,
       I ahve created a data Source in the R/3 system for a custom table with one key figure and one unit characteristics.
       I have a view which does not have these fields and I have a extract structure which in turn has an append structure to hold the above mentioned fields.
       I have a generic delta on the date field (upper limit one day).
       I have included the code for extracting the unit and quantity in the exit.
       Now My problem is when i test the extraction in RSA3 I am not able to view the key figure and the unit characteristics.
       In transaction RSA6 I selected the datasource and opened in change mode where i can see the fields for selection, hide, invert and fields known only for exits.
       There I unchecked the unit and quantity fields which were marked as hidden and save it. While saving it gave a error message "Data Source Still contains Error".
       Can Anyone address this problem.
       It's urgent.
    Arul jothi.

    Hi Shiva and AHP,
      Your suggestions have actually solved my problem. Now i can see the key figure and the unit in the extraction fields. but now the problem is ....See the following
    Component  Componenttype   Datatype Reftable     reffield  
    ZZBDMNG        BDMNG         QUAN    ZAZOXPRD0020  ZZMSEHI
    ZZMEINS        MEINS         UNIT
    ZZMSEHI        MSEHI         UNIT     
    The above is my append structure.
    ZZMSEHI is the field i have declared which i am not using in my program.
    now if i do a test extraction this field is also displyed.
    how to avoid this?.
    even if i hide that field (ZZMSEHI) it is giving the error  "the oltp source still has errors"
    arul jothi.

  • Image creation...Quit urgent!

    Having the following:
    a jfreechart object in a jfreechartPanel (which extends JComponent), i'd like to make a jpeg containing this panel and its chart.(which easily can be shown in a window, no problen there).
    I've tried in vain with BufferedImage created with the createImage() (from Component), as following:
    BufferedImage image = myChartPanel.createImage(int width, int height);
    the best result was an image with a rather bothering pastel green background.
    Does anybody have a detailed solution. please?!....

    Try this code:
      public static void saveComponentAsJPEG(Component cmp, Container cont, String jpegfile) {     
          Rectangle d = cmp.getBounds();      
          BufferedImage bi = new BufferedImage(d.width, d.height, BufferedImage.TYPE_INT_RGB);  
          Graphics2D g2d = bi.createGraphics();
          SwingUtilities.paintComponent(g2d,cmp,cont, 0,0,d.width,d.height);      
          saveImageAsJPEG(bi, jpegfile); 
      public static void saveImageAsJPEG(BufferedImage bi, String filename) {     
         try {       
           ByteArrayOutputStream boutstream = new ByteArrayOutputStream();        
           JPEGImageEncoder enc = JPEGCodec.createJPEGEncoder(boutstream);
           enc.encode(bi);        
           FileOutputStream fimage = new FileOutputStream(new File(filename));        
           boutstream.writeTo(fimage);       
           fimage.close();      }
        catch (Exception e) { System.out.println(e); }  
      }Import the com.sun.image.codec.jpeg package if you want to save the component as JPEG.
    The saveComponentAsJPEG() method takes a Swing component and its container as inputs. If there is no container, create a dummy JFrame and get the container by getContentPane() method. It creates a BufferedImage object with the Swing component drawn over it. But I am not sure whether it saves the image drawn over JComponent.

  • Creation of Secondary Infotypes

    Hello gurus,
    I have to create secondary infotypes for IT0021 for the country Sweden. I am trying the transaction code PM01....but I don't get to see the IT View option in the menu so as to initiate secondary infotype creation.
    Request your urgent help.

    Hi
    Having not worked on a Swedish project can't say that I know what you actually require, however SAP make it fairly clear about not creating your own IT view.
    Standard settings
    SAP delivers infotype views for several chosen infotypes - especially for
    those of relevance to the German civil service.
    Activities
    Do not create any of your own infotype views.
    Do not change the settings for assigning infotypes and views.
    If it is a legislative requirement it should've been delivered by SAP, if it's a new legislative type requirement it should be delivered by SAP although I can't find any recent OSS note covering this.  The standard SAP help also doesn't mention any country specific requirements with regards to Sweden and IT0021.
    Cheers
    Euan

  • How to automate the alias between Windows AD and SAP accounts

    I have authentication working where I can logon via SSO with Windows AD authentication and still get to SAP BW via SAP SNC.  In getting this to work I had to manually create an alias between the Windows AD account and th SAP Account.  We will have thousands of users in our Business Objects environment with users coming and going each day.  I have not found a way to automate the creation of the alias.  There must be some way to do this, since this seems like it would be a common need for customers that want to access both SAP and non SAP resources in Business Objects.  Has anyone found a way to automate the creation of the aliases?  Our user ids are the same in Windows AD and SAP, so it doesn't seem like this should be that difficult, but I can't figure this out.

    Thanks for the response.  That was helpful.  I had seen something similar is SAP Note 1269228, but that note did not mention the registry key setting.  These seems like a fairly common request.  Is built in support for this planned in XI 3.2 or XI 4?  The reason I ask about the feature being included in future releases, is because we may hold off on taking the time to develop a script if this is soon to be part of the software. 
    Also, if anyone has already created a script to do this, I would be inteterested in knowing how you scripted this.  How do you handle adds/removes of either SAP Authentication or Windows AD Authentication for a user?  How do you handle adds or deletes of whole users?

  • Creating of an alias failed

    Hi @ all,
    during the creation of an alias on icloud.com I got the following error after I have filled out the form and submitting the entries.
    "Alias can't be saved"
    that's all and the new alias wasn't created.
    Any ideas??
    Rgds,
    Mike

    Hi Smita,
    While activating your DC's CBS interacts with DTR and gets the sources and copies them to the directory which in your case is /usr/sap/PDI/DVEBMGS11/j2ee/cluster/server0/temp/CBS/<Request>..
    Now firstly you can check whether there is problem with syncing sources. The user specified in the CMS Domain configuration should have authorizations to access DTR.
    Also you can check whether the directory /temp/CBS has write access.
    Some of these things.
    Hope this helps
    Regards
    Sidharth

  • How to get latest added file from a folder using apple script

    Hi..
    I am trying to get a latest added file from a folder..and for this i have below script
    tell application "Finder"
        set latestFile to item 1 of (sort (get files of (path to downloads folder)) by creation date) as alias
        set fileName to latestFile's name
    end tell
    By using this i am not able to get latest file because for some files the creation date is some older date so is there any way to get latest file based on "Date Added" column of a folder.

    If you don't mind using GUI Scripting (you must enable access for assistive devices in the Accessibility System Preference pane), the following script should give you a reference to the last item added to any folder. Admittedly not the most elegant solution, but it works, at least under OS X 10.8.2.
    set theFolder to choose folder
    tell application "Finder"
        activate
        set theFolderWindow to container window of theFolder
        set alreadyOpen to exists theFolderWindow
        tell theFolderWindow
            open
            set theInitialView to current view
            set current view to icon view
        end tell
    end tell
    tell application "System Events" to tell process "Finder"
        -- Arrange by None:
        set theInitialArrangement to name of menu item 1 of menu 1 of menu item "Arrange By" of menu 1 of menu bar item "View" of menu bar 1 whose value of attribute "AXMenuItemMarkChar" is "✓"
        keystroke "0" using {control down, command down}
        -- Sort by Date Added:
        set theInitialSortingOrder to name of menu item 1 of menu 1 of menu item "Sort By" of menu 1 of menu bar item "View" of menu bar 1 whose value of attribute "AXMenuItemMarkChar" is "✓"
        keystroke "4" using {control down, option down, command down}
        -- Get the name of the last item:
        set theItemName to name of image 1 of UI element 1 of last scroll area of splitter group 1 of (window 1 whose subrole is "AXStandardWindow")
        -- Restore the initial settings:
        click menu item theInitialSortingOrder of menu 1 of menu item "Sort By" of menu 1 of menu bar item "View" of menu bar 1
        click menu item theInitialArrangement of menu 1 of menu item "Arrange By" of menu 1 of menu bar item "View" of menu bar 1
    end tell
    tell application "Finder"
        set current view of theFolderWindow to theInitialView -- restore the initial view
        if not alreadyOpen then close theFolderWindow
        set theLastItem to item theItemName of theFolder
    end tell
    theLastItem
    Message was edited by: Pierre L.

  • Oracle Connection Manager

    Hi,
    i'm having a problem configuring Oracle Connection Manager. It does start the instance of connection manager
    Summary of my environment is
    10g Application server and infrastructure machine OS: Windows 2003
    9i Database Server: Windows 2003
    Client : Java Applet
    JDBC driver type : THIN
    Installed: 10g Infra first and then 10g midiier(portal and wireless) in seperate oracle homes on the same machine. Eveything is up and running as i was able to login seperately in infra and midtier enterprise managers.
    Final Goal : Trying to connect to an Oracle 9i database on a differnt machine than the appserver using an applet, thin drivers and Oracle Connection Manager
    Problem : Connection manager instance not started however cmanADMIn service started.
    CMCTL:CMAN_oracle9-app> administer cmanOracleAS
    Current instance cmanOracleAS is not yet started
    Connections refer to (address=(protocol=tcp)(host=10.10.1.101)(port=1610)).
    The command completed successfully.
    CMCTL:cmanOracleAS> startup
    Service Oracleoracle_infraCMAdmincmanOracleAS already running.
    TNS-04012: Unable to start Oracle Connection Manager instance.
    CMCTL:cmanOracleAS>
    Steps done to configure Oracle Connection manager
    1. Copied 4 .exe (CMADMIN, CMCTL,CMGW,CMMIGR) files to bin folder of Appserver or midtier's main ORACLE_HOME/BIN folder.
    2) created a cman.ora file and copied in appservers /NETWORK/ADMIN directory
    3) On cammand prompt type CMCTL...ADMINISTER cman_OracleAS where cman_OracleAS is the name of cman instance used in cman.ora file.
    My cman.ora file is as follows
    # Copyright (c) 2001,2002, Oracle Corporation. All rights reserved.
    # NAME
    # cman.ora
    # DESCRIPTION
    # Sample CMAN configuration file that the user can modify for their
    # own use.
    # NOTES
    # 1. Change <fqhost> to your fully qualified hostname
    # 2. Change <lsnport> to the listening port number
    # 3. Change <logdir> and <trcdir> to your log and trace directories
    # MODIFIED (MM/DD/YYYY)
    # asankrut 10/05/2002 - Added Rule List Specifications
    # asankrut 06/11/2002 - Modified to add new parameters; added comments.
    # asankrut 12/31/2001 - Creation.
    # CMAN Alias
    cmanOracleAS =
    (configuration=
    # Listening address of the cman
    (address=(protocol=tcp)(host=appserver_name)(port=1610))
    # Configuration parameters of this CMAN
    (parameter_list =
    # Need authentication for connection?
    # Valid values: boolean values for on/off
    (aso_authentication_filter=off)
    # Connection statistics need to be collected?
    # Valid values: boolean values for on/off
    (connection_statistics=yes)
    # Log files would be created in the directory specified here
    (log_directory=D:\GAV\OracleAS10\NETWORK\log)
    # Logging would be in done at this level
    # Valid values: OFF | USER | ADMIN | SUPPORT
    (log_level=ADMIN)
    # Maximum number of connections per gateway
    # Valid values: Any positive number (Practically limited by few 1000s)
    (max_connections=256)
    # Idle timeout value in seconds
    # Valid values: Any positive number
    (idle_timeout=0)
    # Inbound connect timeout in seconds
    # Valid values: Any positive number
    (inbound_connect_timeout=0)
    # Session timout in seconds
    # Valid values: Any positive number
    (session_timeout=0)
    # Outbound connect timeout in seconds
    # Valid values: Any positive number
    (outbound_connect_timeout=0)
    # Maximum number of gateways that can be started
    # Valid values: Any positive number (Practically limited by
    # system resources)
    (max_gateway_processes=16)
    # Minimum number of gateways that must be present at any time
    # Valid values: Any positive number (Practically limited by
    # system resources)
    # max_gateway_processes > min_gateway_processes
    (min_gateway_processes=2)
    # Remote administration allowed?
    # Valid Values: Boolean values for on/off
    (remote_admin=on)
    # Trace files would be created in the directory specified here
    (trace_directory=D:\GAV\OracleAS10\NETWORK\trace)
    # Trace done at this level
    # Valid values: OFF | USER | ADMIN | SUPPORT
    (trace_level=ADMIN)
    # Is timestamp needed with tracing?
    # Valid values: Boolean values for on/off
    (trace_timestamp=on)
    # Length of the trace file in kB
    # Valid values: Any positive number (Limited practically)
    (trace_filelen=1000)
    # No. of trace files to be created when using cyclic tracing
    # Valid values: Any positive number
    (trace_fileno=1)
    # Maximum number of CMCTL sessions that can exist simultaneously
    # Valid values: Any positive number
    (max_cmctl_sessions=4)
    # Event logging: event groups that need to be logged
    (event_group=init_and_term,memory_ops)
    # Rule list
    # Rule Specification:
    # src = Source of connection; '*' for 'ANY'
    # dst = Destination of connection; '*' for 'ANY'
    # srv = Service of connection; '*' for 'ANY'
    # act = Action: 'accept', 'reject' or 'drop'
    # Action List Specification:
    # aut = aso_authentication_filter
    # moct = outbound_connect_timeout
    # mct = session_timeout
    # mit = idle_timeout
    # conn_stats = connect_statistics
    (rule_list=
    (rule=
    (src=*)(dst=databaseIP)(srv=*)(act=accept)
    (action_list=(aut=off)(moct=0)(mct=0)(mit=0)(conn_stats=on))
    (rule=
         (src=appserverIP)(dst=127.0.0.1)(srv=cmon)(act=accept)
    Please help
    Thanks
    Atul Jain
    [email protected]

    Forgot to mention that
    cmanOracleAS.log file i.e connection manger log file is as follows.
    It says does not currently know of service 'cmon' but i have the rule which
    allows cmctl to conect locally with 127.0.0.1 .
    TNSLSNR for 32-bit Windows: Version 10.1.0.3.0 - Production on 17-MAR-2005
    12:17:53
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    System parameter file is D:\GAV\oracle_infra\network\admin\sqlnet.ora
    Command-line specified parameter file is D:\GAV\oracle_infra\network\admin\
    cman.ora
    Log messages written to D:\GAV\OracleAS10\NETWORK\log\cmanoracleas1_924.log
    Trace information written to D:\GAV\OracleAS10\NETWORK\trace\
    cmanoracleas1_924.trc
    Trace level is currently 6
    Started with pid=332
    Running in PROXY mode
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.1.101)
    (PORT=1610)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    17-MAR-2005 12:22:07 * (connect_data=(service_name=cmon)(pid=ctl)) *
    (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.1.101)(PORT=4589)) * establish * cmon *
    12514
    TNS-12514: TNS:listener does not currently know of service requested in
    connect descriptor
    17-MAR-2005 12:22:10 * (connect_data=(service_name=cmon)(pid=ctl)) *
    (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.1.101)(PORT=4596)) * establish * cmon *
    12514
    TNS-12514: TNS:listener does not currently know of service requested in
    connect descriptor
    17-MAR-2005 12:23:31 * (connect_data=(service_name=cmon)(pid=ctl)) *
    (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.1.101)(PORT=4782)) * establish * cmon *
    12514
    Thanks
    Atul jain

  • R/3 report accsessing

    Hi guru's,
                 i am trying to integrate 100  r/3 report's to the user at a time  .is there any technique involved in integrating 100 reports to the user at a time.sys Object creation for every report is mandatory or not.and creation of sys Alias is compulsory or not please help me in the process to integrate all the report'sin this regard.
    Regard's,
    Dev.

    Dev,
    100 R/3 reports:
    1. Are all these reports supposed to appear as transactional iviews?
    If yes, you would have to create them in a separate folder in the PCD and subsequently assign them to a role and thereby assigning the role to the user.
    2.Are all these 100 reports in the same backend?
    If yes, you would have to create only one system object and a corresponding alias in most cases.
    If no, you would have to create separate system objects for separate backends and alias as required.
    Good Luck!
    Sandeep Tudumu

  • Product Allocation Massage VQ211 Deactivate

    Hi All
    Please suggest how to deactivate "VQ211" information massage "__Product allocation check found changes to the confirmation_"_ of product allocation appearing at sales order creation level.
    Please urgent help required
    Thanks
    AB

    Hi
    We need product on allocation for certain sales offices but others should not see message SQ211, that is the requirement.
    Help needed to deactivate this information message.
    Any other suggestion.
    Regards
    AB

Maybe you are looking for

  • Sccm console on windows 8.1 - window display issue

    I'm currently using a surface pro 2 with win 8.1 enterprise (sccm is 2012 r2).  Overall the surface is a great piece of hardware.  One problem that I'm having is that the sccm console doesn't properly display wizard windows properly.  They are cut of

  • Confirmed quantity in sales order

    Hi, For sales order deilivery, check is performed at three levels: Plant level, storage location level, batch level. The settings are maintained in OVL3 and OVZP. I tried to change the settings in OVL3 for storage location.. I maintained a storage lo

  • JSF And Struts Integration

    Can any body give some info on integration of JSF to existing struts application

  • How to get UDF's fieldid and UDK's keyid

    Hi I want to modify or delete UDF and UDK using code.When I use object's GetByKey method, there is another parameter(fieldid or keyid). But now I just know table name and fieldname and keyname. Could you please tell me how to get fieldid and keyid us

  • Reset manager password back to "manager'

    I've made extensive modifications to a training database and changed the password of MANAGER so no one can mess with my template. But I want to change the password of the MANAGER account back to "manager" for training purposes. And darn it, it won't