SC Attachment move to other Server

My customer is looking for when he Save a SC which carry an attachment , attchment should not be saved at SRM server. Attachment must be saved to another document repository like DMS...But when he open a SC (say for check status) document should be  retrived from document repository and viewed on SRM server.
Does nay one have openion how to deploy this in extended classic scenario ?
Regards
Awanendra

Dear Awanendra,
how did you solve this issue? We also do not want to save the attachments directly on MDM server any more.
We'd like to save them on a special content server.
Can you give us a hint?
Thanks and best regards,
Henning

Similar Messages

  • Issue to send email (using sp_send_dbmail) with an attachement located in other server within the same network

    I have two servers. One is for databases (DB) with the mail server configured and the other is for SSIS without mail server. Both servers are in the same network. On the SSIS server the SSIS package exports data from the DB server table
    to xls file. The file is saved in SSIS server. When I created a task to send the email (using sp_send_dbmail) to attach that file, I got the error message:
    Error: Executing the query "EXECUTE [msdb].[dbo].[sp_send_dbmail]
     @profile_na..." failed with the following error: "Attachment file H:\test.xls is invalid.".
    Any help will be appreciated. Thanks.
    A Fan of SSIS, SSRS and SSAS

    Where are you running this?
    If its in the other server (DB) you need to use UNC path to the SSIS server folder where file resides
    Also the executing account should have access to the folder as well as the file. So If you're running this from a job make sure you either provider folder and file access to sql agent job service account or create a separate proxy account with the required
    permissions and configure the job to use the account
    see
    http://www.databasejournal.com/features/mssql/article.php/3789881/Proxy-Accounts-in-SQL-Server.htm
    http://www.codeproject.com/Articles/28918/SQL-Server-Agent-Proxy
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Move large database to other server using RMAN in less downtime

    Hi,
    We have large database around 20TB. We want to migrate (move) the database from one server to other server. We do not want to use standby option.
    1)     How can we move database using RMAN in less downtime
    2)     Other than RMAN is there any option is available to move the database to new server
    For option 1 (restore using RMAN),
    Whether below options are valid?
    If this option is valid, how to implement this?
    1)     How can we move database using RMAN in less downtime
    a)     Take the full backup from source (source db is up)
    b)     Restore the full backup in target (source db is up)
    c)     Take the incremental backup from source (source db is up)
    d)     Restore incremental backup in target (source db is up)
    e)     Do steps c and d, before taking downtime (source db is up)
    f)     Shutdown and mount the source db, and take the incremental backup (source db is down)
    g)     Restore last incremental backup and start the target database (target is up and application is accessing this new db
    database version: 10.2.0.4
    OS: SUN solaris 10
    Edited by: Rajak on Jan 18, 2012 4:56 AM

    Simple:
    I do this all the time to relocate file system files... But the principle is the same. You can do this in iterations so you do not need to do it all at once:
    Starting 8AM move less-used files and more active files in the afternoon using the following backup method.
    SCRIPT-1
    RMAN> BACKUP AS COPY
    DATAFILE 4 ####"/some/orcl/datafile/usersdbf"
    FORMAT "+USERDATA";
    Do as many files as you think you can handle during your downtime window.
    During your downtime window: stop all applications so there is no contention in the database
    SCRIPT-2
    ALTER DATABASE DATAFILE 4 offline;
    SWITCH DATAFILE 4 TO COPY;
    RECOVER DATAFILE 4;
    ALTER DATABASE DATAFILE 4 online;
    I then execute the delete of the original file at somepoint later - after we make sure everything has recovered and successfully brought back online.
    SCRIPT-3
    DELETE DATAFILECOPY "/some/orcl/datafile/usersdbf"
    For datafiles/tablespaces that are really busy, I typically copy them later in the afternoon as there are fewer archivelogs that it has to go through in order to make them consistent. The ones in the morning have more to go through, but less likelihood of there being anything to do.
    Using this method, we have moved upwards 600G at a time and the actual downtime to do the switchover is < 2hrs. YMMV. As I said, this can be done is stages to minimize overall downtime.
    If you need some documentation support see:
    http://docs.oracle.com/cd/E11882_01/server.112/e18951/asm_rman.htm#CHDBDJJG
    And before you do ANYTHING... TEST TEST TEST TEST TEST. Create a dummy tablespace on QFS and use this procedure to move it to ASM to ensure you understand how it works.
    Good luck! (hint: scripts to generate these scripts can be your friend.)

  • How can move Grid Control Repository to other server

    hi,
    We need to move our Oracle Grid Control Repository to Other server due to some Server Issuse....can someone helpme out......
    OMR and OMA : Server A (Windows 2003 Server)
    OMS : Server B (Windows 2003 Server)
    Target Server : Server C (Windows 2003 Server)
    Movement : Server A -----> Server C
    Please help me someone.....
    Thanks
    Jay

    Please Refer the below doc for migration
    http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e10954/repository.htm#CHDBHDDC

  • Move  the DataBase ORACLE 9i  to other server

    I have a DataBase ORACLE 9i in a Power 6 with operation system RedHat Linux 4 PPC64 and datafiles, redologs, etc.. in /ext3.
    My database lun's are into external storage like a EMC or IBM.
    I need to move the DataBase ORACLE 9i to other server itanium IA 64 RedHat Linux 4 with /ext3 running DataBase ORACLE 9i.
    I intend to remap these lun's and mount this /ext3 to this node.
    1- This is possible?
    2- The DataBase ORACLE 9i will start in the itanium IA 64 server?
    Edited by: E.Vargas on Feb 12, 2010 8:10 AM

    Read about 'Transportable tablespace' and about 'cross platform transport' topics from oracle 10g and oracle 11g documentation. In 9i it's not possible.
    Related dynamic performance views in 10g/11g are,
    v$TRANSPORTABLE_PLATFORM, V$DB_TRANSPORTABLE_PLATFORM, V$DBFILE

  • Move out Info Provider to other server without transport connection?

    Hi All,
    Could you share you thought ?
    Is there a possibility to move out the info provider design & info object to other server without transport connection ?
    The background is our project box will be decommissioned, and unfortunately it's not connected to development box. We've already found how to move out ABAP program, we generate it to XML, than upload it.
    How about for info provider itself / info Object ? Is there a possibility to have the same treatment ?
    Any thought from all of you ?
    If you have the way, appreciate if you can share it to me.
    Thanks a lot and have a good day,
    Best regards,
    Daniel N.

    Hi,
    From transport side, it is possible. You can create a dummy transport target system, then collect BI objects in request and release it. After release, the exported data is in dir_trans, you can manually copy it to realy target server, put them in dir_trans, and in STMS import Q, select from menu of import external request and import it.

  • Attaching movie clips to other movie clips

    I have mc1 nested like this
    _root.mc3.mc2.mc1;
    If i want to attach the mc1 from within mc2 timeline to the
    _root timeline how can I do this?... I don't want to reattach it
    from the library it must be the nested mc1 that is attached to the
    root timeline.
    Is there a way to attach movie clips to other m.c's in this
    way?
    regards J

    I've spent nearly a year creating this site... I just taken a
    glance at AS3. And sizeable isnt wrong... mamouth is closer. Other
    than having to learn AS3 it would take me months to rewrite
    everything. Is AS3 actually that much better than AS2? Either way
    im gonna finish the site in AS2 and try and find a work around for
    my attaching mc's to other mc's. Maybe one day I will convert it,
    but it just looks like an unnecissary headache.
    Thanks for your help. J

  • I want to move DTS packeges from sql server 2000 server to other server SQL2008R2

    Kindly provide help for move DTS packeges from sql server 2000  server to other server SQL2008R2

    Do you have a good technical reason for not wanting to use the Migration Workbench?
    Given that it's free and does a hell of a lot of the work for you, why wouldn't you use it?
    Other than that, I would say you would be on your own...
    cheers,
    Anthony

  • My macbook air will not attach mov files to gmail

    Not able to attach mov files to gmail. I have a macbook air. this situation has occured over the last couple of weeks and this is not a large file.

    Twyla2 wrote:
    My Macbook Air will not connect to wifi. I have tried updating the software and still nothing. Any idea how to fix?
    Care to share which software you were unsucessful in updating?  Which OS version you are using?
    ===========
    Try the basics first:
       Change your router channel number.  Most times this works & is all you have to do.
    Disconnect & reconnect your modem.  unplug it for about 10 seconds.  Plug it back in.  Do the same for Apple’s routers.  Wait for everything to reboot.
    System Preferences>Network
    Click the Assist Me button.
    In the next window that pops up, click the Diagnostic button & do the necessary.
    Research Knowledge Base for network problems that pertain to the OS that is currently installed on your computer.   See these basic networking KB Articles:  http://support.apple.com/kb/HT1401 AirPort troubleshooting guide
    http://support.apple.com/kb/HT4628  Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT2712 Using network locations in Mac OS X
    Manually provided DNS server addresses are higher priority than DHCP's
    http://support.apple.com/kb/HT1714 Solutions for connecting to the Internet, setting up a small network, and troubleshooting
    ============================
    What to do when you can't connect to the Internet
    Also, run the Airport Utility app which is located inside the Utilities folder.
    =====================
    If using a  Linksys router, contact LinkSys Customer Support and/or post in their forums.
    If using Apple's Airport, please re-post over in one of the AirPort Forums.

  • Creation of Microsoft Azure Website failed. Cannot move or create server. Subscription ' id ' will exceed server quota.

    I'm trying to create a new MVC website with azure cloud server. However, when creating my project/solution in visual studio I get the following error.
    Creation of Microsoft Azure Website failed. Cannot move or create server. Subscription '<id>' will exceed server quota.
    During the day I created several MVC projects, as a learning exercise, and it worked fine. Now it's failing every time I create a new MVC website with Azure.
    Every time I created a website, I have always deleted any generated Azure sites and databases via the management portal. Currently I have no websites in Azure. Thus I don't see how I've reached a quota,
    Any ideas what might be going wrong?
    My subscription is pay as you go.
    Thanks for your time,
    Rob

    Hi,
    It might be due to various other resources (sql DB, application insight, etc) that you may have created while deploying earlier websites, and filled up your Quota. Due to which, creating new resources would exceed the quota limit.
    Check for the unused resources and clear them. It may clear the error and allow you to create new websites.
    Otherwise, It should be an Account related issue than Technical issue. I suggest you contact Azure support, it is a best choice for you, Please contact support team by creating a support ticket at
    http://www.windowsazure.com/en-us/support/contact/
    Regards,
    Manu Rekhar

  • Download DMS attachment into an application server in background mode?

    Is it possible to download DMS attachment into an application server in background mode?
    Currently I am using the following code but does not work in background mode
      CALL FUNCTION 'CVAPI_DOC_GETDETAIL'
        EXPORTING
          pf_dokar     = 'Z06'
          pf_doknr     = gs_drad-doknr
          pf_dokvr     = gs_drad-dokvr
          pf_doktl      = gs_drad-doktl
          pf_read_kpro = 'X'
        TABLES
          pt_files      = lt_file
        EXCEPTIONS
          not_found    = 1
          no_auth       = 2
          error            = 3
          OTHERS       = 4.
    *Copy Attachment from DMS to PC File
      CALL FUNCTION 'CVAPI_DOC_VIEW'
        EXPORTING
          pf_dokar      = 'Z06'
          pf_doknr      = gs_drad-doknr
          pf_dokvr       = gs_drad-dokvr
          pf_doktl          = gs_drad-doktl
          pf_appl_start = ' '
          pf_apptp      = '1'
          pf_filename   = 'C:\TEMP\ZLINK.BMP'
          ps_file       = ls_file
        IMPORTING
          pfx_file      = l_pfx_file
        EXCEPTIONS
          OTHERS        = 0.
    *Load BMP into SE78
      PERFORM import_bitmap_bds
        IN PROGRAM saplstxbitmaps
        USING l_filename             "Local File for Upload/Download
                   l_bmpnam             "Name
                  'GRAPHICS'           "Application Object
                  'BMAP'                   "ID
                  'BCOL'                   "Color
                  'BMP'                     "Extension
                  'ZLINK PICTURE'   "Title
                  space          "Resides in Printer Memory in Print Request
                 'X'                 "Reserve Height of Graphic Automatically
                 space           "Graphic Storage: Compressed Bitmaps
        CHANGING l_docid
               l_wf_res.   "Graphic Resolution
    Thanks

    Hi!
    You didn't find answer for this, because it is not possible. If you run your program in background, it is running on the server, and does not have any connection to your local machine. That's why you can't upload/download in background mode.
    You might try to address somehow your local PC, with its IP or MAC address, but I don't think does this task worth so much time.
    Run your program in online mode, or if you want to run it in background, then upload your file into the SAP server.
    Regards
    Tamá

  • How to attach database in sql server 2005 restricted mode

    hi i have a database i want once i have attach database in sql server 2005, anyone cannot do detach, script and delete my database except myself. I mean i want to secure my database to avoid unauthorized persons access
    how it is possible in sql server 2005 express management studio

    There are restrictions for normal Logins but a administrator in SQL server can always detach,script and delete your database.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Attaching .MOV to email

    When I attach a .MOV to my email it's coming up in duplicate and very small. This hasn't always been the case. I've sent many .MOV through email with no problem till now. Any help would be appreciated.

    I believe you posted in the wrong forum. The iPhone can not attach MOV files to emails.

  • Attach movie - broken buttons - targeting

    Let's say i have a simple movie clip called "navBar" and in
    that movie clip I have nested another movie clip called
    "green_btn". I have assigned linkage to both clips the first as
    "navBar" and the second "green_btn". It is removed from the stage
    and saved in the library with proper linkage.
    Now let's say I return to the stage and create a "holder" for
    my attached movie. I leave it blank, I call it "myHolder_mc" and
    assign it linkageand give it a instance name of "myHolder_mc" and
    move the cross hairs to the upper right hand corner.
    Then I create a red button movie clip on the stage of a red
    circle called "red_btn", and give it a instance name of "red_btn".
    I will use red_btn.onRelease to load up the attachedMovie. When I
    press the red_btn, the "navBar" movie attaches fine.
    OK, thanks for sticking with me this far - HERE IS THE
    PROBLEM - I want to be able to target the "green_btn" that is
    located in the original navBar and assign it a onRelease function.
    I can't seem to be able to target it, and have tried to find the
    right target path, but can't seem to do it correctly.
    So here is the code so far that isn't working
    red_btn.onRelease = function(){
    myHolder_mc.attachMovie("navBar","navBar", 0)
    // the green_btn is nested inside of the navBar movieClip
    myHolder_mc.navBar.green_btn.onRelease = function(){
    trace("hello")
    What should I do?

    If you are importing the swf into the library it will lose all its actionscript.  You need to either copy that file from its original fla and create it as a movieclip in your other file (copy its timeline into a movieclip) or load that swf dynamically when the file is running using actionscript.

  • Attach movie (not using a button)

    I'm trying to attach movie on frame 1 on timeline. I'm using
    the following script and nothing happens:
    myMovieClip.attachMovie("graphic", "g", 1);
    g._x = 260;
    g._y = 250;
    When I use this script attached to a button it's working:
    on (press) {
    attachMovie("graphic", "g", 1);
    g._x = 260;
    g._y = 250;
    any idea what can be wrong?

    >>myMovieClip.attachMovie("graphic", "g", 1);
    This code assumes there is a movieclip with instance name
    'myMovieClip' on level0.
    >>do i have to give the movie clip an instant name
    No.
    >>i gave the name -graphic- in the linkage under
    identifier
    That's correct.

Maybe you are looking for