Information Broadcast Email File - Where is the file in Unix directory?

Hi,
I am using Information Broadcasting to email the BI report.   We use Unix as the application server.
In transaction SOSV, I can get detailed information on the file (attachment) and the send status.  There is a requirement to encrypt the file in Unix server.   Does anyone know where the file resides in Unix when the report is generated from Information Broadcasting?   What's the Unix directory?
Any information would be appreciated.
Thank you.
Rebecca

I added the path of the servlet.jar to the CLASSPATH. Now my modified
file content is as follows:
WINDOWS 2000 Environmental variable changes:(CLASSPATH)
C:\Program Files\PhotoDeluxe BE 1.1\AdobeConnectables;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;C:\jakarta-tomcat-4.1.12\common\lib\servlet.jar
AUTOEXEC.BAT:
set path=%path%;c:\onnet32
SET PATH=C:\jdk1.3.1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
SET JAVA_HOME=C:\jdk1.3.1
SET CATALINA_HOME=C:\jakarta-tomcat-4.1.12
SET CLASSPATH=.;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;C:\jakarta-tomcat-4.1.12\common\lib\servlet.jar
With this I am executing the command: javac test.java. However, it is still giving lot of error messages
All the messages are 'cannot resolve symbol' associated with the Servlet class, Servlet Request, Server Exception etc. In the very first error message it states that: 'package javax.servlet does not exist'.
I would appreciate any help. Thanks in advance.

