Financial Statement hierarchy not extracted correctly from ECC into BW.

Recently, one of my clients modified a FS hierarchy in production environment by moving some nodes from revenue to expenses, but BW is not picking up the change.
In ECC via transaction FSE3, one of our Financial Statement hierarchies shows three nodes - (Group Life_, Vehicle Plan only_, and Cost of Removal_) as Expenses. However, the BW extractor still shows these three nodes as Revenue and loads the hierarchy into BW that way as well.
DataSource is 0GL_ACCOUNT_T011_HIER with field HIENM = AE03. When running RSA3 Extractor Checker in ECC, the displayed data still shows the three nodes in question as Revenue and not correctly as Expenses.
Found SAP note 1061847 - Ind. For reversing plus/minus signs not extracted correctly. Applied note in ECC development environment, tested the extractor, and checked the load into BW, but the error regarding the nodes still exists after applying the fix.
Appreciate any suggestions or thoughts from the community.
Thanks!
SAP landscape is as follows:
SAP_BW     700     0009     SAPKW70009     SAP NetWeaver BI 7.0
SAP_AP     700     0007     SAPKNA7007     SAP Application Platform
SAP_BASIS     700     SAPKB70010     SAP Basis Component

Thanks SDNBI. I reviewed the suggested OSS note 1037447, but I am not sure how it applies in my situation. The suggested note seems to address a problem with the display of transfer structure in BW. Our problem seems to be that the extractor on ECC is incorrectly extracting the hierarchy structure. When viewing the data in RSA3 extract checker in ECC, I see the three nodes in question incorrectly positioned in the hierarchy. Thus loaded the same incorrect way into BW. Yet, when I display the hierarchy through transaction FSE2, the three nodes are displayed correctly.

