SAP File System Access - SLD Naming Convention/Suggestions

I would like to access our ECC file system to pick up files we will use to create Idocs.   
I'm wondering the best way to describe the file system access in the SLD.   
I have a business system for the main client on the ECC  system (BS_ED1CLNT010) for example but the OS isn't client specific.    I could use this as the Business System in the scenario and define a file adapter that connects to the unix server.
Any thoughts?

Maybe I didn't frame my question properly.  
In the ECC system we have multiple clients (20,30,40, etc).  If I am going to post an Idoc to a client in this system I need to define each as a business system in the SLD and import this to the Integration Directory.    So I would have BS_XXXCLNT010, BS_XXXCLNT020, etc, one for each client.   These all share the same Technical System.    If I want to post an Idoc to a client on the ECC system I have to define a Business System and interface to that and every client that will receive an Idoc. (as well as the ALE settings on the ECC)
Each of these reside on the same SAP server (sap00001 for example) and there is a directory (/public for example)  on this server.     This isn't client specific.  
I wish to pick up a file from the ECC file system and post a client on the ECC system (maybe different ones based on the data in the file).   
I don't want to define the file adapter under BS_XXXCLNT020 since it isn't specifc to client 020 although that would work.  
Do I create a new TS in the SLD as third party, stand alone java, and a BS for that?    TS_XXX_FILESYSTE (3rd party).  BS_XXX_FILESYSTEM for the TS?
I'm really looking for clarity in the definition of the SLD.