Similar Messages

  • How to create pdf files in UNIX directory from oracle reports

    I would like to know how to create pdf files in UNIX directory from oracle reports.
    Thanks,

    Please make your question more clear . Also mention the reports version.
    1) If you are runnning reports in Unix, you can give
    .... destype=file desformat=pdf desname=<filename>
    in command line
    Please refer docs below.
    2) If by your question you mean
    "My reports server is running in Windows but I want to ftp my files to Unix after creating it"
    then the answer is that you can use pluggable destination "ftp"
    .... destype=ftp desformat=pdf desname=<ftp url>
    Pluggable destinations download
    http://otn.oracle.com/products/reports/pluginxchange/index.html
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf

  • Unix command to create a copy of file from unix directory

    Hi guys,
    what is the Unix command to create a copy of file from unix directory?
    Thanks a lot!

    If you haven't noticed, this is a ABAP forum.
    You can go to the UNIX thread instead and post it there,
    SAP on UNIX
    You can expect answers there

  • Strange behavior of email notification: where is the log?

    Hi,
    The email notifications have a strange behavior in our productive system. When the system process whatever subscription only the firsts four notification are sent by email even thought  all the inbox notifications are sent. I checked the mail server and only four smtp connections are sent..... In the development system it is working well, I mean all the emails are sent using the same mail server....  I marked the option Enable session debug info in the EMAIL channel but I see nothing in the los (default.trc).
    Is there any log to check what it is happened? Where is the log of session debug info?
    Thanks
    Antonio

    Thanks for you fast replay.
    I would like to increase the logging of Notificator (com.sapportals.wcm.service.notificator.wcm) to DEBUG  but in NW7 SP13 I do not find that logging locations.
    Could you give any hit on it?
    thanks
    Antonio
    By the way... I found  the following warning:
    JMX connector exception occurred while processing external JMX request [ JMX request (java) v1.0 len: 314 |  src: cluster target-node: 8573000 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=8573000,SAP_J2EECluster=""... [see details]

  • Check file in unix directory

    Hi all,
    I am dealing with checking file in certain directory path of the unix. If file can be found then has to be uploaded.
    How to get list of those files in the unix and based on these information, I will do open dataset.
    thanks alots.
    Alia

    Hi Alia,
      Check this Function module also
        call function 'SUBST_GET_FILE_LIST'
             exporting
                  dirname      = p_reqdir
                  filenm       = ' '
             tables
                  file_list    = t_reqfile_list
             exceptions
                  access_error = 1
                  others       = 2.
    This FM returns the list of all files in the path specified.
    Regards,
    Ravi

  • CX_SY_CONVERSION_CODEPAGE - Error when reading from file in unix directory

    Hi
    We have a custom report which reads data from a file put in the unix directory. This report has been running for good 3 years now without any code changes.
    For a few days the report is dumping with the following error
    CX_SY_CONVERSION_CODEPAGE
    Short text
        Character set conversion is not possible.
    What happened?
        When converting a text from code page '4110' to code page '4102',
        the system either
        - encountered a character which cannot be represented in one of
          the two code pages; or
        - found that this type of conversion is not supported.
    The code where the dump occurs is:
    load the file from the given path
      OPEN DATASET  p_p_lfdata FOR INPUT IN TEXT MODE ENCODING DEFAULT WITH SMART LINEFEED.
      IF sy-subrc EQ 0.
        DO.
    >>>>>>>>      READ DATASET  p_p_lfdata INTO  l_rec. " Dump occurs here
          IF sy-subrc = 0.
    I understand this error is thrown in the OPEN DATASET statements in case of non-unicode compliance, but this statement does not throw an error while the READ DATASET statement does..... Any particular reason why the READ statement is failing even though OPEN is successful???

    Hi,
    you open the according file in DEFAULT mode. I assume you do this on a Unicode system.
    Then the program assumes that the file is encoded in UTF-8 (SAP number 4110).
    Now it seems that the file contains some characters, which are not encoded in UTF-8.
    I would propose to investigate the code page, on which the file is created.
    Ideally this should be UTF-8. If this is not the case, try to change it.
    If this is not possible, then adapt the ABAP program (e.g. use Non-Unicode mode).
    Best regards,
    Nils Buerckel

  • Getting list of files from Unix directory inclding files frm sub-directries

    Hi All,
            I am trying to use Fm 'SUBST_GET_FILE_LIST'  and
    'RZL_READ_DIR_LOCAL' for getting a list of all files in a Unix directory including files from sub-directories.
    In the first case I am getting an Exception called 'Access Error'
    and when I use the 2nd FM, I am not getting any output.
    Is there a special way to use these FMs.
    Kindly help.
    Regds,
    Shweta

    [url http://java.sun.com/developer/JDCTechTips/2003/tt0122.html#1]READING FILES FROM JAVA ARCHIVES (JARS)

  • Sample code to read a text file from UNIX directory.

    I am using 9i Developer Suite, application server is 9.0.4. I want some help on how to read a flat file from UNIX environment. A sample code could be very helpful.
    In windows, i use this kind of code:-
    I declare an object & then write to a file using these sample staements:-
    file_handle text_io.file_type;
    filename := 'd:\ran\egs\uninvoiced.txt';
    file_handle:=text_io.fopen(filename,'w');
    text_io.put_line(file_handle, 'MOBILE NO '||'COUPON NO ' || 'DATE');
    I hope, my question is clear. Please help in solving the doubt.
    Regards.

    filename := 'd:\ran\egs\uninvoiced.txt';This is a Windows directory, so it won't work on Unix.
    For the rest of the code: see examples in the Forms Builder Online Help.

  • Moving one file in unix directory path into another unix directory path

    Hi All,
    I have issue regarding moving one file in one unix directory into another unix directory.
    Actual requirement is as below:
    I have two unix directories 1. /var/opt/working 2. /var/opt/error
    Now i have a file [ FILE1 ] in [/var/opt/working] working directory.
    In code checking i found it is error file now in my abap i want to move/send this file [FILE1] to another unix directory [/var/opt/error].
    How can solve this issue in ABAP code.
    Can anybody solve this issue!
    Thanks,
    Deep.

    1. Open the 1st file using Open dataset for input /var/opt/working
    2. Get the data into internal table
    3. Open the 2nd file using Open dataset for output /var/opt/error
    4. TRANSFER the data from the internal table to 2nd file
    5. CLOSE 2nd file
    6. Close 1st file
    7. Delete 1st file using DELETE DATASET dsn.

  • Number of files in unix directory

    Hi All,
    anyone can help me, how can I get the number of files in specific unix directory and number of files in each
    sub-directory inside that directory?
    Thank You

    Hi,
    Use the following program which will list the files on a unix system.
    Put/modify the logic for getting the file count. (play around)
    REPORT ZUNIXFILES MESSAGE-ID Z1
                      NO STANDARD PAGE HEADING
                      LINE-COUNT 65
                      LINE-SIZE  132.
    Global Variables.                                                   *
    DATA: BEGIN OF TABL OCCURS 0,
              LINE(2000),
          END OF TABL.
    DATA: PARCOM_LOC LIKE RS37A-LINE.
    DATA: SIZE(10) TYPE C,
          LINE     LIKE TABL-LINE,
          SUM(16)  TYPE C.
    DATA: FILE LIKE RS37A-LINE.
    DATA: PATH(255) TYPE C.
    Parameters.                                                       *
    SELECTION-SCREEN SKIP 2.
    PARAMETERS: PARCOM LIKE RS37A-LINE.
    *AT SELECTION-SCREEN.
    AT SELECTION-SCREEN.
      CONDENSE: PARCOM NO-GAPS.
    *TOP-OF-PAGE.
    TOP-OF-PAGE.
      PERFORM WRITE_PAGE_HEADING.
    *INITIALIZATION.
    INITIALIZATION.
      PARCOM = '/usr/sap/*'.               "Only default value
    *START-OF-SELECTION.
    START-OF-SELECTION.
      PERFORM MAKE_LOC.
      PERFORM COLLECT_DATA.
      PERFORM FILE_LIST.
    *AT LINE-SELECTION.
    AT LINE-SELECTION.
      CLEAR FILE.
      FILE = SY-LISEL+55.
      REPLACE '|' WITH SPACE INTO FILE.
      IF SY-LISEL+1(1) = 'd'.
         PATH = FILE.
         PATH+200 = '/*'.
         CONDENSE PATH NO-GAPS.
         SUBMIT ZUNIXFILES
           WITH PARCOM = PATH
           AND RETURN.
      ENDIF.
      SUBMIT ZBROWSEFILE            "Call the browse program
         WITH PARCOM = FILE
         AND RETURN.
    FORM MAKE_LOC.                                                      *
    FORM MAKE_LOC.
      CLEAR: PARCOM_LOC.
      PARCOM_LOC(7)    = 'ls -ld '.
      PARCOM_LOC+7(45) = PARCOM.
    ENDFORM.
    FORM COLLECT_DATA.                                                  *
    FORM COLLECT_DATA.
      REFRESH TABL.
      CALL 'SYSTEM' ID 'COMMAND' FIELD PARCOM_LOC
                    ID 'TAB'     FIELD TABL-SYS.
    ENDFORM.
    FORM FILE_LIST.                                                   *
    FORM FILE_LIST.
      FORMAT RESET.
      CLEAR SUM.
      LOOP AT TABL.
        CLEAR LINE.
        LINE = TABL-LINE.
        WRITE /2 LINE.
        PERFORM VERTICAL_LINES.
        SUM = SUM + SIZE.
      ENDLOOP.
      WRITE:/1(132) SY-ULINE.
    ENDFORM.
    FORM WRITE_PAGE_HEADING.                                          *
    FORM WRITE_PAGE_HEADING.
      WRITE:/1(132) SY-ULINE.
      PERFORM VERTICAL_LINES.
      FORMAT INTENSIFIED.
      WRITE: /2(131) SPACE COLOR 1.
      WRITE:  2    SY-DATUM COLOR 1.
      WRITE: 35 'File Manager' COLOR 1.
      PERFORM VERTICAL_LINES.
      WRITE:/1(132) SY-ULINE.
      PERFORM VERTICAL_LINES.
      FORMAT INTENSIFIED.
      WRITE: /2(131) SPACE  COLOR 3.
      PERFORM VERTICAL_LINES.
      FORMAT RESET.
      WRITE:/1(132) SY-ULINE.
    ENDFORM.
    FORM VERTICAL_LINES.                                              *
    FORM VERTICAL_LINES.
      PERFORM WRITE_VLINE USING ' '  1.
      PERFORM WRITE_VLINE USING ' '  132.
    ENDFORM.
    WRITE_VLINE.                                                      *
    FORM WRITE_VLINE USING MODE POS.
      IF MODE NE 'T'.
        FORMAT INTENSIFIED.
      ENDIF.
      POSITION POS.
      WRITE: SY-VLINE.
      IF MODE NE 'T'.
        FORMAT RESET.
      ENDIF.
    ENDFORM.

  • Javascript for email form - where in the source code editor does it go?

    Hi,
    I've copied some javascript that I thought would allow me to create a form to collect email addresses, but when I paste the code below between the head or body tags and preview the page nothing happens. Any help would be most appreciated.
    script language="JavaScript" type="text/javascript" charset="utf-8" src="https://promo-manager.server-secure.com/em/forms/subscribe.php?db=3216
    5&s=2796&u=18630&k=74bb649&emb=1"/script
    I've removed some of the < > as they hid the code from the post.
    Thanks
    Charlie

    The code is a bit strange....  Try this -<br /><br /><script type="text/javascript" <br />src="https://promo-manager.server-secure.com/em/forms/subscribe.php?db=32165&s=2796&u=1 8630&k=74bb649&emb=1"</script><br /><br />What is it you are expecting this script to do for you?  And do you have a <br />link to the site where you got this script?<br /><br /><br />-- <br />Murray

  • Edit Email Aliases - Where is the button?

    I've read several places about editing/administering my .mac email account aliases by going to Preferences/Accounts, selecting my .mac account, then Account Information and clicking on an "EDIT EMAIL ALIASES" button. I cannot find such a button. What am I doing wrong?
    Thanks,
    RB

    John,
    Thanks so much for the reply. After reading over your post several times, I realized that you are referring to accessing the aliases from the .Mac website. My difficulty was with the Mail App itself.
    The Help Viewer in Mail App stated, "To set up a .Mac email alias, choose Mail > Preferences and click Accounts. Select your .Mac account and click Account Information. Click Edit Email Aliases to go to the .Mac website."
    This is apparently just a shortcut to get to the .Mac website, but it has been frustrating not being able to find the "Edit Email Aliases" button/link.
    -RB
    17" PB & 12" PB   Mac OS X (10.4.8)  

  • TS3899 after a recent ios7 update I receive three versions of the same email, one in each of my three email accounts. where is the setting that corrects this issue?

    i am getting duplicate emails...one in each of my three email accounts

    Reset the phone, delete and re-add the accounts....

  • Who know where store the data about integration Directory objects?

    I met some problem which is difficult analysis how to design for ID and find channel status(active or inactive).
    I just want to know currect table or stored mechanism.
    who does know about this?

    Thank your Ahmad.
    I just know ID objects.
    is it really access by ABAP stack?
    I think only access to JAVA stack.
    I want make this report.
    <u><i><b>current status :</b></i></u>
    <b>Scenarion ABC</b>
    Business System
      - A
        - Channel A
      - B
        - Channel B
    Receive Determination
      - C
    Interface Determination
      - D
    Sender Agreement
      - E(A)
    Receive Agreement
      - F(B)
    <i><u><b>want make this report:</b></u></i>
    <b>Scenarion ABC</b>
    Channel A - E - XI - C - D - F - Channel B

  • Can I recover my data information from excel file?

    For any reason I already lost (clear all) my data information, have any option where import the data information from excel file to view responses sheet? or , how, can I recover my data information?
    Antonio

    If you had saved your Excel file, then you may revert the Excel file to the last saved version. Follow below steps to do this:
    On the File tab, click Open.
    Double-click the name of the file that you have open in Excel.
    Click Yes to reopen the Excel file.
    If you had not saved Excel file, then follow below steps to recover your file.
    Click the File tab.
    Click Recent.
    Click Recover Unsaved Workbooks.

Maybe you are looking for

  • T.code for checking stock at WM level

    Hi Gurus,                I want to check the warehouse stock at Storage type level in previous week,Can any one give me T.Code where we can satisfy this requirement Regards Narayana

  • How to get no. of active employees in a employee subgroup on a particular date

    Dear Experts. Sorry for the basic questions. I want to get the no. of active employees in a employee subgroup on a particular date.  I am not using logical database. I am  facing problem with the date . my select query as below . SELECT PERNR PERSK  

  • Cubes on Materials management Cube 0IC_C03

    HI, We need to create  cubes on the Materials management Cube 0IC_C03 to take care of the huge inventory data we have . These will be a copy of 0IC_C03 and 0IC_C03 will be a staging layer. Want to know how will the marker update will work on the new

  • Disk Utility wants start up disk for Lion

    My 2.66 Ghz Intel i7 MacBook pro seems to have slowed down considerably after the Lion OS upgrade. I ran a scan using DiskUtility and it says the disk has errors. The repair needs me to start up the MacBook Pro using a startup disk/installation disk.

  • How can I set the JButton Caption in my mother tongue

    Hi, It is possible to me to set the JFrame caption in my mother tongue. Using some Key Input Method I will type the characters in my mother tongue in the Editor itself, while executing it will show the Title in the same language. If I tried for some