How to save .JPEG Image on SAP CONTENT SERVER?

Hi,
        I am working on online interactive form where i am getting scanned signature as .JPEG image that i want to store on SAP CONTENT SERVER. I am using webdynpro abap tool for application developement .
        Please guide me . Thanks in advance,
Saurin Shah

Hi
You can do it but there is one very critical exception to do it depending on the Webserver that you are using :
1. Is you are using Sunone Webserver then you cannot install multiple instances of CS on the same webserver instance.
And if using IIS then the only thing that you need to do on the webserver front is to restart the Webserver after the second instance is installed so that the webserver picks up the config entries made for the second instance's install.
With Apache webserver you will have make the entry in the httpd.conf for the second instance as you had done for the first instance
Eg for this is :
This is my first instance:
LoadModule IdcApacheAuth "D:/oracle/ucm/cs2/shared/os/win32/lib/IdcApache22Auth.dll"
IdcUserDB cs2 "D:/oracle/ucm/cs2/data/users/userdb.txt"
Alias /cs2 "D:/oracle/ucm/cs2/weblayout"
<Location /cs2>
     Allow from all
     Order allow,deny
     DirectoryIndex portal.htm
     IdcSecurity cs2
</Location>
This is my second instance:
LoadModule IdcApacheAuth D:/oracle/ucm/idc1/shared/os/win32/lib/IdcApache22Auth.dll
IdcUserDB idc1 "D:/oracle/ucm/idc1/data/users/userdb.txt"
Alias /idc1 "D:/oracle/ucm/idc1/weblayout"
<Location /idc1>
Order allow,deny
Allow from all
DirectoryIndex portal.htm
IdcSecurity idc1
</Location>
Hope this helps
Thanks
Srinath

