Reg: On System outage Interface doesnot execute

hi Experts ,
your suggestions are important here.
As per the requirement we have built an interface to send SAP-R/3 data to third party system. Now the interface executes as a daily Job (Daily execution) .
We are just pondering on the fact that if any of the day there is a system outage then do we need  to handle that situation while developing the interface at the technical level...
Or is it like the day there is a system outage there is no need to send across the master data (Cost Centers and Project Codesi.e WBS Elements) to third party system. The interface will get executed for the next possible day.
Which amongst the above approach will be suggestible ?
Any suggestions will be beneficial in our process of understanding.
thanks
Kylietisha

Let me summarize your question
You are sending Master data on daily basis to third party system. What happens to changes that incur to master data if system is down?
If that is your question, then create parameter in TVARVC table with parameter say MASTER_LAST_EXEC_DATE and update the value with last execution timestamp. When the program is process read the timestamp from the parameter and pick the changes from that timestamp onwards.

Similar Messages

  • Re: Toshiba system driver don't execute after instalation

    toshiba system driver don't execute after instalation in windows 8 64 bit

    Hi
    I dont have this notebook model but if you try to install own Win8 version please install all stuff following this install order:
    Windows 8
    Intel RAID Driver
    Intel Chipset SW Installation Utility
    Intel Management Engine Interface
    Intel Rapid Storage Technology Driver
    Intel Display Driver
    NVIDIA Display Driver
    Realtek Audio Driver
    Intel Rapid Start Technology Software
    SRS Premium Sound
    Realtek Card Reader
    Realtek LAN Driver
    Wireless LAN Driver
    Intel Wireless Display
    Realtek Bluetooth Filter Driver Package
    Synaptics Touch Pad Driver
    TOSHIBA Flash Cards Support Utility
    TOSHIBA System Driver
    and so on.
    Toshiba system driver can be downloaded from here .

  • How to execute a system command with call executable in teststand 4.2.1?

    Hi All,
          how to execute a system command with "call executable" step in teststand 4.2.1?
          example as i want to quit a application.using "taskkill /f /im xxx.exe".And execute other system command(DOS).
    BR
    Johnny

    Hi, 
    I want to run netstat -an | find "8080" command from command prompt using call executable in test stand. after that i would like take the std output to local variable. 
    Attachments:
    callsettings.jpg ‏404 KB

  • Automation of idoc collect  during customer planned system outage

    Hi All,
    In our landscape we are dealing with customer through IDOCs , now  we have preplanned system outage of customers  and  every customer has its own planned downtime . Now we want to collect the idoc for the customer
    during their downtime and trigger after the downtime . Can we automate this process to collect the idoc during the specific time and then the release .
    Has anyone tried to change the partner profile (automated) during specific time to put  idoc in collect mode and then trigger immediatly as most of the planned downtime is in night an no one around for changing this ?
    Thanks in advance
    Regards
    Vijay

    I found a thread about this.

  • Another Smart Access System Outage?

    This evening, I'm trying to remote access the five wireless routers I installed in my church. The routers are a mix of 6500s and 6900s.
    No matter which wireless router I select off of the main menu, I get a screen saying that the router is offline and to try again later.
    It seems to me that Belkin/Linksys had an outage not too long ago that prevented peope from using the Smart system.
    Is there another system outage?
    I FEATURE 00

    There was a short outage on the OP date but its been good since
    ‎OP: 05-26-2014
    Please remember to Kudo those that help you.
    Linksys
    Communities Technical Support

  • System Outage Notification - Banner

    Hi,
        I have a query and was hoping somebody could give me some insight. Currently when there is a system outage an email is generated and sent to all recipients. Well instead of having to write an email and send it to people, is there a way to have a banner or an information bar to appear in the SAP system to let people know that there is an outage notification?
    if so, how is this impemented?
    Any help would be appriciated
    Bill

    Hi Bilaal,
    Use transaction SM02 and create a system messge .Whenever a user logs in he/she will see the message ( Like System will be unavailable on so and so date etc )
    Thanks
    Prince Jose

  • REG:REGRESSION & SYSTEM INTEGRITY TEST

    Hi experts,
    i have one question i dont know it may be basic question. i am new to xi/pi can you please tell me
    how we test & what the purpose of the REGRESSION TEST,SYSTEM INTEGRITY TEST,PERFORMANCE TEST
    what are the differences between these three test in pi
    thanks in advance
    koti

    Hi
    From the point of view of  PI landscape and testing methodologies :
    Performance testing
    1.To Test the systems load tolerance .Its purely physical testing and no application logic is tested in this.One case may be to check the system performance like how much time is taken if multiple users assess the system or say create  orders using the interface.
    2.There may be several ways u can design an interface to make the business logic to work.(say with BPM or without BPM).So  in PT you can evaluate system performance and decide on which approach is best suited.
    3. It might be useful to fix any hardware sizing issues also.
    4.Usually done  in pr- prod system  say after a system refresh or migration etc.
    System Integration Testing--
    1. To test end to end business logic and functionality when all the systems in the data flow are connected and individual unit test is already done (say ECC,PI and third party ).
    2. helps is checking the connectivity, execution of functionality.Basically it can be a functionality test.
    3.Done after Dev and before User acceptance testing.
    Regression testing----
    1. Its done when there are changes made to functionality/data , before and after test scripts are prepared and executed.
    2.its helps in checking if the changes made will effect any exisiting functionality ,basically before and after the change the existing functionality should not effect but the required changes should reflect.
    3.Done after a  fix in code and before moving it to prod.
    You can refer this like alsohttp://wiki.sdn.sap.com/wiki/display/ERPLO/TypesofTestings
    Best Regards,
    Srinivas

  • Reg: Business system

    Hi All,
    Abap program will write the IDOC information into a flat file and this flat file will be put into the same SAP R/3 App server.
    XI Interface has to pick this flat file which is located in the R/3 App Server and send to the File server in the same format (i mean to say same file has to be keep into the app server) ..No mapping nothing just our XI interface has to work like a FTP which will pick the file from R/3 App server and put the same file in some other File server.
    To Achieve this..
    <b>NOTE: Here in the landscape we are using J2se Plain Adpater.</b>
    just now i did a simple scenario to achieve this...
    i have taken two business services one for sender and the other is for receiver.
    message interface and interface namespace for both i gave fake name which is same for both.
    then i have created two communication Channels (one is for sender an the other is receiver) with XI adapter  as i already said we are using J2se plain adpater engine...
    in receiver determination i have configured receiver determination ,sender agreement,receiver agreement (in all these i have given some fake name for both sender interface,receiver interface and namespace).
    now in j2se plain adapter engine i have configured sender and receiver file adapter..
    but i need a code for sender j2se file adapter to look into sap/r3 server's directory ..
    if its XI file adapter we choose FTP as a file protocol and will give r/3 login details.
    but in j2se file adapter how will u write the code for FTP file protocol
    Please help me ...
    Thanks in advance.
    Regards,
    Reehan

    Hi Reehan,
    Why don't you use the ABAP program to send the information directly to XI via proxy, rather than have it write to a file which XI will pick up?
    Currently, in your scenario, you are just using XI as an File Transfer tool. This is not recommended, not least because it is a waste of system resources. Also XI license costs are based on message volumes, so you will end up with more costs for no added value.
    Alternatively, use the SAPFTP functionality in the ABAP stack to directly FTP the file out to the target system, eliminating XI altogether!
    For more details refer to the following blog:
    /people/thomas.jung3/blog/2004/11/15/performing-ftp-commands-from-abap
    Cheers
    Manish

  • Has anyone used the QuickUSB module (Bitswise Systems) to interface to a USB Camera via IMAQ for USB?

    Has anyone used the QuickUSB module made by Bitwise Systems with LabVIEW for image acquisition.   I have a USB camera and I'm trying to use the IMAQ for USB controls to no avail.   Any input is appreciated. 

    Are you using the NI-IMAQ for USB functions or are you calling the QuickUSB libraries from LabVIEW?  Unless the USB camera is DirectShow compliant, then it will not work with the NI-IMAQ for USB driver.  You can use the Code Interface Node in LabVIEW to call external dll's, and it looks like from QuickUSB's website that is the best way to go.  Hope this helps.
    Jason N 

  • NullPointerException on System.arraycopy command while executing select query in Oracle 10

    I'm getting this error below while trying to execute some select query.
        java.lang.NullPointerException at java.lang.System.arrayCopy(Native Method) at
        oracle jdbc.driver.T4CNumberAccessor.saveDataFromOldDefineBuffers(T4CNumberAccessor.java:276) at
        oracle.jdbc.driver.T4CPreparedStatement.saveDefineBuffersIfRequired(T4cPreparedStatement.java:486) at
        oracle.jdbc.driver.OracleStatement.prepareAccessors(OracleStatement.java:919) at
        oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(T4CPreparedStatement:836) at
        oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1124) at
        oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3286) at
        oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3329) at
    I've already downloaded the latest ojdbc5.jar file to access Oracle 10 database.
    This is my java version:
        bash$java -version
        HEAP_DUMP_OPTIONS= -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=../Logs -XX:+PrintClassHistogram
        java version "1.5.0_22"
        Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
        Java HotSpot(TM) Server VM (build 1.5.0_22-b03, mixed mode)
    Any idea of what may cause this problem?

    No one can debug code that they can't see.
    You need to SHOW US (not just tell us):
    1. WHAT you are doing
    2. HOW you are doing it
    3. WHAT result you are getting
    4. WHAT result you expected to get.
    The latest JDBC jar that can access Oracle 10 DBs is the 12.1.0.2 driver and is available here:
    JDBC/UCP Download Page

  • CAPA System (CATSWEB) Interface with SAP

    Hi Experts
    Anybody worked on SAP interface with CATSWEB software (for CAPA system)?
    Please guide me to do the same.
    Thanks in advance.
    Regards
    Bala

    Hi JJ,
    I may be just re-iterating what has already been said, but for clarity I will put down the points again, since I was also faced with the same confusion regarding how barcode and sap will work.
    1. Barcode Scanner has nothing to do with SAP or any software.
       In simple terms, it is just like a keyboard. To demo;
        a) Plug in the barcode scanner in the USB port
        b) Open Notepad in windows
        c) The cursor will be inside the notepad
        d) Now scan the bar code against any barcode image.
              (Suppose the barcode image contains the information XYZABC)
       e) As soon as you scan, the characters   X Y Z A B C (without spaces)
          will AUTOMATICALLY GET TYPED on the screen, inside the notepad, at the place of cursor.
        Hence, the SCANNER  just acts as a KEYBOARD.
       and autommatically types in the characters WHEREVER the CURSOR is.
       We can test this using notepad, Excel, word or any where the cursor can appear.
       We can test in any standard sap screen on any text field also, etc.
    2. Saving the data in SAP.
        a) First we have to figure out how to save data in SAP,
            considering we are entering data MANUALLY.
       b) This can be a STANDARD Transaction or a Z transaction.
       c) Suppose the field / information is material number,
         then instead of TYPING the material number on the screen, in the field,
        we simply place the cursor on that field.
      d) then we simply scan the image (containing information on material n umber) and hooooooray,
        it gets automatically TYPED IN on that field.
        Thats it.  Other fields we may have to enter manually and press the SAVE button to save the data.
      Scanner just saves TYPING the information manually, and hence reduces time and error both.
    Hope this helps.
    Regards,
    Amit Mittal.

  • Business system - inbound interface issue

    Hello,
    I have created a business system in SLD and assigned required SWCV in installed products tab.now i imported that business system in to ID.
    But in my business system i am not able to find the inbound interfaces of perticular SWCV. (able to see some other i/b and o/b interfaces)
    i have configured SLD perfectly. ( in business system -installed products tab i have assigned the SWCV and product and check box was ticked). but the same SWCV and it's interfaces are not reflecting at the ID>business system.
    now this business system is using in so many interfaces. so i can't reimport again. So kindly suggest how can i get the inbound interfaces to my business system in ID.
    Thanks in advance.......SARAN

    Hi,
    Check Cache Overview to see if you are facing any problem,
    also if you create the BS with the proper SWC, etc etc. and few days later you define a new SWC to this BS, you have to refresh the configuratio in the SLD-->I mean, go to BS and check if all SWC associated are selected. if not, select them and try again. this is important if you want to define a routing rule in the Receiver determination.
    Now if you are in the ID and you cannot see directly services filtering by BS, dont care just change the filters to ANY ANY and you will see all services.
    Hope Helps
    Thanks
    RP

  • Problem with SQL system's interfaces.

    Hi Experts,
         There are a Proxy to JDBC Synchronous interface in Production environment. Here getting  the error " XIAdapterFramework- com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message
    4e53d84e-9a45-363a-e100-0000960096aa(INBOUND) expired". We can able to see the inbound payload from R/3 system but can't able to get the response payload from Sql system. At this time in R/3 system's T.code smq2 messages stucking in queues with status" sys fail" with description as " An exception occurred that was not caught. Particularly for this SQL server's interfaces are not working remaining all working smoothly. Asynchronous interfaces are working at the same time.
    BASIS team restarted the java stack of PI system, immediately all stucked messages in queues were cleared and issues resolved automatically, but again and again repeating only after 6pm since last 3 days, after restarting the PI java stack automatically resolving the problem. It is not at all the right solution bcz it is PRODUCTION System. Kindly suggest me.
    Thanks & Regards,
    Srihari.

    Hi Srihari,
    See thread below:
    [MessageExpiredException in the Sync XI--JDBC scenario|MessageExpiredException in the Sync XI--JDBC scenario;
    and SAP Notes
    [1356789 - Configuring timeout for dummy SQL query in advanced mode|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1356789]
    [1078420 - XI/PI JDBC Adapter: Setting JDBC driver properties for DB|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1078420]
    [1586058 - XI/PI Adapter for SQL Server:Overcoming DB Connection Issues|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1586058]
    [1579879 - Adapter Framework - Message expired exception|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3135373938373926]
    Regards.
    Pedro Baroni

  • Configuring Paging system to interface with an FXO port

    Hello
       Wanted to see if there is some good documentation on configuring my fxo port on my gateway to interface with a paging system?
    Thank you for your help

    Hi Joseph,
    It really depends on the type of overhead paging system you're intending to use.   The documentation for the paging system being used usually specifies exactly what type of circuit is required.
    Kind regards,
    Craig

  • I have one doubt on system global area while  executing packages

    Actually in package we store inter related objects together.
    the package contained subprograms will occupy memory in SGA
    when we calling subprograms which are present in the package.
    if occupy memory in SGA so the packages are how will give performence
    compare to the stand alone subprograms?
    and the data capacity SGA can store also reduces if subprograms occupy
    memory in the SGA. so it is some what degrading of performance.
    i want to know while executing subprogrms will these occupy SGA memory
    if occupy's the data capacity SGA can store also automatically reduced
    how package containde subprograms will give performance?
    If u know SGA role let me know?

    Hi MrHoffman, thanks for your reply!
    I know for a fact that the DNS is set to .local - it's the default one so I've never altered that. The changes that occurred seemed to happen after the recent apple security update was applied. If ".local" causes so much trouble is there a reason that it's the default? (I'm not that technically minded - it's just a wonder more than anything.)
    Upon closer inspection I can see that the hostname has had two hyphens added to it, where the spaces are in our business name. (Previously it was named without the spaces, just all typed as one word.)
    I guess that if there was a long delay in the DNS update then maybe it would account for the user suddenly being unable to connect/use the server.
    As for the users, I know where I can see the list of them, the thing is that previously there were only 4 in the list, now there's 85, including a new "System Administrator". It's functioning normally again, but I guess I was really looking to see if anyone else had seen the user list grow without prompting. If it's normal then that's totally fine with me, but as I say it freaked me aout a little when there are suddenly a bunch of new users on the list.
    Cheers again!
    M:

Maybe you are looking for

  • TS1591 My work iMac doesn't recognize my iPhone 4s.

    My iPhone 4s works perfectly with my home iMac and but recently my iMac at work has stopped recognizing it. It doesn't show up in iPhoto, iTunes, nothing. Doesn't draw a charge when plugged in to my work computer, either. It was working fine up to th

  • Recovery factory Windows Vista 64bit

    Hi, I formated driver C to install windows 7 but the operation has some problem with driver and hardware. Right now I want to recovery Windows Vista 64bit.  Plz tell me how can I do step by step. Thanks

  • Conditional formatting doesn't work with scatter chart

    Hi, I am working on OBIEE 11g(11.1.1.7.0) and trying to create scatter chart with conditional formatting. But this is giving issue and conditions are not getting applied. suppose I have take columns "product numer","product","office","product type","

  • Excise Report RG23APart-2

    Hi all, When running RG23A Part-2 report using XL reporter ,in others field of Tax i.e. Hcess Duty Value is not comming on report . Other duties like BED Ecess values are coming.... How to solve this error. Thanks, Neetu

  • My MacBook Pro will not "wake up" once it goes to sleep.  Mac OS 10.6.8  Please advise.  Thanks!

    My MacBook Pro 10.6.8 will not respond to any key of pad once it goes to sleep.  I need to hold the power button down, then close the lid, open the lid and hit the power button for it to re-boot.  I have tried having Disk Utility fix permissions and