ES11X-G4-H essbase export adapter issue

Hello,
i have this problem with essbase export adapter for FDM:
When i perform export step everything seems to be fine but /APPS/myFdmApp/myFile.dat doesn't contain records that i can find with both on web interface and with a query on oracle fdm's system views "VDATAFACT" or "VDATA" (on repository database).
No errors or reject records infos are shown nor in fdm neither in essbase (system and app) log.
This happens with very large input file (300mb). Anyone has some ideas on what's happening?
Thank you in advance,
Daniele
FDM: v11.1.2.1
EsbAdapter: ES11X-G4-H
S.O.: Win2008 SE R2 (x64)
RDBMS: Oracle 11.2.0.1.0 (on linux)

I've opened a service request. Here it is the last message i got from them. Please note that this SR had lasted over 2 month.
What they say basically is: it doesen't work but FDM is not designed for big amount of data, so we are not going to fix it.
Which is the max filesize handled by FDM is unknown....
Daniele
Hi Daniele,
Good Morning!
I tried to Reach you on the Number Mentioned in the SR.We Discussed This Issue With the Product Specialist and They have Suggested Not to Use 200Mb File, because it is too Big for FDM to Handle it, Please Try to Split the File and Load it, FDM is not a ETL tool to Handle Such big File.Please let me know if you want anything Else on This.
With Regards,
xxxxx.
Hello xxxxx,
could you please provide me the max file size handled by fdm? I'd like to have some docs on that also.
regards,
Daniele
Hi Daniele,
There is No Limitation as such FDM is not designed to load Millions of records. It's a End user fiinancial tool, not designed to be used as an ETL tool, so there is not a restriction per say, but it's not designed to be used in that manner.
With Regards,
xxxxx