Similar Messages

  • How many ways to use the SAP content server?

    I just find out that content servers can be helpful for our data archiving.
    Can people here list other exciting way to use content servers, e.g. KW/KM, etc.
    Thanks!

    Hi Ashley,
    Checkout:
    1) SAP Content Server: Talks about implementation consideration and constraints as well.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/d3/489f40c18a2a54e10000000a1550b0/frameset.htm
    2) Advantages of the SAP Content Server
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/21/f36c0b389511d5992200508b6b8b11/content.htm
    Hope that helps.
    Ray

  • How to uploag jpeg image for smartforms

    how to uploag jpeg image in sap. plz tell me the steps.
    Edited by: Matt on Nov 16, 2008 4:15 PM

    Hi
    Convert the jpeg into bmp or bitmap...as from se78 jpeg cannot be uploaded. To convert, all you have to do is open the jpeg picture using paint brush and then save it as bmp. When you click save as in paint brush, it will open a window..in that in "Files of Type" select bitmap image and upload it.
    In smartform, create a graphic window and give this image name.
    Regards,
    Vishwa.

  • How to save jpeg email attachment on ipad air

    how to save jpeg email attachment on ipad air

    Hello, tedrbebe. 
    Thank you for visiting Apple Support Communities. 
    Here are the steps on how to save image attachments from your email account to your camera roll. 
    Save a photo or video to your Camera Roll. Touch and hold the photo or video until a menu appears, then tap Save Image.
    Mail Attachments
    Cheers,
    Jason H. 

  • How to save an image as PDF?

    Hi,
    I need help o how to save an Image as PDF file?? is this possible?

    Under Getting Started in the welcome window click Create PDF
    Open your image
    File>Save As...PDF
    But I am finding that there are limitations on how big the image can be. I am trying to save a 20mb jpeg to pdf in acrobat and having issues. Good luck!

  • How to store jpeg images in SQL server using NI database Connectivity Toolset. Can anyone please help me in this regard.

    Please tell how to store jpeg images in SQL Server using NI Database Connectivity Toolset.

    http://www.w3schools.com/sql/sql_datatypes.asp
    You setup a field as BLOB and store the binary of the picture there. Depending on the database it can be called differently as you can see in the link, in SQL server there's even a Image datatype.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • How to change the image in SAP network graphics

    In my development with SAP network graphics, I found it difficult to change the image displayed in SAP network graphics. and i define the image path in IMG, it doesn't work. Is there any one who can tell me how to diplay a image in SAP network graphics. In my program the class cl_gui_netchart is used. 
    Thanks a lot!

    hi,
    JFrame frame;
    frame.setVisible(true);
    frame.setIconImage(new ImageIcon("icons/img007.gif").getImage());
    frame.setSize(800,600);
    i think the thing u r searching is :
    frame.setIconImage(new ImageIcon("icons/img007.gif").getImage());
    ~~~radha

  • How to save the output of sap script to pdf document in sap

    hi abapers
    how to save the output of sap script in sap so that can retrieve the saved document later.
    i have to save the rcia output from sap script in pdf document in sap so that it can be retrieved later
    how to use dms

    Hi deepika,
    This thread will solve ur problem OTF  -> PDF
    Regards,
    Pravin

  • Delay viewing archivelink images held in SAP content server

    Hi,
    We have implemented an indexing solution utilising SAP Archivelink and Content server. We are noting considerable delays when viewing documents, this only happens for the first document in a transaction and can take up to 6 minutes to display a document. As our users have a person on the telephone at the time this results in alot of smalltalk which is not desireable.
    Does anyone know of any performance issues related to document storage in content server?
    Many Thanks,
    Pete White

    hi,
    The SAP Content Server is the server at the core of SAPu2019s document storage and management concept. It provides the technical infrastructure for all document-centric applications and business scenarios that do not require long-term document archivingu201D
    SAP Integration points
    SAP Document Management system (DMS), and SAP Knowledge Warehouse.
    U could achieve your requirement easily
    SAP Content Server u2013 Features
    Ability to create file system and database repositories.
    Support for security certificates (secure key).
    Ability to lock down the files on the content repositories.
    Images can be displayed using the ECL viewer or desktop applications via Internet Explore.
    Benakaraj
    ??P

  • How to save the data to sap abap using Adobe Flex

    Hi Everybody......
    I am new to Adobe flex with sap abap.
          How to save the data in sap abap using Adobe Flex coding is Action Script and using RFC web service.
    Please give me any suggisions on that.
    Thank you
    Venkatesh V

    Hi Venkatesh,
    Try with folowing coding...
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
         initialize="initApp()">
         <mx:Label x="10" y="23" text="Airline" width="90" id="lblAirline"/>
         <mx:TextInput x="108" y="21" id="txtAirline"/>
         <mx:Button x="10" y="49" label="Get Data" id="btnGetData" enabled="false" click="getData()"/>
         <mx:DataGrid x="10" y="97" id="dgFlightData" dataProvider="">
         </mx:DataGrid>
           <mx:Script>
              <![CDATA[
                   import mx.collections.ArrayCollection;
                   import mx.rpc.AbstractOperation;
                   import mx.rpc.events.FaultEvent;
                   import mx.rpc.soap.LoadEvent;
                   import mx.rpc.events.ResultEvent;
                   import mx.rpc.soap.WebService;
                   [Bindable] public var flightData:ArrayCollection;
        private var flightWS:WebService;
         private function initApp():void{
              flightWS = new WebService();
              flightWS.wsdl = "http://uscib20.wdf.sap.corp:50021/sap/bc/soap/wsdl11?services=ZGTEST&sap-client=000";
            flightWS.addEventListener(FaultEvent.FAULT,onWSError);
              flightWS.addEventListener(LoadEvent.LOAD,onWSDLLoaded);
             flightWS.addEventListener(ResultEvent.RESULT,onFlightWSGotResult);
              flightWS.loadWSDL();
    private function getData():void{
              var operation:AbstractOperation = flightWS.getOperation("ZGTEST");
              var input:Object = new Object();
              input.Airline = txtAirline.text.toUpperCase();
              operation.arguments = input;
              operation.send();
         private function onWSError  (event:FaultEvent):void{
         private function onWSDLLoaded(event:LoadEvent):void{
              btnGetData.enabled = true;
         private function onFlightWSGotResult(event:ResultEvent):void{
              flightData = event.result.SFLIGHT;
              ]]>
         </mx:Script>
    </mx:Application>
    Regards,
    Vinoth

  • How to save the output of sap script in sap so that can be retrieved later

    hi abapers
    how to save the output of sap script in sap so that can retrieve the saved document later.
    i have to save the rcia output from sap script in pdf document in sap so that it can be retrieved later
    how to use dms
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Dec 26, 2008 11:01 AM

    Hi Deepika,
    Look into this link https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/401cca81-b861-2910-ada2-f416dfb3b3fe
    Regards,
    Pravin

  • How to save the image in the form?

    As thread, how to save the image into a file from the pdf form - image box?
    I have Adobe Acrobat 9 Pro extended.

    Hi Sandy,
    Sorry for Delay.Could you please provide script code for the Button and in which event we want to add the code
    I want to Save the lot of images in the PDF. For that I kept Image field in the form.Here I am able to upload the images but those are not saved.
    If possible please share the details document.
    Please help me.
    Thanks,
    Ravi.

  • How to save an image as a PICT resource file?

    Can someone tell me how to save an image as a PICT resource file? I'd like to make ikons in Photoshop and save them in this format, but I 'm not finding any leads. Thanks!

    If you have Resorcerer from "ancient times" it of course can handle resource forks since that's was it's goal in life.
    There are lots of icon creation apps these days.  Do a search for "icon" on macupdate.com to see what's available.  For example that search finds:
    iconXprit
    Icon Builder X

  • How to install Apache Web server on my SAP Content Server

    Dear Experts,
    I am in the process of installaing Content Server in my landscape, i am working on Suse Linux 10 SP2 and planning to install ContentServer 6.30.
    I have read the standard SAP installation document for the same and it says that we need to install Apache Web server version 1.3.XX, so i have downloaded the file apache_1.3.27-x86_64-whatever-linux22.tar.
    Now i want to know the following before i take any actions on my further installation of the Content Server
    What is the difference between Apache and httpd servers (services) are they different or same
    Is the file apache_1.3.27-x86_64-whatever-linux22.tar correct to install Web Server on my Linux system
    Do i have to download any other httpd files
    How to install and start the Web server on my Linux
    Waiting for some information
    Thanks and regards
    BasoKing

    You can install a higher apache also (2.2.x), I'd not use the old versions. I'd also not use a "somwhere" compiled apache, you don't now if that version is clean.
    I'd rather compile an own one, it's not that difficult:
    Note 664384 - Generation info for Apache Web server for SAP Content Server
    The result will be a default webserver (httpd) without any unnecessary modules compiled in.
    Markus

  • How to archive data which is in sap content server

    Hi Experts,
    We are facing issue with data stored in content server. With the time the data which is in content server is increasing and reaching the size limitation of content server. We want to archive data which is already present in content server.
    Is there any stategy for this and how we can archive the data which is already inside sap content server.
    Thanks.
    Regards
    Richa Koolwal

    Thanks Ajay,
    It really helps to ansewer some of my questions.
    I would like to ask some more information for content server to you. As you said content server will allow to increase the database size upto 64TB and advise for the either of the 2 activiteis.
    1. If I shift the data which is old to some other storage, should that storage device be connected to content server.
        e.g If I have decided to store data on some file system I have to connect file system with the content server with the specific driver for file system.
    2. Next you said to install new content server, but as I know content server provide us the facility to connect to various instances of database system if one of the instance reaches its limit of 64 TB, so would it be good to install some other instances of database or the new sap conent server.
    3. Which storage media (File system and Instance of Database) is prefferable in terms of cost and security to enhance the scalability of content server. 
    Thanks.
    Regards
    Richa Koolwal

Maybe you are looking for