Maintaining a System Alias List

Hi,
I want to open System Alias Editor. In the System Landscape I expand Portal Content, right-click a system name but I can't find Open -> System Aliases.....
Anything wrong???
Any suggestion is appreciative
Tony

Hi Tony,
Are you sure you got all the authorisation in portal to define a system ? If yes, check if there isn't a lock object on this system. Sometimes EP60 don't delete lock object automaticly , so you can't modify else the definition until you delete manually the lock entries in portal.
Normally, when you right-click on a system you should see Maintain then in a sub-menu you should find 3 entries which are : Object/Aliase/Authorisation .
Regards.
Bertrand

Similar Messages

  • Error "Can't make every file of ... into type alias list" - please help!

    Hi
    I am trying to adapt a script that uses Max (an audio conversion tool) to convert files in a folder to another format. The original script which I found on a forum asked the user to choose the folder with the files in which need to be converted, but I want to specify the folder in the script so that it can be automated. So I changed the line:
    set sourceFolder to choose folder
    to
    set sourceFolder to "Macintosh HD:Users:nick:Desktop:test:"
    However I then get the error (this is the only line in the script I changed and the original script works fine):
    error "Can’t make every file of "Macintosh HD:Users:nick:Desktop:test:" whose name extension = "m4a" into type alias list." number -1700 from every file of "Macintosh HD:Users:nick:Desktop:test:" whose name extension = "m4a" to «class alst»
    Could someone let me know why I am getting this error and how I can sort it. The full script is below.
    Thanks
    Nick
    tell application "Max" to activate
    tell application "Finder"
    set sourceFolder to "Macintosh HD:Users:nick:Desktop:test:"
    set theFiles to (every file of sourceFolder) as alias list
    repeat with aFile in theFiles
    tell application "Max"
    convert aFile
    end tell
    delay 1
    tell application "System Events"
    tell process "Max"
    click button "Convert" of tool bar of window "File Conversion"
    set encoderOpen to true
    repeat while encoderOpen is true
    try
    window "Encoder"
    on error
    set encoderOpen to false
    end try
    end repeat
    end tell
    end tell
    end repeat
    end tell

    nick_harambee wrote:
    set sourceFolder to "Macintosh HD:Users:nick:Desktop:test:"
    This saves a string (Macin...) under the variable sourceFolder. You then try and use sourceFolder as an alias which doesn't work. To fix the situation try saving sourceFolder as an actual alias in itself. For example...
    set sourceFolder to folder "Macintosh HD:Users:nick:Desktop:test:"
    or perhaps
    set sourceFolder to "Macintosh HD:Users:nick:Desktop:test:" as alias
    Either of those should correct your problem.
    When using "(choose folder)" you get an alias returned which is why the original script worked fine.

  • System Alias is not coming in dropdown of System under Find Data Services

    I am having role in VC.
    In Visual Composer studio. I Clicked on Find Data option at right pane of the window to get
    Find Data Services window.
    In this window, I am not able to see the system alias from the dropdown list of the System field.
    Appreciate your help.

    Hi
    Inside Visual Composer , Goto Tools >Options> Compiler .
    Remove the Checkbox for Mask Unsupported Features.
    Click Ok.
    Now try the Find Data
    It worked for me.
    Regards
    Rajendra

  • Portal Runtime Error - com.sapportals.portal.appintegrator.ApplicationIntegratorException: Unknown system alias.

    Hi Experts,
    Can anyone please help me on the below Portal Runtime Exception.
    10:59_26/08/14_0043_3937250
    [EXCEPTION]
    com.sapportals.portal.appintegrator.ApplicationIntegratorException: Unknown system alias.
    System Alias:  'SAP_BW',
    User:          'Test',
    Reason:        System Alias is not defined or permission denied for this user
    at com.sapportals.portal.appintegrator.accessor.system.LocalSystemAccessor.<init>(LocalSystemAccessor.java:60)
    at com.sapportals.portal.appintegrator.accessor.system.SystemAccessorFactory$Decider.getAccessor(SystemAccessorFactory.java:178)
    at com.sapportals.portal.appintegrator.accessor.system.SystemAccessorFactory$Decider.getSystemAccessor(SystemAccessorFactory.java:123)
    at com.sapportals.portal.appintegrator.accessor.system.SystemAccessorFactory.getSystemAccessor(SystemAccessorFactory.java:52)
    at com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer.getLocalOrRemote(AbstractIntegrationLayer.java:624)
    at com.sapportals.portal.appintegrator.layer.TopLayerSwitch.mustRedirectToProducer(TopLayerSwitch.java:105)
    at com.sapportals.portal.appintegrator.layer.TopLayerSwitch.getNextLayer(TopLayerSwitch.java:75)
    at com.sapportals.portal.appintegrator.LayerProcessor.getNextLayer(LayerProcessor.java:293)
    at com.sapportals.portal.appintegrator.LayerProcessor.processActionPass(LayerProcessor.java:183)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doActionPass(AbstractIntegratorComponent.java:111)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doOnPOMReady(AbstractIntegratorComponent.java:70)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:398)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$1.service(RequestDispatcherFactory.java:168)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.handleEvent(RequestDispatcherFactory.java:158)
    at com.sap.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:242)
    at com.sap.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:342)
    at com.sap.portal.prt.pom.PortalNode.processEventQueue(PortalNode.java:732)
    at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:473)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:202)
    at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.portal.prt.dispatcher.CustomHeaderFilter.doFilter(CustomHeaderFilter.java:58)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:432)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

    Hi Jelbin,
    Following is the solution of this error,
    Step 1: Check the system alias in application which you are opening and maintain same in system object also, or take system object default system alias and maintain it in iView property named as "System", either of above is valid.
    Step 2: Add every One group to the system object with end user ticked.
    Step 3: Logoff and login again it should work,
    Kindly reply if this works.
    Regards,
    Bhavin Anajwala

  • System Alias in Web Dynpro ?

    Hello All,
    I have a requirement such that in my Web Dynpro application, I need to figure out that the backend R/3 it is trying to connect to, is it a unicode or a non unicode system.
    For this purpose, we maintain an additional alias name for the portal system starting with UNI_ if its a unicode box or NONUNI_ if its a non-unicode box.
    Is there any other better way of storing this information.
    <b>I need to know, how can we fetch all the alias names maintained for a sytem in portal using Web Dynpro APIs.</b>
    Please help.
    Thanks in advance,
    Samta

    Hi,
    import com.sap.portal.pcm.system.ISystem;
    import com.sap.portal.pcm.system.ISystems;
    import com.sap.security.api.umap.system.DummySystemLandscapeWrapperImpl;
    import com.sap.tc.webdynpro.clientserver.portal.impl.PortalUtils;
    DummySystemLandscapeWrapperImpl sysLandscapeImpl = null;
    PortalUtils portalUtils = null;
    ISystems sys = null;
    ISystem system = null;
    String[] allSystems;
    Enumeration allAliases = null;
    String systemName = null;
    String systemAlias = null;
    portalUtils = new PortalUtils();
    sys = (ISystems)portalUtils.getServiceReference(ISystems.KEY);
    allSystems = sys.getAliases();
    for (i = 0; i < allSystems.length; i++)
    sysLandscapeImpl = new DummySystemLandscapeWrapperImpl
    (allSystems<i>.toString());
    allAliases = sysLandscapeImpl.getAllAliases();
    while (allAliases.hasMoreElements())
    systemAlias = allAliases.nextElement().toString();
    Regards
    Ayyapparaj

  • Lookup for System Alias

    Hi,
    can somebody tell me how I can get a List of available system alias in the Enterprise Portal?
    I´ve tried something like this:
    IUserMappingService iums = (IUserMappingService)PortalRuntime.getRuntimeResources().getService(IUserMappingService.KEY);
    IUserMappingData iumd = iums.getMappingData ("SystemAliasName",user);
    In this case i´ve to hardcode SystemAliasNames but in some cases i don´t know the alias before.
    thx

    ok  i solved by my self.
    IUserMappingService  Method getAllSystems() give a list of all SystemAlias Names.
    Example:
    IUserMappingService iums = (IUserMappingService)PortalRuntime.getRuntimeResources().getService(IUserMappingService.KEY);
    String systemList[] = iums.getAllSystems()

  • 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.

  • Different System Alias in one iView

    Hi all,
    I have an ESS/MSS Szenario based on EP7 SP13 and HCM (ECC 6). I have setup the business package and all is working fine. I have setup the different System Aliases like SAP_R3_HumanResources and SAP_R3_HumanResources_Meta etc. and I have a working Single Sign On between my Portal and the HCM system.
    I now face the challenge to change one link within the working time iView to point to a different system than all the others!
    Let me explain: I have a second ERP 6 system that provides for the actual working time Web Dynpro and this Dynpro is not provided by the HCM system. I think I need to change the target for this one Dynpro to point to the ERP instead of the HCM system while all the other links in the working time iView still have to point to the HCM system!
    I have no idea whatsoever, how to do this. I checked the PCD but I can't seem to find the right place where to adapt the System Alias for an iView at all. Can someone point me in the right direction?
    Kind regards,
       Christian

    No you're not
    In fact you lack the System and System alias that point to you're new ERP 6.
    Here a link with a demo that explain how to create the system and define its alias : [demo|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/24d8faf9-0701-0010-c99c-aabbdb7e95f4] .
    Informations needed are the same you can find in a saplogon for the system you want to connect to.
    Once you'll have defined system and alias you'll see it in you're listbox!
    Anyway you'll still face the last problem : you can't define multiple system alias for the same iView.
    Hope that helps!!
    Edited by: Seb on Jan 9, 2008 4:34 PM

  • Is it possible to maintain a common Task list in a Site?

    Hi All,
    I have a site call HR ePortal with more than 1 SharePoint-Hosted Apps. These apps having list and workflow. Can I maintain a Common Task List in HR ePortal Site for all Apps? If this is possible where I have to maintain the each Apps List, inside the
    Apps solution or should create each Apps list in the site. 
    If I maintain the Task List in site , is it possible to create workflow with that Task List using visual studio 2012?
    Thank you.
    S.Shangar

    HI,
    Yes, you can maintain common task list for apps and it is better to put the apps list in the site and you can access these easily from the app code.
    Regarding workflow, yes you can create workflows using visual studio with the common task list.
    BR
    varinder

  • 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

  • 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

  • System alias does not work if not the same as logical system name?

    In most of the situations, we define the portal system alias same as the connected R/3 client logical system name.
    I also saw some exceptions that system aliases were defined differently from the connected R/3 client logical systems, and they were tested fine.
    However I forget the way to make that working.
    Could you help me  recall how is that achieved?
    Thanks!

    Hi,
    There is nothing tricky here. Just assign more System Aliases to the system connector !

  • (every document file of every folder in folder thePath) as alias list

    On Dec 9, 2006, at 1:03 AM, Bill Hernandez wrote:
    I use "set aList to get every file of every folder in startFolder" the references are to "document file path2file" instead of "alias to path2file", and I was not successful getting BBEdit to work with them without generating errors
    On Dec 9, 2006, at 9:25 AM, Jim Correia wrote:
    The open event requires a list of file references (aliases). This is true of all scriptable applications, not just BBEdit.
    Normally you can coerce Finder object references to aliases. In this case a bug in the Finder is getting in your way.
    set aList to get every file of every folder in startFolder
    This is returning invalid object references - ones not even the Finder can resolve at a later date.
    It seems to drop one level of hierarchy when building the object specifiers in response to that whose clause. You can avoid the Finder bug by using some alternate means of building up the file list.
    Jim
    Here's what I came up with, and it solved my problem...
    -- ---------+---------+---------+---------+---------+---------
    on script_title()
    Filename : getevery_file_ofevery.scpt (Script Debugger)
    Author : Bill Hernandez
    Version : 1.0.0
    Updated : Tuesday, January 02, 2007 ( 6:15 PM )
    end script_title
    -- ---------+---------+---------+---------+---------+---------
    on script_notes( )
    This is a work around to the alias list problem I encountered
    end script_notes
    -- ---------+---------+---------+---------+---------+---------
    tell application "Finder"
    activate
    set thePath to choose folder
    -- THIS DOES NOT GIVE THE CORRECT ANSWER --> instead of an alias list, it returns a document list
    set aSel to (((every document file in folder thePath) & (every document file of every folder in folder thePath)) as alias list)
    display dialog ("[2451] " & (get modification date of (item 1 of aSel)) as string)
    set f_info to info for (alias ((item 1 of aSel) as text))
    display dialog ("[2452] " & (get modification date of f_info) as string)
    -- THIS DOES THE TRICK, it returns an alias list
    set aSelection1 to (every document file in folder thePath) as alias list
    set aSelection2 to ((every document file of every folder in folder thePath)) as alias list
    set aSelection to (aSelection1 & aSelection2)
    display dialog ("[2453] " & (get modification date of (item 1 of aSelection)) as string)
    set f_info to info for (alias ((item 1 of aSelection) as text))
    display dialog ("[2454] " & (get modification date of f_info) as string)
    end tell
    -- ---------+---------+---------+---------+---------+---------

    Hi Bill,
    That's not really a bug. In this line:
    set aSel to (((every document file in folder thePath) & (every document file of every folder in folder thePath)) as alias list)
    two list are being concatenated which returns a list and 'as alias list' doesn't work on lists. You could do this:
    set aSel to (every document file in folder thePath as alias list) & (every document file of every folder in folder thePath as alias list)
    If there aren't anymore levels, then you can use 'entire contents':
    every document file of entire contents of folder thePath as alias list
    Note that if only one file is returned, then it will error because of automatic coercion, so it's better to do it your way if you don't know how many files there are. Then, you would use an error handler to trap the error. Here's what I've been using:
    try
    set aSel1 to (every document file in folder thePath as alias list)
    on error from o
    set aSel1 to o as list
    end try
    try
    set aSel2 to (every document file of every folder in folder thePath as alias list)
    on error from o
    set aSel2 to o as list
    end try
    set aSel to aSel1 & aSel2
    There is another way to coerce finder references to something usable in other applications that can't deal with Finder references. You can coerce Finder references to strings using text item delimiters.
    gl,

  • Listing folder contents as alias list

    the list folder command returns a list of filenames,
    however I need something that returns a list of full fledged file references.
    This:
    [set foldercontents to contens of (choose folder)]
    works by returning a list of document files with full paths. It does seem like an alias list:
    get every document file of alias "HD:temp:"
    {"HD:temp:file1", "HD:temp:file2","HD:temp:file3"}
    But when I try to use it to concatenate another alias list, such as
    set mylist to {}
    repeat with ct from 1 to count of items in foldercontents
    if (something)
    set mylist to mylist & item ct of foldercontents
    end if
    end repeat
    the result is
    get document file "file1" of folder "temp" of startup disk
    "Finder got an error: Unknown object type."
    why?
    and how can this be circumvented?
    TIA
    Asu

    01. At least, on my MacOS X 10.4.4 based PowerMac ...
    tell application "Finder" to set my_List to contents of (choose folder)
    ,,, results with an alias path of the selected folder; not a list of the folder's contents. If possible, I will try the above code on other Macs.
    02. The following code ...
    set source_Folder to (path to desktop folder from user domain)
    tell application "Finder" to set my_List to every item of folder source_Folder
    ... or ...
    tell application "Finder" to set my_List to every item of (choose folder)
    ... will produce a list of all items in the selected folder. In a 'document file [or 'folder'] "..." of folder "..." of folder "..." ... of application "Finder"' format.
    03. For a list of the 'alias "..."' format, use either ...
    set nList to {}
    tell application "Finder" to set my_List to every item of (choose folder)
    repeat with i in my_List
    copy (i as alias) to end of nList
    end repeat
    my_List & return & return & "----------------" & return & return & nList
    ... or ...
    tell application "Finder" to set my_List to every item of (choose folder)
    repeat with i from 1 to (count my_List)
    set (item i of my_List) to ((item i of my_List) as alias)
    end repeat
    my_List
    ... For only 'file's use ...
    tell application "Finder" to set my_List to every file of (choose folder)
    repeat with i from 1 to (count my_List)
    set (item i of my_List) to ((item i of my_List) as alias)
    end repeat
    my_List
    04. To concatenate two (2) lists (of every item) ...
    tell application "Finder" to set folder01 to every item of (choose folder)
    tell application "Finder" to set folder02 to every item of (choose folder)
    set new_List to {}
    repeat with i from 1 to (count folder01)
    copy ((item i of folder01) as alias) to end of new_List
    end repeat
    repeat with i from 1 to (count folder02)
    copy ((item i of folder02) as alias) to end of new_List
    end repeat
    folder01 & return & return & "----------------" & return & return & folder02 & return & return & "----------------" & return & return & new_List
    05. To concatenate two (2) lists (of every file) ...
    tell application "Finder" to set folder01 to every file of (choose folder)
    tell application "Finder" to set folder02 to every file of (choose folder)
    set new_List to {}
    repeat with i from 1 to (count folder01)
    copy ((item i of folder01) as alias) to end of new_List
    end repeat
    repeat with i from 1 to (count folder02)
    copy ((item i of folder02) as alias) to end of new_List
    end repeat
    folder01 & return & return & "----------------" & return & return & folder02 & return & return & "----------------" & return & return & new_List
      Mac OS X (10.4.4)  

  • Unable to create system Alias.

    Hi All,
    I Created one system object , but i am not able to create system Alias.While creating system Alias it throws this  error   "  This system object is restricted and u can't create System Alias". Exactly what is the prob?What is the solution?
    Thanks in Advance.

    Hi,
    system object is restricted
    1. Make sure you have required permissions to create the system object. You should use administrator user to create the system.
    2. Check the object properties and permissions.
    Refer following procedure to create the system object and see if you have missed any step.
    http://wiki.sdn.sap.com/wiki/display/EP/11Systems-+Creation
    Regards,
    Varun

