Startroutine issue when updating transactional DSO from parallel process

Hi
I have the following issue.
In a start routine i do some processing of data. In some cases errors missing master data creates a potiential error but does not stop the processing. What i want to achieve is the following.
I have created a transactional DSO where i want to update information about the records where issues is found in processing. I use a standard ABAP modify statement to update the DSO. This works fine when i run the DTP in 1 batch process but i get errors when i run the DTP in parallel.  The problem is related to the database locking of the DSO table. I have tried to play around with ENQUEUE but cant get it right.
Any input to get this to work in parallel would be appreciated.
/Chris

Hi ,
fiscal year variant, go into Customizing for Financial Accounting (FI) under Financial Accounting Global Settings >>>Fiscal Year >>>Maintain Fiscal Year Variant.
check this link ..
http://help.sap.com/saphelp_scm41/helpdata/en/50/0d89f2ad919c40b95b9ae7583c8c96/frameset.htm
http://help.sap.com/saphelp_scm41/helpdata/en/50/0d89f2ad919c40b95b9ae7583c8c96/content.htm
Regards,
shikha

Similar Messages

  • When updating via iTunes from 7.0.2 to iOS 8 was error -1.

    When updating via iTunes from 7.0.2 to iOS 8 was error -1. It saids to me that i need to restore my iPad to factory settings. But i have too many images needed to me. I have no restores (but iTunes make one before updating). How i can to restore my photos?
    iPad mini, 16Gb
    A1432

    Check for hardware issues
    Related errors: 1, 3, 10, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1000, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    These errors mean that your device or computer may have a hardware issue that's preventing the update or restore from completing.
    Check that your security software and settings aren't preventing your device from communicating with the Apple update server.
    Then try to restore your iOS device two more times while connected with a cable, computer, and network you know are good.
    Confirm that your security software and settings are allowing communication between your device and update servers.
    If you still see the error message when you update or restore, contact Apple support.

  • "Error occurs when loading transaction data from other model" - BW loading into BPC

    Hi Experts,
    I'm having a problem with my data loading from BW, using the standard Load InfoProvider Selections data manager package.
    If I run for a period without data it succeeds (with warning) but if there is data to be extracted I get the following error:
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other model
    model: AIACONS. Package status: ERROR
    As it runs ok when there isn't data it appears there is something preventing the movements of data out of the cube itself, rather then a validation issue.
    Has anyone encountered similar or have any ideas as to the problem?
    Best,
    Chris

    Hi Vadim,
    It's not specific to the transformation file as I have tried with others for the same BW cube and get the same result.
    We get a warning when we try and validate the transformation file:
    "Error occurs when loading transaction data from other model".
    This only appears in the validation pop up and doesn't throw up any warnings about the transformation file itself.  The validation log says:
    Validate  and Process Transformation File Log
    Log creation time
    3/7/2014 16:09
    The result of validation of the
      conversion file
    SUCCESS
    The result of validation of the
      conversion file with the data file
    FAIL
    Validation Result
    Validation Option
    ValidateRecords = NO
    Message
    Error occurs when loading transaction data from other model
    Reject List
    I can't find any errors anywhere else.
    Best,
    Chris

  • Error occurs when loading transaction data from other model

    Hello Experts, I am trying to validate my transformation file and I can see peculiar behaviour of the transformation file. Even though the transformation file is not complete/  complete with all the mappings, i am getting the same error as above.
         I can see options, mapping and conversion sections are validating successfully and throwing the above error.
    Incomplete Transformation File
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT= 10
    ROUNDAMOUNT=
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    Validating the transformation files
    Validating options...
    Validation of options was successful.
    Validating mappings...
    Validation of mappings was successful.
    Validating conversions...
    Validation of the conversion was successful
    Creating the transformation xml file. Please wait...
    Transformation xml file has been saved successfully.
    Begin validate transformation file with data file...
    [Start test transformation file]
    Validate has successfully completed
    ValidateRecords = YES
    Error occurs when loading transaction data from other model
    Validation with data file failed
                           I am getting the same error with complete transformation file also. Please let me know where I am doing the mistake or is it a system error?
    Thanking you
    Praveen

    Hi,
    By
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    you want CUSTOMER to receive a fixed string "NO_CUST"?
    If so use,
    *MAPPING
    CUSTOMER = *STR (NO_CUST)

  • Error occurs when loading transaction data from other cube

    Hi Gurus,
    I'm currently working on a Transformation File for loading Transactional Data from BW to BPC but a error message is displayed "Error occurs when loading transaction data from other cube". I have already checked permissions for my user, double checked my transformation file and the dimensions, made all conversion files needed and the message has not changed.
    Can anybody help me to solve this problem?!
    Thanks a lot & Best Regards,
    HH

    Hi,
    Here, the Transformation File & Conversion File. I have already tested both with another different InfoCube and they work but no for the one needed.
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    *MAPPING
    Category=*NEWCOL(ACTUAL)
    P_0BASE_UOM=0BASE_UOM
    P_0BUS_AREA=0BUS_AREA
    P_0COSTCENTER=0COSTCENTER
    P_0FUNDS_CTR=*NEWCOL(null)
    P_0GL_ACCOUNT=0ACCOUNT
    P_0LOC_CURRCY=*NEWCOL(MXN)
    P_0MATL_TYPE=*NEWCOL(null)
    P_0VENDOR=0VENDOR
    P_DataSrc=*NEWCOL(UPLOAD)
    P_ZMATERIAL1=0MATERIAL
    P_ZMATERIAL2=*NEWCOL(null)
    P_ZMATL_CLASS=*NEWCOL(null)
    P_ZMATL_TESP=*NEWCOL(null)
    P_ZRATIO=*NEWCOL(KF_inpmdInt)
    Time=0CALMONTH
    SIGNEDDATA=0TOTALSTCK
    *CONVERSION
    Time=Time_conv.xls
    EXTERNAL     INTERNAL
    201101          2011.JAN
    201102          2011.FEB
    201103          2011.MAR
    201104          2011.APR
    201105          2011.MAY
    201106          2011.JUN
    201107          2011.JUL
    201108          2011.AUG
    201109          2011.SEP
    201110          2011.OCT
    201111          2011.NOV
    201112          2011.DEC
    Thank you for taking at glance to the files.
    Best Regards,
    HH

  • Indesign 5.5 crash issues when updating links

    I am having crash issues when updating links and I don’t know how to trouble shoot the issues.
    I have adobe creative suite 5.5 and I am using a third party plug in called wordsflow to allow updating of MS word documents without losing formatting in Indesign.
    I have been in contact with the plug creator and they seem to think that the way the indesign importer is handling images is causing the problem.
    I am not a particularly experienced Indesign user. How do I go about working out what the issue is?

    At first it does appear that the plug in is the problem, however i suspect that the builders of the plugin are correct, in that it is the way in design in handling images in links.
    the problem is worse when any image in anchored any where with in the document.
    when the updating links screen pops up, the point where it freezes and then indesign crashes is infact on a linked image file consistantly.
    broswing other indesign link issues it appears i am not the only person with image link problems.
    My question is aside form turning off the plug in, what else can i do to search for the potential issue?

  • Error 1602 when updating Iphone 4 from 4.3 to 5.. Any help ?

    Error 1602 when updating Iphone 4 from 4.3 to 5 and after that it goes into "recovery mode" but Its not recognized by Itunes, I can only exit it with Tinyumrella and nothing else.

    It seems that the itunes program has some interfefence when contacting the apple server.
    i had this problem gave me error message 3200, i turned off the anti virus after restarting the computer(windows vista) and restarting the phone.
    Turned off the sidebar, and closed any programs in the notifications section such as nokia ovi etc which load up when the computer starts also skype.
    ha presto it began the process of transfering the file to the iphone4 and has now fully updated
    hope that helps
    leon

  • When are Workflows generated from Integration Processes?

    Hi Friends
    When are Workflows generated from Integration Processes?
    regards
    Sam

    Hello Samuel,
    Workflows are build in ABAP engine when you implement your Integration Scenario. So with each Int. Szen. saved in Int. Repository you will get your ABAP workflow in the ABAP stack.
    When starting the Integration scenario the workflow history/log in ABAP stack is filled with the first step within your Integration Scenario which is placed after your Start step and using an internal workflow process step.
    So you won´t find here explicitly documented send and receive steps in the workflow log (SXMB_MONI_BPE) but transform steps, decision steps etc.... .
    Send and receive steps are displayed in SXMB_MONI connected to PI partner (process engine).
    So when starting with using BPM it is a little bit confusing to understand how to read both logs and put their information together.
    regards
    Dirk

  • Issue when uploading Sales data from DSO to Cube.

    Dear All,
    I have an issue when I am uploading Sales data from DSO to Cube.  I am using BI 7.0 and I have uploaded all sales document level data to my DSO.  Then I use a transformation rule to calculate the Sales Value when I am doing DTP to cube.  Cube has customer wise aggregation data.
    In DSO I have NetPrice(KF) and Delivered_QTY(KF).  I do a simple multiplication routine in the transformation from DSO to Cube.
    RESULT =   SOURCE_FIELDS-NET_PRICE * SOURCE_FIELDS-DLV_QTY .
    At the moment I use Active Table(With out Archive) on the DSO to get the data since this is my first load.
    Issue is that the figure (Sales Value) in the cube is incorrect. I am getting a very large values which is impossible.
    Can someone please help me.
    Shanka

    Hi,
    are you sure that cube has customer wise aggregated data..since it will always aggregate the values of the key figures for the same set of characters...
    did you checked the values for the key figures as well and if even they are inflated or is the problem with this key figure only.
    During the data load the records may aggregates first for the same values of characters and then multiplication will be happening....if that is the case then you may have to multiply the values before storing it in the data package and then let it aggregate....can be achived through start routine...
    but first verify if other key figures are also having the same issue.
    Thanks
    Ajeet

  • Error when updating the data from DSO to cube

    Hi,
    I am getting the error when uploading the data from the ods to cube.
    The following is the error message.
    Unable to determine period for date 20090101, fiscal year variant Z2: Error #
    How can i solve this issue.
    Regards
    Annie

    Hi ,
    fiscal year variant, go into Customizing for Financial Accounting (FI) under Financial Accounting Global Settings >>>Fiscal Year >>>Maintain Fiscal Year Variant.
    check this link ..
    http://help.sap.com/saphelp_scm41/helpdata/en/50/0d89f2ad919c40b95b9ae7583c8c96/frameset.htm
    http://help.sap.com/saphelp_scm41/helpdata/en/50/0d89f2ad919c40b95b9ae7583c8c96/content.htm
    Regards,
    shikha

  • Crm plugin issue when updating parent account field in account.

    Hi ,
    In my CRM Application ( CRM 2011) we have accounts and contacts. when account parent account is updated their contacts owner id will be updated in crm db server and external server using notification service which is called by pulgin.
    so in one of my account has 6000+ contacts ,when updating accounts parent account id  from crm , screen disabled and after 4 to 6 mins sql error message screen displayed.
    below is the eventviewer log ,
    The Web Service plug-in failed in OrganizationId: 457b2390-e086-485f-9b05-
    094f6410abef;
     SdkMessageProcessingStepId: 63cdbb1b-ea3e-db11-86a7-000a3a5473e8; EntityName: account; Stage: 30;
     MessageName: Update; AssemblyName: Microsoft.Crm.Extensibility.InternalOperationPlugin, Microsoft.Crm.ObjectModel,
     Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35;
     ClassName: Microsoft.Crm.Extensibility.InternalOperationPlugin;
    Exception: Unhandled Exception: System.Threading.ThreadAbortException: Thread was being aborted.
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr,
    Binder binder, Object[] parameters, CultureInfo culture)
       at System.Web.Services.Protocols.LogicalMethodInfo.Invoke(Object target, Object[] values)
       at Microsoft.Crm.Extensibility.InternalOperationPlugin.Execute(IServiceProvider serviceProvider)
       at Microsoft.Crm.Extensibility.V5PluginProxyStep.ExecuteInternal(PipelineExecutionContext context)
       at Microsoft.Crm.Extensibility.VersionedPluginProxyStepBase.Execute(PipelineExecutionContext context)
    If i debug the account update code plugin it seems to be working fine (means updated parent account id  and contacts ). if i remove debugger and hit on save from crm , throws error.
    this is high priority issues , im struggling from past 3 days could get any solution.
    if any one helps really appreciated.

    First.
    If you use plugin for send information to any external system you create small intergation.
    For integration use must create async plugin. On your trace ( account; Stage: 30;) you use sync plugin.
    Second
    For increment CRM timeout add reg key OLEDBTimeout.
    about this key you can read from microsoft
    support
    good luck

  • EF ProviderManifestToken issue when updating ODAC Beta 3 to final release

    Hi everybody,
    We're using ODAC (connecting to a Oracle 9i) with VS2010, developing with .NET Framework 4 using Entity Framework. We started our developments using ODAC Beta 1, and we have been updating the ODAC every time that a new Beta was released and everything was going like expected, but we're having trouble with the last update, from ODAC Beta 3 to the final release (11.2.0.3). Note that we have only one ODAC installed at the time, for every update we first uninstall the old release, then we install the new ones and finally we update the application references to the new Oracle.DataAccess.dll.
    The first error occurred when the application attempt to access the DB, the message we got was: "+ProviderManifestToken no es válido+" ("*ProviderManifestToken is not valid*") .
    We tried updating the model (EDMX) from the database (the only change made was an update in the EDMX SSDL content from ProviderManifestToken="9i" to ProviderManifestToken="9.2"), then another error came out: "+El esquema especificado no es válido. Errores: Modelo.ssdl (2,93) : error 0169: Los artefactos SSDL deben tener como destino el mismo proveedor. ProviderManifestToken '9i' es diferente de '9.2' que se encontró antes.+" (something like "*The specified schema is not valid. All SSDL artifacts must target the same provider. The ProviderManifestToken '9i' is different from '9.2' that was encountered earlier.*"). We did some research about this error, but couldn’t find any solution... does anyone know how the update from Beta 3 to Final Release should be done? are we missing any configuration?
    Thanks in advance!
    Lucas

    ODAC Beta 3 (11.2.0.2.50) starts to use two most-significant digits of an Oracle database version number for ProviderManifestToken.
    You have no problem with ODAC Beta 3 by modifying '9i' to '9.2' for ProviderManifestToken. But when updating ODAC Beta 3 to final release (11.2.0.3) and doing the same modifications, the said "another error" occurs. That seems to indicate the issue is not about ProviderManifestToken itself.
    I am wondering if there are different store schemas in your edmx file and the error is caused by schema filtering.
    For example, having differnet store schemas for the Schema= like below.
    <EntitySet Name="Categories" EntityType="Model.Store.Categories" store:Type="Tables" Schema="USER1" />
    <EntitySet Name="Customers" EntityType="Model.Store.Customers" store:Type="Tables" Schema="USER2" />
    Can you please check it?
    Another question is: Can you regenerate the edmx file using the final release (11.2.0.3)?
    This is the preferable way.
    Edited by: shsu on Mar 1, 2012 12:32 PM

  • Dhcpcd issues when updating my pacman

    I have read the wiki, and know that we could get the issues with filesystem. However I can't get this to work correctly when doing pacman -Syu. Using the issue with the dhcpcd I tried to look for similar packages that own those files.
    dhcpcd: /usr/bin/dhcpcd exists in filesystem
    dhcpcd: /usr/lib/dhcpcd/dhcpcd-run-hooks exists in filesystem
    dhcpcd: /usr/lib/systemd/system/dhcpcd.service exists in filesystem
    dhcpcd: /usr/lib/systemd/system/[email protected] exists in filesystem
    dhcpcd: /usr/share/licenses/dhcpcd/LICENSE exists in filesystem
    dhcpcd: /usr/share/man/man5/dhcpcd.conf.5.gz exists in filesystem
    dhcpcd: /usr/share/man/man8/dhcpcd-run-hooks.8.gz exists in filesystem
    dhcpcd: /usr/share/man/man8/dhcpcd.8.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by Jzarecta (2015-06-16 11:34:13)

    Jzarecta wrote:Thats where I am stuck since the wiki doesnt address anything further.
    Sure it does, the fourth sentence from the link I gave:
    wiki wrote:If the file is not owned by another package, rename the file which 'exists in filesystem' and re-issue the update command. If all goes well, the file may then be removed.
    As for others experiencing this - no, that is not the case.  Something has gone wrong on your system.  Either you installed dhcpcd manually circumventing pacman, or your package database was corrupted.

  • IPhone stuck when updating new phone from 2.0.1 to 2.0.2

    So I have downloaded and installed the latest iTunes.
    Now it apprears my phone is stuck on 'restoring iphone software' and has been like this for about 2 hours.
    I have also tried this on another computer with new iTunes installation. Should I bring the phone into an Apple Store or just keep trying?

    Check for hardware issues
    Related errors: 1, 3, 10, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1000, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    These errors mean that your device or computer may have a hardware issue that's preventing the update or restore from completing.
    Check that your security software and settings aren't preventing your device from communicating with the Apple update server.
    Then try to restore your iOS device two more times while connected with a cable, computer, and network you know are good.
    Confirm that your security software and settings are allowing communication between your device and update servers.
    If you still see the error message when you update or restore, contact Apple support.

  • Issue when updating a trigger

    I have a trigger that is supposed to insert when a button is pressed and update when a different button is pressed. When inserting, everything works but when updating, UPDATED_ON and UPDATED_BY is put in the database but VOIDED_BY,VOIDED_ON,ARCHIVED_BY,ARCHIVED_ON are not. I am not sure what i need to do in order to fix this. Can anyone help me out here? Thanks
    Deanna
    create or replace trigger "CHART_BEFINSUPD"
    BEFORE
    insert or update or delete on "CHART"
    for each row
    DECLARE
    v_VOIDED_ON number;
    v_UPDATED_ON number;
    v_ARCHIVED_ON number;
    begin
    --v_voided_on :=0;
    --v_updated_on :=0;
    --v_archived_on :=0;
    IF INSERTING AND :NEW.RECNUM IS NULL THEN
    SELECT CHART_SEQ.NEXTVAL INTO :NEW.RECNUM FROM DUAL;
    END IF;
    IF INSERTING THEN
    :NEW.CREATED_BY := NVL(V('APP_USER'),USER);
    :NEW.CREATED_ON := SYSDATE;
    :NEW.STARTED_ON := SYSDATE;
    :NEW.STARTED_BY := NVL(V('APP_USER'),USER);
    --:NEW.ARCHIVED_BY := NVL(V('APP_USER'),USER);
    --:NEW.ARCHIVED_ON := SYSDATE;
    END IF;
    if UPDATING THEN
    :NEW.UPDATED_BY := NVL(V('APP_USER'),USER);
    :NEW.UPDATED_ON := SYSDATE;
    END IF;
    if VOIDED='Y' THEN
    :NEW.VOIDED_BY := NVL(V('APP_USER'),USER);
    :NEW.VOIDED_ON := SYSDATE;
    else
    :NEW.ARCHIVED_BY := NVL(V('APP_USER'),USER);
    :NEW.ARCHIVED_ON := SYSDATE;
    END IF;
    end;

    ok, I decided to take out of the trigger the code about archiving, since that is the part that seems to be giving me the most trouble. The rest of the trigger now works.
    So could i just write a procedure for just the archiving part? And if so how would that be done so that the procedure would run on a click of a button?
    create or replace trigger "CHART_BEFINSUPD"
    BEFORE
    insert or update or delete on "CHART"
    for each row
    begin
    IF INSERTING AND :NEW.RECNUM IS NULL THEN
    SELECT CHART_SEQ.NEXTVAL INTO :NEW.RECNUM FROM DUAL;
    END IF;
    IF INSERTING THEN
    :NEW.CREATED_BY := NVL(V('APP_USER'),USER);
    :NEW.CREATED_ON := SYSDATE;
    :NEW.STARTED_ON := SYSDATE;
    :NEW.STARTED_BY := NVL(V('APP_USER'),USER);
    END IF;
    if UPDATING THEN
    :NEW.UPDATED_BY := NVL(V('APP_USER'),USER);
    :NEW.UPDATED_ON := SYSDATE;
    END IF;
    if updating and :new.voided='Y' then
    :NEW.VOIDED_BY := NVL(V('APP_USER'),USER);
    :NEW.VOIDED_ON := SYSDATE;
    END IF;
    --IF UPDATING AND :new.ARCHIVED_BY IS not NULL THEN
    --:new.ARCHIVE :='Y';
    --:NEW.ARCHIVED_BY := NVL(V('APP_USER'),USER);
    --:NEW.ARCHIVED_ON := SYSDATE;
    --end if;
    --if updating and :new.archived_by is null then
    --:new.archive :='N';
    --if v_archive > 0 then
    --:new.archived_by := null;
    --:new.archived_on := null;
    --end if;
    --end if;
    END;Edited by: Dclipse03 on Oct 7, 2009 6:57 AM

Maybe you are looking for

  • In line or Sub-VI ?

    I have created a VI to do the following : 1. Get raw data from 4 AI channels once every 50ms. 2. Accumulate these in a 2D array as long as a cycle lasts. 3. At the end of the cycle find the mean of all four arrays and check if they are In-Bound and s

  • Upstream Modification; An Example

    I really enjoy plain text. It's easy on the eye, consistent across many applications, and can be manipulated in many different ways. Choosing an rss reader that operated from the terminal was an easy choice. I found that newsbeuter filled 90% of all

  • SAP BW on HANA test strategy

    All, Can someone guide me the best practices test scenarios for a Tyipcal BW on HANA projects ?. I need some information like why do we need to testing ? How does it help executing testing for BW on HANA ? What are the test scenarios ? Thanks, HA

  • Is it possible to install 10r2 for linux x86 on RH AS5 64bits?

    hi i have a DVD for oracle 10 r2 for linux x86 and my opérating system is an RH 5 advanced server 64bits. is it possible to install oracle on this manner?

  • Trial not downloading to my pc?

    I tried using google and Firefox. After I select English Windows for language and go into download,the Akamai download manager stops downloading and gives me the option to restart the download but it wont restart...? It then says if download doesnt s