Similar Messages

  • Places not imported correctly from iPhoto into Aperture 3

    Hello,
    I'm a first time mac user and have recently installed Aperture 3. I already had an iPhoto library setup with all my events metadata filled out, including faces, places and event descriptions.
    Upon importing my iPhoto library into Aperture 3, the faces were copied over, but none of the places or event descriptions were imported.
    Has anyone else seen this behaviour? Is there a way to pull this across after the import, or should I just delete the aperture library and try again. Ideally, I'd like to avoid having to manually add all this information again!
    Thanks in advance for your help.
    Pete

    Ir. Bob wrote:
    A photo that was rotated in iPhoto will also show up as iPhoto edited.
    This is not what I found to be the case in a recent experiment using iPhoto11- I did repeat it to be sure.
    https://discussions.apple.com/message/15586837#15586837
    Quickly, what I found is that only the ones I did actual adjustments on brought over two images.  Images that were simply rotated, had "quick fixes" or "Effects" did not bring in two images.  More importantly, among the ones with adjustments that did bring in two images, the ones with the keyword  "iPhoto Edited" appear to be nothing more than iPhoto's 6MB JPEG Previews.  The master was a 25MB RAW image.
    I don't know why some users are experiencing doubles on everything, but I recommend caution in deciding which ones to remove or you may find yourself deleting masters and keeping previews. 
    DLS

  • Financial version statement (reverse sign) not extracted correctly

    R/3: ECC 6.0
    BI: NW04s
    Went into ECC and set the 'Reverse sing +/-' setting for Revenue nodes.
    Went into BI and change the datasource for 0GL_ACCOUNT_T011_HIER to assign a transfer rule for reverse sign
    Reload hierarchy for 0GL_ACCOUNT
    The reverse sign appear but their assignment is shifted down by 2 nodes. When I run the Extractor in ECC using RSA3, I can see the incorrect reverse sign assignment. So this appears to be problem with extractor.
    I went tru this process for some query that need revenue amounts reversed
    any thoughts?

    Hi Raynald
    please have a look to note 1061847 - Ind. for reversing plus/minus signs not extracted correctly, import the SP SAPKH60011 or implement the manual correction in the note.
    regards
    Boujema

  • Financial Statement Hierarchy with Debit/Credit Indicator

    Hi BW Gurus,
    We have a requirement for Statutory reporting, wherein we have to seperate G/L accounts by Debits and Credits; i.e. if we have a Financial Statement hierarchy (G/L Account hierarchy), we would have the same G/L account in 2 different nodes, one showing the credit side of it and the other the debit. This hierarchy has been created in ECC, with the debit/credit indicators set accordingly in each node.
    Financial Statement Hierarchy
    Node 1
    - G/L Account ABC - if Credit Balance Only
    Node 2
    - G/L account ABC - if Debit Balance Only
    When I load this hierarchy into BW, we load it as a G/L Account hierarchy. We are nowhere considering the Debit/Credit indicators set for each account. Thus in the report, the credits and debits are not being seperated, defeating the purpose of creating such a hierarchy.
    I believe there should be a way to get this working, the way desired. We do have the Debit/Credit indicator (SHKZG field) pulled in with the transaction data into BW. Could I use this as an External Characteristic to G/L Account and add it to my hierarchy? Would that help me in achieving what we are looking for?
    Also, we have the Debit Amounts and Credits Amounts coming in seperately as Key Figures. I could create a G/L account structure in my query and restrict by Debit/Credit Indicator, but then we need certain accounts with the Debit Indicator and others with a Credit Indicator within the same node. This would make creating and maintaining the structure a huge effort.
    As a thought, would 0GLACCEXT help me out?
    We are currently on SAP BW/BI 7.0, Support Package 17, using BEx Analyzer 7.0 (BI Add-on 900).
    Any help in this regards is appreciated. Thanks in Advance.
    Regards,
    Vivek
    Edited by: Vivek DV on Sep 23, 2009 10:02 AM

    Hi Wolfgang,
    Please refer to OSS note 663945. This will give you the transfer rule mapping for 0GLACCEXT.
    Hope this helps.
    Thanks,
    Vivek

  • Delete Statement is not working correctly

    Hello,
    The following delete statement is not working correctly.
    If I press delete it will delete everything in the category table
    I don't know whats wrong with it.
    ----delete row from category if there is not infrastructure to support------
    IF :P12_DFCY_SEQNO4 IS NOT NULL AND :P12_DFCY_CATG_C = '7' THEN
    DELETE FROM DFCY_CATG
    WHERE NOT EXISTS(SELECT I.DFCY_SEQNO
    FROM DFCY_CATG C, DFCY_CATG_INFRSTRCTR I
    WHERE C.DFCY_SEQNO = I.DFCY_SEQNO
    AND :P12_DFCY_SEQNO4 = I.DFCY_SEQNO);
    end if;
    Thanks
    Mary

    Hi,
    IF :P12_DFCY_SEQNO4 IS NOT NULL AND :P12_DFCY_CATG_C = '7' THEN
    DELETE FROM DFCY_CATG
    WHERE NOT EXISTS(SELECT I.DFCY_SEQNO
    FROM DFCY_CATG C, DFCY_CATG_INFRSTRCTR I
    WHERE C.DFCY_SEQNO = I.DFCY_SEQNO
    AND :P12_DFCY_SEQNO4 = I.DFCY_SEQNO);
    end if;So, if P12_DFCY_SEQNO4 does not exist, then I would expect all records to be deleted because the NOT EXISTS() function would just return TRUE for every record on the table. Somewhere in the statement, I would expect to see something that links between the table being deleted from and the NOT EXISTS() data or, perhaps, using the P12_DFCY_CATG_C value as a filter?
    Andy

  • Financial Statement Hierarchy problem

    hi experts,
    I work in <b>BI 7.0</b>. I use the standard report Financial Statement and P&L: Actual/Actual Comparison (0FIGL_VC1_Q0001) in <b>BI content 7.03</b>. I have uploaded data to 0FIGL_C01 and upload Financial Statement Hierarchy to 0GLACCEXT , everything is ready for report. But when I excute the query, the system throw this error: "<b>ABEND BRAIN (074): Hierarchy has been adjusted. Start the query again.</b>". After that I excute again this error is not showed but the Financial Statement is incorrect. I have found the note 659283, but it is solve for BW3.X while I'm working on BI 7.0. Anyone pls help me!!

    Hi ,
    You can try the following :
    A possible solution is to run the Hierarchy/Change run program
    to activate and update the hierarchy attributes .....
       (AWB-> Tools-> apply hierarchy change..)
    Or try to manually activate the hierarchy:
    (AWB -> InfoObject -> Hierarchy -> maitain hierarchies -> Activate...)
    Best Regards
    P.Renjith Kumar

  • Extracting data from ECC tables in BODS

    Hello all,
    I'm trying to extract data from ECC tables. I have created a data store and imported the necessary tables(FAGLFLEXT) that i will be using.  I have used the table in a job as a source and tried to execute the job but i was only able to extract 28 records from the extractor when there are many more records present in the table and  also when i view the data in BODS i can only see 28 records.
    Plz help me in resolving this. How to extract the whole data?
    Thanks in advance.

    The table layouts can be found in the [documentation for EPMA|http://www.oracle.com/technetwork/middleware/bi-foundation/epm-data-models-11121-354684.zip] . If this doesn't work, there are other options to export hierarchies to text files. You can use life cycle management or the [EPMA File Generator|http://docs.oracle.com/cd/E17236_01/epm.1112/epma_file_gen_user/launch.html].
    Kyle Goodfriend
    http://www.in2hyperion.com
    Please make sure you assign your post as answered when an appropriate answer is provided (or helpful when applicable) so others benefit.

  • SharePoint mail handler could not extract attachment from a certain type of eml emails

    I found out why SharePoint mail handler could not extract attachment from a certain type of eml emails. The eml emails not working me were constructed with this structure, using one attachment as example:
    If I removed the highlighted red part, it just worked.
    ----boundary_2_6a659de7-74df-40e1-ab98-225ccc22717a
    Content-Type: multipart/alternative;
    boundary=--boundary_1_9786ce6d-49bd-4ef9-9300-4ed4797bd8ad
    ----boundary_1_9786ce6d-49bd-4ef9-9300-4ed4797bd8ad
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: base64
    {body
    text/plain in base64 string}
    ----boundary_1_9786ce6d-49bd-4ef9-9300-4ed4797bd8ad
    Content-Type: text/html; charset=utf-8
    Content-Transfer-Encoding: base64
    {body
    text/html in base64 string}
    ----boundary_1_9786ce6d-49bd-4ef9-9300-4ed4797bd8ad--
    ----boundary_2_6a659de7-74df-40e1-ab98-225ccc22717a
    Content-Type: multipart/mixed; boundary=--boundary_3_e5f4edb0-f72c-44d3-9cea-f01b51affe53
    ----boundary_3_e5f4edb0-f72c-44d3-9cea-f01b51affe53
    Content-Type: application/octet-stream;
    name=attachment.pdf
    Content-Transfer-Encoding: base64
    {attachment
    in base64 string here}
    ----boundary_3_e5f4edb0-f72c-44d3-9cea-f01b51affe53
    ----boundary_2_6a659de7-74df-40e1-ab98-225ccc22717a--
    I know little about eml file structure. Either the structure is wrong or the sharepoint has a bug!

    Also, here's the list of classes imported in my java code:
    import oracle.apps.xdo.delivery.DeliveryManager;
    import oracle.apps.xdo.delivery.DeliveryRequest;
    import oracle.apps.xdo.delivery.DeliveryPropertyDefinitions;
    import oracle.apps.fnd.common.AppsContext;
    Not sure where to refer the "Attachment" class. Thanks.

  • Financial Statement Hierarchy FSV for GL Accounting 0FL_GLV10

    Have loaded hierarchy of FSV from R/3 to BW. Hierarchy is getting displayed in 0GL_ACCOUNT. There is a second level node called Net Profit / Loss, where there is no child node. But when we run the query then some value comes corresponding to that node also under 0COA/0PLRESULT (which is some sort of a calculation or net off happening & value gets correspond to this node).
    Now this value is getting displayed, similarly here is a node getting displayed under Source of Funds node, called Share holders Funds, now a child node of this is P & L Profit which is similar to the earlier blank node i.e. without any child node. In R/3 side this corresponds to
    0COBSPLRESULT. But this is not getting displayed in the query. That particular node itself is not appearing in the query. In the query instead of appearing under the respective node this value is appearing under unassigned nodes.
    What checks can be made to bring the value in query corresponding to the hierarchy how it is in hierarchy screen ??

    I  would like to provide anaswer in detail.
    A Financial Statement Version (FSV) is Hierarchical arrangement of G/L accounts, in accordance with the legal regulations used to generate financial statements. Alternatively, the accounts can be arranged or grouped in accordance with requirements.
    FSV does not create any posting. It is a type of FI reporting.
    Creating FSV: General Ledger Accounting > Business Transactions> Closing --> Documenting --> Define Financial Statement Versions.
    If you are in India, you can use SAP standard India country version BAIN which has 'Tax depreciation' as statistical entry.
    If you do not plan to use SAP standard India country version, then you can create 'Tax depreciation' is an item entry.

  • Generate Insert Statement Script to Extract Data from Table in Oracle 7i

    Hi all, I have an old Oracle legacy system that is running for over 15 years.Every now and then we need to extract data from this table@ ORacle 7i to be imported back to Oracle 10G.
    My thoughts are to create a script of Insert statements in oracle 7 and that to be deployed back to Oracle 10G.
    I found this scripts in Google and not sure how exactly this works.Any explanation on thsi scripts , would be greatly appreciated.I find this scripst may help to generate a set of insert statements from that table to the latest table at 10G.
    <pre>
    -- Step 1: Create this procedure:
    create or replace Function ExtractData(v_table_name varchar2) return varchar2 As
    b_found boolean:=false;
    v_tempa varchar2(8000);
    v_tempb varchar2(8000);
    v_tempc varchar2(255);
    begin
    for tab_rec in (select table_name from user_tables where table_name=upper(v_table_name))
    loop
    b_found:=true;
    v_tempa:='select ''insert into '||tab_rec.table_name||' (';
    for col_rec in (select * from user_tab_columns
    where
    table_name=tab_rec.table_name
    order by
    column_id)
    loop
    if col_rec.column_id=1 then
    v_tempa:=v_tempa||'''||chr(10)||''';
    else
    v_tempa:=v_tempa||',''||chr(10)||''';
    v_tempb:=v_tempb||',''||chr(10)||''';
    end if;
    v_tempa:=v_tempa||col_rec.column_name;
    if instr(col_rec.data_type,'CHAR') > 0 then
    v_tempc:='''''''''||'||col_rec.column_name||'||''''''''';
    elsif instr(col_rec.data_type,'DATE') > 0 then
    v_tempc:='''to_date(''''''||to_char('||col_rec.column_name||',''mm/dd/yyyy hh24:mi'')||'''''',''''mm/dd/yyyy hh24:mi'''')''';
    else
    v_tempc:=col_rec.column_name;
    end if;
    v_tempb:=v_tempb||'''||decode('||col_rec.column_name||',Null,''Null'','||v_tempc||')||''';
    end loop;
    v_tempa:=v_tempa||') values ('||v_tempb||');'' from '||tab_rec.table_name||';';
    end loop;
    if Not b_found then
    v_tempa:='-- Table '||v_table_name||' not found';
    else
    v_tempa:=v_tempa||chr(10)||'select ''-- commit;'' from dual;';
    end if;
    return v_tempa;
    end;
    show errors
    -- STEP 2: Run the following code to extract the data.
    set head off
    set pages 0
    set trims on
    set lines 2000
    set feed off
    set echo off
    var retline varchar2(4000)
    spool c:\t1.sql
    select 'set echo off' from dual;
    select 'spool c:\recreatedata.sql' from dual;
    select 'select ''-- This data was extracted on ''||to_char(sysdate,''mm/dd/yyyy hh24:mi'') from dual;' from dual;
    -- Repeat the following two lines as many times as tables you want to extract
    exec :retline:=ExtractData('dept');
    print :retline;
    exec :retline:=ExtractData('emp');
    print :retline;
    select 'spool off' from dual;
    spool off
    @c:\t1
    -- STEP3: Run the spooled output c:\recreatedata.sql to recreate data.
    Source:http://www.idevelopment.info/data/Oracle/DBA_tips/PL_SQL/PLSQL_5.shtml
    </pre>

    Thanks Justin.
    I get what you are saying,i really wanted to see the output of the codes, because the furtherst i could get from that code is
    SELECT EXTRACTDATA('MYTABLE') FROM MYTABLE;
    and it generated this:
    "select 'insert into MYTABLE ('||chr(10)||'DATE1,'||chr(10)||'TIME1,'||chr(10)||'COUNTS) values ('||decode(DATE1,Null,'Null','to_date('''||to_char(DATE1,'mm/dd/yyyy hh24:mi')||''',''mm/dd/yyyy hh24:mi'')')||','||chr(10)||''||decode(TIME1,Null,'Null',TIME1)||','||chr(10)||''||decode(COUNTS,Null,'Null',COUNTS)||');' from MYTABLE;
    select '-- commit;' from dual;"
    "select 'insert into MYTABLE ('||chr(10)||'DATE1,'||chr(10)||'TIME1,'||chr(10)||'COUNTS) values ('||decode(DATE1,Null,'Null','to_date('''||to_char(DATE1,'mm/dd/yyyy hh24:mi')||''',''mm/dd/yyyy hh24:mi'')')||','||chr(10)||''||decode(TIME1,Null,'Null',TIME1)||','||chr(10)||''||decode(COUNTS,Null,'Null',COUNTS)||');' from MYTABLE;
    select '-- commit;' from dual;"
    "select 'insert into MYTABLE ('||chr(10)||'DATE1,'||chr(10)||'TIME1,'||chr(10)||'COUNTS) values ('||decode(DATE1,Null,'Null','to_date('''||to_char(DATE1,'mm/dd/yyyy hh24:mi')||''',''mm/dd/yyyy hh24:mi'')')||','||chr(10)||''||decode(TIME1,Null,'Null',TIME1)||','||chr(10)||''||decode(COUNTS,Null,'Null',COUNTS)||');' from MYTABLE;
    select '-- commit;' from dual;"
    "select 'insert into MYTABLE ('||chr(10)||'DATE1,'||chr(10)||'TIME1,'||chr(10)||'COUNTS) values ('||decode(DATE1,Null,'Null','to_date('''||to_char(DATE1,'mm/dd/yyyy hh24:mi')||''',''mm/dd/yyyy hh24:mi'')')||','||chr(10)||''||decode(TIME1,Null,'Null',TIME1)||','||chr(10)||''||decode(COUNTS,Null,'Null',COUNTS)||');' from MYTABLE;
    select '-- commit;' from dual;"
    "select 'insert into MYTABLE ('||chr(10)||'DATE1,'||chr(10)||'TIME1,'||chr(10)||'COUNTS) values ('||decode(DATE1,Null,'Null','to_date('''||to_char(DATE1,'mm/dd/yyyy hh24:mi')||''',''mm/dd/yyyy hh24:mi'')')||','||chr(10)||''||decode(TIME1,Null,'Null',TIME1)||','||chr(10)||''||decode(COUNTS,Null,'Null',COUNTS)||');' from MYTABLE;
    select '-- commit;' from dual;"
    "select 'insert into MYTABLE ('||chr(10)||'DATE1,'||chr(10)||'TIME1,'||chr(10)||'COUNTS) values ('||decode(DATE1,Null,'Null','to_date('''||to_char(DATE1,'mm/dd/yyyy hh24:mi')||''',''mm/dd/yyyy hh24:mi'')')||','||chr(10)||''||decode(TIME1,Null,'Null',TIME1)||','||chr(10)||''||decode(COUNTS,Null,'Null',COUNTS)||');' from MYTABLE;
    select '-- commit;' from dual;"
    I was expecting a string of
    insert into mytable values (19/1/2009,1,1);
    insert into mytable values (19/10/2008,5,10);
    Thanks for the explanation .

  • PDF will not print correctly from any app

    I seem to keep on getting the same error everywhere I print on SL (from safari/firefox/preview etc etc)
    It will usually print any lines or logos but miss all text?? I did have the dreaded adobe reader installed but have since removed it?
    I am in urgent need of printing out some manuals for a class so in real trouble, help!

    Where do these PDFs that do not print correctly come from? Are they downloaded from the internet or from email? Or do you create them yourself on your computer? If so, in which program?
    Do some PDF files print correctly, but not others? Did you remove the dreaded Acrobat Reader before this problem developed or after? Did this problem develop only after you ungraded to a certain release of Snow Leopard or has it never worked in SL?
    PDF is wonderful technology, but every so often there can be issues.
    Arch

  • Files Are Not Transferring Correctly from Captivate 4 to 5

    My files from Captivate 4 are not transferring correctly into Captivate 5.  The images and quiz questions are not in the same place. Help!

    This is a bug.
    We all have it.
    Keep CP4 for the old courses, and develop new ones in CP5. That is what I am doing.
    Alternative is to manually adjust everything (don't even get me started on rollovers...)
    Terry

  • Projects first created in Windows are now not publishing correctly from a Mac

    I've been using the Windows version of Captivate for months without issues, putting together a large number of HTML5 courses, non-responsive. Lots of custom javascript via the 'Execute JavaScript' action for smartshapes, etc.
    I just purchased a new Macbook Pro and then purchased a subscription license for Captivate. Now my cptx files that were working fine when opened and published from Windows Cp are very not publishing correctly - the javascript does not execute, etc. Everything *appears* fine within Captivate but I get issues upon preview/publish.
    Thank goodness I have the 30 days to cancel the subscription and get a refund...but before I do that - has anyone else tried switching to a Mac and run into problems with Captivate projects?
    Both machines have 8.01 installed. The only thing I can think of is, after installing 8.0 via the subscription download, I then did the 'Check for updates' and it went and downloaded and installed the 8.01 update. When I did this on Windows I followed the directions on a blog post somewhere (sorry - I forget the name!) that stressed deleting some directories on the machine first before running the update. I assumed the subscription files would be fixed/patched....

    After struggling with this last night I took a look again this morning and narrowed down and corrected the problem. Basically, this is what happened to cause the issue and how I resolved it. Hopefully it helps others in the future.
    Steps
    Create project in Windows version of Cp (I was using version 8.01).
    For my client's requirements, which are quite unique and complex compared to the typical Cp project, custom quiz questions/scoring had to be developed. Since these are HTML5 (non-responsive) courses, and Javascript is the fastest/most efficient way to do this, I used Javascript extensively for quizzes via the 'Execute Javascript' action. So for quiz questions, each answer is simply a smartshape (transparent, with answer text in it) that triggers the 'Execute Javascript' on click. In addition, on many of the quiz slides there are Edge Animate/HTML5 interactions embedded.
    Worked fine on windows upon publish. But when I opened on a new Mac and published, when a question answer was clicked nothing would happen.
    Turns out the problem seems to be with the text in the Javascript window. I think it somehow gets corrupted, though it looks fine. I had to literally delete the javascript, save it, and then copy it back in. Once I did that, it works.
    I've invested too much time in this project so far, so don't want to risk any more major issues popping up like this, so I switched back to Windows and canceled my subscription this morning. Fortunately I have a license from my employer for Windows and will just use that with Boot Camp.

  • Create Info objects after extracting ds from ecc

    Hi All,
    I have replicated ds from ecc to bi and executed the infopackage. Now the data is upto psa level. How to create info objects after loading data to psa level to load the info objects to data targets like infocubes and dso. I have done to sucessfully to a flat file.
    Thank you.

    Hi Sudhir,
    You can go into 2 directions: use as much as possible Business Content InfoObjects or use custom InfoObjects. A combination is also possible.
    Especially in conjunction with SAP ECC extractions the Business Content InfoObjects are a safe choice. However, please consider the advantages it can have to use custom InfoObjects.
    If you would like to go into the direction of custom InfoObjects, then I suggest reading the following blogs:
    Generating Data Warehouse InfoObjects - Part 1: Introduction;
    Generating Reporting InfoObjects based on Business Content - Part 1: Introduction.
    Best regards,
    Sander

  • Extract data from ECC to Oracle using Data Services 4.0

    How to extract data from ecc6.0 Business content extractors  to oracle using sap bo data services 4.0

    Are you trying to use the SAP BW Business Content to extract data out of ECC and load into Oracle tables with Data Services? If that's the case, then you cannot do that. The SAP BW Business Content was developed to only be used in conjunction with SAP BW. When using Data Services to access the extractors in ECC, it has to have an SAP BW InfoPackage associated with it to execute. In this architecture, Data Services is only a pass through from ECC to BW and allows the ability to do some transformations of data prior to loading into the EDW layer (staging tables basically) on SAP BW.
    To connect ECC to Oracle, you're going to have to have all of the SAP BusinessObjects supplied Function Modules loaded onto ECC, along with a non-dialog logon account that has the ability to pass dynamic ABAP programs, generate the programs and schedule them. Depending on how you want to process the output, you may also have to have the ability to write to files on the ECC application servers and have an FTP account created on the application servers that can GET flat files and potentially DELETE them (you're going to need to delete periodically, otherwise your jobs will crash when the file space allocation has been consumed).

Maybe you are looking for

  • Another crash, BlackMagic Ultrastudio Express 1080

    Hi, Streaming 1920x1080 to Zencoder, crashes hard after 10 minutes.  And its reproducable. On2FlvSDK::Allocator::allocate_sample() + 217 seems to be the problem. Rusty Process:         FlashMediaLiveEncoder [25132] Path:            /Applications/Adob

  • The Bug about 'DB_SECONDARY_BAD' still exists in BerkeleyDB4.8!

    The Bug about 'DB_SECONDARY_BAD' still exists in BerkeleyDB4.8? I'm sorry for my poor English, But I just cannot find anywhere else for help. Thanks for your patience first! I'm using BDB4.8 C++ API on Ubuntu 10.04, Linux Kernel 2.6.32-24-generic $un

  • ADF BC: Creating updatable VO based upon DB View with "instead of" trigger

    Hello all, I have got an interesting issue. I have an Oracle DB view that is used to hide some complexity in the underlying DB design (it does some unions). This view is updatable because we have created an "instead of" update trigger to update the c

  • I am unable to set my WD mybook world edition (white light) for time machine.

    I have new iMac running OS X Mavricks 10.9 and a WD mybook world edition (white light) connected via eithernet to router. I am unable to set up time machine using this drive.  I can see the MyBookWorld drive in Finder and read and write files with no

  • Flash 2d Game

    Hi, I need to develop a 2d game in flash that will use joystick and rubber paddles as input. Is there any tutorial available for how to use these game input devices in flash action script 3.0. Best Regards, Amit