Maybe you are looking for

  • Items are not removed from Workflow Inbox

    Hi all, Im having problem with our workflow. Below are the details SCENARIO: User A creates a PR. The PR is then forwarded to user B for approval. Once the PR is approved by user B, it is forwarded back to user A for notification purposes. User A the

  • How to generate individual HTML files from linked help?

    Hi folks, I'm trying to figure out how to generate individual web pages - based on heading types - from a help project this is linked to a FrameMaker book. I'm linking to the FM book, rather than importing, because the import process ruins my graphic

  • Need new Pre

    need help with Pre. The external speaker does not work anymore. I tried to return to Sprint store for warranty. They no longer deal with Palm warranty issues. Palm wants me to mail it to them and wait atleast 10 business days for them to repair it if

  • Multiplr Idocs to File

    Hi, I have a scenario where I am collecting IDocs and producing a single file in XI. I am following the steps described in the blog The specified item was not found. . I have checked the option for Collecting IDocs in Partner Profile on the R/3 side

  • TS1702 I can not save image to camera roll from google images after I downloaded IOS 6. It keeps saying image save failed.

    After I downloaded IOS 6 on my iphone 4s i went on google images and clicked on a picture. I then tried to save image to my camera roll and was asked do I want to put image in camera roll. I pressed no by mistake and I have not been able to save any