BODS 4.0 Issue - job ends before reaching workflow - blank error logs

Greetings Experts!  Though I have made great use of these forums for the last year, I have finally encountered an issue that I have not found documented and has prompted me to make my first post.
I have been working on a stack utilizing MySQL v5.0 on VMWare Suse Linux 10.  The host machine is a Windows 7 laptop.  In this build, I am using the VMWare machine as a server for BOE and Data Services XI 4.0. Client Tools are installed on the Windows side.
At this point, CMC is functional, as is the Data Services Management Console and Designer.  Local and Central Repositories are set up and I have some new test tables created for a test job.
I have created a very simple test job that simply moves one record from source to target.  In Designer, I am able to preview the data.  However, when I run the job, it stops running immediately upon getting to the "Processing Job" step.  No Data moves to the target, no error messages are posted, the Monitor remains grayed out and the job monitor changes to red almost immediately, indicating it is done.
On the server side, I have checked the error logs, but the log files are blank!
Any thoughts or suggestions here would be very helpful.
Cheers,
Will Allaway

As a quick follow-up, here are the trace logs of the attempted job run, hoping it sheds some light on the issue:
"The initial environment locale <eng_us.utf-8> has been coerced to <Unicode (UTF-16)> ().
Reading job <47baa1df_46ff_4888_b6c0_a1c7b718fb1e> from the repository; Server version is <14.0.1.142>; Repository version is <14.0.0.0000>.
Current directory of job <47baa1df_46ff_4888_b6c0_a1c7b718fb1e> is </home/will/Desktop/SAP_BOE/dataservices/bin>.
Starting job on job server host <linux-sznw>, port <3010>.
Job <HelloData_job> of runid <2012010510554183221371637152> is initiated by user <will>.
Processing job <HelloData_job>."
Cheers,
Will Allaway

