Zend framework files on my server generated by FB4

I don't want to put all the zend framework files on my server generated by FB4, what is the minimum I need to upload to get the progect to work with the generated php stuff.

The followng folders have to be present.
Amf, Config, Db, Loader, Reflection, Server, XmlRpc.
These folders along with other php files under ZendFramework\library\Zend are minimum things which have to be uploaded for the php project to work fine.
The total size of the above mentioned folders and files will come upto 2.4 MB.
However, you might loose some functionality like authentication, session management, etc., which are provided by ZendFramework (if you decide to upload only the above mentioned files and folders). If you are not using such functionalities, you need not upload them, there by minimizing the ZendFramework size.
Hope this helps.
Thanks,
Sudhir

Similar Messages

  • Monitoring of File in FTP Server generated by background job in ECC system

    Hi,
    There is a background job in ECC system, which generates a file in FTP server. However the issue is that even if the background job is successfully executed, there are instances where the file is not generated in FTP server. Is there any way by which we can monitor such file in FTP Server?
    Regards
    Nishu Shah

    Hi,
    I guess this is not a solman question. Anyway, how do you perform the FTP?? custom code?
    Cheers,
    Diego.

  • Question for David Powers - Zend Framework

    Using the Zend Framework on your local machine and referencing the library I was wondering when you FTP your code to an online server (How do you reference $library = 'C:/php_library/ZendFramework/library';)? As it would not be no longer on you local machine.

    Silken_thread wrote:
    Using the Zend Framework on your local machine and referencing the library I was wondering when you FTP your code to an online server (How do you reference $library = 'C:/php_library/ZendFramework/library';)? As it would not be no longer on you local machine.
    Simple. You upload the Zend Framework to your remote server, and point $library to the new location.
    It's covered in Lesson 13 of the book (pages 468-469).

  • Uploading files using Zend Framework

    I am tyring to use the Zend Framework to upload files as outlined in the "Adobe Dreamweaver CS5 with PHP" book by David Powers.  I've been using the example code (more or less), and can get it to work perfectly with a local XAMPP installation of Apache and PHP.  Howver, I can't get it to work successfully with a hosted site, having tried both GoDaddy and Verio.
    The Zend Framework is correctly installed, include paths set correctly (I know this because other Zend FW operations, such as validation work fine).  In addition, if the directory I want to upload to isn't correctly specified I get errors on that.  But when I try to actually upload a file (again, with code that works on the XAMPP platform), I get nothing.  No errors, and no uploaded file.
    I have the script set up to send an email with a link to the uploaded file, and the name field is blank (but the email does get sent, again indicating that the ZF is working).  I'm concluding I have something incorrectly configured on the hosting plaforms, and am looking for suggestions as what to look at.  Thanks.
    BTW, checked the permissions on the upload directory, and it should be writeable...

    David,
    Thanks for the reply.  I neglected to mention that file upload do work on the server, it's just the Zend FW implementation that doesn't.  The Zend FW is basically what is in your book, and nothing happens when I try an upload, but I know that the code is talking to the FW (e.g., if I provide an invalid path, I get the appropraite PHP error).  If I don't use the FW it works.  So the following code correctly uploads a file on the hosting platform:
    if ($_POST['send']) {
    //validate the user input
    $val = new Zend_Validate_Alnum(TRUE);
    if (!$val->isValid($_POST['name'])) {
       $errors['name'] = 'Name is required';
    $val = new Zend_Validate_EmailAddress();
    if (!$val->isValid($_POST['email'])) {
       $errors['email'] = 'Email address is required';
    $val = new Zend_Validate_StringLength(10);
    if (!$val->isValid($_POST['message'])) {
       $errors['message'] = 'Required';
    if (!$errors) {
      foreach($_FILES as $temp_name => $file_array) {
       $file_name = str_replace(" ","_",$file_array["name"]);
       if (is_uploaded_file($file_array["tmp_name"])) {
        move_uploaded_file($file_array["tmp_name"], "$file_dir/".$file_name) or die ("Couldn't copy");
       $new_names[] = $file_name;
      //start building the mail string
      $msg = "Name:\n\t\t".$_POST["name"]."\n";
      $msg .= "E-Mail:\n\t\t".$_POST["email"]."\n";
      $msg .= "Message:\n\t\t".$_POST["message"]."\n";
      foreach ($new_names as $name) {
       if ($name != "") {
       $msg .=  "Link: xxx/uploads/$name"."\n\n";
    Using this code I wil email that contains links to the uploaded files, which I can then sucessfully download.  So it's the FW code that fails... and note that the Zend validation code above does work correctly; I get errors if invalid entries are made.
    Also, I note that my hosting providers only support PHP 5.2.14, whereas on my XAMPP installation I'm using 5.3  Could that be an issue?

  • How to delete the Generated files from application server(open hub)?

    hi experts,
    when i try to execute process chain the DTP it is giving below dump. Exception CX_RSBK_REQUEST_LOCKED logged.
    when i execute the DTP manually and trying to delete the previous request, it is giving for dump ITAB_DUPLICATE_KEY.
    so to delete the generated file from application server, how to delete it for specific dates?
    Information on where terminated
    Termination occurred in the ABAP program "GPD6S3OE0BCVGC6L9DBNVYQARZM" - in
    "START_ROUTINE".
    The main program was "RSBATCH_EXECUTE_PROZESS ".
    In the source code you have the termination point in line 2874
    of the (Include) program "GPD6S3OE0BCVGC6L9DBNVYQARZM".
    The program "GPD6S3OE0BCVGC6L9DBNVYQARZM" was started as a background job.
    and when i check the dump it is point out at below code
    " Populate the lookup table for 0STOR_LOC
    SELECT * from /BI0/TSTOR_LOC
    into CORRESPONDING FIELDS OF table L_0STOR_LOC_TEXT
    FOR ALL ENTRIES IN SOURCE_PACKAGE WHERE
    STOR_LOC = SOURCE_PACKAGE-STOR_LOC.
    but the programme is syntactically correct only.
    how to rectify the issue.
    regards
    venuscm
    Edited by: venugopal vadlamudi on Sep 28, 2010 1:59 PM

    hi experts,
    We have written start routine to get the storage location text and sending to File located at Application server through OPEN HUB.
    here is the code written in the Transformations
    In the global section
    Text for 0STOR_LOC
        DATA: l_0stor_loc_text TYPE HASHED TABLE OF /bi0/tstor_loc
              WITH UNIQUE KEY stor_loc.
        DATA: l_0stor_loc_text_wa TYPE /bi0/tstor_loc.
    and in the code to get the text
    " Populate the lookup table for 0STOR_LOC
        *SELECT * from /BI0/TSTOR_LOC*
          into CORRESPONDING FIELDS OF table L_0STOR_LOC_TEXT
          FOR ALL ENTRIES IN SOURCE_PACKAGE WHERE
                  STOR_LOC = SOURCE_PACKAGE-STOR_LOC.
    im sure there is problem with the Routine only. i think i need to change the code if so please provide me the modified one.
    thanks
    venuscm
    Edited by: venugopal vadlamudi on Sep 29, 2010 9:37 AM

  • Generating tab delimited file on presentation server

    Hi All,
    I have to generate a tab delimited file on presentation server. The file shouldn't have '#' as separator. Instead it should be separated by TAB (when you press TAB button, some spaces will come naa... like that) ' '. Please advice me how to do this...
    Thanks in Advance,
    Regards,
    Phani

    Hi,
    Check this example..
    DATA: BEGIN OF itab OCCURS 0,
    matnr TYPE matnr,
    werks TYPE werks_d,
    END OF itab.
    itab-matnr = 'ABC'.
    itab-werks = 'ASDF'.
    APPEND itab.
    itab-matnr = 'EFG'.
    itab-werks = 'DHIS'.
    APPEND itab.
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    filename = 'C:\test.txt'
    write_field_separator = 'X'
    TABLES
    data_tab = itab
    EXCEPTIONS
    file_write_error = 1
    no_batch = 2
    gui_refuse_filetransfer = 3
    invalid_type = 4
    no_authority = 5
    unknown_error = 6
    header_not_allowed = 7
    separator_not_allowed = 8
    filesize_not_allowed = 9
    header_too_long = 10
    dp_error_create = 11
    dp_error_send = 12
    dp_error_write = 13
    unknown_dp_error = 14
    access_denied = 15
    dp_out_of_memory = 16
    disk_full = 17
    dp_timeout = 18
    file_not_found = 19
    dataprovider_exception = 20
    control_flush_error = 21
    OTHERS = 22.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ELSE.
    MESSAGE s208(00) WITH 'File downloaded'.
    ENDIF.
    Thanks,
    Naren

  • How to Generate PDF file on the server

    Hello Everybody !
    I Need to generate a PDF File on the server, and I'm usin the command :
    "OPEN DATASET p_path FOR OUTPUT IN BINARY MODE message l_verro .
           LOOP AT t_lines.
             TRANSFER t_lines-tdline TO p_path.
           ENDLOOP.
           CLOSE DATASET p_path.  "
    The File was generated, but is corrupt . Don't Open the file, It's wrong.
    When I use the function GUI_DOWNLOAD the file is generated  right. But in the server not.
    Can someone help me please ??
    Best Regards,
    Wagner Duarte

    Hi.
    did you check this post?
    Download PDF File to SAP Application Server
    It doest the same as you are asking.
          " Write PDF Binary Data to App Server
        OPEN DATASET lv_filename FOR OUTPUT IN BINARY MODE.
        IF sy-subrc = 0.
          LOOP AT lines INTO ls_data.
            TRANSFER ls_data TO lv_filename.
          ENDLOOP.
        ENDIF.
        CLOSE DATASET lv_filename.
    Regards
    Miguel

  • Error : generate war file for iplanet server 6.5

    I use war file that generate from WSAD V.4 and deploy this war file to iPlanet sun one app server V6.5.
    before deploy to iplanet
    I must use command to generate war file for iplanet server (convert J2EE Archive to IAS Archive)
    but i found problem after use this command
    ./deploycmd -j2ee2ias -f xxxx.war
    com.iplanet.ias.tools.buzz.util.ArchiveHandlerException: invalid EXT descriptor signatureat com.iplanet.ias.tools.buzz.util.ArchiveHandler.<init>(Unknown Source)
    at com.iplanet.ias.tools.buzz.common.ArchiveFile.<init>(Unknown Source)
    at com.iplanet.ias.tools.buzz.common.WarArchiveFile.<init>(Unknown Sourc
    e)
    at com.iplanet.ias.tools.buzz.common.WarArchiveFile.<init>(Unknown Sourc
    e)
    at com.iplanet.ias.tools.buzz.common.iascom.processOption(Unknown Source
    at com.iplanet.ias.tools.buzz.common.iascom.main(Unknown Source)
    Any body please help?
    Thanks alot.

    I use war file that generate from WSAD V.4 and deploy this war file to iPlanet sun one app server V6.5.
    before deploy to iplanet
    I must use command to generate war file for iplanet server (convert J2EE Archive to IAS Archive)
    but i found problem after use this command
    ./deploycmd -j2ee2ias -f xxxx.war
    com.iplanet.ias.tools.buzz.util.ArchiveHandlerException: invalid EXT descriptor signatureat com.iplanet.ias.tools.buzz.util.ArchiveHandler.<init>(Unknown Source)
    at com.iplanet.ias.tools.buzz.common.ArchiveFile.<init>(Unknown Source)
    at com.iplanet.ias.tools.buzz.common.WarArchiveFile.<init>(Unknown Sourc
    e)
    at com.iplanet.ias.tools.buzz.common.WarArchiveFile.<init>(Unknown Sourc
    e)
    at com.iplanet.ias.tools.buzz.common.iascom.processOption(Unknown Source
    at com.iplanet.ias.tools.buzz.common.iascom.main(Unknown Source)
    Any body please help?
    Thanks alot.

  • Unable to generate WSDL file in quality server in SOAMANAGER

    Hi Experts,
       I have developed a webservice in DEV  and generated the wsdl file in soamanager and it works fine. Now when i transport it to QAS webservice gets transported  ( SE80 i can see it  ) and in soamanager when i go to generate the wsdl file for QAS server it is not allowing me to do it.  In soamanager when you click on 'Open WSDL document for selected binding'  nothing happens. In the same screen it says ''Services: 0 / Endpoints: 0 '' .  
       In SICF i see the webservice name however  below that i dont see any nodes extending  but in DEV i see the client name and once again the webservice name in the below nodes.  It appears as below in DEV
    /default_host/sap/bc/srt/rfc/sap/zfi_customer_balance_sms/555/zfi_customer_balance_sms/
    But in QAS it appears as below
    /default_host/sap/bc/srt/rfc/sap/zfi_customer_balance_sms
    I have also transported the SICF entry to QAS ie right click on the webservice, click on Obj Directory entry  and put it in a TP and transport.  Even then the nodes dont appear in QAS.
    I am doubting wheather some services need to be activated in SICF.  I just need to generate the wsdl file in QAS and later in PRD.
    Any help on this will be greatly appriciated.
    Thanks
    Govind

    Hi Govind,
    To get the web service working in DEV you configured an endpoint for it using SOAMANAGER right?
    You need to do the same endpoint configuration again in QAS & PRD once you transport it there. When you transport the web service between the environments the endpoint configuration in SOAMANAGER isn't transported as well. You need to repeat the configuration exercise each time you transport the web service.
    If you are transporting lots of web services then there is functionality to do mass configuration of these web services.
    Regards, Trevor

  • Personalization Server Framework files

    Hi,
    I am using the framework files that comes with BEA Personalization Server
    (i.e. header.jsp, error. jsp, etc.). I am hoping it will give me a jump
    start
    in developing the web site.
    I am going through the code to understand what it is doing. I am stuck
    with one thing in a file called header.jsp.
    <%@ page import="com.beasys.commerce.portal.tags.PortalTagConstants" %>
    <% String HEADER_FORWARD = "HEADER_FORWARD"; %>
    I am trying to figure out what "HEADER_FORWARD" does. I tried
    to find out if this constant is declared in the Javadoc API, but yet
    I can't find documentation on "PortalTagConstants"
    Any help is appreciated... Thank you
    Teddy

    Hello,
    The personilization server does seem to lack documentation, as for the tags,
    the descriptions given are minimal.
    I normally look at the use of the tags in the buy beans examples and try to
    replicate what I believe the tags are doing in my own test portal. So far I
    have had a fair amount of success. If you need any help regarding tag use
    please feel free to post your questions to me but I can't garantee detailed
    responses to general questions.
    best regards hoos.
    "Teddy" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I have gone through user guide tag documentation. It doesn't
    get that much detail. All it says about the framework files is
    one or two sentences for each file (e.g. portal.jsp file
    is the default file for the portal)
    Is there more documentation on it such as a flow chart
    of how the code works?
    Teddy
    Hussein Badakhchani <[email protected]> wrote in message
    news:3994310a$[email protected]..
    Hello,
    it looks like the jsp tags use this attribute to forward the user to the
    correct page when they select a button like "home" from the header.
    if you need more info read personalisation server user guide tag
    specification or feel free to hassal me (it's 18.00 on friday I have togo!)
    regards hoos
    "Teddy" <[email protected]> wrote in message
    news:3992d826$[email protected]..
    Hi,
    I am using the framework files that comes with BEA Personalization
    Server
    (i.e. header.jsp, error. jsp, etc.). I am hoping it will give me a
    jump
    start
    in developing the web site.
    I am going through the code to understand what it is doing. I am stuck
    with one thing in a file called header.jsp.
    <%@ page import="com.beasys.commerce.portal.tags.PortalTagConstants"%>
    <% String HEADER_FORWARD = "HEADER_FORWARD"; %>
    I am trying to figure out what "HEADER_FORWARD" does. I tried
    to find out if this constant is declared in the Javadoc API, but yet
    I can't find documentation on "PortalTagConstants"
    Any help is appreciated... Thank you
    Teddy

  • GENERATEINg file on utility server process

    hi All
    i need to know abt the zfile process ie using logical file name
    as i am generating a file on utility server
    now in FM i gave as Zfile parameter for the utility server path and rest parthe i define in other parameters
    like /MM/process etch
    but i need to know abt the process as how to define the logical patha in FILe tcode and all the steps and how to take car for Qality and production ...
    regards
    Arora

    > Thanks for the reply. What I understood is ..the script should run of the Non SAP system from where file is coming.
    Depends on where the file is put.
    > Can you provide the details required from SAP side for this.
    > I believe..it should be STARTRFC command...and some function module to change the Idoc status....not sure??
    That depends which function module you're calling.
    We use a script to get data from an FTP server (from the SAP application server); if the server downloads a file it will be uploaded to the SAP IDOC inbox using startrfc, yes.
    What you have call and how you find out whether there's a file or not must be decided at your side, we call it like
    $PROGRAM -balanced -3 -d $DEST -u $USER -p $PASSWORD -c $CLIENT \
                -I $LANG -s $DEST -F $FUNCTION -g $LOGONGROUP \
                -h $MSGSERVER -E PATHNAME=$i -E PORT=$PORT
    where $PROGRAM is 'startrfc' and $FUNCTION = 'EDI_DATA_INCOMING'.
    Markus
    Markus

  • Accessing Server Generated Files

    How can I allow our users to access Server Generated Excel spreadsheets that are
    not part of the ear/war. For example, the excel spreadsheets are dumped into
    the directory
    \bea\user_projects\WebDevelopment and I want to create an html link that accesses
    the spreadsheets in that directory without the files being archived in the ear/war
    file.

    I just noticed this from http://technet.microsoft.com/en-us/library/cc179062%28v=office.14%29.aspx
    "The Outlook 2010 .prf file format has changed but Microsoft Office Outlook 2007, Office Outlook 2003, and Outlook 2002 versions of the file will work with Outlook 2010."
    I was using Office2010 setup to generate a prf file and import it on Outlook2007 so maybe that's the problem.
    I'll try generating a prf using Office2007 setup and see how it goes!

  • Problem while generating file in linux server

    I am generating one text file in windows server by using UTL_FILE .after completion of line it is coming to next line properly.
    When i am generating the same file in linux server by using UTL_FILE. It is not going to next line after the end of file.Instead of that it is showing one BOX symbol .After that it is not moving to next line.it is continuing with that box
    for example:
    I generated the file in Windows server the output is
    "number name age
    number name age
    etc..."
    If I am generating the same file LINUX server the output is
    "number name age 'Box symbol' number name age'Box symbol'etc..."
    please help me out.....i have to submit this job in the next 12 hours....

    M_FIELD_VALUE := SUBSTR(M_FIELD_VALUE,1,C6_REC.DFCS_FIELD_SIZE);
                        IF (NVL(LENGTH(M_ROW_VALUE),0) + NVL(LENGTH(M_FIELD_VALUE),0)) < 32000 THEN
                        M_ROW_VALUE := M_ROW_VALUE || M_FIELD_VALUE;
    END IF;
    END LOOP; End Column Loop D
    UTL_FILE.PUT_LINE(M_FILE_HANDLE,M_ROW_VALUE);------here I am printing the row in text format

  • Commit Server Generates 0 byte Metadata files

    Hi Experts,
    We are using Oracle document capture as the capture s/w to push data to Oracle Web Center Content Imaging.
    We have identified that commit server generates 0 byte metadata files in the commit folder. It did not happened earlier.
    Our MDS password has expired and last week and now it has settled and reset the password. As we have figured above issue is happening after that.
    Any suggestions ???

    Hello!
    Help me, please!
    I need to print reports in PDF.
    What I did:
    1 I installed Apache Tomcat 6.0.14
    2 I installed Cocoon 2.1.10
    All works fine! http://localhost:8080/Cocoon opened OK
    3 I copied fop_post to \apache-tomcat-6.0.14\webapps\cocoon\ , now I have apache-tomcat-6.0.14\webapps\cocoon\fop_post\sitemap.xmap
    4 In apex I choose : Oracle BI Publiser - Standart Support
    print server host address 192.168.1.112
    print server port 8080
    print server script \cocoon\fop_post\
    Now I make simple report consists from 1 column from a simple table like emp table, and choose.
    Output format - PDF
    Report Layout - Default Report Layout
    Apex is English.
    I read that can be problem if I'll write use point in (example) 0.5 and everywhere I used 1.
    When I run the programm and click print button I have error message : Acrobat could not open 'a[1].pdf' because is either not a supported file type or because
    the file has been damage ......
    I saved this file and opened with text editor but there was nothing and size of this file is 0 kb.
    PLEASE, explain me where is problem and how to solve it?
    Thank you!!!

  • Open hub error when generating file in application server

    Hi, everyone.
    I'm trying to execute an open hub destination that save the result as a file in the application server.
    The issue is: in production environment we have two application servers, XYZ is the database server, and A01 is the application server. When I direct the open hub to save file in A01 all is working fine. But when I change to save to XYZ I´m getting the following error:
    >>> Exception in Substep Start Update...
    Message detail: Could not open file "path and file" on application server
    Message no. RSBO214
    When I use transaction AL11, I can see the file there in XYZ filesystem (with data and time correspondent to execution), but I can´t view the content and size looks like be zero.
    Possible causes I already checked: authorization, disk space, SM21 logs.
    We are in SAP BW 7.31 support package 6.
    Any idea what could be the issue or where to look better?
    Thanks and regards.
    Henrique Teodoro

    Hi, there.
    Posting the resolution for this issue.
    SAP support give directions that solved the problem. No matter in which server (XYZ or A01) I logon or start a process chains, the DTP job always runs in A01 server, and it causes an error since the directory doesn´t exist in server XYZ.
    This occurs because DTP settings for background job was left blank. I follows these steps to solve the problem:
    - open DTP
    - go to "Settings for Batch Manager"
    - in "Server/Host/Group on Which Additional Processes Should Run" I picked the desired server
    - save
    After that, no matter from where I start the open hub extraction, it always runs in specified server and saves the file accordingly.
    Regards.
    Henrique Teodoro

Maybe you are looking for

  • Retrieving Webi report size using BO XI SDK

    Hi, How do I retrieve the size of the BO Webi report using BO XI SDK? I am migrating a java application from BO 6 to BO XI, and in the existing code WIDocument.getDocSize() is used to retrieve the report size. What is the equivalent of this in BO XI?

  • How Do I Enhance Black and White Images in Elements 4.0?

    On PhototshopTV, I saw a tip for enhancing B&W in PhotoShop CS: Select Layer-New Adjustment layer-Channel Mixer; click the Monochrome box; change values to: Red +74, Green +26, Blue +48, Contrast -12. I don't see Channel Mixer in Elements 4.0. Is the

  • EUL_EXP_ID constraint (Discoverer v3.1)

    Recently I have troubles with adding or copying new folders/joins into the End User Layer. The DBMS gives a ORA-00001 violation error, because Discoverer tries to insert a record with a key that already exists. Is someone familiar with this bug?

  • Achitectural difference - Webi vs. BEx

    I'd like to find out if there is a document that explains the architectural difference between BEx and Webi in a SAP BI environment. To my knowledge BEx uses ABAP calls to the cube and somewhere the BEx query is transformed into SQL statement(s) whic

  • Best Block Size Raid 0 Set-up

    Premiere Pro CS5. Windows 7 64 bit . Setting up two hard drives ( 2tb each in size) in Raid 0. What would be the optimal blobk size for two? What would it be for 4 drives? Thanks Roman