Data Services - Open hub read - No Open Hub DTP error

Hi,
I have created a open hub destination in BW (7.0 SP21), created transformation, DTP and process chain. In Data Services (3.2) I have created flow, job etc. and every thing seems to be as expected. However when I start the job in DS it terminates with an error:
1136     5624     BIW-230334     13-11-2009 12:28:22     Process Chain <ZTEST2> of Open Hub destination <ZTEST> at SAP system <.......> no more contains Open Hub DTP. Please reimport the Open Hub destination to execute the appropriate Process Chain.
I've tried re-activating everything in BW and also re-importing the OHD in BW, but nothing works. I've even tried to re-create everything from scratch. The process chain I've created do indeed contain an Open Hub DTP.
One addtional question: I've activated the process chain, but do I also need to schedule it in BW (like you do with e.g. process chains for time points to be used in Broadcasting)? Note, I've tried both scheduling/no scheduling and does not work either way.
Any ideas/suggestions?
Thanks in advance,
Jacob

You must implement following SAP Notes in SAP systems in order to make Data Services Open Hub functionality work correctly:
SAP Note  1270828 : (Open Hub Process chain is not imported into Data Services repository).
SAP Note  1294774:  (Open Hub import failed - when you call the module RSB_API_OHS_DEST_SETPARAMS, th system tries to open a GUI)
SAP Note 1330568 version 3: (This note has fixed "Process Chain <ZTEST2> of Open Hub destination <ZTEST> at SAP system <.......> no more contains Open Hub DTP. Please reimport the Open Hub destination to execute the appropriate Process Chain").
SAP Note 1079698 - 70SP16 (Enable check box "Automatically Repeat Red Requests in Process Chain" in the DTP Execute)
SAP Note 1346049:  (Error 028(OSOH): Request <n> cannot be locked.)
SAP Note 1338465 #with 1293589 as pre-requisite: (The ABAP/4 Open SQL array insert results in duplicate database records.)
SAP Note 1342955: (0 data records transferred)
Edited by: Ajit Dash on Nov 13, 2009 10:37 PM
Edited by: Ajit Dash on Nov 13, 2009 10:39 PM
Edited by: Ajit Dash on Nov 13, 2009 10:39 PM

