R/3 data flow is timing out in Data Services

I have created an R/3 data flow to pull some AP data in from SAP into Data Services.  This data flow outputs to a query object to select columns and then outputs to a table in the repository.  However the connection to SAP is not working correctly.  When I try to process the data flow it just idles for an hour until the SAP timeout throws an error.  Here is the error:
R/3 CallReceive error <Function Z_AW_RFC_ABAP_INSTALL_AND_RUN: connection closed without message (CM_NO_DATA_RECEIVED)
I have tested authorizations by adding SAP_ALL to the service account I'm using and the problem persists.
Also, the transports have all been loaded correctly.
My thought is that it is related to the setting that controls the method of generating and executing the ABAP code for the data flow, but I can't find any good documentation that describes this, and my trial and error method so far has not produced results.
Any help is greatly appreciated.
Thanks,
Matt

You can't find any good documentation??? I am working my butt off just.......just kiddin'
I'd suggest we divide the question into two parts:
My dataflow takes a very long time, how can I prevent the timeout after an hour? Answer:
Edit the datastore, there is a flag called "execute in background" to be enabled. With that the abap is submitted as a background spool job, hence does not have the dialog-mode timeout. Another advantage is, you can watch it running by brwosing the spool jobs from the SAP GUI.
The other question seems to be, why does it take that long even? Answer:
Either the ABAP takes that long because of the data volume.
Or the ABAP is not performing well, e.g. join via ABAP loops with the wrong table as inner.
Another typical reason is to use direct_download as transfer method. This is fine for testing but it takes a very long time to download data via the GUI_DOWNLOAD ABAP function. And the download time would be part of the ABAP execution.
So my first set of questions would be
a) How complex is the dataflow, is it just source - query - data_transfer or are there joins, lookups etc?
b) What is the volume of the table(s)?
c) What is your transfer method?
d) Have you had a look at the generated abap? (in the R/3 dataflow open the menu Validation -> Generate ABAP)
btw, some docs: https://wiki.sdn.sap.com:443/wiki/display/BOBJ/ConnectingtoSAP