Similar Messages

  • After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

    After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

    so your starting it up and its just crashing right away, yes? can you tell me what app it acutally is? as iOS6 is so new my thought would be that its probably incompatable with it at this time, im having trouble with my networks app that just will not let me log in at all!
    id suggest going to the page of the app on the app store and look to see if it says if its compatable or not? as for a error log its in usage data, which is in settings > general > about, and i think its near the bottom.

  • Issue with trigger, multi-table insert and error logging

    I find that if I try to perform a multi-table insert with error logging on a table that has a trigger, then some constraint violations result in an exception being raised as well as logged:
    <pre>
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL> create table t1 (id integer primary key);
    Table created.
    SQL> create table t2 (id integer primary key, t1_id integer,
    2           constraint t2_t1_fk foreign key (t1_id) references t1);
    Table created.
    SQL> exec dbms_errlog.create_error_log ('T2');
    PL/SQL procedure successfully completed.
    SQL> insert all
    2 into t2 (id, t1_id)
    3 values (x, y)
    4 log errors into err$_t2 reject limit unlimited
    5 select 1 x, 2 y from dual;
    0 rows created.
    SQL> create or replace trigger t2_trg
    2 before insert or update on t2
    3 for each row
    4 begin
    5 null;
    6 end;
    7 /
    Trigger created.
    SQL> insert all
    2 into t2 (id, t1_id)
    3 values (x, y)
    4 log errors into err$_t2 reject limit unlimited
    5 select 1 x, 2 y from dual;
    insert all
    ERROR at line 1:
    ORA-02291: integrity constraint (EOR.T2_T1_FK) violated - parent key not found
    </code>
    This doesn't appear to be a documented restriction. Does anyone know if it is a bug?

    Tony Andrews wrote:
    This doesn't appear to be a documented restriction. Does anyone know if it is a bug?Check The Execution Model for Triggers and Integrity Constraint Checking.
    SY.

  • Server Agent job failing but not writing to Error log

    We recently migrated from Server 2003 to 2008 R2 running Microsoft SQL Management Studio 2008.  We've had a few bumps along the road but my main concern is a SQL Server Agent job that runs at 1:00 AM is failing part way through. Some of the work is
    done but not all. The Job Activity Monitor reports it failed but nothing goes in the Error Log. The job did run successfully last week during tests but these failures came after going live and bring over the latest data. 
    I guess I really need help in diagnosing the lack of information in the Error Log. If I had that data I can begin to follow the bread crumbs to the actual problem.

    The Job Activity Monitor reports it failed but nothing goes in the Error Log.
    The Agent writes error to it's own log file, called SQLAGENT.OUT, it's also located in LOG subfolder and you also can look it up in SSMS from node "SQL Server Agent"
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Before reaching the high unit,   'End of file reached' error pops up.

    Following is the <distributed-scheme> of my cache server.
    <distributed-scheme>
    <scheme-name>dom-dist</scheme-name>
    <service-name>DOM-CACHE</service-name>
    <backup-count>1</backup-count>
    <backing-map-scheme>
    <overflow-scheme>
    <scheme-name>dom-overflow</scheme-name>
    <front-scheme>
    <local-scheme>
    <scheme-ref>LocalSizeLimited-dom</scheme-ref>
    </local-scheme>
    </front-scheme>
    <back-scheme>
    <external-scheme>
    <eviction-policy>LFU</eviction-policy>
    <unit-calculator>BINARY</unit-calculator>
    *<high-units>8192</high-units>*
    <unit-factor>1048576</unit-factor>
    <lh-file-manager>
    <directory>/home/coherence/cachedata</directory>
    <file-name>{cache-name}.store</file-name>
    </lh-file-manager>
    </external-scheme>
    </back-scheme>
    </overflow-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    <local-scheme>
    <scheme-name>LocalSizeLimited-dom</scheme-name>
    <eviction-policy>LRU</eviction-policy>
    <high-units>350</high-units>
    <unit-calculator>BINARY</unit-calculator>
    <unit-factor>1048576</unit-factor>
    </local-scheme>
    </distributed-scheme>
    +I could see the file {cache-name}.store is saved but before reaching the high unit (8192) following error pops up and then the node shutsdown.+
    Error:
    2009-07-28 08:41:42.253/52233.963 Oracle Coherence GE 3.6.1.0 <Error> (thread=DistributedCache:DOM-CACHE, member=2):
    (Wrapped) com.tangosol.io.lh.LHIOException: /home/coherence/cachedata/BIZ-DOM.store, Primary file, Reading, Group 886, Frame 886: End of file reached.
    at com.tangosol.io.lh.LHBinaryStore.load(LHBinaryStore.java:109)2009-07-28 08:41:42.254/52267.134 Oracle Coherence GE 3.6.1.0 <D5> (thread=Cluster, member=1): Member 2 joined Service DOM-CACHE with senior member 3
    2009-07-28 08:41:50.228/52275.108 Oracle Coherence GE 3.6.1.0 <Error> (thread=DistributedCache:DOM-CACHE, member=1):
    (Wrapped) com.tangosol.io.lh.LHIOException: /home/coherence/cachedata/BIZ-DOM.store, Primary file, Reading, Group 886, Frame 886: End of file reached.
    at com.tangosol.io.lh.LHBinaryStore.load(LHBinaryStore.java:109)
    Edited by: online247 on Jul 19, 2011 3:07 PM

    Hi Online247,
    Despite LH has been deprecated and overflow-scheme is not used by many people, using disk based overflow as shown at the URL below could be useful for what you are trying to achieve:
    http://hi.baidu.com/chenjf79/blog/item/42be1a2adf6d059c033bf691.html
    Hope it helps.
    -Cris

  • Xgrid: How to retrieve results before the job ends?

    Hello everybody,
    I am using Xgrid and I would like to know how to retrieve the output files before the job ends (this is really important for my activity).
    Indeed, from my own experience and from what I have read in the tutos (http://www.macresearch.org/thexgrid_tutorials_part_i_xgridbasics), it seems that the job must be done to get the output files. To "solve" the problem, I currently write to the standard output, which can be retrieved while the job is running by using the option "-job results". But of course, this is far from convenient...
    Any hint?
    Thanks.

    Dear Pavan,
    thank you so much for your reply. I have further questions.
    Most of the mentioned reports and transactions do not produce a table as a result, but some other result like a old fashioned list output. Just call reports RSTPTEST or SDCCHECK, or transaction ST02 to check this. Can you tell how to retrieve such results?
    Regarding the Web Service, since we need this in some 4000 systems with different NW levels from 4.6C through 7.40, we need some functionality which is already existing in the systems. Is there anything like this available?
    Regards,
    Joachim

  • Video goes back to menu before reaching the end of the timeline.

    Hi.
    I´m having a problem with a Double Layer DVD project in Encore CS3: a 1 hour 30 minutes video goes back to menu before reaching the end for no apparent reason.
    I don´t know if this is related to the layer break point of the DVD-DL. I just leave this setting in auto and burn the disc with Nero.
    Any input would be appreciated.
    Thanks.

    Well, I forgot to mention that I was burning the DVD disk with Nero, as I´ve read that Encore puts the layer break point in a weird way.
    But after burning the disc with other aplication, the problem disappeared, don´t know why.
    Sadly, now I have another different problems. I´ll open a different thread for them.

  • APEX_ITEM.DATE_POPUP  and ORA-01830: date format picture ends before conver

    Hi,
    I am using apex_item.date_popup for a custom tabular form.
    When I load the form with the default sysdate it works ok. However when the user submits an invalid date I get: ORA-01830: date format picture ends before converting entire input string.
    Ex: apex_item.date_popup (2, NULL, ac.my_date, :f_date_format, LENGTH (:f_date_format), LENGTH (:f_date_format),NULL)
    Where f_date_format is 'DD-MON-YYYY'...
    If I enter 'abc' in this field and click submit, my validations find that it is an invalid date, so I reload the page with ac.my_date is the value that the user entered (ex: 'abc'). This will cause the error...
    I understand why the error occurs, but is it correct that it does happen? Any ways around this?
    Thank you.

    Hi Scott,
    I found the work around. I'll try to make this code more readable later on.
    1: Create a HTML region with the following code:
    Note: F02 is the "Column" for my date field:
    <script type="text/javascript">
    function genCalF02(pRowNum,pYyyy,pMm,pSecurityGroupId)
    elemArrLen = 0;
    if (document.forms[0].f02.length) {
    elemArrLen = document.forms[0].f02.length;
    elemArrLen = '&F_DATE_FORMAT.'.length;
    pMm = '' + pMm;
    if (pMm.length == 1)
    pMm = '0' + pMm;
    w = open("wwv_flow_utilities.show_as_popup_calendar" +
    "?p_element_index=" + escape('f02' + '['.substr(0,elemArrLen) + pRowNum + ']'.substr(0,elemArrLen)) +
    "&p_form_index=" + escape('0') +
    "&p_date_format=" + escape('&F_DATE_FORMAT.') +
    "&p_application_format=" + escape('Y') +
    "&p_bgcolor=" + escape('#666666') +
    "&p_dd=" + escape('') +
    "&p_hh=" + escape('') +
    "&p_mi=" + escape('') +
    "&p_pm=" + escape('') +
    "&p_yyyy=" + escape(pYyyy) +
    "&p_lang=" + escape('') +
    "&p_application_id=" + escape('&APP_ID.') +
    "&p_security_group_id=" + escape(pSecurityGroupId) +
    "&p_mm=" + escape(pMm),
    "winLov",
    "Scrollbars=no,resizable=no,width=258,height=210");
    // TODO "?p_element_index=" + escape('f02' + '['.substr(0,elemArrLen) + pRowNum.substr(0,elemArrLen) + ']'.substr(0,elemArrLen)) +
    if (w.opener == null)
    w.opener = self;
    w.focus();
    </script>
    In you're query (or how ever else you are calling apex_item.date_popup)... use something like this instead:
    WHEN is_valid_date(my_date) = 'Y' THEN
    apex_item.text (2,
    my_date,
    LENGTH (:f_date_format),
    LENGTH (:f_date_format),
    NULL,
    NULL,
    NULL
    ) || '<a href="javascript:genCalF02(' || (ROWNUM - 1) || ',' || TO_CHAR (TO_DATE (my_date, :f_date_format), 'YYYY') || ','
    || TO_CHAR (TO_DATE (my_date, :f_date_format), 'MM') || ',' || apex_custom_auth.get_security_group_id
    || ')"><img src="/i/asfdcldr.gif" align="middle" alt="Calendar"/></a>'
    ELSE
    apex_item.text (2,
    my_date,
    LENGTH (:f_date_format),
    LENGTH (:f_date_format),
    NULL,
    NULL,
    NULL
    ) || '<a href="javascript:genCalF02(' || (ROWNUM - 1) || ',' || TO_CHAR (SYSDATE, 'YYYY') || ','
    || TO_CHAR (SYSDATE, 'MM') || ',' || apex_custom_auth.get_security_group_id
    || ')"><img src="/i/asfdcldr.gif" align="middle" alt="Calendar"/></a>'
    END as xxx
    This creates the text box with a date popup window beside it.
    Again, this is not pretty code which can probably be done in a function etc.
    Hope this helps anyone else who has the same issue.
    Martin

  • ORA-01830Date format picture end before converting entire input string

    Hi Guys,
    we have two db env one is dev and one is qa.Both the envs are running on same data base version and in both the envs the nls_date_format parameter are same and they are 'DD-MON-YY' format only.But when I am executing the same following sequel statement my dev env is fetching proper data without any issues but my qa env is erroring out with the mentioned error.
    I am enclosing the sequel I am using
    SELECT TPTRJO1.JOURNAL_ENTRY_ID
    FROM TRANSACTION_JOURNAL TPTRJO1,
    JOURNAL_CASH_DRAWER TPJCD1
    WHERE (TPJCD1.CASH_DRAWER_ID = 5010639.0)
    AND (TPJCD1.DRAWER_SEQ = 5.0)
    AND (TPJCD1.CASH_DRAWER_DATE = TO_DATE('2011-09-13 00:00:00','yyyy-MM-dd'))
    AND (TPTRJO1.JOURNAL_ENTRY_ID = TPJCD1.JOURNAL_ENTRY_ID)
    AND (TPTRJO1.TRANSACTION_ID = 595.0)
    However as per the logic it should error out in both the envs due to the date format and the actual data used in the input.
    What could be the possible difference in between the tow db envs?
    Please share your thoughts.
    Any suggestions are highly appreciated.
    Thank you and expecting an early response

    I guess you have different data in your dev environment.
    If there is no record with TPJCD1.CASH_DRAWER_ID = 5010639.0,
    the expression "TO_DATE('2011-09-13 00:00:00','yyyy-MM-dd')"
    will never be evaluated.
    Here is my test case where "1 = 0" prevents the date from being evaluated:SQL>SELECT *
      2    FROM all_objects
      3   WHERE created > TO_DATE('2011-09-13 00:00:00', 'yyyy-MM-dd');
    WHERE created > TO_DATE('2011-09-13 00:00:00', 'yyyy-MM-dd')
    ERROR at line 3:
    ORA-01830: date format picture ends before converting entire input string
    SQL>
    SQL>SELECT *
      2    FROM all_objects
      3   WHERE 1 = 0 AND created > TO_DATE('2011-09-13 00:00:00', 'yyyy-MM-dd');
    no rows selectedUrs

  • WebService Socket Timeout Exception before reaching timeout duration

    Hi
    My Server is Websphere Application Server 6.0.2.17
    i got some times socket timeout exception before reach timeout duration. and also i have only default websphere settings for web service .
    The exception is occurred in 19 seconds after hitting the service . i am not able to get the exact problem . because default timeout time is 300 seconds (i think like that)
    Error Log
    2/12/09 11:01:28:323 CET 00000f6a SystemOut O WebService Started --> Begin webservice method invocation (Method Name : getCustomerInfo(String cusID))
    2/12/09 11:01:47:840 CET 00000f6d SystemOut Exception Occurred : java.net.SocketTimeoutException: Socket operation timed out before it could be completed
    WebService Method Invocation Started time 11:01:28
    WebService Timeout exception raised time 11:01:47
    TimeoutDuration 00:00:19

    Hi Mark,
    with synchronous messages it is important to consider timeouts from each connection to be established. So soapUI-PI, then PI-BackendSystem plus anything that might be in between. If your timeout soapUI-PI is smaller than the following ones, you'll get that phenomenon. soapUI will cut the connection, but PI will hold it and maybe receive an answer from the backend. This answer will end up in the void, since the original requester (your soapUI) has already disconnected. But for PI, this will be OK and status "successful". PI does not control and monitor the client's connection.
    In other words, the cancel of the connection is only performed for that same connection, it is not propagated to any subsequent connections.
    Hope that I was clear enough,
    Jörg

  • BODI-1270033: Cannot execute Job

    I got
    BODI-1270033: Cannot execute Job XXX   XXX is the job name
    when execute the a batch job in the Data Integrator Server's Designer.
    Anyway, it is fine if I run the job in Management Console and Local PC's Designer.
    Anyone got this error before??

    Hi
    Today I got the same error to an existing job (which ran just fine yesterday).
    You are right it works without any error from Management console but within DI it fails.
    Unfortunately it does not give any specific reason (other than the error mentioned in subject line). The job compiles fine.
    Upon further investigation, came to the conclusion that it fails to connect to some of the ODBC connections I was using in the job.
    We have about 20+ Data stores using unique ODBC connections in this job. Few of those connections were failing and finally I got more specific error when I tried to open one. The error was "Too many client tasksu2026ODBC connection failed". When I looked that error up on internet it said this happens when the connections are not released properly. But I have no idea how I can do so? I rebooted the server which has DI on it thinking that might help but it did not.
    It appears, all of a sudden the DI is not able to handle all those connections effectively.
    I have to use ODBC connections as those are Access files. I am accessing each Data store one at a time in its own Data Flow.
    I have used this method in many of my jobs and till date had no problem. I don't understand why all of a sudden this is giving problem and what the solution would be!
    Any suggestions?
    Thanks
    Sangeeta

  • Songs start after beginning of song and end before the song is finished.  these are the same songs that are on my IPodtouch and they play in their entirety there.  So what's the problem with listening to them on Itunes on my Mac computer?

    The music on Itunes on my MacBook start into the song; not from the beginning.  The song also ends before it should.  I have this same music on my IPodtouch and they play from beginning to end.  Why don't they play the total song on ITunes on my MacBook?  Anyone know???

    Hello flashgoddess
    It sounds like you have a crossfade turned on. Check the Playback tab in iTunes Preferences to see if anything is selected that would give that kind of behavior.
    iTunes 11 for Mac: iTunes Playback preferences
    http://support.apple.com/kb/PH12260
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • HT2955 The problem with the above is this: If a chapter end is reached at the same time as the CD space is filled, iTunes goes to EOJ, ejects that CD and pretends it's done. Other than entering start:end manually you are screwed. iTUnes just ***** for bur

    If you use iTunes to burn Audible CDs you better hope the book is only one CD long. Otherwise iTunes craps-out without warning and cannot be easily restarted. It just goes to EOJ and pretends it's all done with the entire burn. Often this can cause (will cause) the user to waste many many CDs trying to get a burn completed. If a CD-end is reached at a chapter-end point, iTunes assumes the burn is done and ends. The user must manually enter start:stop for each CD, pay constant attention to what's going on, and hope everything goes right. And even if you do all that you WILL find a chaper point at CD end and will have to go manually adjust the start-stop of the next CD and HOPE... that's their strategy: Hope.  iTunes was never designed for books, for audio content that is multi-volume, and it really ***** at it. And if you are unlucky enough to want to burn long books (Truman -48 CDs, or Atlas Shrugged - even more), be prepared to throw away many tens of CDs as you try to get it done; pretty soon it's just cheaper to go buy the book in audio form and dump Audible entirely. (Maybe this is why Amazon made the switch from working Roxio to non-working iTunes... nahhh.. you'd have to be too cynical to believe that...)  If, that is, you don't just give up in frustration and terminate your Audible subscirption as I did a couple of years ago. Audible keeps your paid-for library, but downloading a long book again just brings you to the same point: trying to burn multi-volume CDs on a tool not designed to do so. Maybe amazon bought lots of Apple stock at the same time and just wants you to be walled-in to your iPod and never again use a CD.. maybe they bought the car companies, too, so you can't have an old car and must buy a new one with an ipod attachment in order to listen to your books..... The worst part is that Audible used to use Roxio, which handled all of this with no problem at all. When it was tasked with a multiple-CD burn, it told you how many you'd need, began recording, when it reach end-of-CD, it told you to put in the next one - regardless of whether there was a coincident end of chapter, and kept burning until the book was completed. For unknown - and seriously stupid - reasons, audible decided to use iTunes, and the problem continues. My research across the web indicates I am not the only FORMER customer of Audible that feels this way, or who cancelled their subscription because of this stupefyingly dumb decision - to make the primary customer interface tool WORSE that it had been.

    AC, Thank you for you reply.
    Even though it is supposed to be a 'simple' home video system it has so much potential!
    And i mean i know there is an solution since i know the Caribbean cruises are using apple as media centers onboard their ships. have to admit that i do not know if they are using frontrow or some other application created buy some other company.. i just know that some one must know how to get around it all and make it work..
    Just wish i had someone to get in contact with that is working hands on every day with this product, and get strait, good, final answers.. no "pro support" since im not happy with their answers anymore..
    I know i start to sound desperate.. but thats because i am..

  • TS4124 i didnt have issues with itunes before. but pc asked to download new version. i did. when i click itunes i get my original music, but when i click store...i get nothing. i watched tutorial...wont open itunes store. im looking for  music

    i didnt have issues with itunes before...but pc asked to download new version. i did. when i click itunes i get my original music, but when i click store...i get nothing. i watched tutorial....but still cant open itunes store. im looking for music to buy.

    Hello bogley
    Check out the article below for troubleshooting access to the iTunes Store.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G. 

  • ORA-01830: date format picture ends before converting entire input string at OCI call OCIStmtFetch

    Hi all,
    We are trying to create a BIP Data Model based on an Answer, but after selecting report, it hangs when I try to Apply to create a query based on Oracle BI. When I try to open the query in aswers, going to results tab I'm getting this error (OBIEE 11.1.1.6.2):
    ORA-01830: date format picture ends before converting entire input string at OCI call OCIStmtFetch
    I suppose that BIP data model is not able to create it because of this error. But this answer is working fine inside dashboards, etc. It only does not work when editing it. Query is doing something like this: "USING "- Collection Attributes"."Due Date" >= TIMESTAMPADD(SQL_TSI_DAY, -30, CAST ('01/04/2009' AS DATE))"
    Any ideas?

    Solved watching date format in generated SQL and changing default date format in presentation variables default values inside criteria according to SQL format.

Maybe you are looking for

  • How do I control a data log session with period and sample time?

    I need a data logging system where the operator can select 2 logging parameters: Log Period and Sample Time. I also need a START and STOP button to control the logging session. For example, set the log period for 1 hour and the sampling time for 1 se

  • Add frames in After Effects CS3

    I need to add frames to multiple layers of a composition. Is this possible? I have done it in flash by interning frames but i cant see anything similar in AE?

  • Business Process Integration using Web Services

    Hi! I'm interested to know if there are any products available today that can help a Java developer integrate loosely coupled components into a business process. I thought of doing this using existing Java APIs but I don't want to build all the infra

  • Creating Directory Shortcuts

    I need to create directory shortcuts as part of as CFM business management application that I am working on. Can this be done with ColdFusion? It doesn't look like CFFILE has an option for this. Thanks.

  • Cannot "Save As" any Office 365 Pro Plus files e.g ppt to my OneDrive for Business folder

    Hi, I am unable to save any Office 365 ProPlus files to my OneDrive for Business. When I am in the document, I select File | Save As, browse to my OneDrive for Business folder and Click Save. I get the error "This file cannot be saved to this locatio