Similar Messages

  • How to see my z programs in sap file system

    hello everyone
    my Z programs are deleted due t some server problem from  my  sap ecc 6.0 system  is there any way to  get   my programs from sap file system 
    if yes then  where  exactly in windows folder my zprogramms are stored.......

    >
    elinuk wrote:
    > my Z programs are deleted due t some server problem from  my  sap ecc 6.0 system  is there any way to  get   my programs from sap file system 
    If your Z Programs are present in other server viz., QAS / PROD, then you can import the programs to your DEV server.
    if yes then  where  exactly in windows folder my zprogramms are stored.......
    I am not sure about programs associated to unreleased transport requests (TRs). But when you release your TR, the data gets stored in COFILES & DATAFILES in the transport directory (DIR_TRANS) of the app server.
    Hope this helps.
    BR,
    Suhas

  • Direct File System access problems from JAWS application

    Hello,
    I have built a Web Start application that consists of a Webserver (Jetty) ,
    a WAR file and a Java (main) class that deploys the web application on
    the server and starts the server. It all works fine, apart from the fact
    that I am getting java.security.AccessControlExceptions when I try to
    access the local filesystem or system variables like the java.io.tmpdir.
    I have signed all the jar files and I included the<security> <allpermissions />
    </security> tag in the jnlp file. Still, I can't seem to get out
    of the sandbox.
    I have read in this article (http://mindprod.com/jgloss/javawebstart.html)
    that direct file system access from a Web Start application is impossible
    (Quote: "There is still no way for even a signed JAWS app to
    find some persistent disk space in an easy way. It pretty well
    has to ask the user for the name of some directory to use.")
    Is this true?
    Thank you,
    Peter

    Hi Guys,
    I found a way to access the local filesystem...
    Besides signing all the jar files and including the<security><allpermissions /></security> tag in the jnlp file I have to include this line in the code I execute on the client machine:
    System.setSecurityManager(null);
    Regards,
    Peter

  • Whether will falsh player support  Unrestricted File System Access in Full Trust ?if it will , when?

        I am doing a software based on Flash , to provide my customer to edit pictures online.
        In some scenario, to get Full Acess Local File is necessary. I find SliverLight 5.0 had supported such features:
    Unrestricted File System Access in Full Trust
    Full Trust in-browser for enterprise scenarios
    Default Filename in SaveFileDialog and OpenFileDialog
       I really desire those features , so , I am wondering whether adobe will support it .If will, when?

    Please read the below flash player administrator guide
    http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flas h_player_11_7_admin_guide.pdf
    check the section "The User FlashPlayerTrust directory". It will help.

  • Ext3fs file system access on Sparc SCSI disk

    We've got a requirement to read data from a SCSI disk with an ext3fs file system which will be connected to a SunBlade system. Write capability would be a bonus.
    We've found some old (and not working) implementations to allow Solaris to mount and read ext2, but these don't work on Sparc. Things like LTools won't work either, since Solaris won't allow access to a SCSI disk that doesn't have a Solaris label on it.
    Does anyone know of any possible solutions to this problem? Any one know of ext3fs for Solaris? Any one know how to access an internal SCSI disk on Sparc that doesn't have a Solaris label on it?
    Thanks
    Ed

    Hmmmmmm........Thanks for the suggestions - have written a test and the results arent good.
    Using file filter to "find" the file is just too slow (1.4 secs and i need to do this 4million times for my application).
    So I understand why the filter is slow compared to directly naming the file as we have to accept/reject them all, whereas if we know the file we can go straight to it. But this is a nightmare for my app. Looks like Im going to have to think again....
      public static void main(String[] args) throws Exception {
        String dir = "/path/files";
        File dirf = new File(dir);
        long l = System.currentTimeMillis();
        File f1 = new File(dirf,"TheRealFile.3253.ser"); // The file in the 30,000 we want
        InputStream i = new FileInputStream(f1);
        System.err.println("--> "+i.read());
        i.close();
        System.err.println("Took: "+(System.currentTimeMillis()-l)+" ms");
        // Test 2
        FileFilter ffx = new FileFilter() {
          public boolean accept(File s) {
            return s.isFile() &&
                   s.getName().startsWith("TheRealFile")
                   && s.getName().endsWith(".ser");
        l = System.currentTimeMillis();
        File [] f2 = dirf.listFiles(ffx);
        //System.err.println("Found: "+f2[0]);
        InputStream i2 = new FileInputStream(f2[0]);
        System.err.println("--> "+i2.read());
        i2.close();
        System.err.println("Took: "+(System.currentTimeMillis()-l)+" ms");
    --> 172
    Took: 0 ms
    --> 172
    Took: 1482 ms

  • What is the minimum file system access needed to run ODI 10.1.3.4.0 client?

    Hi ODI discussion folks,
    I have a couple of questions from an Oracle partner that I'm trying to find a definitive answer for if possible. The partner is setting up ODI 10.1.3.4.0 for a customer who insists that the absolute minimum amount of access to the file system is granted due to corporate security policies.
    I have checked the bundled ODI documentation but couldn't really find anything about file system permissions needed to run the ODI client. I was pointed towards the "Setting Up Security for an Integration Project — What to Consider" document but this does not mention a great deal about how much access to the file system is needed for the ODI client to function.
    What the partner is asking is the following:
    "1. What are the minimum file/folder permissions needed for the ODI client installation? I'm installing at xxxxx
    and their machines have to be locked down as much as possible.
    2. Say you have 3 users all wanting to run integrations etc and the Master and Work
    repositories have been set up. An admin installs the ODI client but doesn't
    create the connection to the Master repository. What are the minimum
    file/folder permissions required on the client machine to:
    a) create the connection to the repository
    b) run any subsequent integrations?"
    If anyone can advise on this then that would be much appreciated.
    Regards
    Craig Huggans
    Oracle Hyperion Support
    Message was edited by:
    user648991

    Hi Craig,
    How are you?
    Let me try to contribute a little....
    1) The minimum requirement is for its own installation directory, there is no reason to have access to other directories unless if it is necessary to read files from some other directory at the client
    2) Again only to its own install directory. The connection setting is recorded at \bin install directory. After that, all information are recorded at repository, there is no client work.
    Be free to contact me by email or phone if you have any new doubt. You can get my email from my profile.
    Does it respond your doubts?
    Cezar Santos

  • SAP File System are being updated at Storage Level and as well as in Trash

    Hi Friends,
    We are facing a strange but serious issue with our linux system. We have multiple instance installed on it but one of the instance's file system are being visible in Trash.
    The exact issue is this.
    1. We have db2 installed on Linux now one of our instance's Mount Points are being available in LInux Trash if i create a file at storage level i.e /db2/SID/log_dir/touch test it will be dynamically updated in the trash and will be create in Trash also.
    2  this can not be a normal behavior  of any O.S.
    3 if i delete any file from trash related to this particular SID (instance) file will be deleted from the actual location.
    i know this is not related to SAP Configuration but i just want to find out root cause analysis. if any Linux expert can help in this issue waiting for an early reply.
    Regards,

    Hi Nelis,
    I think you have misinterpreted this issue. let me explain you in detail. we have following mount points in storage including SAP installed on it.
    /db2/BID
    /db2/BID/log_dir
    /db2/BID/log_dir2
    /db2/BID/log_archive
    /db2/BID/db2dump
    /db2/BID/saptemp1
    /db2/BID/sapdata1
    /db2/BID/sapdata2
    /db2/BID/sapdata3
    /db2/BID/sapdata4
    Now i can see the same mount points in the Trash of linux and if i create a folder ./ file in any of the above mentioned mount point it will be dynamically updated in Trash and if i delete some thing at storage / os level the same will be deleted from trash and vis versa.
    I have checked everything no softlink exists anywhere but i am not sure about storage / os level thats what i want to find out?
    Regards,

  • SAP file system restoration on other server

    Dear Experts,
    To check that our offline file system backup is successful, we are planning to restore the offline file system backup from the tape on to a new test server.
    Our current SAP system (ABAP only) is in cluster with CI running on one node (using virtual host name cicep) & DB running on another node (using virtual host name dbcep).
    Now, is it possible to restore the offline file system backup of the above said cluster server on to a single server with a different host name?
    Please help on this.
    Regards,
    Ashish Khanduri

    Dear Ashish
    We want to include file system backup process as part of our backup strategy.  To test the waters, we are planning to take a backup of the at filesystems level.  Following are the filesystems in our production systems.
    We have a test server (hostname is different), without any filesystems created beforehand. 
    I want to know:
    1. Which filesystems will be required from the below:
    /dev/hd4         4194304   3772184   11%     5621     2% /
    /dev/hd2        10485760   6151688   42%    43526     6% /usr
    /dev/hd9var      4194304   4048944    4%     4510     1% /var
    /dev/hd3         4194304   2571760   39%     1543     1% /tmp
    /dev/hd1          131072    129248    2%       85     1% /home
    /proc                  -         -    -         -     -  /proc
    /dev/hd10opt      655360    211232   68%     5356    18% /opt
    /dev/oraclelv   83886080  73188656   13%    11091     1% /oracle
    /dev/optoralv   20971520  20967664    1%        4     1% /opt/oracle
    /dev/oracleGSPlv   83886080  74783824   11%    18989     1% /oracle/GSP
    /dev/sapdata1lv  833617920 137990760   84%     3189     1% /oracle/GSP/sapdata1
    /dev/sapdata2lv  623902720 215847400   66%       82     1% /oracle/GSP/sapdata2
    /dev/sapdata3lv  207093760 108510632   48%       24     1% /oracle/GSP/sapdata3
    /dev/sapdata4lv  207093760 127516424   39%       28     1% /oracle/GSP/sapdata4
    /dev/origlogAlv   20971520  20730080    2%        8     1% /oracle/GSP/origlogA
    /dev/origlogBlv   20971520  20730080    2%        8     1% /oracle/GSP/origlogB
    /dev/mirrlogAlv   20971520  20762848    1%        6     1% /oracle/GSP/mirrlogA
    /dev/mirrlogBlv   20971520  20762848    1%        6     1% /oracle/GSP/mirrlogB
    /dev/oraarchlv  311951360 265915600   15%      526     1% /oracle/GSP/oraarch
    /dev/usrsaplv   41943040  41449440    2%      165     1% /usr/sap
    /dev/sapmntlv   41943040  20149168   52%   565823    21% /sapmnt
    /dev/usrsapGSPlv   41943040  25406768   40%   120250     5% /usr/sap/GSP
    /dev/saptranslv   41943040   5244424   88%   136618    18% /usr/sap/trans
    IDES:/sapcd     83886080   4791136   95%    18878     4% /sapcd
    GILSAPED:/usr/sap/trans   41943040   5244424   88%   136618    18% /usr/sap/trans
    2. Is it possible to directly backup the filesystems (like /dev/oracleGSPlv)?  This requirement is because, when I backup (using tar) /oracle, all the folders in /oracle, like /oracle/GSP, /oracle/GSP/sapdata1 etc, are also backed up.  I do not want it.  I would like to backup the filesystems directly.
    3. Which unix backup tools are used to backup the individual filesystems?
    4. How do we restore the filesystems to the test server?
    Thanks for your advise.
    Abdul
    Edited by: Abdul Rahim Shaik on Feb 8, 2010 12:10 PM

  • SAP file system allocation

    Hi Experts,
    I Like to install SAP ECC6.0 In unix/AIX./Linux  wat are the necessary file system to create &  how much allocate the size.
    By,
    s.senthil

    hi,
    thanks..tat link is uesful for my reference.
    i need wat r the recommended folders to create and sizing in unix.
    for example :
    /usr/sap/trans/ -> 2 GB
    /usr/sap/<sid> - > 5 GB
    if any ideas send link .
    By,
    S.senthil

  • ADF BC naming convention suggestions

    Ok, I havent found too many topics on this matter, but here is a list of naming conventions our team is debating over. I would also like to hear the rest of the community's thoughts.
    Entity: Use underlying table's name and postfix with Eo. If the table is a W view, it should prefix with W.
    eg. EmployeeEo, WEmployeeEo
    View Object (Single entity based): Use the Entity's name postfix with Vo.
    eg. EmployeeVo, WEmployeeVo
    View Object (Multiple entity based): Use the primary entity's name followed by a "busniess task" name.
    eg. DepartmentEmployeeSearchVo (employee search being the task).
    View Object (Non-entity based): Use the primary query table name followed by a "busniess task" name.
    eg.EmployeeCountVo
    View Link & Association: Combine the master entity name and child entity name postfix with Vl/Ao.
    eg. DepartmentEmployeeVl, DepartmentEmployeeAo
    (The issue with this is our legacy tables are not that intuitivly named, so its hard to distinguish the master/child tables. I was thinking of splitting it with lets say 2, like Department2EmployeeVl)
    Application Module: Apply a "busniess process" name and suffix with AppModule.
    eg. AcmeAccountingAppModule.
    If anyone has any suggestions or see any conventions left out please post them.
    Thanks,
    Z

    Without discounting your object name conventions, don't forget the Java package they are placed in helps gives context for the object. This is what I tend to do:
    com.acme.appmodules
    com.acme.entities (all entities)
    com.acme.entities.associations
    com.acme.views (common VOs)
    com.acme.views.links (common VO links)
    com.acme.views.reference (common read only VO lookups)
    com.acme.views.<business task> (to group logical business VOs together)
    com.acme.views.<business task>.links
    ...the last 2 are repeated for each business task area (eg. HR, accounts, etc)
    My ideas partially based on the SRDemo from the JDev team.
    Hope this helps.
    CM.

  • Disallow for file system access

    Hi All,
    I would like to not permit to access to file system, how can i do that with permission object. I saw only examples how to set contraints on location where it can access.
    Regards

    I'm sorry but i dont understand the problem. (Maybe someone else will)
    So you have told me that when you pass null to an file permission object, that you find out the mask is "NONE"?
    You want to stop users accessing some files?
    You need to build code that will stop the user accessing certain files
    You want to know if you can put restrictions on the whole VM(What is VM?) or just the context?
    I believe this Link could be helpful for you.

  • Motorola file system access

    hi,
    I wrote a Midlet to access image files on my motorola v3x.I also checked it by Device Emulator .It is working fine.But when i installed in my phone it is not worked.So,if any body worked on this please help me.
    sorry for my bad english.thanks in advance

    We have to start it from begining ..
    Does the device supports full implementation of JSR75. MOTO devices dont support complete implementations. like RAZRv3 i claims to support JSR75 but doesnt supports complete implementation.
    A. Check Call to System.getProperty with key microedition.io.file.FileConnection.version
    should return the implementation version number starting with 1.0
    B.Files read/write permissions should be supported by the device�s native system:
    � javax.microedition.io.Connector.file.read - should enable reading from the file
    system (hereinafter just �read permission�).
    � javax.microedition.io.Connector.file.write - should enable writing to the file
    system (hereinafter just �write permission�).
    If A and B are true ..u can start with below points.
    If it supports the complete implementation, then
    1. is it able to install properly.
    2. Have u specified permissions in the JAD file for the same?
    3. at what stage is it not working, when the file write code is being executed ??
    Message was edited by:
    aeran1

  • SAP Discovery system access to BI and EP

    Dear support,
    We have setup our Discovery System and we’re trying to connect it to our DEV 4.7 system for the purpose of prototyping the use of BI and the Enterprise Portal.  We’re running into issues due to our lack of knowledge and SAP’s lack of good documentation in these areas.  We’re wondering if there’s any support help you can provide to establish the connections between these systems and get some of the packaged functionality activated?  Please let me know.
    Is there any document provided to establish connection between Discovery system and BI system or any netweaver system
    Best Regards,
    AjitR

    AJit, lots of points of learning here.
    firstly, have you run through the basic excercises associated with the discovery system, including defining your own scenarios that you wish to test just using the components on the server?
    I am sure you have already looked here but this is the jump off page to the discovery server assets.
    https://www.sdn.sap.com/irj/sdn/esadiscovery
    As for connectivity from the DS to the 4.7 ERP, you should either be configuring your XI instance to manage the interaction, or web service enabling the BAPI you wish to interact with and calling it from the visual composer tooling on the server.
    Also, you can raise a support ticket following the usual process if you have a specific issue or cnnectivity requirements on you 4.7 instance.
    Finally, are you sure you want to use your backend erp and not the erp2005 deployed on the box?

  • Files system - access problem (JSR 75)

    Hi All
    My cell phone is Nokia 6288, I'm from Israel.
    The phone should support JSR 75 (FileConnection and PIM API), and I get it without it.
    Probably, my Cell operator decided to remove the built-in support for JSR-75 (which suppose to be there).
    I wonder how can I add or restore the java thing for JSR-75 (if is it possible).
    or if there is someway to get it back because
    I know that Nokia 6288 should include the JSR 75 support.
    How can I be sure that it have be removed?
    Because many application which need this JSR 75 support
    couldn't find files and not work because of that.
    Thanks,
    Adi

    25-Jul-2008 10:33 AM
    burekas wrote:
    I know there is maybe a special burning which should get it back.
    It is not permitted to discuss such operations on this forum.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Search event logs for file system access

    I'm looking to create a script that will allow me to search Windows 2012 security event logs for access to specific folders.  Ideally it would allow the granularity to search for read access events (4663) and specify specific users to view.  One
    example would be to show events for drive F:\ where the folder name is JSmith (including subfolders) and the username is not JSmith.
    I've tried something like this, but can't see how to filter.
    Get-EventLog security | ? {$_.Message.contains("F:\JSmith")}

    Is the match explicit?  How can I use wildcard?  How can I exclude events?
    I recommend asking a search engine and doing some initial research. Here's a starter:
    https://technet.microsoft.com/en-us/library/hh849682.aspx
    http://blogs.msdn.com/b/powershell/archive/2009/06/11/windows-event-log-in-powershell-part-ii.aspx
    http://blogs.technet.com/b/ashleymcglone/archive/2013/08/28/powershell-get-winevent-xml-madness-getting-details-from-event-logs.aspx
    http://blogs.technet.com/b/heyscriptingguy/archive/2011/01/24/use-powershell-cmdlet-to-filter-event-log-for-easy-parsing.aspx
    https://richardspowershellblog.wordpress.com/2009/03/08/get-winevent/
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

Maybe you are looking for