Similar Messages

  • Data Federator - Read timed out

    Hi,
    I'm using Data Federator XI 3.0 SP2. I have a datasource connecting to a web service. The web service may return take a long time to do heavy processing, etc., before returning any data. If I call the web service via Data Federator, I will get the following error
    Exception was thrown while executing a query on Data Federator Query Server.
      An exception occurred when querying Data Federator Query Server.
        [Data Federator Driver][Server]
    [Wrapper /TEST/sysadmin/sources/draft/ReturnInputAsOutput]HTTP input/output exception: Read timed out
          [Wrapper /TEST/sysadmin/sources/draft/ReturnInputAsOutput]HTTP input/output exception: Read timed out
            [Wrapper /TEST/sysadmin/sources/draft/ReturnInputAsOutput]HTTP input/output exception: Read timed out
              HTTP input/output exception: Read timed out
    I'm guessing that the Data Federator query timed out because the web service takes a long time to response, is it not? If this is the case, how do I increase timeout value? If this is not the case, then what does the error mean and how do I resolve it?
    Thanks.
    Edited by: Chih Hui Wan on Nov 19, 2009 9:15 AM

    Hi Dayanand,
    For testing purpose, I created a small simple web service with only one operation that sleep for more than two minutes before returning a string. I called this web service operation from Data Federator. After waiting for a while, I got the "Read timed out" error
    Regards,
    Chih Hui

  • Operation timed out (FSP network services manager)

    Received this error from five different RMAN jobs, all submitted at approx 6am, all failing within a couple of minutes. Resubmit of all five jobs worked fine. Many other jobs submitted at approx the same time worked fine. Time out does not appear to be related to waiting on tape drive resources.
    Any ideas as to cause? If this is a network thing, any way to extend the timeout or cause it to retry?
    Regards,
    Rich McClain
    ORA-19506: failed to create sequential file, name="SBT_TAPE/RMAN_SCMP.707724115.arch.1.7372.1", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_cat_query: Query for piece SBT_TAPE/RMAN_SCMP.707724115.arch.1.7372.1 failed.
    (Oracle Secure Backup error: 'operation timed out (FSP network services manager)').
    Snippet from obroxyd.log
    2010/01/08.06:02:57 [2543] failed to connect to admin scheduler - operation timed out (FSP network services manager)
    2010/01/08.06:03:02 [2543] client disconnect from IPC connection 4 (closing)
    2010/01/08.06:03:03 [2543] obproxyd is terminating now
    2010/01/08.06:03:11 [9770] failed to connect to admin scheduler - operation timed out (FSP network services manager)
    2010/01/08.06:03:16 [9770] client disconnect from IPC connection 4 (closing)
    2010/01/08.06:03:16 [9770] obproxyd is terminating now

    Either reconfigure CONNECT_TIMEOUT to be 0, which means wait indefinitely, or reconfigure CONNECT_TIMEOUT to be some higher value. Or, if the timeout is unacceptably long, turn on tracing for further information.
    If you have oracle metalink, then read the following note;
    Note:119706.1 - Troubleshooting Guide TNS-12535 & ORA-12535 Errors

  • Report Based on XML Data Template is timing out

    Hi there,
    i have an XML publisher report based on an XML data template that i've written. The report is working fine except when there is huge data that is supposed to come out, its timing out. Ive set the db_fetch_size parameter to 20 and scalable_mode to on but its still timing out.
    If anyone has a solutiom or a thought it would be much appreciated.
    Thanks.

    Thanks for the reply.
    Well when i'm opening the report , i wait for about 15 seconds then 'Page Cannot be Displayed' appears on my browser. I'm having this case only when i'm expecting huge data. By huge data i mean that the report gets informations about a deal, when the deal has 10 categories the report runs fine, but when i add all catgories, about 1000, it gives me the 'Page cannot be displayed' error. I'm guessing its a time out issue since i've set the scalable_mode parameter to on. Any thoughts ???

  • Java GSS API - Kerberos - Receive timed out when requesting service ticket.

    Hi,
    I'm following the following exercises about Kerberos/JGSS-API :
    http://java.sun.com/javase/6/docs/technotes/guides/security/jgss/lab/
    On exercise 3, I get an exception (when requesting a service ticket) from the client side:
    "+Exception in thread "main" java.security.PrivilegedActionException: GSSException: No valid credentials provided (Mechanism level: Receive timed out)
    etc.+"
    This seems to happen when the GSSContext.initSecContext(...) method is called.
    The server side receives the client connection:
    "+Waiting for incoming connection...+
    +Got connection from client /xxx.xxx.x.xxx+"
    But then displays the following exception:
    "+Exception in thread "main" java.security.PrivilegedActionException: java.net.SocketException: Connection reset
    etc.+"
    I checked my KDC (win 2003 Server SP2) and added SPNs with setspn but the error remains.
    Any suggestion are more than welcome !

    The TGT is already present on my Client machine because it is acquired automaticaly from the KDC during the Windows opening session.
    I use then JAAS to access the LSA and obtain the TGT - This doesn't need any further connection to the KDC.
    But the Service Ticket is requested to the KDC by my client machine..
    Here is the complete output (Client side) after I destroyed the tickets (with Kerberos MIT Leash.exe and/or kdestroy.exe ):
    Debug is  true storeKey false useTicketCache true useKeyTab false doNotPrompt false ticketCache is null isInitiator true KeyTab is null refreshKrb5Config is false principal is null tryFirstPass is false useFirstPass is false storePass is false clearPass is false
    Acquire TGT from Cache
    +>>>KinitOptions cache name is C:\Documents and Settings\user.MYDOMAIN\krb5cc_user+
    +>> Acquire default native Credentials+
    +>>> Obtained TGT from LSA: Credentials:+
    [email protected]
    server=krbtgt/[email protected]
    authTime=20080529135209Z
    startTime=20080529135209Z
    endTime=20080530015209Z
    renewTill=20080702135209Z
    flags: FORWARDABLE;RENEWABLE;INITIAL;PRE-AUTHENT
    EType (int): 23
    Principal is [email protected]
    Commit Succeeded
    +Authenticated principal: [[email protected]]+
    Connected to address host1/xxx.xxx.x.xxx
    Found ticket for [email protected] to go to krbtgt/[email protected] expiring on Fri May 30 03:52:09 CEST 2008
    Entered Krb5Context.initSecContext with state=STATE_NEW
    Found ticket for [email protected] to go to krbtgt/[email protected] expiring on Fri May 30 03:52:09 CEST 2008
    Service ticket not found in the subject
    +>>> Credentials acquireServiceCreds: same realm+
    Using builtin default etypes for default_tgs_enctypes
    default etypes for default_tgs_enctypes: 3 1 23 16 17.
    +>>> CksumType: sun.security.krb5.internal.crypto.RsaMd5CksumType+
    +>>> EType: sun.security.krb5.internal.crypto.ArcFourHmacEType+
    +>>> KrbKdcReq send: kdc=yyy.yyy.y.y UDP:88, timeout=30000, number of retries =3, #bytes=1262+
    +>>> KDCCommunication: kdc=yyy.yyy.y.y UDP:88, timeout=30000,Attempt =1, #bytes=1262+
    SocketTimeOutException with attempt: 1
    +>>> KDCCommunication: kdc=yyy.yyy.y.y UDP:88, timeout=30000,Attempt =2, #bytes=1262+
    SocketTimeOutException with attempt: 2
    +>>> KDCCommunication: kdc=yyy.yyy.y.y UDP:88, timeout=30000,Attempt =3, #bytes=1262+
    Exception in thread "main" java.security.PrivilegedActionException: GSSException: No valid credentials provided (Mechanism level: Receive timed out)
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at javax.security.auth.Subject.doAs(Subject.java:396)+
    +     at SimpleAuthzz2.loginAndAction(SimpleAuthzz2.java:56)+
    +     at SimpleGssClient.main(SimpleGssClient.java:36)+
    SocketTimeOutException with attempt: 3
    Caused by: GSSException: No valid credentials provided (Mechanism level: Receive timed out)
    +     at sun.security.jgss.krb5.Krb5Context.initSecContext(Krb5Context.java:659)+
    +     at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:213)+
    +     at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:158)+
    +     at SimpleGssClient$GssClientAction.run(SimpleGssClient.java:121)+
    +     ... 4 more+
    Caused by: java.net.SocketTimeoutException: Receive timed out
    +     at java.net.PlainDatagramSocketImpl.peekData(Native Method)+
    +     at java.net.DatagramSocket.receive(DatagramSocket.java:662)+
    +     at sun.security.krb5.internal.UDPClient.receive(UDPClient.java:77)+
    +     at sun.security.krb5.KrbKdcReq$KdcCommunication.run(KrbKdcReq.java:278)+
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at sun.security.krb5.KrbKdcReq.send(KrbKdcReq.java:195)+
    +     at sun.security.krb5.KrbKdcReq.send(KrbKdcReq.java:140)+
    +     at sun.security.krb5.KrbKdcReq.send(KrbKdcReq.java:106)+
    +     at sun.security.krb5.KrbTgsReq.send(KrbTgsReq.java:215)+
    +     at sun.security.krb5.internal.CredentialsUtil.serviceCreds(CredentialsUtil.java:293)+
    +     at sun.security.krb5.internal.CredentialsUtil.acquireServiceCreds(CredentialsUtil.java:106)+
    +     at sun.security.krb5.Credentials.acquireServiceCreds(Credentials.java:561)+
    +     at sun.security.jgss.krb5.Krb5Context.initSecContext(Krb5Context.java:585)+
    +     ... 7 more+
    It seems like the TGT is still present in the cache, even if Leash displays "no tickets".
    Meanwhile, in the KDC-server side:
    -What is the correct spn to add? C:\setspn GssServer/host1 user ? (I in fact tried many possibilities)..
    -Is there any other special configuration to do in the KDC ?
    Thanks a lot!

  • Query Governor - Summary Data - Only when not out of date?

    In Oracle Discoverer Desktop edition the user can choose how Summary Data are used:
    1. Always, when available
    2. Only when summary data are not out of date (stale)
    3. Never
    What exactly is the meaning of "Only when summary data are not out of date"?
    In previous versions of Discoverer you had the opportunity to specify how old (in days) summary tables were acceptable to you.
    (By the way: In the Danish translation of Discoverer the word "not" has been omitted, so you have the opportunity to use summary data only when they are out of date :-)
    Best regards
    Torben

    Actually it doesn't matter if you have Applecare or not because Apple simply isn't recognizing this as an issue even though multitudes of people have experienced it. If they don't see it as a problem, then they obviously don't have a solution, and so taking your laptop in through apple care is totally useless.
    I've talked to 3 customer support representatives over the phone and they all said they were 'unaware of the issue' and would not even attempt to help. It's very disappointing.

  • AirPlay Data Flow?

    Hello -
    I'm about to purchase an Airport Express to connect to my home stereo receiver via audio-cable.
    Planning to be able to output the sound usually coming out of my iPad thru my big stereo system, from Apps such as YouTube, Pandora, TuneIn Radio, Spotify, etc.
    Wondering how much wifi data traffic this will cause and if it drains the iPad battery more quickly.
    Could somebody please let me know which of the below two scenarios applies to Airplay.  1 or 2.
    I will use the Spotify App as an example and seperate data into Music Data and Command Data.  Command Data is things such as Play, Pause, Skip, Next, Volume, etc.
    =================
    (1)
    Music data (~) flows as such
    Spotify (in the Cloud)  ~~> Airport Express (on my Wifi/or Ethernet, stereo system connected to Airport Express)
    Command data (=) flows as such (Command Data is play, pause, skip, next, volume, etc.)
    iOS Device ==> Airport Express  ==> Spotify in the Cloud
    =================
    (2)
    Music data (~) flows as such and Command Data (=) flow as such:
    Spotify (in the Cloud)  <~=~> iOS Device <~=~>  Airport Express (on my Wifi/or Eithernet, stereo connected to Airport Express)
    Basically, in option two, the music data would constantly flow thru the iOS device, draining it's batteries. Is this assumption correct?
    Would greatly appreciate your help.
    Thank you!
    Ernst

    It is important to note that AirPlay itself contains both the data & command streams.
    (1)
    Music data (~) flows as such
    Spotify (in the Cloud)  ~~> Airport Express (on my Wifi/or Ethernet, stereo system connected to Airport Express)
    Command data (=) flows as such (Command Data is play, pause, skip, next, volume, etc.)
    iOS Device ==> Airport Express  ==> Spotify in the Cloud
    Spotify would require a host device. As you know that could be a computer or iOS device. So, in your first flow diagram, Spotify cannot directly stream to an AirPort Express from the Cloud. Instead it would be like your flow diagram in item (2) of your post.
    Both the Spotify App and the process of using AirPlay to stream to the Express would be the source of the battery drain as you suspected.

  • Data flow diagram - missing information stores

    I am creating data flow diagrams using sql developer data modeler. Often, the information stores that I created and used in the Data Flow Diagrams in the process model are simpy gone when save, close and reopen the model. Even the XML files on the disk are gone. I am using version 2.0.0 build 584. Any idea why this is happening?

    Hi,
    There is a SQLDeveloper version 2.1.1 (Patch 1) out there.
    You could try with that one, just in order to see whether your problem still persist.
    If so, let is know.
    Cheers!!

  • INVOICE에 PREPAYMENT를 APPLY한 후의 DATA FLOW

    제품 : FIN_AP
    작성날짜 : 2004-05-19
    INVOICE에 PREPAYMENT를 APPLY한 후의 DATA FLOW
    ========================================
    PURPOSE
    Invoice에 Prepayment를 Apply한 후의 Data변화에 대해서
    간략하게 설명합니다.
    Explanation
    승인 및 Accounting처리가 끝난 Invoice에 대해서 Prepayment를 Apply하게되면,
    승인상태는 "Need reapproval"이고, Accounted상태는 "Partial"로 바뀌게 됩니다.
    그 후에 Approve작업 및 Accounting작업을 하면,
    다시 "Approved"와 "Yes"로 바뀌게 되고, 그 후에 Prepayment unapply하게되면,
    다시 상태는 "Need Reapproval"과 "Partial"로 바뀝니다.
    Table level에서는 Accounting전까지는 송장 Main table, 즉,
    AP_INVOICES_ALL, AP_INVOICE_DISTRIBUTIONS_ALL, AP_PAYMENT_SCHEDULES_ALL 등의
    특정 column값들만 변하게 되고, Accounting생성작업이 실행되면,
    Event와 AP_AE_HEADERS_ALL, AP_AE_LINES_ALL table등에 각각의 Event data가
    발생하게 됩니다.
    즉, Invoice, Prepayment Apply, Prepayment unapply 등과 같은 Event data가 발생합니다.

  • Abap Data flow error in BODS

    Hi All,
    I have started to run a simple abap data flow in BODS so the data flow has been designed and it is executed then the below error is thrown.
    It seems to be some abap drivers issues , not the design flow.
    so anyone please suggest the actual issue here and let me know you need any further information.
    Thanks.
    Best Regards,
    Edu

    Hi Konakanchi,
    Please share the Job execution log for more details like RFC Configuration issue or BODS Issue, Mean while can you please check the RFC Connection Test through SAPGUI.
    Thanks,
    Daya

  • Service sapdp01 timed out

    Hi people,
    Firt my apologizes if this is not the corresponding forum to post this error. I didn't know where i should post it.
    When i try connect through sap logon i have this error:
    Connection  to host XXXXX service sapdp01 timed out.
    In services file (windows/system32/drivers) I have the input
    sapmsS01 3601/tcp and in SAPMSG.INI in windows i have
    S01=XXXXX (the server)
    If someone have had this problem any time please help me!
    Thx
    pd with others servers i can connect without problems
    Message was edited by:
            Manel Casadesus

    Hi
    In SAPGUI, I have an entry for MBD pointing to IP 172.17.20.38
    I can ping that succesfully
    If I add "sapmsMBD      3601/tcp" to my services file, then I get the error
    Connection to host 192.168.120.157, service sapdp01 timed out
    Now, as far as I am told by basis, the 192.168... address is another IP address for the same server.
    I am not able to ping the 192.168... IP address ... could this be the problem?
    Why would the portal be trying to use the 192.168... address instead of the internal address?
    Cheers,
    Andrew

  • Receiving an error when trying to commit files using subversion in Dreamweaver: file or directory is out of date

    I'm trying to use subversion in dreamweaver. I've followed the setup steps and tested the connection to the svn repository. All good. I've even updated some files before successfully. Now, I'm trying to commit changes made in my local working copy of several files to SVN. I'm receiving Error#160024: Commit Failed. File or directory <subject file name> is out of date; try updating resource out of date" I've tried right click->version control->update. Then commit again. Same error. Any help?

    Hi rmcproperties,
    Found a discussion thread that could help you http://stackoverflow.com/questions/87950/how-do-you-overcome-the-svn-out-of-date-error
    Thanks,
    Preran

  • DATA FLOW

    Can u please tell me <b>data flow from Std datasource to Data Targets(CUBE , DSO)</b>in BI 7.0.
    amit shetye.

    <i>
    DS
    transformation to DSO or CUBE
    </i>
    load process
    <i>
    START VATRIANT
    INFOPACKAGE LOAD TO PSA
    PSA TO DSO or CUBE (DTP)
    DSO TO CUBE (DTP)
    </i>
    Nagesh Ganisetti

  • Unable preview the data of oracle source in Data flow task in SSIS

    I am working on a SSIS package DATA FLOW TASK to get the data from Oracle Source.My oracle source query is as belows
    select Employees from EmployeDW WHERE StartDate =('15-MAY-14')
    There is no error in execution of package but there is no data in Destination table.When i am PREVIEW the data source i dont find any data but when i executed above query in Oracle i am getting the values.Do i need to make any chages in oracle data source Side.
    Can you guys help me please.

    What is the source connectoin used and its configuration? Can you please share the screenshots? That will help.
    Happy to help! Thanks. Regards and good Wishes, Deepak. http://deepaksqlmsbusinessintelligence.blogspot.com/

  • My itunes is up to date on windows vista but my iphone 3gs wont download the new 4.3 sofeware saying that network connection timed out after downloading for 7 minutes. can anyone help?

    my itunes is up to date on windows vista but my iphone 3gs wont download the new 4.3 sofeware saying that network connection timed out after downloading for 7 minutes. can anyone help?

    I have manage to update. You need to disable windows firewall and
    You have any other anti virus (I have kaspersky) you need to disable that as well

Maybe you are looking for

  • Auto Creation of Order from Notification

    Hi all, As all of us are aware we can create notification automatically on creation of order, through Order/Notification integration setting in SPRO. Is it possible to create Order automatically on creation of Notification in standard SAP ?? Pls conf

  • Adobe pdf is not a printer driver

    How do I correct the installation of acrobat XI Apple IOS X

  • HT4847 Can I delete data on one device without erasing it on another?

    I want to delete all data on my phone using iCloud but keep it on my other phone and iPad

  • Font.properties

    Is the jre using font.properties at all when displaying characters in the GUI? I removed all font.properties* files from my jre/lib directory and I am still able to display English characters and double-byte Korean characters. Certain fonts are not w

  • Viewer Drilldown to another worksheet/report

    I have Report 1 Main Report having a hierarchy such as: Total Company > Region > Department, having say count of employees. I want to pass parameters to a second worksheet or report showing, say, a breakdown of employees by type for the particular un