Setup Guide for Integration of File Systems needed

Ladies and Gentlemen,
I am very new to the SAP Mobile Documents topic, and I am about to setup my first instance now. In my first Mobiles Documents instance I need to integrate a windows fileshare as a repository.
I know there are two possibilities in integration a windows fileshare, one that uses a service account with full rights to access the share and one where the permissions of the current user is used.
I need to integrate the share with the usere permissions, so that the users is only able to see the filese and folders where he has the proper rights.
Is there any step by step instruction for this?
Any hints/ideas how I can start that integration?
Thank you very much for your help.
Br
Ernst

Hi Ernst,
the following tutorials show how you can configure a Fileshare with permission mapping in KM.
http://help.sap.com/saphelp_nw04s/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/frameset.htm 
http://wiki.scn.sap.com/wiki/display/KMC/File+System+Repository+-+Step+by+Step+Guide+and+common+problems
I hope this helps.
Best Regards,
Simon

Similar Messages

  • Need utilities class for application server file system (i.e. unix etc)

    I need to do things to directories and files on the application server.
    Is there an SAP class with methods for the application server file system (i.e. unix or whatever) with functionality similiar to what is provided by the methods of CL_GUI_FRONTEND_SERVICES for the presentation server?
    Is there a group of SAP functions for this task?

    You may have a look at Thomas Jung article: [sdn contribution : ABAP Server Side File Access, by Thomas Jung|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7a13f367-0401-0010-47ba-eab0b15cf31c]
    Moreover, in release 7.10, it could be possible that SAP introduced input and output stream classes (to mimic java classes), so I guess there could be the ones for application server file system.

  • Setup guide for Maintenance Optimizer in solman 7.0 ehp1 sp18

    Hi All ,
    Please let me know the exact link where I can find the setup guide for Maintenance Optimizer in Solman 7.0 EHP1 sp18 .
    I found a few guides but was not able to locate the correct guide for this particular version.
    Thanks
    Sunil Kumar

    Hi Sunil,
    EhP1 for Solution Manager means you have at least SPS18. Therefore documentation based on EhP1 is still valid, although Maintenance Optimizer has been updated as of SPS22+
    You can refer to this guide: https://websmp106.sap-ag.de/~sapdownload/011000358700002003492008E
    And also this help documentation: http://help.sap.com/saphelp_smehp1/helpdata/en/b3/64c33af662c514e10000000a114084/frameset.htm
    Regards,
    -Rohan

  • Setup Guide for Oracle Financials Intelligence

    Hello,
    Can someone please provide me with setup guide/steps for setting up Oracle Financial Intelligence.
    Thanks,
    Rick

    The setup guides for Oracle Financial Intelligence are embedded in the EDW setup guide. The latest version is EDW 4.0. MetaLink is your best source for this document.

  • How increase external disk size used for an existing file system, Solaris10

    Configuration:
    Server: Sun T5220
    S/O: Solaris 10 5/08 s10s_u5wos_10 SPARC
    Storage: EMC AX4-5
    EMC PowerPath: PowerPath Version 5.2
    I have the following scenario:
    In AX4-5 storage array, I created two LUNs into RAID Group 10, with Raid Type1/0:
    LUN 101: 20Gb
    LUN 102: 10Gb
    Both LUNs were added to Storage Group (SG1) that includes two Servers (Server1 and Server2); both servers have Operating System Solaris 10 5/8 and Power Path.
    The servers detect both LUNs across two paths. With Power Path were created a virtual path (emcpower0a, emcpower1a) to access to each LUNs respectively.
    We have mounted two file system /home/tes1 over emcpower0a -> LUN101 and /home/tes2 over emcpower1a -> LUN102.
    Filesystem size used avail capacity Mounted on
    /dev/dsk/emcpower0a 20G 919M 19G 5% /home/test1
    /dev/dsk/emcpower1a 10G 9G 1G 90% /home/test2
    I want to increase the space in file system /home/test2, without lost the information that I have stored and using the same LUN, LUN 102. To do this I start with the following steps:
    1-     Create new LUN, LUN 103 with 15Gb into RAID Group 10. Result: OK, I have available space in RAID Group 10.
    2-     Add LUN 103 to LUN 102, using concatenation option. Result: OK. This action creates a new metaLUN with the same characteristics of LUN 102, but with new space of 25Gb.
    After to do these actions, I want to know how Solaris recognize this new space. What I need to do, to increase the size of file system /home/test2 to 25 Gb. Is that possible?
    I reviewed the description of each disk using format command, and the disks not have any change.
    Could anyone help me? If you need more detail, please do not hesitate to contact me.
    Thanks in advance.

    Robert, thank a lot for your know how. You helped me to clarify some doubts. To complete your answer, I will add two more details, based on my experience.
    After to execute, type -> auto configure and label, the disk was created with different partitions like root, swap, usr, like this:
    Volume name = < >
    ascii name = <DGC-RAID10-0223 cyl 49150 alt 2 hd 32 sec 12>
    pcyl = 49152
    ncyl = 49150
    acyl = 2
    nhead = 32
    nsect = 12
    Part Tag Flag Cylinders Size Blocks
    0 root wm 0 - 682 128.06MB (683/0/0) 262272
    1 swap wu 683 - 1365 128.06MB (683/0/0) 262272
    2 backup wu 0 - 49149 9.00GB (49150/0/0) 18873600
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 usr wm 1366 - 49149 8.75GB (47784/0/0) 18349056
    7 unassigned wm 0 0 (0/0/0) 0
    This was not convenient because all information stored appear in the first slice and growfs not work if appear root or swap slice into the disk, for that reason was necesary to recreate manually every slice with partition command. The final result was this:
    Part Tag Flag Cylinders Size Blocks
    0 unassigned wm 0 - 49149 9.00GB (49150/0/0) 18873600
    1 unassigned wu 0 0 (0/0/0) 0
    2 backup wu 0 - 49149 9.00GB (49150/0/0) 18873600
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 unassigned wm 0 0 (0/0/0) 0
    Now, execute again the label command to save the new information.
    Mount file system and execute:
    growfs –M file_system mount_point to expand the file system to 9Gb.

  • Want to setup windows8 x64 on "GPT file system"

    when trying to setup windows8 x 64 And try to format the c: drive
    an error message appears say" this is GPT system file".. and installing stops.
    what is the problem ?

    My laptop Model is:
    HP ENVY TouchSmart m7-j010dx Notebook PC
    You can find more details about it here:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03770540
    My windows8 x64 crashed when I merged a small unlocated area from the disc and I tried to recover it from a recovery partition exist on the laptop hard disc but I don't have a recovery disc or usb tool , I tried F11 with many options but it didin't work but I still have the recovery partition on my laptop hard disk.
    I tried to install windows8 from DvD but when I delete the C: partition and start to format it, an error message appears " can't format this disc it is a GPT file system".
    but I stil have the partition recovery on my laptop hard disc.
    I don't know how to recover the original system or install a new one.
    my brother bought this laptop from KSA for me and I live in Egypt.

  • TCODE for acceess server file system

    Hello Gurus,
          how can I get into file system for sap application server using TCODE ? . I just want to download a flat file from server to local.
    Many thanks,
    Frank Zhang

    Hi Frank,
    Are you able to load the files in local workstation...or else you copy like one more thing as ask the URL of those files and then load it from tehre...if they are huge save then in sap business workplace and then you can copy at your desk top...
    Regards
    Srinivas

  • How to setup CTS+ for BODS 4.1 systems

    Hi all,
    I am trying to setup CTS+ for BODS systems to transport the objects from dev--> QA---> Prod.
    I Couldnt find any document which explains about CTS+ for BODS systems.
    I have some knowledge on how CTS+ works and worked on CTS + for EP and PI.
    Can someone let me know the steps involved in setting up CTS + for BODS 4.1 systems.
    Thanks
    Vimal.SMR
    Message was edited by: Andy Silvey

    Hi Vimal,
    see if this OSS Note helps:
    1762987 - How to configure LCM with CTS+
    Kind regards,
    Andy.

  • Setup Guide for Logic Pro X & Tascam US2400

    I am using LPX with Maverick on MAC mini Server Edition 2012 i7 2.6 and using (or trying too) my old Tascam US2400 controller and having problems. It works but is buggy and occasionally starts doing random things such as sliders moving the pans on different tracks and mute buttons switching on after track solos are disabled, but can still hear the supposedly muted tracks in the mix. Plus, occasionally just crashing and causing LPX to freeze.
    I am sure others here are using the US2400 with LPX and wondered if anyone would be kind enough to explain the setup process which works best for them? Its a great console (when it works) and i know Tascam sold lots of them, but now unfortunately no longer support the product????
    Currently, this is my setup process -
    I have the device in native mode, this is enabled with device powered off then pressing master select and channel and then power button on (even thou the Tascam manual states AUX 5, but believe this is incorrect) channel button flashes 3 times to confirm.
    Fire up Saffire interface GUI and then LPX
    Goto preferences/control surfaces then scan.
    LPX finds the US2400 and 1# Mackie Controller and 2# XT extenders, close window and open projects all the sliders move to previous positions.
    Would really appreciate if anyone can provide some other suggestions if this the best way to setup the device or alternatives.

    I'd recommnd the 15"
    With logic you need all the screen real estate you can get; especially after a few plugin windows are open.
    Upgrade to a faster processor if possible, and if using samples, get another, external HD.
    You should also use an Ext HD to save all your logic projects to, not the system flash drive.
    Hope this helps,
    regards,
    Scorpii

  • ZFS File System - Need to add space

    Dear All,
    Please help me in the below case.
    I have the df -h output as below.
    rpool/export/home/chaitsri
    134G 35K 126G 1% /export/home/chaitsri
    datapool 134G 32K 134G 1% /datapool
    datapool/test1 20G 31K 20G 1% /datapool/test1
    Request is to add the space of /datapool/test1 to /export/home/chaitsri. Please let me know how can we achieve this.

    It's not clear from your post whether you want to move just /export/home/chaitsri or all of /export/home. The procedure will be similar regardless. I'll assume you want to do the latter. This is untested so please don't blindly copy/paste until you've thought about what you want to achieve.
    1) Make sure no non-root users are logged on to the system
    2) Create the appropriate dataset (filesystem) on datapool, eg:
    # zfs create datapool/export/home
    3) For any local users, create the appropriate datasets on datapool and copy the data from rpool/export/home/<username> to datapool/export/home/<username>. Any automounted home directories don't need this because the data will be on the home servers.
    4) Change the mountpoint property for rpool/export/home (and any local users)
    # zfs set mountpoint=/origexport/home rpool/export/home
    5) Change the mountpoint property for datapool/export/home
    # zfs set mountpoint=/export/home/ datapool/export/home
    6) Once you're happy that things work, then you can delete the rpool/export/home dataset(s).
    HTH
    Steve

  • WVC54GC setup Guide for Dynamic IP providers

    Hi,
    after serveral weeks reading various post,  I finally get the solution, works for me,  with dynamic ip providers for D-link DI 524 router.
    I will try   to resume it :
    1- Download latest setup program of the camera from linksys site. The one  provided in the CD  with the camera is not the latest versions, and some times doesn`t  detect the camera when conected to the router.
    2- Conect the camera  to the router  by  the network cable provided. Check if the router led from the port you conected the camera is  on, sometimes the cable provided  is not always ok, I had to change the cable.
    3-When conected, run the set up program  downloaded.
    4- Get to the step where it ask for Dynamic or Static Ip adress.  Mark Static IP adress, and then you have to note the camera IP adress, you will use it later  when configuring port forwarding on your router.
    5- Don´t continue with the setup, just close it. You will enter to the setup program directly entering the ip adress you noted , on internet explorer. Type  the ip adress on the I.E adress, my case: 192.168.0.13
    6- You get in to the  built-in setup program of the camera, tipe  the default user and password admin; admin / you can change it later id you desire)
    7. on the  section setup/basic/configuration type: choose static ip adress. then you have to enter the following info.
    -Ip Adress: your camera ip adress
    -subnet mask: usually 255.255.255.0
    Gateway: your router IP adress , my case 192.168.0.1 , you can check it at the status page entering your router configurations.
    -Primary DNS: same ones that appears on your router  configurations status.
    -Secondary DNS: same as before.
    -SSID: your router identification
    -Network type: set infrastructure.
    -Channel Nº: set to Auto
    -Security:  enter to edit security settings, there  you  choose  your WIFI settings for your router,  security mode ( My case WEP)  TX Key , choose 1; encryption mode  64 or 128 depending on your router configuration; passphrase ( i leave it blank); key 1; enter your  key   you usually use when you conect yo your WIFI network.; Authentification: my case open system
    Note: Always click the aplly button when you  finished to  enter all the info in each screen.
    8- After clicking the aply button on each screen, go to the options section at your left.
    9-There you can active the   movement detection mail, you can do this later, but remember to provide the mail  POP servers and SMTP servers from your network provider if you have a mail from your network provider.
    10- enable UPnp and alternate port
    11-select por number, use higher port number over 20.000 to 60.000 ( some ports are blocked by your network provider)
    that its for configuring the camera, we will return later,  to configure  dydns.org ( dns checker as sololynk but free)
    12- Now  the port forwarding part on your router.
    13- Enter your router configuration, entering on I.E.   ususally 192.168.0.1, enter the  user and passowrd to enter the configuration section.
    14-Go to home on the upper section of the page, then to DHCP  at your left.   enable DHCP server.
    15-starting ip adress set   one different from the one of your router ; ex: my router 192.168.0.1,  starting ip adress 192.168.0.2.
    16- Ending ip adress set  the number you like, my case 192.168.0.20. then I have  from 2 to 20 ip adress thar the router will asigne for differents  elements conected to your network ( PC-Cameras-Notebook-Etc...)
    17-Lease  time: 1 week.  then click apply.
    18- then go to the advanced section on the top of the page, then go to virtual server.  check enabled, Add a name to your camera ( you will use it later for other configurations) and add the ip adress of your camera , my case 192.168.0.13 on private ip.
    19- Add the port yhou choose it  ( the one between 20000 to 60000)  put it on both public and private ports. On protocol type  select  both. on shedule check always. Click apply.
    20-Go to DMZ at your left, and  enter your camera ip to the demilitarized zone, in order to be viewed from the internet.
    Now you have to create an account on http://www.dyndns.com/.  follow the instructions of the site.
    after finishing to register,  create a  host service, follow the instructions. you have to choose a host name  ex.  yourname.dyndns.org
    service type: host with ip adress
    on ip adress  enter your WAN Ip adress form your router   on status page. ( you can also check it on http://www.whatismyip.com/)
    mail routing I leaved it blank in my case.
    save changes, and you are ok, on dynds.  by this site   you will able to access your camera form any part on internet  despite your provider change  the ip adress and dns.
    21- Now return to your router configuration page. Go to DDNS yo your left , there adds the same info from your dyndns account. DDNS  enable, your host name, the provider ( dyndns.org)  , user name and password. then click apply.  You are now ok with router configuration.
    22- Now return to the camera coniguration. Try this in order to check if  it is conected to your wifi network.  unplug  the LAN cable  from the camera to the router,  turn off the camera   by disconecting from power line. wait 5 sec. then  turn on again, an wait until the light stop blinking.  then  from the pc you are connected to the lan,  get in to the camera typing  the camera ip adress, my case 192.168.0.1 on I.E.  then you should enter the setup page. If not,  you have to check  the wifi  configuration of the camera, or  you also should do it  with the setup program you downloaded  but this time use  dynamic ip adress instead of static ( this only for the purpose of getting to the WIFI network, then you have to return to your camera configuration and re-do the static  ip adress process. You don have to do again the  wifi setup   doing it this way)
    23-If you where able to access your camera configuration page  by wifi,  enter to it, and go to setup/sololink  page.
    24- on user name put youor dyndns username; on passowrd same one of dynds site. your domain  enter  yourname.dyndns.org or the one you choose it. The device name,   in my case camera.  WAN port enter  the one you choose it between 20.000 and 60.000. choose a DDNS Service Update: my case  4 hrs.  then don´t click apply, just click update now,  to the right. This is beacuse  the  linkys  don´t allow  other ddns site than sololynk, but this trick  allow to do it.
    you can quit now the configuration page of your camera....
    now in order yo check if everithing is working, you have to  access internet from a PC different from your network,( call a friend or go to a public internet pc) and then  type     on I.E  adress,   yourname.dyndns.org:"port number you choose it 20000-60000)  my case     myname.dyndns.org: 25000
    you may now access the camera throw any part from internet!
    good luck...and patience..

    now that's genius!

  • OVMAPI_3511E No server found for creating pool file system on lun at server

    Hi,
    I have a IBM Blade Center with 2 server for virtual and 1 server for vm manager and a storage IBM DS3524 connect at blade on sas cable.
    The storage have 2 LUN, one 15Gb for poll and the rest for vm.
    I see the LUN in storage (unmanaged fibre chanel storage array) but I can not define acces group..

    Hi,
    below I pos the multipath list command from one server; same thing on another server,
    but in VM Manager 3.0.1 in server view, physical disk is not listed.
    [root@IBML3 ~]# multipath -ll
    360080e500023aa480000160f4e6f9b93 dm-0 IBM,1746      FAStT
    size=15G features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 rdac' wp=rw
    |-+- policy='round-robin 0' prio=6 status=active
    | `- 0:0:1:0 sdb 8:16 active ready running
    `-+- policy='round-robin 0' prio=1 status=enabled
      `- 0:0:2:0 sdd 8:48 active ghost running
    360080e500023b6f00000041a4e6f9bb0 dm-1 IBM,1746      FAStT
    size=1.4T features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 rdac' wp=rw
    |-+- policy='round-robin 0' prio=6 status=active
    | `- 0:0:2:1 sde 8:64 active ready running
    `-+- policy='round-robin 0' prio=1 status=enabled
      `- 0:0:1:1 sdc 8:32 active ghost running
    [root@IBML3 ~]#
    [root@IBML1 ~]# cat /proc/partitions
    major minor  #blocks  name
       8       16   15728640 sdb
       8       32 1555580321 sdc
       8        0   48848184 sda
       8        1     104391 sda1
       8        2    3148740 sda2
       8        3    1052257 sda3
    253        0   15728640 dm-0
    253        1 1555580321 dm-1Edited by: rukbat on Sep 13, 2011 8:09 AM
    Moderator Action:
    Place your excerpt or anything you need to preserve formatting, into "code" tags. To do that you would use the word `code` inside curly brackets.
    This is your post. You can click EDIT to peek at how it was done ( then click CANCEL to exit the editing mode).
    Edited by: Florin Cercelaru on Sep 13, 2011 5:21 PM

  • Design guide for integrating unigy with cisco HUCS 7.1.1 Environment

    Hi,
    I have a requirement to integrate unigy dealer board with cisco HUCS environment.  please provide if any design and  integration document is there.
    Regards,
    baskaran.M

    Fix you contact resolution to your LDAP and you'll get just that, what you're seeing right now is expected as the fact you get JID and not the friendly username, means you're not looking at LDAP.
    Right now you're also unable to dial, assuming you have softphone or deskphone control, from jabber as the DNs for the contact, are also brought over with the contact resolution from LDAP.
    Make sure you have SRVs, or manually configure the integration in jabber-config.xml.

  • ICMatching setup guide for BPC 7.5NW

    Hi All,
    Could you please provide ICMathcing stuff for bpc 7.5 NW.
    Regards,
    GURU

    Hi Nilanjan,
    Thanks for ur valuable inputs and quick reply. I have maintained the Dim's and Properties as per document.
    1. In Account Dimention maintained property called ELIMAC that I kept as blank ( is it ok?)
    2. In Entity Dimension maintained property called "ELIM has given the values as "Y" against the G_CG1 under this two entities are there  im not maintained Elim as - Y against the entity parent level(G_CG1) I have given.( is it Ok?)
    3. In the DataSrc Dim what kind of member ID's I have to maintain?
    I maintained Total, Input, Debit1, Credit1, Total2 Debit2, Credit2 . (pls correct  me if im wrong)
    I  have 4 entities 101,102,103,104 ..how ever two entites as one group(G_CG1) and G_CG2
    In script logic i have maintained standard, Business rules...what needs to be given as source and destinantion accounts.
    say for examaple ARAP, loans and advance...ext.
    Please advise me how to do IC matching.
    Regards,
    GURU

  • Implementation guide for integrating OP and P6

    Hi All,
    Can you please point me to the implementation guide to integrate OP-Primavera P6R8?
    Thanks

    Partners and customers can download the implementation guide from Oracle eDelivery.
    Regards,
    Dean

Maybe you are looking for