Storage repository for GOS attachments outside R/3

Greetings!
For our requirement we have to extract and store GOS attachments in a DMS server.
I would like to know what are all the possible soutions to store the data outside R/3 (our users will not accessing them everytime but just to have reference when needed). I do not have much knowledge about DMS so some reference link also would be of a great use.
Please let me know if I need to eloborate on my requirement. Your help is much appreciated!
Regards,
Manoj

Hi Manoj,
You can store GOS documents in external server. Follow steps as below
1) Link content category SOFFHTTP to the repository referring to external server.
2) For SOFFPHIO class in table SDOKPHCL, maintain value X for CAT MAINT field
3) Go to the transaction skpro8, maintain SOFFHTTP as new category for SOFFPHIO class,
After making these changes, GOS documents will be stored in external server.
Refer to the below link which gives good facts about GOS. It is very informative.
http://wiki.sdn.sap.com/wiki/display/SI/FrequentlyaskedquestionsaboutGenericObjectServices+%28GOS%29
Cheers
Amit

Similar Messages

  • External Storage Repository for SAP Archive Link

    We are about use SAP Archive Link as part of a document scanning process. For storage, the intention is to use EMC Centera. We are on SAP ECC 6.0.
    Does anybody know if any additional software or hardware is required, or would we already be capable of  retrieving images from Centera storage without anything additional.
    If we start to store the scanned images on filestore, would it be possible to migrate the images to EMC Centera storage in the future without losing the link to the documents in SAP?
    Many Thanks
    Claire Crosby-Clarke

    Hi,
    >Does anybody know if any additional software or hardware is required, or would we already be capable >of retrieving images from Centera storage without anything additional.
    If Centera storage is certified by SAP for Archivelink you will be OK.
    In my company, we use Filenet and we had to purchase a special Archivelink connector.
    We scan incoming invoices, do OCR, create automatically the SAP invoice and make the link with the scanned invoice in Filenet.
    >If we start to store the scanned images on filestore, would it be possible to migrate the images to EMC >Centera storage in the future without losing the link to the documents in SAP?
    I don't think so, because the link in SAP is an identifier in the storage software.
    Regards,
    Olivier

  • Restrict GOS attachments in IW32 for specific doc type

    My requirement is we would like to restrict the Services for object
    attachments for specific doc type in IW32 transaction.
    Can blocking be made on doc type level?
    In this case jpg, bmp, and gif should be allowed, but blocking dwg, doc, xls, pdf etc.
    Didn't find any option in SGOS transaction or SGOSATTR table.
    Any suggestions are welcome..

    PARAMETERS: p_key TYPE swo_typeid OBLIGATORY,
    p_type TYPE swo_objtyp OBLIGATORY,
    p_file TYPE c LENGTH 100 OBLIGATORY,
    p_desc TYPE so_obj_des OBLIGATORY.
    data wa_kan1 type kna1.
    DATA: ls_fol_id TYPE soodk,
    ls_obj_id TYPE soodk,
    ls_obj_data TYPE sood1,
    ls_folmem_k TYPE sofmk,
    ls_note TYPE borident,
    ls_object TYPE borident,
    lv_ep_note TYPE borident-objkey,
    lv_offset TYPE i.
    DATA: it_objhead TYPE STANDARD TABLE OF soli,
    it_content LIKE STANDARD TABLE OF soli,
    wa_content LIKE soli.
    ls_object-objkey = p_key.
    ls_object-objtype = p_type.
    **if objtype = kna1 then 
    HERE I CHEK CUSTOMER NO U PUT YOUR OBJ ID AND USING SELECT QUERY U CAN CHECK DOC.TYPE
    select *from kna1 into wa_kna1
    where kunnr = p_key
    if sy-subrc <> 0.
    exit.
    endif.
    TRY.
    OPEN DATASET p_file FOR INPUT IN BINARY MODE.
    WHILE sy-subrc = 0.
    READ DATASET p_file INTO wa_content.
    APPEND wa_content TO it_content.
    ENDWHILE.
    CLOSE DATASET p_file.
    CATCH cx_sy_file_access_error.
    MESSAGE 'Error reading file' TYPE 'E'.
    ENDTRY.
    CALL FUNCTION 'SO_CONVERT_CONTENTS_BIN'
    EXPORTING
    it_contents_bin = it_content[]
    IMPORTING
    et_contents_bin = it_content[].
    Edited by: kk.adhvaryu on Mar 9, 2010 10:54 AM

  • Global Object Services (GOS) Attachments Deleted from Maintenance Task List

    We use the Global Object Services (GOS) Attachments function to attach Word and Excel Documents to Maintenance Task Lists (transactions IA02, IA09). Recently we noted that more than 300+ Attachments had been deleted/removed from the GOS list visible via IA03/IA09. We are at a loss for explaining how this occurred- all Attachments appear to have been deleted at once/instantaneously. We can see the underlying tables (SGOSHIST and others) still contain entries, but we do not understand why the Attachments are no longer visible in the GOS list via Maintenance Task Lists, or how the ability to access these via GOS can be restored. This is not occurring with other PM Object Attachments - only Task Lists. Any help or suggestions appreciated.

    Is it possible that there was some authorisation change in a role associated with task lists? That would be consistent with the immediate loss - but only in the task list area. Another thought - has anyone been doing any programming in the Generic Object Services Business Add-Ins (perhaps for another module?) - They might have inadvertently clobbered your use?
    Do you use the GOS notes functionality? Does that still work?

  • Error: Could not find machine_name in any storage repository.

    Hi,
    we got 4 servers in the same Pool Group called PROD.
    vmserver10 = Virtual Machine Server     
    vmserver13 = Virtual Machine Server     
    vmserver14 = Server Pool Master,Utility Server,Virtual Machine Server     
    vmserver15 = Virtual Machine Server     
    This is shared with an iSCSI partition. All servers got the following configuration:
    */etc/hosts*
    +# Do not remove the following line, or various programs+
    +# that require network functionality will fail.+
    +127.0.0.1          localhost.localdomain localhost+
    +::1          localhost6.localdomain6 localhost6+
    +# Hypervisors+
    +193.109.174.110          vmserver10.pic.es vmserver10+
    +193.109.174.111          vmserver11.pic.es vmserver11+
    +193.109.174.112          vmserver12.pic.es vmserver12+
    +193.109.174.113          vmserver13.pic.es vmserver13+
    +193.109.174.114          vmserver14.pic.es vmserver14+
    +193.109.174.115          vmserver15.pic.es vmserver15+
    +193.109.174.116          vmserver16.pic.es vmserver16+
    +193.109.174.117          vmserver17.pic.es vmserver17+
    +193.109.174.118          vmserver18.pic.es vmserver18+
    +193.109.174.119          vmserver19.pic.es vmserver19+
    +# Other Hypervisors+
    +193.109.174.51          vminfra01.pic.es vminfra01+
    +193.109.174.58          vminfra02.pic.es vminfra02+
    +# iSCSI Server+
    +193.109.174.106          disk001.pic.es disk001+
    cat /etc/ocfs2/cluster.conf
    node:
    ip_port     = 7777
    ip_address  = 193.109.174.114
    number      = 0
    name        = vmserver14.pic.es
    cluster     = ocfs2
    node:
    ip_port     = 7777
    ip_address  = 193.109.174.113
    number      = 1
    name        = vmserver13.pic.es
    cluster     = ocfs2
    node:
    ip_port     = 7777
    ip_address  = 193.109.174.115
    number      = 2
    name        = vmserver15.pic.es
    cluster     = ocfs2
    node:
    ip_port     = 7777
    ip_address  = 193.109.174.110
    number      = 3
    name        = vmserver10.pic.es
    cluster     = ocfs2
    cluster:
    node_count  = 4
    name        = ocfs2
    We have working this since few weeks ago. We created a new machine from the Oracle VM Manager but when starting up this machine we get the following error:
    Start - /OVS/running_pool/310_wmsmonitor
    PowerOn Failed : Result - failed:<Exception: Could not find 'running_pool/310_wmsmonitor' in any storage repository.>
    ++
    StackTrace:
    + File "/opt/ovs-agent-2.3/OVSSiteVM.py", line 113, in start_vm+
    + raise e+
    But when creating it, not all servers can see this machine in the shared storage...
    +[root@vmserver15 running_pool]# ls /OVS/running_pool/ | grep wmsmonitor+
    +312_wmsmonitor+
    +[root@vmserver14 running_pool]# ls /OVS/running_pool/ | grep wmsmonitor+
    +[root@vmserver13 running_pool]# ls /OVS/running_pool/ | grep wmsmonitor+
    +312_wmsmonitor+
    +[root@vmserver10 running_pool]# ls /OVS/running_pool/ | grep wmsmonitor+
    After few seconds, nobody sees this machine...
    +[root@vmserver15 running_pool]# ls /OVS/running_pool/ | grep wmsmonitor+
    +[root@vmserver14 running_pool]# ls /OVS/running_pool/ | grep wmsmonitor+
    +[root@vmserver13 running_pool]# ls /OVS/running_pool/ | grep wmsmonitor+
    +[root@vmserver10 running_pool]# ls /OVS/running_pool/ | grep wmsmonitor+
    ... but this machine can be found it in the manager... and of course when I start it I get the above error.
    Anybody knows what is happening to my system?
    Thanks in advance,
    Marc Caubet

    Marc Caubet wrote:
    Anybody knows what is happening to my system?No, but something is very wrong with your storage. I'd log an SR for this.

  • IBM FileNet instead of UCM as default content repository for WebCenter

    Hi,
    Appreciate if anyone can clarify the following queries:
    Is it possible to replace UCM with IBM FileNet as the default (primary) content repository of Oracle WebCenter?
    Is JSR 227 adapter available for FileNet to connect it to WebCenter (as Secondary, NOT as primary content repository)?
    regards
    Rafique

    useful links:
    UCM replacement with IBM File net
    Using IBM FileNet instead of UCM
    From the installation document:
    The Documents service provides content management and storage capabilities for WebCenter applications. To use the Documents service, you must have a content repository > at the back end that contains the documents you want to manage. Oracle WebCenter supports content integration with the following external repositories:
    Oracle Content Server
    Oracle Portal 11g
    Microsoft Office SharePoint Server (MOSS) 2007 Service Pack 2
    Microsoft Windows SharePoint Services (WSS) version 3 Service Pack 2I know that the marketing materials show a Documentum adaptor, but I don't believe that's been created yet. I believe that it's a legacy BEA adaptor that hasn't been officially released for WC yet.
    Thanks,
    -ryan

  • Create attachement for GOS in background

    Hi all, i have to create attachments for GOS in the background. i found a blog that suggested me to use the classess 
    CLASS    CL_BINARY_RELATION definition load.
    CLASS    CL_OBL_OBJECT      definition load.
      Link : /people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background
    Looks like it might work. But problem is iam using 4.6C version and i donot see these classes. Can you please suggest any work around for this.

    Hi Peter, Thanks for the link to the blog. i was able to create attachment for GOS in the background.
    Iam also adding link to this message that found for the same purpose
    http://friendlyabaper.blogspot.com/2008/07/oh-my-gos.html
    Have a nice time.

  • How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439

    An Small step by step how to install this app. I this first example it was installed on Red Hat 6 Linux
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439.
    1 - Download it from https://lenovo-na-en.custhelp.com/app/cust_alp/p/1031,1150
    2 - Change File permissions ( chmod +x setup-1.4.4.14439.bin)  
    3 - Now you can install so execute this sintaxis : ./setup-1.4.4.14439.bin
    4 - When app installation finishes, you must do it with this file into folder installation (chmod +x LenovoEMCStorageManager)
    5 - Then to open the app execute it: ./LenovoEMCStorageManager
    Video Tutorial
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439
    In This second example I installed same version on Ubuntu 13.10. Look at the end of messages of thread and you will see this steps
    Install Storage Manager setup-1.4.4.14439.bin in ubuntu.
    Attachments:
    lenovoemcstoragemanager.jpg ‏27 KB

    Hello everyone ,
    I have a lenovo px4-300d, I'm on Ubuntu 13.10 64bits with Gnome 3 as GUI and I'm trying to install  the LenovoEMC storage Manager but it failed  :
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Graphical installers are not supported by the VM. The console mode will be used instead...
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
        1- Deutsch
       ->2- English
        3- Español
        4- Français
        5- Italiano
        6- Nederlands
        7- Português  (Brasil)
        8- Svenska
    CHOOSE LOCALE BY NUMBER: 2
    =======================================================
    Installer User Interface Mode Not Supported
    The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
    =======================================================
    Is it still aproblem with the 64 bits architecture ?
    Have you find any solutions ? Thank you very much

  • HD space problems - scanning all mailboxes for large attachments

    Hello Exchange experts
    I have only 5 GB left on a database that has 150 MailBoxes.Until I connect some external storage to the server, i was wondering if there is some way on the server level to scan all the mailboxes for large attachments and delete them to save some space. I
    have exchange. 2010.

    First make sure database is consuming the space. This command will show you the database file size and path
    Get-MailboxDatabase -Status | select ServerName,Name,DatabaseSize,EdbFilePath
    Please take an exchange known backup if edb file size is not consuming the database drive space..
    http://technet.microsoft.com/en-us/library/dd876854(v=exchg.150).aspx. 
    I suggest you create a newdatabase and move all mailboxes to the newly created database.
    You could attach a HDD and create a mailbox database in that and move all mailboxes and delete the default database (after check this) and create new one in the
    place of default database move back all your mailboxes back from the newly connected HDD to this database. You can use this command to move mailboxes in bulk. Please check
    this
    Get-Mailbox –Database ‘Mailbox Database 001’ | New-MoveRequest –TargetDatabase ‘Mailbox Database 002’
    If you dont have enough space you could try defragmentation. But you make sure you have white space or no
    http://blogs.technet.com/b/rmilne/archive/2013/08/20/how-to-check-database-white-space-in-exchange.aspx
    Or this script remove all attachement that size >1000 KB
    first creat mailbox called it test , send many attachements to this this mailbox , in the code below change the line Get-Mailbox yourUserName to Get-Mailbox test
    Import-Module -Name "C:\Program Files\Microsoft\Exchange\Web Services\1.1\Microsoft.Exchange.WebServices.dll"
    $credentials = New-Object Microsoft.Exchange.WebServices.Data.WebCredentials(ADMINUSERNAME, PASSWORD)
    $service = New-Object Microsoft.Exchange.WebServices.Data.ExchangeService
    $service.Credentials = $credentials
    $service.Url = "http://localhost/ews/exchange.asmx"
    $mailbox = Get-Mailbox yourUserName
    $folderFilter = New-Object Microsoft.Exchange.WebServices.Data.SearchFilter
    $folderView = New-Object Microsoft.Exchange.WebServices.Data.FolderView(1000)
    $folderView.Traversal = [Microsoft.Exchange.WebServices.Data.FolderTraversal]::Deep
    $itemFilter = New-Object Microsoft.Exchange.WebServices.Data.SearchFilter+IsEqualTo([Microsoft.Exchange.WebServices.Data.EmailMessageSchema]::HasAttachments, $true)
    $itemView = New-Object Microsoft.Exchange.WebServices.Data.ItemView(10000)
    write-host $mailbox.displayName
    $folderId = New-Object Microsoft.Exchange.WebServices.Data.FolderId([Microsoft.Exchange.WebServices.Data.WellKnownFolderName]::MsgFolderRoot, $mailbox.primarySmtpAddress.ToString())
    $folder = [Microsoft.Exchange.WebServices.Data.Folder]::Bind($service, $folderId)
    $folders = $service.FindFolders($folderId, $folderFilter, $folderView)
    foreach ($subFolder in $folders.Folders)
    write-host $subFolder.displayName
    $items = $subFolder.FindItems($itemFilter, $itemView)
    foreach ($item in $items.Items)
    write-host $item.subject
    $item.Load()
    foreach($attachment in $item.Attachments)
    if ($item.size > 1000){
    write-host $attachment.Name
    $item.Attachments.Remove($attachment)
    break
    $item.Update([Microsoft.Exchange.WebServices.Data.ConflictResolutionMode]::AutoResolve)
    Thanks, MAS
    Please mark as helpful if you find my comment helpful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Moving shared storage repository between server pools

    Is there a way to move a fiberchannel storage repository between server pools? The documentation says its possible only with NFS, but we are moving to new server pool and for this we need to be able to take a loaded SR and remove it from one server pool and discover and use it on another pool?

    Exactly how are you trying to do this. Are you choosing to clone and then running the clone customizer to map your storage and vnics?

  • Seperate storage server for DMS

    Hi,
    we are in sizing for a DMS project for our ECC 6.0 system. Could you suggest some names of saparate storage server for DMS ?
    SAP K-Pro ?
    IXOS ?
    Tivoli ?
    Where can I find a list of certified software ?
    Regards.

    Check your ERP installation discs. You will find the SAP content server there. Install it and then point CSADMIN at the repository and you are done.
    ERP comes with it's own content sever that can be installed on a separate box. No need to buy more.

  • Unofficial Repository for LTS, ck-pax and TRESOR. x86_64 only

    PSA: I'm not well at the moment and busy with exam revision. So AUR tarballs are also on hold until sometime next week.
    I have received correspondence which indicates that there may be issues between ext4 superblocks and TRESOR when using ext4 on a TRESOR encrypted partition.
    I would like to emphasise that TRESOR should be treated as experimental software, thus isn't production ready and shouldn't be used for personal storage. If you have any worries, you should back-up your data and move to non-TRESOR encrypted partitions.
    If you would like to help diagnose the issue, please see this post.
    If you have been affected by the issue and are looking to recover the data on the partition, please see this post.
    ======
    Just as it says, here is a series repository for x86_64 builds LTS kernels.
    You can view them all here.
    linux-lts-ck: Current ArchLinux LTS kernel with the CK patch
    [linux-lts-ck]
    Server = http://dl.dropbox.com/u/298301785/arch/linux-lts-ck/$arch
    linux-lts31x: Older LTS kernels (3.10 and 3.12 branch)
    [linux-lts31x]
    Server = http://dl.dropbox.com/u/298301785/arch/linux-lts31x/$arch
    linux-lts31x-ck: Older LTS kernels (3.10 and 3.12 branch) with the CK patch
    [linux-lts31x-ck]
    Server = http://dl.dropbox.com/u/298301785/arch/linux-lts31x-ck/$arch
    linux-ck-pax: Current Kernel with CK and PaX patchsets
    [linux-ck-pax]
    Server = http://dl.dropbox.com/u/298301785/arch/linux-ck-pax/$arch
    linux-tresor: Arch current and LTS kernel with TRESOR
    [linux-tresor]
    Server = http://dl.dropbox.com/u/298301785/arch/linux-tresor/$arch
    Please see this post regarding an issue discovered with TRESOR.
    You can retrieve my PGP as follows:
    pacman-key -r E6366A92 && pacman-key --lsign-key E6366A92
    Other miscellaneous repositories:
    [nuke-keys]
    Server = https://dl.dropboxusercontent.com/u/298301785/arch/nuke-keys/$arch
    If there is enough demand (and I have time), then I might consider i686 builds as well.
    Last edited by clfarron4 (2015-04-13 21:47:47)

    OK, I am moving stuff for lts312, lts312-ck (and hopefully lts310 and lts310-ck) from /usr/src to /usr/lib/modules/$version/build over the next few weeks (like what happened over these two commits for the main Arch kernels).
    As far as I'm aware, the move for lts312 is working perfectly fine, thus lts312-ck is next on the list.
    If you experience any breakage because of this, tell me (or Andes. It was his idea.), else I will assume all is fine.
    Last edited by clfarron4 (2015-01-20 13:45:39)

  • I have deleted hundreds of pictures, I've deleted apps, deleted emails and texts, and I've turned off and deleted backups of apps on icloud and it is still telling me that there is not enough icloud storage available for my phone to be back

    I have deleted hundreds of pictures, I've deleted apps, deleted emails and texts, and I've turned off and deleted backups of apps on icloud and it is still telling me that there is not enough icloud storage available for my phone to be backed up. I am supposed to do this before I go to the Apple store today to get my phone fixed. Can someone please help me? I have done almost everything.

    This article explains ways to reduce your iCloud storage: Managing your iCloud storage.  In addition to what's mentioned in the article, if you have lots of photos and videos attached to your text messages, these are all included in your iCloud backup and deleting them can sometimes significantly reduce the size of your backup.
    If worse comes to worse, back up your phone to your computer rather than iCloud.  To do this, connect it to your computer, open iTunes and go to File>Devices>Back Up and to File>Devices>Transfer Purchases.  This can be used to restore your data when you get your phone back.  (In fact, it's faster because you don't have to download the data from iCloud.)

  • Please help - new to Mac. Storage options for 11" MBA 128GB

    Hi,
    I am a PC laptop user considering moving over to a MBA 11". I need portability and I'm worried about the storage capacity for the MBA at 11" - I'm on a budget. The next step up for me would be the 13" MBP for storage space/cost (and then I start getting confused about Serial ATA/SSD).
    I currently estimate to have about 80-90GB of files on my PC (I estimated this from what's on my PC, and guessing at extras on my external HD). Most of this is music and photos from years of travel that I do not want to lose. My external HD once stopped working and I lost photos, so I never want that to happen again.
    I understand I can also get an external HD for the MBA, as well as back everything up with Time Capsule/Machine.
    Are there any other solid options?
    Is it too risky to store all music/photos solely on external drives, leaving the main machine free for work?
    The main things I will be using it for are writing, iTunes, streaming TV/movies, web browsing and blogging, and some light photo editing.
    Thanks for your help!

    Is it too risky to store all music/photos solely on external drives, leaving the main machine free for work?
    If you don't have them backed up to another hard drive, yes. I have a MacBook Air with a 256GB drive but I have about 3.5 TB of media (which is backed up on other drives). I keep a small selection of my photos, music, and video on the MBA but the rest is on a network accessable drive. If I have WiFi I can access the data on that drive. It is a pretty good solution.

  • Can you have one icloud storage plan for multiple devices

    hi,
    i'm wondering if there is a way of consolidation various icloud storage plans into one.
    i only use my free 5gb for my 5s as i back up photos to my mac, however my wife has already upgraded her storage plan for her 5c to the £1/month.
    with the new release of backing up your entire photo library on you mac (which im keen to do) im going to need to upgrade my own account as the mac is set up for my apple id.
    i currently also pay for itunes match.
    im keen to know if there is a way we can use one large back up facility for: my 5s, the mrs's 5c, the mac, with out paying for multiple storage plans.
    im guessing the itunes match is stand alone but if i can have one payment for large storage and put everything there that would be ideal, and seem a reasonable request for most families.
    any help greatly appreciated
    thanks
    Scott

    Accounts can't be merged.

Maybe you are looking for