Error message when calling a Business Connector RFC destination from SRM

Hello all,
We are facing one problem with data Purchase Order transmission between SRM 5.0 (SRM_SERVER 5.5, extended classic scenario) and Business Connector 4.7.
We made needed customizing in order to have "XML / XI" output medium available in tab 'Company Data' in "Manage Business Partners" web transaction (by updating BBP_USE_AI table in SM30 transaction).
Then, we implemented BAdI definition BBP_EBPXML_OUT_BADI with method PURCHASEORDER in order to change XI system type to Business Connector.
In this way, PO transfer data between SRM and BC is done using BC Module Function BAPI_POEC_XML_SEND (TCP/IP RFC connection was defined for Purchase Order in BBPC_RFCDEST table).
Nevertheless, even if method BBP_PO_SEND_XML is correctly triggered when PO is created with a vendor with XML output medium, we have in the document output log ("Process Purchase Order" web transaction) an error message:
' Error (Unknown Partner and Message Type. Routing Rule created. Sender: SMR Receiver:) when calling RFC destination BC '
where SRM is the SRM log. sys. and BC the Business Connector log. sys.
Our EAI team is working on it, but if you have any idea, your are welcome !
Thank you in advance.
Regards.
Laurent

Hello Christian,
Thank you for your help. However, we abandoned this solution between SRM and Business Connector.
So, we followed instructions indicated in OSS note 883693 - "ECS: PO output determination in R/3".
Nevertheless, in order to restrict this behaviour for specific vendors and purchasing organizations, we added some filters.
It is working fine.
However, when the PO is modified in SRM, then order again, PO is modified in R/3 (by the RFC user from SRM) more than once.
As a consequence, we have as much messages as modifications of the order in R/3 (due to multiple RFC access with the SRM RFC user).
Does anybody have an idea to have only one R/3 output message when the PO is modified in SRM ?
One solution could be to check in the NAST table if the time creation of the last output message is lower than, for example, one minute.
If it is the case, we do not allow R/3 ouput message.
Any suggestions is welcome.
Regards.
Laurent.