Similar Messages

  • Essbase Export outline issue in 11.1.2

    Hi Essbase folks,
    I'm working in Essbase 11.1.2.1 and am trying to export outline using maxl command.
    When I execute Maxl,I see statment executed successfully for all the statements. But I do not see output either in server or in my local machine in the specified path.
    here is my code:
    login user pwd on server;
    alter system load application 'Demo';
    alter application 'Demo' load database 'Demo_DB';
    export outline Demo.Demo_DB all dimensions to xml_file "D:\Demoexport.xml";
    logout;
    I've also tried to export one dimension, but that also did not give any output (ran successfully though)
    export outline Demo.Demo_DB list dimensions {"Scenario"} tree to xml_file "D:\Demoexport.xml";
    Can you please let me know if there is something that I'm missing in the code

    These work for me
    export outline sample.basic all dimensions to xml_file "D:\sample.xml";
    export outline sample.basic list dimensions {"Measures"} tree to xml_file "D:\SampleMeasures.xml";
    Ran from a client machine and it creates both the files on the local client machine.
    Have you tried running on the server, are you using a different version of Maxl from the server?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • KIMYONG : basic  Export / Attachment issues  가이드

    Purpose
    ======
    이 문서는 Support Analayst / DBA에게 Export /Attachments issues 발생시
    조치할수 있는 기본적인 Troubleshooting Guide를 소개하고자 합니다.
    Explanations
    ======
    Export Analysis
    Turn on export debug,
    Go to Help -> Diagnostics -> Examine
    Set Block = GLOBAL
    Set Field = FND_EXPORT_DEBUG
    Set Value = TRUE
    Then export and observe the messages that are generated during the export process
    Important Parameters.
    set serveroutput on
    declare
    plsql_agent varchar2(200);
    web_server varchar2(200);
    dad varchar2(200);
    gfm_agent varchar2(200);
    protocol varchar2(200);
    database_id varchar2(200);
    jsp_agent varchar2(200);
    check_enabled varchar2(200) ;
    begin
    plsql_agent := fnd_web_config.plsql_agent ;
    dbms_output.put_line('PL SQL Agent ->'||plsql_agent);
    web_server :=fnd_web_config.web_server ;
    dbms_output.put_line('Web Server ->'||web_server);
    dad := fnd_web_config.dad ;
    dbms_output.put_line('DAD ->'||dad);
    gfm_agent := fnd_web_config.gfm_agent ;
    dbms_output.put_line('GFM Agent ->'||gfm_agent);
    protocol := fnd_web_config.protocol ;
    dbms_output.put_line('Protocol ->'||protocol);
    database_id := fnd_web_config.database_id ;
    dbms_output.put_line('Database Id ->'||database_id);
    jsp_agent := fnd_web_config.jsp_agent ;
    dbms_output.put_line('JSP Agent ->'||jsp_agent);
    check_enabled := fnd_web_config.check_enabled('FND_GFM.GET') ;
    dbms_output.put_line('FND_GFM.GET ->'||check_enabled);
    end ;
    Examining SQL Trace for the sequence of events that happen in the Export process
    SQL >alter session set events '10046 trace name context forever, level 12';
    Then run the following block of pl/sql code
    set serveroutput on
    declare
    db_file number;
    mime_type varchar2(255) :='text/plain' ;
    out_string varchar2(32767) :='Just some plain text that is stored' ;
    web_server_prefix varchar2(500);
    url varchar2(500);
    begin
    db_file :=fnd_gfm.file_create(content_type =>mime_type,program_name=>'export');
    fnd_gfm.file_write_line(db_file,out_string);
    db_file :=fnd_gfm.file_close(db_file);
    url:=fnd_gfm.construct_download_url(fnd_web_config.gfm_agent,db_file,TRUE);
    dbms_output.put_line(url);
    end;
    Exit the sql plus session and study the sql trace file as being there in USER_DUMP_DEST
    $ ls -lrt
    Refer to Note # 282806.1 Performance Tuning Approach for Oracle(8.1.6 - 9.2.0.5) on
    UNIX for more information on how to obtain sql tracing .
    Example of download URL :-
    http://finance.sriratu:8001/pls/SR/fndgfm/fnd_gfm.get/776537528/202595/fnd_gfm.tsv
    http://aoltest2.idc.oracle.com:8000/pls/VIS/fndgfm/fnd_gfm.get/820067633/298941/Screen_shots.doc
    Example of Upload Attachment URL:
    http://aoltest2.idc.oracle.com:8000/pls/VIS/OracleSSWA.Execute?
    E=%7B!2DAF44968EBBEC83211B5D5F27F58334FBFB2B90E38AD205&P=%7B!BEFD8114A932C86A1548EC73FFCF6EADB4F7826B217EDCE92719B62BDA9FF0AF193DC7BC64A2C60AFC5123B50C8C78F9E6807695ED9A7FE7AE87F8E49E80807223756706B3FC777F645FA5A07C7A467B
    http://aoltest2.idc.oracle.com:8000/pls/VIS/OracleSSWA.Execute?
    E=%7B!2DAF44968EBBEC83211B5D5F27F58334FBFB2B90E38AD205&P=%7B!BEFD8114A932C86A5525987DB9C8D9785657497306AAE1FD25D1CC352ADF38DFD69C21355096CBC38D285B083D24F261701F5F278E199044D603A5A8B1D588292099782AC4AF3D97E23B95936809D280
    To check the row being created in the table FND_LOBS during Export or Attachment
    SQL>create table fnd_lobs_bak as
    select file_id,file_name from fnd_lobs ;
    SQL>select * from fnd_lobs
    where file_id not in
    (select file_id from fnd_lobs_bak );
    SQL>select * from fnd_lobs
    where to_char(upload_date,'DD/MM/YYYY')=to_char(sysdate,'DD/MM/YYYY')
    Analysis on an Attachment
    Help -> Diagnostics -> Examine
    Block : DOCUMENT_HEADER
    Field : ATTACHED_DOCUMENT_ID
    Note down <Value>
    SQL>select document_id
    from fnd_attached_documents
    where attached_document_id=<Value>;
    SQL>select media_id
    from fnd_documents_tl
    where document_id=<document_id>;
    SQL>select *
    from fnd_lobs
    where file_id=<media_id>;
    SQL>select *
    from fnd_documents_short_text
    where media_id=<media_id>;
    from fnd_documents_long_text
    where media_id=<media_id>;
    SQL>select *
    from fnd_documents_long_raw
    where media_id=<media_id>;
    FND_LOBS stores information about all LOBs managed by the Generic File Manager (GFM).
    Each row includes the file identifier, name, content-type, and actual data. Each row also
    includes the dates the file was uploaded and will expire, the associated program name and
    tag, and the language and Oracle characterset.
    The file data, which is a binary LOB, is stored exactly as it is uploaded from a client browser,
    which means that no translation work is required during a download to make it HTTP compliant.
    Therefore uploads from non-browser sources will have to prepare the contents
    appropriately (for instance, separating lines with CRLF).
    The program_name and program_tag may be used by clients of the GFM for any purpose,
    such as striping, partitioning, or purging the table if the program is de-installed.
    They are otherwise strictly informative.
    These columns and the expiration date are properly set when the
    procedure FND_GFM.CONFIRM_UPLOAD is called. If not called, the column
    expiration_date remains set, and will eventually be purged by the procedure
    FND_GFM.PURGE_EXPIRED.
    FND_DOCUMENTS_LONG_RAW stores images and OLE
    Objects, such as Word Documents and Excel
    spreadsheets, in the database. If the user elects
    to link an OLE Object to the document, this table
    stores the information necessary for Oracle Forms
    to activate the OLE server, and it saves a
    bit-mapped image of the OLE server's contents.
    If the user does not elect to link an OLE Object,
    the entire document will be stored in this table.
    FND_DOCUMENTS_LONG_TEXT stores information about
    long text documents.
    FND_DOCUMENTS_SHORT_TEXT stores information about
    short text documents.
    To know which Forms provide Attachment feature
    SQL>select *
    from fnd_attachment_functions
    where function_name like '%FND_%';
    Examining FND_LOBS tablespace
    SQL>select tablespace_name
    from dba_tables
    where table_name='FND_LOBS';
    SQL>select *
    from fnd_profile_options_tl
    where profile_option_name='FND_EXPORT_MIME_TYPE';
    SQL>select a.tablespace_name TABLESPACE_NAME , a.bytes TOTAL_BYTES,
    sum(b.bytes) FREE_BYTES , count(*) EXTENTS
    from dba_data_files a, dba_free_space b
    where a.file_id = b.file_id AND A.TABLESPACE_NAME=<TABLESPACE_NAME>
    group by a.tablespace_name, a.bytes
    order by a.tablespace_name ;
    Examing Profile Option value
    SQL>select *
    from fnd_profile_options_tl
    where profile_option_name='FND_EXPORT_MIME_TYPE' ;
    SQL>select b.profile_option_name,level_id,profile_option_value
    from fnd_profile_option_values a, fnd_profile_options b
    where a.application_id=b.application_id
    and a.profile_option_id=b.profile_option_id
    and b.profile_option_name in ('FND_EXPORT_MIME_TYPE') ;
    Procedure FND_GFM.GET ANALYSIS
    http://aoltest2.idc.oracle.com:8000/pls/VIS/fndgfm/fnd_gfm.get/560074272/298951/fnd_gfm.doc
    access
    SQL>select substr('/560074272/298951/fnd_gfm.doc',instr('/560074272/298951/fnd_gfm.doc','/',1)+1,instr('/560074272/298951/fnd_gfm.doc','/',2)-2) access from dual ;
    560074272
    file_id
    SQL>select substr('/560074272/298951/fnd_gfm.doc',instr('/560074272/298951/fnd_gfm.doc','/',2)+1,(instr('/560074272/298951/fnd_gfm.doc','/',-1)-instr('/560074272/298951/fnd_gfm.doc','/',2)-1)) from dual ;
    298951
    Profile Options being referenced in the package FND_GFM
    FND_EXPORT_MIME_TYPE
    FND_NATIVE_CLIENT_ENCODING
    Lookup Type Being used in the package FND_GFM
    SQL>select tag,lookup_code,meaning
    from fnd_lookup_values_vl
    where lookup_type='FND_ISO_CHARACTER_SET_MAP';
    Reference
    ========
    Note 338651.1

  • Video Adapter Issues?

    I just went through a download of recommended Lenovo updates and now have problems starting up the computer.  I get consistent blue screen telling me that I may have memory or video adapter issues.  Is this a video adapter or is there another cause?  I wasn't getting this prior to the update at the end of July...

    What ThinkPad exactly are we discussing here?
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Export license issue-URGENT

    We need to cancel Outbound Delivery 1234566 due to a GTS Export License issue.
    This delivery was created before the GTS license was complete.
    This delivery is for a Military Sales Order 123456 to ABCD for Thales shipped from XYZ
    2 Proforma Invoices were created, 123456on 9/18 and 9301154276 and 9/24. 
    GTS License 100000000000000011 was updated on 9/24.  However, the delivery needs to be canceled in order for GTS to assign a Proforma to a license.
    The accounting document, F2 Invoice 123456 has been issued but not cleared.
    Thanks
    Sitanshu

    Use Transaction code /SAPSLL/CL_CP_CUS_EX to display the custom declaration in Customs management. Select the dcoument in change mode. In the menu path, there is an option for 'Cancel' or 'Request Cancellation'. Request cancellation option is used when the declaration has been sent out to authorities for permission and in the meatime, the user decided to cancel..
    For assigning the license, use transaction /SAPSLL/LCD_CHANGE in License determination of Compliance..

  • Essbase Export with CRLF

    I need to convert an Essbase export file to contain CRLF so a VB program can read it. The VB program runs in an automated batch process, so I need this to happen automatically. Does anyone know of a tool that can do this?

    Hi,
    If you're looking for the ability to append different strings, then you should probably be looking to an external process.
    If you're looking to append the same string, I can think of one way. Make your report script fixed-width (that way you always know which character in the line you're changing) and then utilize the MASK command. (you can find it in the Tech Ref under Report Commands)
    Robert

  • Essbase export with a "string" appended with all account dimension members

    Hi Everyone ,
    can any one please suggest , how i can do my essbase export with a string appended with all account dimension members.
    i have tried more options but it doesn't looks working. i tried it by report scripts using RENAME function , but it works for 1 member at a time..
    please suggest !
    thanks
    Edited by: Vivek on Jun 19, 2012 6:55 PM

    Hi,
    If you're looking for the ability to append different strings, then you should probably be looking to an external process.
    If you're looking to append the same string, I can think of one way. Make your report script fixed-width (that way you always know which character in the line you're changing) and then utilize the MASK command. (you can find it in the Tech Ref under Report Commands)
    Robert

  • Export Adaptive Filter Toolkit Algorithm To C Using LabVIEW C Code Generation Toolkit

    I want to evaluate the performance of some of the standard adaptive filters & have planned to use "Adaptive Filter Toolkit" from NI. Once the desired adaptive filter is selected I want to implement the same filter algorithm in FreeScale controller.
    I understand that LabVIEW C code generation toolkit exports the LabVIEW code to ANSI C code. However, I'm interested in knowing if this toolkit would be able to export Adaptive filter toolkit algorithm as well (since the underlying IP would be in the form of DLL's).
    Any help on this matter would highly be appreciated !!

    I want to evaluate the performance of some of the standard adaptive filters & have planned to use "Adaptive Filter Toolkit" from NI. Once the desired adaptive filter is selected I want to implement the same filter algorithm in FreeScale controller.
    I understand that LabVIEW C code generation toolkit exports the LabVIEW code to ANSI C code. However, I'm interested in knowing if this toolkit would be able to export Adaptive filter toolkit algorithm as well (since the underlying IP would be in the form of DLL's).
    Any help on this matter would highly be appreciated !!

  • HAL planning adapter issue

    Hi all,
    We are using planning 9.3.1, and the planning and HAL 7 are on same machine , the issue was when I tried to pull the planning adapter on to flow diagram - I got a prompt for planning server name , i gave the planning server name
    the error is
    connection refused to host; nested exception is: java.not connect exception ;connection refused; connect.
    Does I need to do any priliminary configuration before trying to use planning adapter..... I appreciate if anyone help me regarding this issue.
    Thanks a lot
    regards
    M.V

    Here are a couple of other things to check:
    1) Make sure the Planning web app server is running.
    2) Verify that you can log on to Planning at http://<your_server>:8300/HyperionPlanning/LogOn.jsp using the user name and password you're supplying to the HAL Planning adapter.
    3) Make sure you're supplying the Planning server name, not the Essbase server name to the server port on the Planning adapter. I get them mixed up every once in a while, and when I do, I receive exactly the error message you posted.
    4) Make sure the RMI registry service is listening on port 11333. If it isn't, click the Advanced... button on the dialog that appears when you drop the Planning adapter onto a flow diagram, and then specify the port number the RMI registry service is listening on. Alternatively, reconfigure the RMI registry service is listen on port 11333.
    Hope this helps.

  • Sender Mail Adapter issue

    Hi All,
    We are getting this error in Sender Mail adapter.
    "exception caught during processing mail message; java.net.ConnectException: A remote host refused an attempted connect operation"
    It is a (Lotus Notes) Mail to File scenario.
    Used POP3, and gave the URL as POP:// ** .
    I have tried pinging the server and getting a good response.
    I have also tried the OS01 ans it returned a response : Program Terminated.
    I am not sure if the POP3 port is enabled.
    Are there any check points we are missing ?
    Please throw some light on this as we need to solve this asap ..
    Yashwanth
    Edited by: YashwanthSVK on Aug 2, 2011 7:18 PM

    Shabarish is right.
    This seem a connectivity issue. Try to ping Mail server from your PI System and check pop3 port.
    This document can be helpful for you:
    http://wiki.sdn.sap.com/wiki/display/XI/SMTPConfigurationinSAPXI

  • Magsafe adapter issue

    I purchased a non apple 60 watt magsafe adapter after my 2 year old macbook pro was having issues, I replaced the battery with a apple battery and the non charging issue continued, I would have to wiggle or place a phone on adapter where it magnetically attaches to laptop to get it to charge.  The light goes on and off at will, and in order to chjarge it I have to play with it.  The second adapter I bought worked great for 67 cycels and is now doing the same thing.. IS it the adapter or something more sinister? I tried to inform apple of the issue a few years ago and did not get anywhere.  Any advice?
    Thanks

    These kinds of problems lend themselves really well to analysis at the genius Bar, if you can get to one. The guys there put their hands on Macs all day every day, and the physical stuff is what they know best.
    Your appointment at the genius Bar is free, in warranty or out.

  • AC Power Adapter issue with new (refurbished) ibook...

    I just got my refurbished ibook today and went to plug it in and test it, and then wanted to charge the battery on it. At first I thought it wasn't doing anything when I went to turn it on (it made the starting sound but the power button didn't turn on or anything), but then after trying a couple times, I noticed that the black screen had a faint image of an apple on it. I had the screen too far to the front for me to see it clearly (as it's an lcd screen) and later when setting my preferences, I had noticed the brightness was just too dim which I adjusted...
    So the power button never did glow when it was turned on (at least I didn't notice it after I got it booted up). My adapter's plug fits loosely in the socket on the laptop but still glows green, but all the time... Isn't it supposed to glow orange when charging??? Well I was setting up everything and did my power management settings as well, and as I have it set up to show me my battery level on the desktop, I was noticing that it was depleting (at what I would guess is a normal pace for my current settings), it started off around 83% and had gone down to 58% or so after about 1 and a half hours with highest settings basically. But my power adapter was plugged in the whole time... Shouldn't it be using my AC power and not the battery's?
    So I turned it off and now it is sitting there (hopefully charging), but that little green light on the adapter where it plugs into the laptop is just that, still green...
    Does all this mean that there is a problem with the power adapter and its ability to actually charge my laptop? I got this refurbished (from TigrfDirect) with a 1 year warranty (from Apple) so this should be covered, but as I just received the thing today, I really don't want to have to deal with a messed up AC Adapter...
    Also, I haven't even yet checked the battery itself to see what # it is and if it is one of the ones that is part of the recall or not... I would hate to have to do that and not have a working AC Adapter, though of course if the adapter is't working, I can't charge the thing anyways, so I guess I would have to wait another few weeks with dealing with Apple and the warranty issues anyways.
    I looked in the help section and the only suggestion they had for if your battery doesn't charge is to take it out and put it back in and then attach the adapter again. I guess I could do that at the same time I check on the battery's recall status, I just hate opening my computer up as soon as I get it. Also the battery cover is not totally flush with the rest of the case, one corner sticks up a bit, and I think it was a replaced item as it doesn't have the little LED lights that the computer says should be there to tell me how much the battery is charged (unless this is UNDER the cover for some reason, but the cover is bright white compared to the rest of the ibook coloring, so it seems as it was just a basic replacement cover used)...
    Ok, so thanks for any input you might have. I will let people know in a couple hours if the ibook has actually charged at all during that time or not...

    So I did the reset button thing and it didn't do anything at all... If I plug in the power adapter without the battery the laptop will not turn on at all, so I am guessing that it definitely is the adapter and will have to contact Apple to somehow get a new one. Oh great, tomorrow's Friday and isn't this a holiday weekend? Which means it will probably take even longer to get them to send me a replacement adapter... You think that buying a refurbished mac would mean that they would have tested out all the parts/components first before reselling it...
    And so while I was at it, I checked on my battery's model # and serial # and it is one of the ones on the recall list. I think I was right that it had been replaced (now that I know that the battery is part of the back cover) which would probably explain the recall battery as this is one of the older ibooks and should have been one of the lucky ones made before the ones on the list... I did get to see the lights (only 3 though) flash solid green for about 3 seconds when replacing the battery back into the laptop.
    One good thing did come out of this... As I was taking the keyboard out to find the computers serial # (I already filled out my form for the new battery), I was surprised to see an Airport card. Not that it would have surprised me too much in the first place except that it wasn't listed in the details/parts list when I bought the laptop. It was also listed that my laptop had a 10GB hard drive (while the picture on the website showed a 30GB one). The box it came in said 30GB as well, but I just dismissed that. I had went to see how much space I had left on the HD to see that it had 13.99GB and this is after any formatting, and the install of OS 10.2.8 including OS 9.2.2... So a few added bonuses to help make up for the fact that it is NOT is as good shape as I was expecting (or should be to even be sold as a refurb IMO), and the fact that the AC adapter is completely faulty.
    I just hope that I can get a new AC Adapter soon, so that I can at least be able use my laptop with some kind of power until the new replacement battery shows up. This must be some kind of terrible joke. I get the laptop to be able to use it for a few hours and then have it be without ANY kind of power for posibly up to 2 months? I seem to have the worst luck with Macs, which makes it strange as I have never had any problems with all the PC's I have ever used (and I started using computers when I was 4) but I have now had an imac die (possibly the HD), an Apple studio monitor start flashing on the screen possibly due to connector problems, and now this (and all within 2 months). I am almost ready to just give up, but I have spent too much time and money on all this mac stuff (and all for my obsession with OS X) to do it just yet.
    So please tell me macs aren't always this horrible, or else I will have to make up my own commercials where PCs are better because at least they turn on and boot up for more than 1 week (I think I had the imac working for about 5 days total before it would boot with errors).
    Or some kind soul could also mail me a working AC Adapter that would work with my ibook (if you happen to have a spare), so I could get to do more on it other than changing it's settings... I now only have 40% battery life left. I don't think I should even turn it on again as the boot up alone would drain away too much precious juice...

  • 2011 Mac Mini and Acer x222w monitor incompatible? HDMI to DVI adapter issue

    I am totally bummed because I just bought a new Mac Mini thinking I'd be able to use the display from my old system, an Acer x222w, which has both DVI-D and VGA connections. I hooked the monitor up using the HDMI to DVI adapter included in the box with the Mini. On boot, I could see the Apple logo, though it was not centered, and when the set up screen came up to the select language screen, it flashed quickly and then turned to snow.
    I was on the phone with Apple support for over an hour trying to troubleshoot this issue. I was a little disappointed that tech support didn't even seem to  be aware that the Mini came with an HDMI to DVI adapter. It was then recommended that I try an adapter for the mini display port, which the 2011 Mini doesn't have.
    I was able to borrow another monitor, a Dell with DVI-D, and it worked.
    I have searched for specs/requirements that might explain why the Acer monitor doesn't work while the Dell one does. I cannot find anything from Apple. I just assumed any DVI connection would work. Has anybody else encountered this problem? Most of the issues I've found on the forums involve trying to hook up to a home theater LCD TV, which I'm not trying to do. If I had known my monitor wouldn't work, I probably would have just saved up for an iMac.
    Thanks in advance for any thoughts or tips!

    Try resetting the SMC andNVRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
      About NVRAM and PRAM
    Next call Apple since yo have 90 days of free telephone support
    Complimentary Support (USA)

  • Receiver RFC adapter issue! Please help!

    Hi Experts,
       I have 4 XI interfaces. All of these are Webservice to RFC scenarios. Moreover all of them are synchronous.
      Request message: Webservice (SOAP Adapter) ---> XI -
    > RFc Adapter ---> ECC Function modules
      Response message: Webservice (SOAP Adapter) <- XI < RFc Adapter <- ECC Function modules
    As you can see above, external system calls XI web service via SOAP Adapter. The input data is then sent from SOAP Adapter to RFC adapter to call RFC function module in the receiving side.  The receiving system is SAP ECC system.
    The receiver ECC system has two instances. For example SP0 ad SP1. 
    In the receiver determination step we have maintained a rule such that if the Plant value in the input message is XYZ then send data to SP0. But if the plant value in ABC then send data to SP1.
    This Conditional rule is working fine.
    However we are getting couple of issues with only one instance of ECC (SP0).
    1. com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message badfa070-b163-11de-a4c1-001cc495e48a(INBOUND) expired
    2. NO_MAPPINGPROGRAM_FOUND. Mapping program is not available in runtime cache: Object ID C2B41FFDFD4635BAB1E41AE53C0D10CE Software Component 5394F420463611DAC1CFFBBC0A01BC16
    3. com.sap.engine.interfaces.messaging.api.exception.MessagingException: No response available
    The above listed errors are generated occasionally. Sometimes no errors are generated even when the same input data is sent again and message is successfully processed.
    I have verified the input data and everything is OK with that.
    Mapping object is available in XI and cache was also refreshed. I additionally reactivated the objects in XI as well.
    So what could be the real root cause of this? Please help!
    Thanks
    Gopal

    1. com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message badfa070-b163-11de-a4c1-
    001cc495e48a(INBOUND) expired
    Check the Timeout parameter of your adapter.....for requests which expire with this error confirm from the SAP end that the message processing is done well within the Timeout period of the adapter.
    Refer this note for more info on the above occuring error and the possible way to avoid it: https://service.sap.com/sap/support/notes/791379
    Update:
    Even problem 3 seems to be occuring due to insufficient Timeout specified for the adapter.....if possible try increasing the Timeout in VA
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Oct 6, 2009 1:42 PM

  • Export import issue from higher version to lower version

    Hi,
    I have an export dump file which was taken from 11g database(11.2.0.2.0) and trying to import into lower version of the database 9i(9.2.0.6.0), unable to complete the process.
    Two ways i have found and tested in my test db
    1)TNS entry of 9i database has been put into 11g database
    a)Export dump was successfuly taken from 11g db
    b)Getting below error,while import into 9i database
    IMP-00058: ORACLE error 6550 encountered
    ORA-06550: line 1, column 33:
    PLS-00302: component 'SET_NO_OUTLINES' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignoredIMP-00000: Import terminated unsuccessfully
    2)TNS entry of 11g database put into 9i database version.
    a)During export (trying to take exp dump from 11g db in 9i exp utility),getting below error
    EXP-00008: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    Kindly advice me to overcome from this issue.
    Regards,
    Faiz

    mafaiz wrote:
    Hi,
    I have an export dump file which was taken from 11g database(11.2.0.2.0) and trying to import into lower version of the database 9i(9.2.0.6.0), unable to complete the process.
    Two ways i have found and tested in my test db
    1)TNS entry of 9i database has been put into 11g database
    a)Export dump was successfuly taken from 11g db
    b)Getting below error,while import into 9i database
    IMP-00058: ORACLE error 6550 encountered
    ORA-06550: line 1, column 33:
    PLS-00302: component 'SET_NO_OUTLINES' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignoredIMP-00000: Import terminated unsuccessfully
    2)TNS entry of 11g database put into 9i database version.
    a)During export (trying to take exp dump from 11g db in 9i exp utility),getting below error
    EXP-00008: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    Kindly advice me to overcome from this issue.This has nothing to do with APEX. Post on the {forum:id=61} forum.

Maybe you are looking for

  • How can I add credit to my Apple ID?

    I have a free iCloud account and now I want to charge it with more credits but how?

  • Help with flash CS4 please!

    Hello, I am in school and I have an assignment to complete on flash, but when I try to make an object, an annoying little box appears around my object instead of having nothing around it,  I passed this off as nothing and tried to use the selection t

  • Safari hangs after 10.4.7 update

    When I was running 10.4.6, Firefox and Safari were comparible in speed. After I upgraded to 10.4.7, I'll enter a URL or click a link to another page, and Safari will just kinda hang after loading about half of the items on a page (according to the pr

  • Looping through string tokenizer

    Hi pple... I am doing a project in jsp...i have some pblm in a form that contains string tokenizer method..let me make u all very clear.. Ex:in my databse i have stored country as us|uk|uae|india.. so wat my requirement is once i login,depending upon

  • When I start using my yahoo mail account , I can't send / forward mail but with IE the problem just vanished

    I have been using Firefox since last couple of months and initially I was happy but recently with the issue I have highlighted , taken help of Yahoo but could not be resolved. When I have gone back to IE , the problem has been resolved .