Similar Messages

  • SAP Data Services available as part of learning hub

    Notice that SAP Data Services classes are available on SAP Learning Hub Free Courses Overview. Did you see the word FREE?

    Hi Terry,
    Not exactly but you can use BODS script to call all function and procedure from SQL.
    Regards
    M Ramesh

  • 8 Professional will not open if Reader is open

    I have been having issues opening documents in Acrobat Pro for a little while but it seemed to be intermittent. What I hadn't noticed until today is that the problem depends on whether I have Reader open or not at the time I'm trying to use Professional. What seems to be happening is that, if I have a document open in Acrobat Reader then I can't open Professional. If I go to the start menu and choose Acrobat Professional it does nothing. If I right click on a document in Explorer and choose to open in Acrobat Professional, it opens in Reader.
    I realise there are ways around this, but it's annoying.

    If Reader or Acrobat are running and you attempt to start either, the startup will be directed to the already running version.
    If you want, instead, to start a new instance, add the /n command line switch. For example, make a copy of the shortcut to Acrobat Pro, edit the shortcut via Properties, and add /n after the name of the .exe.
    This will always start a new instance. It will not affect launch via double-click or browser. You can also get into trouble as preferences and settings may not be synchronized between running instances in different windows as you might expect.

  • Data Services Admin Console "Read Timed Out"  via Job Monitor Log Tab.

    Hi All,
    I am getting the "Read Timed Out"  via Job Monitor Log Tab issue, when large ETL jobs are being executed.
    Is there a resolution for this issue.
    Thank you
    Kind regards
    Hai.

    Hi Manoj,
    I have checked the UNIX server and the admin.xml is not located in advised location.
    The only two file that are in the advised location are:
    - ContentTypes.xml 
    - PythonAPI.xml
    I have another install of data service (default installation) on a windows environment, and I checked the advised location and the file is there.
    Is it possible to copy the windows admin.xml to the Unix server.
    Thanks
    Kind regards
    Hai.

  • Data Services 4.0 Job Server ODBC DB2 library error

    I have followed the instructions in the SBO 401 DS Admin Guide for configuring ODBC data sources on UNIX. I have gotten the unixODBC part working from the LINUX DS Job server host using isql DNS UID PWD. I am able to connect to the DB2 9.7 UDB server and I run queries successfully. My problem is when I go to submit a column profile request I get the following error back in the profiler monitor:
    ErrorSystem call <LoadLibrary> to load and initialize functions failed for <libdb2.so>. Ensure the shared library is installed and located correctly.
    This library is contained in the /opt/sapds/DB2_Conn/odbc_cli/clidriver/lib directory which is contained in the LD_LIBRARY_PATH. I have these 2 entries in the ds_odbc.ini file:
    [DB2TEST]
    Driver = /opt/sapds/DB2_Conn/odbc_cli/clidriver/lib/libdb2.so
    [DB2]
    Description = IBM DB2 Adapter
    Driver = /opt/sapds/DB2_Conn/odbc_cli/clidriver/lib/libdb2.so
    There is a troubleshooting section in the admin guide that states "To determine whether all dependent libraries are set properly in the environment variables, you can use the ldd command on the ODBC driver manager library and the ODBC driver library."
    For example: ldd tdata.so
    Is this a real thing to check or just an example?
    When I check the db2 library I receive the following:
    $ ldd libdb2.so
            linux-vdso.so.1 =>  (0x00007fffd13fc000)
            libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002b5ab3d36000)
            libdl.so.2 => /lib64/libdl.so.2 (0x00002b5ab3f6e000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b5ab4172000)
            librt.so.1 => /lib64/librt.so.1 (0x00002b5ab438e000)
            libpam.so.0 => /lib64/libpam.so.0 (0x00002b5ab4597000)
            libm.so.6 => /lib64/libm.so.6 (0x00002b5ab47a2000)
            libstdc+.so.6 => /usr/lib64/libstdc+.so.6 (0x00002b5ab4a26000)
            libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b5ab4d26000)
            libc.so.6 => /lib64/libc.so.6 (0x00002b5ab4f34000)
            /lib64/ld-linux-x86-64.so.2 (0x0000003791400000)
            libaudit.so.0 => /lib64/libaudit.so.0 (0x00002b5ab528d000)
    I believe that the DB2 ODBC DNS is working correctly because I can connect and run queries from the server host.
    Does anyone have an idea on what I might check to get this working? Should I open up a support message for further help? Let me know, thanks.
    Additionally, we have our Oracle profiler job working without issue.
    But, we are having another issue in the Data Services Designer when leaving the options screen we get the following error:
    "The Job Server in not responding. Cannot save modifications to the job execution options. Make sure the Job Server is running and accessible from the Designer, and then make make your changes again. (BODI - 1260016)." I do not think that this is related to running the DB2 profiler jobs because, as I said we can run Oracle jobs without issue.
    Edited by: John Joiner on Oct 18, 2011 1:31 AM

    Hey John
    We are having a similar issue. Can you please let me know how the issue was fixed (i.e. what were the missing pieces in the setup)?
    Thanks!

  • Data Services 4.0 - Batch Job - Export Execution Command - Error

    Hi,
    I'm new to Data Services and tried to get started with this "how to":
    http://wiki.sdn.sap.com/wiki/display/BOBJ/HowToUseBusinessObjectsDataServicesinSAPBIstagingprocess
    Just that I used BW 7.0 instead of BI.
    But I got stuck at the Export Execution Command. Everytime I klick "Export", I get a "java.lang.NullPointerException".
    (I can execute the job manually from the Designer and it completes successfully.)
    Any idea what I can do to export it successfully?
    Or is there a workaround so that I'll be able to initiate the process from the BW system?
    Thanks!

    Hi,
    I'm new to Data Services and tried to get started with this "how to":
    http://wiki.sdn.sap.com/wiki/display/BOBJ/HowToUseBusinessObjectsDataServicesinSAPBIstagingprocess
    Just that I used BW 7.0 instead of BI.
    But I got stuck at the Export Execution Command. Everytime I klick "Export", I get a "java.lang.NullPointerException".
    (I can execute the job manually from the Designer and it completes successfully.)
    Any idea what I can do to export it successfully?
    Or is there a workaround so that I'll be able to initiate the process from the BW system?
    Thanks!

  • Problem in creating Data/Service in FlashBuilder 4 beta 2 with this error .cvc-elt.1: Cannot find the declaration of element 'model'

    hi
    i have a problem after installing flashBuilder 4 beta2 .
    when i want to create Data/Service with BlazeDs and when i click on button finish
    this error shown and I can't do anything with it .
    in flashBuilder beta1 it's work perfect .
    if any one in thereand know why?
    please help me
    ERROR: XML parse error : Error on line 1 of documen : cvc-elt.1:Cannot find declaration of element 'model'. Nested exeption:Cannot find declaration of element 'model'.
    thanks

    Hi,
    Thanks for your feedback
    Can you attach your sample project and provide details on the Flash Builder and BlazeDS builds you are using?
    Also add your vote to http://bugs.adobe.com/jira/browse/FB-23479 a similar known issue
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

  • Whenever I open the reader it opens the first page then it freezes, then the only way I can shut it down is with task master.

    I get so frustrated anytime I use the Reader it freezes up and I can't do anything with it.  I almost wish I would find a different PDF program.

    Do you use Firefox' own PDF viewer, or the Adobe Reader plugin?  See http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html
    If by Reader XI you mean 11.0.0, update to version 11.0.7.

  • I cannot open adobe reader due to this network error.

    Error 1606. Could not access network location %appdata%/. Anyone know how to fx this?

    This KB article may help:
    http://kb2.adobe.com/cps/402/kb402867.html
    Be well...

  • Error occurred while opening Adobe reader 9.4

    Hi all,
    Using the following silent install switch i am installing "Adobe Reader 9.4".
    silent install switch :  /sALL /rs /l /msi "/qb-! /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES".
    but when i try to open adobe reader, i am geting following error message,
    Please help in this regard. Thanks in advance.
    Regards,
    Veera

    Hi ,
    The same problem exits in my network also  [ nearly 50- 60 machines has the same problem] ..
    Expecting the solution as early as possible ..
    Thanks ,
    Murugesan

  • Pdf reader wont open, why ?

    when I am trying to open
    PDF reader it opens an error prompt and wont open, why is that happening ?
    thanks in edwens to eny one that colde solve me this problem

    Hi ralphb94045450,
    Could you please let me know if you are using the latest patch of Adobe Reader i.e. 11.0.10
    Try disabling 'Enable Protected Mode' option under Edit > Preferences > Security (Enhanced) and check if all the markups appear.
    Let me know.
    Regards,
    Anubha

  • Cannot open adobe reader application

    Hi,
    I cannot open adobe reader X application, it returns error message "0x8d286a30, cannot 'written'". I tried to uninstall and reinstall the reader but it doesn't work. please help, thanks.

    I don't know the answer to your problem, but possibly someone else can, if you give more information:
    - what is your OS & version?
    - what is your installed Reader version?

  • Can't Open Acrobat Reader

    Can't open Acrobat Reader. Got a Windows error due to system problem, Windows automatically closes it.

    It says...
    Adobe Reader has stopped operation
    "Because something has happened, causing the application not to operate normally, Windows will shut down the application, should there be any resolution to it will let you know."
    Even if I uninstall the Adobe Reader and re-install it again, the same error message happens.

  • Working example of WCF Data Services inside Layouts or ISAPI

    I have been struggling for hours getting WCF data services to work inside SP2013 Layouts or _VTI_BIN. I create a hello world WCF service like so...
    [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
    public sealed class SampleService : ISampleService
    public string SampleServiceCall(string SampleValue) { return "Success"; }
    and create a .svc file like so
    <%@ServiceHost language= "C#" Factory= "Microsoft.SharePoint.Client.Services.MultipleBaseAddressDataServiceHostFactory, Microsoft.SharePoint.Client.ServerRuntime, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Service= "SharePoint.WCFService.Sample.Code.SampleService" %>
    and everything works great inside Layouts and _VTI_BIN. I change the SampleService to this...
    [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
    public sealed class SampleService : DataService<WSS_ContentEntities>
    public string SampleServiceCall(string SampleValue) { return "Success"; }
    // This method is called only once to initialize service-wide policies.
    public static void InitializeService(DataServiceConfiguration config)
    // TODO: set rules to indicate which entity sets and service operations are visible, updatable, etc.
    // Examples:
    // config.SetEntitySetAccessRule("MyEntityset", EntitySetRights.AllRead);
    // config.SetServiceOperationAccessRule("MyServiceOperation", ServiceOperationRights.All);
    config.DataServiceBehavior.MaxProtocolVersion = DataServiceProtocolVersion.V2;
    and I get the error 
    The type 'SharePoint.WCFService.Sample.Code.SampleService', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations
    could not be found.
    Its like inheriting from DataService causes a .net dll loading problem, it cant seem to find my dll anymore...

    Hi,
    Seems that you want to create a WCF Data Service, then I would suggest you follow the link below about how to create WCF Data Services, you can reference the SharePoint Object
    Model dlls if your need in your project:
    http://www.codeproject.com/Articles/572417/AplusBeginner-splusTutorialplusforplusCreatingpl
    If there are still any questions about WCF Data Services, I would suggest you open another thread in Visual C# forum for more confirmed answers:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=csharpgeneral
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • IPhone 5 cellular data services failing

    ISSUE/SYMPTOMS:  iPhone 5 ONLY: Cellular Data stops intermittingly, cellular data locks up without warning, Wi-Fi data connection not working on occasion, iCloud contacts, calendar and reminders not updating, Find My Phone not working, mail or Internet not available or server time-outs. No error messages though. All of these are symptoms of no data service. Problems seem to be related to iPhone 5 failing to switch between LTE and 4G or 3G data services on AT&T.
    My iPhone 5 32GB AT&T version (iOS 6.0.2) along with my clients and family using iPhone 5 in the state of Oklahoma are having this issue on their AT&T iPhone 5's:  no cellular data connection re-established if at anytime the LTE connection is lost or weak.  As with iPhone's prior to iPhone 5, the iPhone 5 is supposed to drop down to the next tier of data service and re-connect to cellular data service when the higher speed cellular data service is not available.  Apparently this is not working well on the iPhone 5.
    What led me to research this LTE issue was that my iPhone was not syncing on iCloud with contacts, calendars and reminders with my other iOS devices.  Other times this issue became apparent was when iMessage quit sending and receiving until I would reboot my iPhone (sometimes it would finally send the message as a “text message”). When I had these problems I also found out I was not getting any cellular data service for Internet browsing, mail, Maps, Find My iPhone, etc.  This would happen without notice. In other words I would not receive any notice or error message that data service had stopped other than the fact I was not receiving any mail, iMessages, or iCloud sync updates. My only resolution was to reset or reboot my iPhone several times a day, and that would resolve it about 70% of the time. 
    I have talked to Apple Support on 2-3 occasions in the last week and AT&T Support twice in the last 2 days.  If it is really true, only the AT&T Technical Support Advisor informed me of a nationwide issue relating to iPhone 5 and LTE:  iPhone 5's are not re-connecting to 4G or 3G cellular data service once the LTE data connection is lost or dropped... the voice calls continue to work, but cellular data service fails and stays locked up without an error message until the customer reboots the iPhone.
    Obviously this is very unacceptable. We depend on these data services and at minimum need to know when it stops working instead of finding out from a phone call that someone sent us an important email or something.
    The AT&T representative also said that both AT&T and Apple are aware of and are working on the issue as it is a nationwide problem with iPhone 5 and LTE. The Apple Support Advisors I talked to made no mention of this "known" issue. AT&T said that it is partly AT&T responsibility because the capacity of LTE is overloaded and cellular data connections are dropping because of the lack of coverage and/or capacity. They actually refunded my data service for a whole month in apology for the inconvenience (I did not even ask for that--I just want my data service to work).  But they also said that Apple has responsibility in this issue because the iPhone 5 should drop down and re-connect to the next lower tier of data service when LTE is not available or lost; instead, it is locking up somehow or it still thinks it is connected to LTE when it is actually not. I don't know how accurate these statements are, but my problem is real.
    TEMPORARY WORK-AROUND / FIX FROM AT&T:  Disable LTE on the iPhone 5.  Or when you figure out that data is not coming to your iPhone, use Airplane Mode ON/OFF for a few seconds to force re-connection to a tower without rebooting the iPhone.  You can Disable LTE on the iPhone 5 in SETTINGS/GENERAL/CELLULAR. I have disabled LTE on my iPhone 5 and have not had any of these cellular data issues since. 
    Disabling LTE is not acceptable either, but it is working. At least I seem not be losing connection or locking up without knowing it.  In my office over the course of a day, my iPhone 5 will jump back and forth on LTE and 4G sitting in the same place.  Disabling LTE has stopped this and the problem, but the iPhone 5 should switch cellular data services seemlessly just like the phone switches towers on a phone voice call seemlessly (most of the time).
    WI-FI ALSO STOPS WORKING SOMETIMES AFTER THIS LTE disconnect / lock-up issue:  That has been my experience along with my clients and family as well. If you use Wi-Fi a lot on your iPhone it will hide this LTE issue until you leave your Wi-Fi and get on LTE and then drop LTE (silently) and then go back to your Wi-Fi.  My experience has been I have to reboot the iPhone to even get Wi-Fi working again after that happens.
    I do not know if some of these comments and analysis are really accurate or valid or not... all I know for sure is since I upgraded my iPhone to the 5 along with my other family members and clients, we have had "no data" on many occasions and are continually rebooting our iPhones and looking for what is wrong. 
    My questions to the support community are these:
         1. Is anyone else having this issue? Or is it just me and my few? Maybe a lot of people do not realize they are not getting their data because they are on Wi-Fi most of the time or they are just rebooting and not trying to identify the real problem. AT&T said it was nationwide iPhone 5/LTE issue.  Anyone else heard that from either Apple or AT&T?
         2. Is this an iPhone 5 / Apple issue or is AT&T solely responsible? Or is it both? Where do we get a solution??? Is AT&T LTE holding false connections with iPhone 5 or is the iPhone 5 failing to recognize a dropped LTE cellular data connection and then failing to attempt to re-connect with 4G or 3G?
         3. Did I miss where this issue is posted? I searched Apple Support and Communities and did not get any hits.  Any updates or further insight on the issue? Any other fixes other than Disabling LTE?
          4. If this is in fact a real issue belonging in part to the iPhone 5, we need to escalate Apple’s attention to it.
    Thanks in advance for your help and feedback.

    Thank you fellow users and experts for your feedback and updates. Sorry about the large font on the original post... accidental via cut and paste.
    I have escalated the issue with both Apple and AT&T.  I actually got senior level troubleshooters from both Apple and AT&T on the phone at the same time... rare moment. Here are the key points of the update:
         1. AT&T did NOT confirm the earlier statement by another AT&T Technical Support Agent that this was an emerging nationwide issue about iPhone 5 and LTE losing data connection and not reconnecting at a lower level or re-connecting to LTE once the signal came back. So that earlier statement was not accurate as suspected by all of us. The senior tech at AT&T said he has seen this issue sporadically over the last month or so, but only with about 3-4 customers.  He said it seems to be location or phone dependent (some phones not all phones).
         2. The Apple Tech was satisfied that all that could be done to eliminate my issues possibly relating to my instance of software / iOS had been accomplished except erasing my iPhone and restoring as a new phone (I have avoided this inconvenience with the argument that other family/clients with the iPhone 5 have had the same problem).
         3. AT&T went so far as to examine which towers I had been connecting to over the last week and looked at other technical data that could possibly explain the issue. I now know I have 3 towers that provide LTE within 4 miles of my home/office, one within a half mile.  But so far there is nothing to explain or even properly identify the issue.  AT&T offered me to take my phone to an AT&T store, try to force replicate the problem there, if so, the store would put my SIM card in a brand new iPhone 5 (just to test) and try tor replicate the problem again. If replicated on a new phone, there is a deeper issue; if resolved on a new phone, the answer is obvious. I have not taken the time to do this yet.
         4. On Friday, Jan 4, 2013 while talking and between the tech support calls (on a different phone), I was able to re-create the problem 2 separate times in my home/office by forcing my iPhone to weaken its connection to service (burying it under electronic gear) and then waiting a few minutes, then trying to browse the Internet--no data service unless I manually reset the connection.  I am only able to cause the issue to occur if there is at least 15 min of idle time after a weak signal condition AND only if I don’t completely lose a connection to cellular voice service. It seems that if you go down to NO SERVICE the phone will do new a search and keep searching until reconnects to LTE or other signals correctly, but a weak connection seems to be strong enough for voice service but can sometimes cause the LTE data service to stop without reconnecting to LTE, 4G or 3G unless I manually intervene. It also seems that idle time with a weak connection is also necessary to re-create the problem manually.  Since Friday, I have not been able to re-create the problem. This has been an intermittent problem, so who knows.
    FYI, I have never had this problem with my new iPad (also on AT&T LTE) that has been with me when the iPhone fails to have data service, but my iPad is never in my pocket or other places with perhaps less signal.
    Again, if you are connected to Wi-Fi on your iPhone 5 most of the time, you may never notice this issue if you are even having it.
    So far no progress on the real issue or resolution, but both Apple and AT&T have put forth very admirable effort.
    If you or others you know are having this issue, please take the time to post a reply to this issue. Thank you.

Maybe you are looking for

  • Problems with Remote App on iOS 4?

    I have a new iPhone 4 and tried to use the Remote App in Connection with Apple TV. While I'am able to pair the remote app with Apple TV, I cannot use it properly. It works for a while, then it get's disconnected with a message that maybe a Firewall m

  • Green light, but internet doesn't work

    Okay, so I just got an Airport Extreme, because I've been using an Ethernet cable from a router for the longest time, and for some reason it wasn't working very well and I had to hold it in at a certain angle. Anyway, so I finally got the Airport to

  • Mail subject line and safari Goggle Search window removing spaces between words

    After upgrading to Lion I can no longer type out a subject line in Mac Mail witout the spaces automaicaly being removed. All words run together. Same situation in Safari's Google Search window. No issues in FireFox. Driving me nuts. Any others with t

  • What is a batch report !

    please give me an example of hoe to create a batch report !

  • J2SE Multiple file download?

    Does anyone know whether the J2SE can be downloaded as multiple files?