Similar Messages

  • Error messages when calling RSDRI_INFOPROV_READ for more than one time

    Hello all,
    I need to write a cube, however, before I do this I need to check whether there are already data in the target cube for a certain accounting period. This I do by reading the cube via FM RSDRI_INFOPROV_READ. The following coding is called from a running program after pushing a button on the screen.
    <i>* clear internal tables.
          CLEAR gt_range.
          CLEAR gt_sfc.
    *fill internal tables
          CLEAR ls_sfc.
          ls_sfc-chanm    = '0FISCPER'.
          ls_sfc-chaalias = '0FISCPER'.
          ls_sfc-orderby  = 0.
          INSERT ls_sfc INTO TABLE gt_sfc.
          CLEAR ls_range.
          ls_range-chanm    = '0FISCPER'.
          ls_range-sign     = rs_c_range_sign-including.
          ls_range-compop   = rs_c_range_opt-equal.
          ls_range-low      = '2007001'.
          APPEND ls_range TO gt_range.
    here I do not know what exactly to do with this flag
          lf_first_call = abap_true.
          CALL FUNCTION 'RSDRI_INFOPROV_READ'
            EXPORTING
              i_infoprov             = 'T01'
              i_th_sfc               = gt_sfc
              i_th_sfk               = gt_sfk
              i_t_range              = gt_range
              i_packagesize          = 1
            IMPORTING
              e_t_data               = lt_rd_cube
              e_end_of_data          = lf_eod
            CHANGING
              c_first_call           = lf_first_call
            EXCEPTIONS
              illegal_input          = 1
              illegal_input_sfc      = 2
              illegal_input_sfk      = 3
              illegal_input_range    = 4
              illegal_input_tablesel = 5
              no_authorization       = 6
              illegal_download       = 7
              illegal_tablename      = 8
              trans_no_write_mode    = 9
              inherited_error        = 10
              x_message              = 11
              OTHERS                 = 12.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
          lf_eod = abap_false.
          IF NOT lt_rd_cube IS INITIAL.
            RAISE target_data_found.
            EXIT.
          ENDIF.</i>
    When testing with a period for which data already exists, it runs through quite perfectly. The return table is filled and I know that data exists and I EXIT.
    However, if I press the button again (program is still running) I get an error message 'Nested call of RSDRI_INFOPROV_READ'. And this for each time I press the button.
    So I thought I should clear the flag lf_first_call. After having done so I get an error message 'SQL Error'. Funny is that I get this error only every second time the Function Module is processed. Every other time it works perfectly.
    How can I get rid of those error messages?
    PLEASE - can anybody help me?
    Many thanks in advance,
    Thomas

    Hi,
    you have something like:
    end_of_data = ' '.
    first_call  = 'X'.
      WHILE end_of_data = ' '.
            CALL FUNCTION 'RSDRI_INFOPROV_READ'
              EXPORTING  i_infoprov             = ....
                         i_th_sfc               = ...
                         i_th_sfk               = ...
                         i_t_range              = ...
                         i_reference_date       = ...
                         i_save_in_table        = ....
                         i_save_in_file         = ....
                         I_USE_DB_AGGREGATION   = ...
                         i_packagesize          = 100000
                         i_authority_check      = ...
              IMPORTING  e_t_data               = .....
                         e_end_of_data          = end_of_data
              CHANGING   c_first_call           = first_call
              EXCEPTIONS illegal_input          = 1
                         illegal_input_sfc      = 2
                         illegal_input_sfk      = 3
                         illegal_input_range    = 4
                         illegal_input_tablesel = 5
                         no_authorization       = 6
                         ncum_not_supported     = 7
                         illegal_download       = 8
                         illegal_tablename      = 9
                         OTHERS                 = 11.
      ENDWHILE.
    hope this helps...
    Olivier.

  • "NTLDR is missing" error message when trying to boot R&R Recovery from USB HDD? !

    Does anyone know what/why I am getting a "NTLDR is missing" error message when trying to boot from USB HDD?  I copied my backup to a USB HDD and made it bootable via R&R but I am still getting this error.  Help!
    I have a T61 if that helps any.
    Brad
    Brad R
    T61 4GB RAM Intel T8300

    the master boot record (MBR) needs to be repaired for that to work.
    what OS are you using?
    ThinkStation C20
    ThinkPad X1C · X220 · X60T · s30 · 600

  • How can I get error message when calling pl/sql

    Hi,
    I call a pl/sql java wrapper generated by Rosetta.
    public static void startWf(
    OracleConnection _connection,
    BigDecimal p_goal_header_id,
    BigDecimal p_submiter_userid,
    String p_commit,
    String p_init_msg_list,
    String [] x_return_status,
    BigDecimal [] x_msg_count,
    String [] x_msg_data
    ) throws SQLException
    the pl/sql is written by the standard way of OAF backend,
    PROCEDURE start_wf ( p_goal_header_id in number
              ,p_submiter_userid     in number
    ,p_commit in varchar2 DEFAULT FND_API.G_TRUE
              ,p_init_msg_list in varchar2 DEFAULT FND_API.G_FALSE
    ,x_return_status out varchar2
    ,x_msg_count out number
    ,x_msg_data out varchar2);
    when running this procedure in TOAD, in case of error, following script can print error message:
    if l_return_status <> 'S' then
    dbms_output.put_line('Result');
    dbms_output.put_line('status: '||l_return_status);
    dbms_output.put_line('error count: '||l_msg_count);
    dbms_output.put_line('Loop Error');
    dbms_output.put_line('Err: '||fnd_msg_pub.get(-1,p_encoded=>'F'));
    for i in 2..l_msg_count loop
    dbms_output.put_line('Err: '||fnd_msg_pub.get(p_encoded=>'F'));
    end loop;
    end if;
    if l_return_status = 'S' then
    dbms_output.put_line('Success');
    end if;
    end;
    My question is when calling pl/sql java wrapper from Java, in case of Error, return_status="E", then in order to get exact error msg, is there any equivalent java method such as get error from pageContext or OADBTransaciton.. etc instead of calling again pl/sql fnd_msg_pub.get to get error msg?
    thanks
    Lei

    Lei,
    You can use
    checkErrors(OADBTransaction pTx,
    int pMessageCount,
    String pReturnStatus,
    String pMessageData)
    method in OAExceptionUtils Class.For details look at javadoc of OAExceptionUtils Class.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to track error message when calling Transaction: va02

    Hi all,
        As we all know, when we change an order through T-Code: VA02, system will update modified data to corresponding database. Meanwhile, if our operate is not legal or incorrect on T-code: VA02, system will call corresponding error messages to us.
        Now I want to know:
       1. how to track the error messages
       2. Is there any Tcode such as: SM21 that we can see the message logs after our operation?
    Thanks.

    Hi ,
    message table for call transaction
    DATA: BEGIN OF G_T_MSG OCCURS 0.
            INCLUDE STRUCTURE BDCMSGCOLL.
    DATA: END OF G_T_MSG.
    Exucute transaction via Call Transaction
      CALL TRANSACTION  'FB01'
                     USING g_t_bdcdata
                     MODE g_l_mode
                     UPDATE 'S'
                     MESSAGES INTO g_t_msg          .
    errors will be stpored in the table g_t_msg ..
    Thanks .

  • Verizon Error Message when Calling out?

    Whenever I call out to a select few numbers, I get an error message that says "We could not complete your call at this time. Announcement 3 switch 20-1"
    Does anyone know what this means?

        Let's ensure you're able to fully utilize your device, iyjhao! Are you in the Verizon Wireless coverage area when your looking to make these calls? What zip code are you located in? Are the numbers you're reaching out to able to make and receive calls?
    YosefT_VZW
    Follow us on Twitter @VZWSupport

  • HT1925 I am getting a fatal error message when I try to un install itunes from Control Panel on my PC, so now I cannot un install it at all, any suggestions?

    I need to un install itunes on my PC. I have windows XP. when I go into my control panel and select to un install it goes through the proper steps then gives me a fatal error message and therefore cannot remove it. Any suggestions?

    An error occurred while attempting to create the directory c:\Program Data\Apple\Installer Cache"
    That sounds like a permissions problem. Vista uses that Trusted Installer account to install software. I don't know why it wouldn't have the correct permissions, though.
    Make sure you have FULL control over all the C: drive, and try turning off UAC during the install:
    How to Take Ownership and Grant Permissions in Windows Vista
    http://www.mydigitallife.info/2007/05/25/how-to-take-ownership-and-grant-permiss ions-in-windows-vista/
    How to Disable UAC
    http://www.howtogeek.com/howto/windows-vista/disable-user-account-control-uac-th e-easy-way-on-windows-vista/

  • For the last week Yahoo has selectively given an error message when I try to load some pages from the Yahoo home page. This does not occur with other browsers. I have deleted and reinstalled Firefox and still have the same problem. What gives?

    Error message is "Sorry, Bad Request. Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. Cookie: B=cgo701174km66&b=4&d=mIFL83hpYEI4WaDw62GIKnNXCb95iP.UD0gNdg--&s=51&i=lMZtgolka2FbY89JBnGs; CH=Ah4MDxEIFhwyBQbMJIM7EQ2UKOYvuDebN8k6TSLCGBgCVT3LMu8SGQZfJCIOAz+2L/sxlyyvB4s45D0GBoFO8hVAAC6lQAADqzBMDp4wTAgIMEwliDBMELQwTBq/MEwlkCBNAwgQTCgRMEwD+w==; ugccmt_comment_usortoptv1=d=PKwIz.2sSAIDWxtgcpvG2_ldXCQynCyPSSctRnomJ_6fTeXdIAk1g0zH7vZprBp0ZE.OOPe3nn6yyLFvGJaDJDhGXSKmz3dheRGDH269zecy3iaybBUJkheede_9oA--&v=1; __qca=P0-641454378-1313532947520; F=a=7KX501QMvTPE9y5mznAynjtAdhjpiSz2iQlKeUbA1LoQE9iYMod1DfWlw0J.H6YHd_GWtu4-&b=Z4MA; YLS=v=1&p=1&n=9; Y=v=1&n=4oghc47n5g4tm&l=0bm0oi6e8d620/o&p=m1e2oho513000600&r=5n&lg=en-US&intl=us; PH=fn=T..YbuatbezeL14tB3w-&l=en-US; T=z=DI.2OBDcl7OBd6ZTCLAtq70NjU2NAY2NzM3MTE1NE42&a=YAE&sk=DAAlruGTRGGYHT&ks=EAAhma3qRhEA1Tpf8wepAxBkg--~E&d=c2wBTVRJeE13RXhNRFF3TmpZeU16a3gBYQFZQUUBZwFRQVFUVTVQUlo0QzNBMkhDTEtSU0NDNlRaVQFvawFaVzAtAXRpcAFDdFJwcEQBenoBREkuMk9CQTdF; U=mt=j6dSP52MhYjRzSGknPFDhjZrJAPP70mxUtxt7mA-&ux=uie7OB&un=4oghc47n5g4tm; adxf=1071831@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@16@322; adxid=010d5a4e4dac3748; fpc10002067177062=p4SSoaFY|yqnYXxJLaa|fses10002067177062=|o80Kj8sLaa|p4SSoaFY|fvis10002067177062=ZT1odHRwJTNBJTJGJTJGd3d3LnlhaG9vLmNvbSUyRiZmPWh0dHAlM0ElMkYlMkZzaGluZS55YWhvby5jb20lMkZldmVudCUyRnZpdGFsaXR5JTJGd2F5cy10by1wcmVkaWN0LWhvdy13ZWxsLXlvdS13aWxsLWFnZS0yNTQ0NDUyJTJGJmI9V2F5cyUyMHRvJTIwUHJlZGljdCUyMEhvdyUyMFdlbGwlMjBZb3UlMjBXaWxsJTIwQWdlJTIwb24lMjBTaGluZQ==|8MsMY7111H|8MsMY7111H|8MsMY7111H|o|8MsMY7111H|8MsMY7111H; fpc1000290526762=miUEIJrj|nPLwyztLaa|fses1000290526762=|nPLwyztLaa|miUEIJrj|fvis1000290526762=ZT1odHRwJTNBJTJGJTJGbmV3cy55YWhvby5jb20lMkZjb3BzLWluY3JlYXNpbmdseS11bmRlci1zaWVnZS1ob21lbGVzcy1kZWF0aC0wOTE3NDM2NjMuaHRtbCZmPWh0dHAlM0ElMkYlMkZuZXdzLnlhaG9vLmNvbSUyRmJsb2dzJTJGdXBncmFkZS15b3VyLWxpZmUlMkZ1cGdyYWRlLWxpZmUtdGlwcy1sYXB0b3AtYmF0dGVyaWVzLWxhc3QtbG9uZ2VyLTE5MjQ1Njc2My5odG1sJTNCX3lsdCUzREFvUkFTZGpEUklaQVREX25mc1k1N1lwdHp3Y0YlM0JfeWx1JTNEWDNvRE1UUTViamRrTTJrMEJHTmpiMlJsQTNkbGFXZG9kR1ZrWTNRRWNHdG5BekZqWmpBNFlUUTJMV1l5TXpNdE16VTVaQzA1TjJZeExXSTRaalZoT0RkaVpHWTJNZ1J3YjNNRE13UnpaV01EVFdWa2FXRkNUR2x6ZEUxcGVHVmtUVzl6ZEZCdmNIVnNZWEpEUVFSMlpYSURaalZoTkdaa1pUQXRZMkk0TXkweE1XVXdMVGt6WW1VdFpEUm1NVGc0TTJRd05tUTUlM0JfeWxnJTNEWDNvRE1USnlaSFl6YmpOckJHbHVkR3dEZFhNRWJHRnVad05sYmkxMWN3UndjM1JoYVdRRE4ySXpOamc0TmpBdE0yUmpOeTB6TldGbUxXSmhNekV0T0RVMllXTTVNbUZsWVdFMEJIQnpkR05oZEFOMWN3UndkQU56ZEc5eWVYQmhaMlVFZEdWemRBTS0lM0JfeWx2JTNEMyZiPVVwZ3JhZGUlMjBZb3VyJTIwTGlmZSUzQSUyMFJldml2ZSUyMGElMjBkeWluZyUyMGxhcHRvcCUyMGJhdHRlcnklMjAlN0MlMjBVcGdyYWRlJTIwWW91ciUyMExpZmUlMjAtJTIwWWFob28hJTIwTmV3cw==|8M8TYssYos|8M8TYssYos|8M8TYssYos|8|8M8TYssYos|8M8TYssYos; fpc3624462=v21Hu78u|UGxHY6uLaa|fses1000462=|r7Si5YuLaa|v21Hu78u|fvis1000462=ZT1odHRwJTNBJTJGJTJGd3d3LnlhaG9vLmNvbSUyRiZmPWh0dHAlM0ElMkYlMkZuZXdzLnlhaG9vLmNvbSUyRmJsb2dzJTJGbG9va291dCUyRm1heWEtYW5nZWxvdS1zYXlzLW1lbW9yaWFsLW1ha2VzLW1say1sb29rLWFycm9nYW50LTE1MzkzMDc5OS5odG1sJmI9TWF5YSUyMEFuZ2Vsb3UlMjBzYXlzJTIwbWVtb3JpYWwlMjBtYWtlcyUyME1MSyUyMGxvb2slMjAlRTIlODAlOThhcnJvZ2FudCVFMiU4MCU5OSUyMCU3QyUyMFRoZSUyMExvb2tvdXQlMjAtJTIwWWFob28hJTIwTmV3cw==|8M8To70sH0|8M8To70sH0|8M8To70sH0|s|8M8To70sH0|8M8To70sH0; fpc10003624462=8_gl9_MH|rUwkZ8uLaa|fses10003624462=|rUwkZ8uLaa|8_gl9_MH|fvis10003624462=ZT1odHRwJTNBJTJGJTJGbmV3cy55YWhvby5jb20lMkZmbG9yaWRhLWZhbWlseS1jaGFyZ2VkLTQwLW1pbGxpb24tcHN5Y2hpYy1zY2FtLTE4NTA0NjE0Mi5odG1sJmY9aHR0cCUzQSUyRiUyRm5ld3MueWFob28uY29tJTJGYmxvZ3MlMkZsb29rb3V0JTJGbWFuLWZpbmRzLTE1MC0wMDAtZ2FyZGVuLTIyNTU1NDUxNy5odG1sJTNCX3lsdCUzREFvTjFuc1JvYndkUHVnaWxZMDc5Vk94dHp3Y0YlM0JfeWx1JTNEWDNvRE1UVTBhV3BtWnpFNUJHTmpiMlJsQTNkbGFXZG9kR1ZrWTNRdVl3UnRhWFFEUVhKMGFXTnNaU0JOYjNOMElGQnZjSFZzWVhJRWNHdG5Bek5rT1RJek5EaG1MVFZtWldVdE16SXpNQzA1TUdZd0xUSmpNelU0TlRrNVlXUmhZUVJ3YjNNRE13UnpaV01EVFdWa2FXRkNUR2x6ZEUxcGVHVmtUVzl6ZEZCdmNIVnNZWEpEUVFSMlpYSURNVEpoTm1Nek5tRXRaRFF5WWkweE1XVXdMV0ZpWXprdE9UTmtZalkxWldNeFpEWXolM0JfeWxnJTNEWDNvRE1USnljV1Z2WkRKd0JHbHVkR3dEZFhNRWJHRnVad05sYmkxMWN3UndjM1JoYVdRRFpUUTNaRGN5TnpZdFlqQTBOaTB6TldWbUxXRTBaV0l0WlRKaVpUSXhNVGM1WVdJd0JIQnpkR05oZEFOMWN3UndkQU56ZEc5eWVYQmhaMlVFZEdWemRBTS0lM0JfeWx2JTNEMyZiPU1hbiUyMGZpbmRzJTIwJTI0MTUwJTJDMDAwJTIwaW4lMjBnYXJkZW4lMjAlN0MlMjBUaGUlMjBMb29rb3V0JTIwLSUyMFlhaG9vISUyME5ld3M=|8|8|8|s|8M8T7MY7s8|8; fpc100026140356=NwWsMjca|s34jofELaa|fses100026140356=|EOOJejvLaa|NwWsMjca|fvis100026140356=ZT1odHRwJTNBJTJGJTJGd3d3LnlhaG9vLmNvbSUyRiZmPWh0dHAlM0ElMkYlMkZuZXdzLnlhaG9vLmNvbSUyRmJsb2dzJTJGZW52b3klMkZsaWJ5YS1yZWJlbC1jb21tYW5kZXItY29udGVuZHMtdG9ydHVyZWQtcmVuZGVyZWQtY2lhLTE1MzAzNzg1MC5odG1sJmI9TGlieWElMjByZWJlbCUy.

    See:
    * [http://kb.mozillazine.org/Menu_differences Firefox (Tools) > Options] > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    * [[Options window - Advanced panel#General_tab]]
    See also:
    * http://kb.mozillazine.org/accessibility.blockautorefresh

  • I get this error message when I'm trying to buy something from App store.

    When i try to buy something from Itunes store i get the error message wich translates to (i get it in Swedish) "At the moment we cannot process your transaction in Itunes store, try again later".
    I've been getting this for over 5 hours on both my Iphone and Mac. All my billing information is corect, there is nothing wrong with the card (i have bought other things during this time) and I've tried to log out from the store and restarted my computer.
    No one else in Sweden or anywhere else seem to have this problem. What to do?

    Actually the correct translation is "....We cannot process transactions at this time......" as if the problem is not specific to me. But since none of my friends are having this problem and since no one has written a word on twitter about this during the last couple of hours i would say it probably is specific to me.

  • I am getting an error message when trying to open a .pdf doc from a website.

    The error message says problem with adobe
    acrobat reader.  Please exit adobe reader and try again.
    I have uninstalled and reinstalled reader 9, but that did not help. Any ideas?  I can't
    open .jpgs either.  This just happened in the middle of the day.  I have also rebooted.

    Does this issue occur on another browser? If this issue does occur on another browser then I would like to say that it is a Yahoo issue and not a Firefox issue.

  • Why am I getting an error message when texting another iPhone number saying destination format incorrect?

    I have been texting a uk phone numer for sometime with no problems but am now getting an error message saying" sorry destination number format incorrect " what can I do?

    Nope, that's not it. I'm having exactly the same issue with someone I'm still in contact with. It's really bizarre but it only appears to affect a few contacts and the number formats are identical to others that work fine. Bizarre.

  • I get an error message when I attempt to download an epub from the library.  I have Windowns 8.1 and Digital Editions 3.0

    the error message is:
    Unable to download
    error getting license, license server communication problem
    E_auth_bad_device_key_or_PKCS12

    I downloaded Blue Fire Reader and it requested an adobe id. I clicked on the link that was in the error message stated http//adeactivateadobe.com. Found out that if the date and time on my Ipad is wrong that it won't let me download a book. I was off 5 hours. I reset my clock settings and adobe id let me download a book from the library. I am back to using Overdrive and adobe again on my ipad.
    Thank you.

  • Error message when calling out on IPhone 4S

    When we dial out using our Iphone 4S phones, we get a message that says "Please re-enter the 10 digit number you are calling. Do not press send, *67 or *82 cannot be used to block Caller ID.  This is happening with all 4 of our Iphone 4S's.  I have the Iphone 5S on the same plan and it is not doing this.  Once the message plays you can re-enter the phone number that you are trying to call and the call works.  But its very annoying to have to dial the number twice.  Has anyone ever had this happen?

        I completely understand the need of reliable service, Gabynlopez! In review of the coverage area at 42732, it appears that this is a 4G extended area. LTE service is not guaranteed in this area. Since you have a 4G/LTE device, the *228 function will not work.
    Lets try this. Go to settings > general > disable LTE. Your device should work with the 3G network in this area.
    You may also try settings > general > reset > reset network settings.
    Thank you,
    LenaA_VZW
    Follow us on Twitter @VZWSupport

  • Getting error message when calling the sub templates

    Hi,
    I developed an RTF template which contains a cross tab report. There is also a logo and
    many other fields above and below the cross tab. If the cross tab output goes to the next page dynamically then the other fields, present above and below the cross tab, should also be displayed. So i kept the fields above the cross tab report as header and the fields below the cross tab as footer using <?start:body?> and <?end body?>. When i preview the RTF then am getting the desired output with headers and footers repeating in all the pages.
    If i call this RTF from another main template(import RTF) then am getting error java.lang.NullPointerException.
    If i change <?start:body?> and <?end body?> to <?body-start?> and <?body-end?> then am getting the output. But the header and footer is printed in 1st page only and not printed from 2nd page.
    Can anyone please suggest how to display the headers and footers in all pages.
    Thanks,
    Subba Reddy

    Hi,
    Thanks for ur replay. I also tried creating header and footer and called from the template(summary.RTF). If i preview the template then it is working fine. Headers and footers are displayed in all the pages. But if i call this summary.RTF from another main template then headers and footers are dispalyed in the 1st page only. I cant call the headers and footers from the main template since the main template calls many other templates apart from Summary.RTF. This headers and footers should be displayed only for Summary.RTF
    Thanks.

  • Error message when trying to run Apache Web Server from OSX 10.3.9

    Hi there
    I accidently deleted the index.html file, and upon replacing it, I get the message "Forbidden
    You don't have permission to access /~fourdcmac/ on this server.
    Apache/1.3.33 Server at 4.local Port 80"
    I have tried repairing permissions using Disk Utility, and manuall checking the permissions on the file against the same file on other machines.
    Any ideas anyone??
    Thanks
    Macfool

    I think the problem is that typically in Apache if you don't have an index.html file then the server will display a listing of files in its directory. This is controlled by having an "Options Indexes" directive in the configuration file httpd.conf.
    If your permissions on the folder in question don't allow you to read the folder contents, then if your index.html is missing this error may come up.
    Also, if you don't have an index.html file, and you have "Options -Indexes" then you will not be allowed to browse the folder.
    Your best bet is to create a new index file.

Maybe you are looking for