Dtp processing mode change

Dear gurus ,
i have compressed the request and set the marker unchecked and after that dtp processing mode has been changed in a way that now request is processed automatically to dtp without showing dtp monitor .it gives me a prompt
"The request generated by the DTP will now be
processed. Do you want to display the request
monitor?
and now dtps are behaving in the same manner
while before it is asking
"Request Has Status: Processed Successfully . Do
you want to display the request monitor"

Hi Faisal,
I don't think it's an issue. Most of the time i will see "The request generated by the DTP will now be
processed. Do you want to display the request monitor?", because i run the DTP and it will be started, and most cases it takes sometimes before it finish.
If you see this message: "Request Has Status: Processed Successfully . Do you want to display the request monitor", i guess your DTP is just running in a split second before. So, when you see the message, it already finish processing the DTP, and stil over you if you want to see the monitor.
Hope this help.

Similar Messages

  • Processing Mode : DTP

    Hi All,
    We have a DSO which is getting populated usign two DTPs. For one of the DTPs, the processing mode is:
    Serial Extraction and Processing of Source Package
    For the second DTP, the processing mode is:
    Serial Extraction and Immediate Parallel Processing.
    I tried changing the processing mode of the first DTP to "Serial Extraction and Immediate Parallel Processing" but don't get that option in the drop down. I was wondering whether the processing option is source dependent. Could someone help me out in this regard?

    Hi Dharmendra,
    I am also facing the same issue.. My source is PSA and Target is DTP and I am unable to get a paralell processing option..
    Let me know if you get some answers.
    Best Wishes
    Pralay Ahluwalia

  • Help with DTP with Processing Mode No Data Transfer, Delta Status in Source

    Hi, I am trying to test a Cube to Cube Extraction where I do a full DTP Extraction for a specific account to get the data I need and then a DTP Delta Init by using Processing Mode "No Data Transfer, Delta Status in Source".  
    When I do the DTP Delta init using Processing Mode "No Data" this is done in Dialog mode, but is taking an extrodinarily long time to run as it looks like it is going back through all of the source infocube requests to somehow determine the delta marker.  The source infoCube does have a lot of requests, but I would think this would be a very quick process to set the marker.
    Any ideas why this dtp init delta with no data would take soooo long?

    Hi,  Thanks for the information, but I see in the documentation that this type of proces is run in dialog mode.  Could you point out where this process type would run in background only?   Can anyone tell me why this would run so long?
    No data transfer; delta status in source: fetched
    With this processing mode you execute a delta without transferring data.
    This is analogous to simulating the delta initialization with the InfoPackage.
    *In this case you execute the DTP directly in the dialog. *

  • Processing mode - DELETE not working in Synchronous mode (File - RFC - File

    Hi ,
    I need to the delete the files from source folder once the processing is done, so i am giving the Processing mode as Delete in the Sender C.C.
    But after execution it doesnt get deleted. what could be the reason?
    We are using a file - RFc - file scenario.
    also could anyone let me know what is the command to move a file from one folder to another in UNIX.
    i tried
    mv /home/out        but it doesnt work
    pls help.

    Hi,
    you can use AL11: navigate to the folder, where the file is inside, mark it and press button "Attributes". Then look to value "Mode": 777 means owner, group and everybody else has right for write (in your case delete), read and execute. UNIX command to change is may be ch mod (i m not good in UNIX).
    My suspect is that the file adapter user has not the right for write, but ur direct user has.
    Regards,
    Udo

  • How to get PROCESS MODE in CRM 2007 WebClient

    Hi all,
    Currently, we're implementing CRM2007 WebClient -- Service Transaction.
    In the past(CRM4.0 Version), we used the function 'CRM_INTLAY_GET_PROCESS_MODE' in the BADI of SAVE Service Order to identify it's a new create order or changed order.
      CALL FUNCTION 'CRM_INTLAY_GET_PROCESS_MODE'
        IMPORTING
          ev_process_mode = l_dialog_mode. " A created, B changed
    Now, this function does not work in Web Client. So, I turned to another function 'CRM_ORDERADM_H_READ_OW' try to get the flag of process mode.
    CALL FUNCTION 'CRM_ORDERADM_H_READ_OW'
      EXPORTING
        iv_orderadm_h_guid               = lv_guid_ref
    IMPORTING
       ES_ORDERADM_H_WRK                = l_CRMT_ORDERADM_H_WRK
       EV_MODE                          = l_dialog_mode
    Yes, function 'CRM_ORDERADM_H_READ_OW' works in WebClient. But when creating new service order, the l_dialog_mode  = 'B' which is same to changing an exsiting order.
    So would anyone kindly help me, How to get the process mode properly in WebClient, especially in Service Order. I need to identify the order is new created or is changed.
    Your comments is really appreciated.
    Best Regards,
    Tony

    Use function module CRM_ORDERADM_H_ON_DATABASE_OW to check, if the order has already been save on the database. If not, you are in create mode.

  • Processing Mode = 'Delete'; Archive Faulty Source Files; Add Timestamp ?

    XI3.0 SPS 19
    For FTP Sender adapter, if Processing Mode is Delete, and you want to Archive Faulty Source Files with an added timestamp, it does not work (meaning it does not archive the faulty source file at all).
    Any suggestions?
    If I change the processing mode to Archive, it works. But my requirement is to archive only faulty files after adding timestamp and the source files should be deleted if processed.
    Thanks
    JB

    Hi james
    If you are using FCC or Modules then only Faulty files will be archived.
    The error that works with this should be a permanent error of file like field missing or compulsory field etc.
    if i understand correct you are trying to use Archive faulty messages in delete mode and you have FCC right ?
    I have also seen this behavior in delete mode it File adapter never archive. So it wont archive the faulty file as well.
    Thanks
    Gaurav

  • To check process mode when application running through PCUI

    Hi Experts,
    I have implemented a BADI called EVAL_SCHEDCOND_PPF to schedule actions.
    There is one action which need to trigger when the document is going to be created and not when the document is being saved.
    So, for this purpose I have used the function module CRM_INTLAY_GET_PROCESS_MODE to capture the process mode. This is working fine when I run CRMD_ORDER it is satisfying my requirement, but when I run the application from PCUI the mode that will be returned by this module will always be 'CHANGE(B)' only.
    Does any body have encountered the similar situation or If any one have any thoughts pls reply me.
    Thanks in advance.
    Regards,
    Usha.

    HI Madireddy,
    In PC-UI by default the document is opened in edit mode. Try one thing open the document in GUI in change mode and then try to open it in PC-UI.
    <b>
    Award Points if it is Useful.</b>
    Regards,
    Naveen

  • File2file scenario. Issue with Processing mode

    Doing a file2file scenario.
    The sender comm channel's processing mode is "DELETE"
    Scenario is executed successfully and i see the output message also.
    But the input file is not deleted.
    What could the reason?
    regs
    Kiran.

    Hi,
    This will not happen to this scenario if u select the processing mode as delete.the file shld be delete from the source dir.
    Check it once again and make sure that you have activated the ID objects after u make any changes.
    Do SXI_CACHE also
    Regards
    Seshagiri

  • Question about X-Fi mode changes and relay clicks

    Hello,
    I've been having a heck of a time getting my new x-fi elite pro to work nicely in my computer (I have an MSI K8N neo4 platinum -- nforce4 chipset -- I'm aware of the issues). I kept having issues with the mode changer not working right about 50% of the time. Either it would stop recognizing my x-fi, or the SPI process would crash. In either case I could no longer change modes and the external box would stop working until a reboot. I tried many, many PCI slot swaps and driver reinstalls. Currently, things seem to be working ok (at least as far as mode switching goes...ASIO is another story) in that I can change modes without crashes...at least for the last half hour or so.
    The only thing bothering me is that now, when I change modes, I almost never hear the relay click. Maybe out of 20 mode changes I get the click. Before, when the mode would successfully change, I'd always hear the click. Now, that's not the case. I'm wondering if the mode changing is really working correctly even though I'm not getting any crashes. So, my question to others is, when you change modes, do you always hear the relay click? I'm trying to get this all figured out before I decide to send it back. ASIO drivers work in creation mode, my cmss settings show up right in entertainment mode, etc...so maybe it's working right. I'm just not sure.
    Thanks in advance.

    Nevermind.... I rebooted for the heck of it. The relays clicked every time until I went into audio creation mode and actually used the ASIO drivers. Then, I tried to switch back to entertainment mode and SPI crashed on me again. I think it's about time to send this thing back, I've wasted about 2 hours trying to get this thing to work right.
    Thanks anyway.

  • DTP cannot be changed or activated

    We have transported a DTP process to the pre-prod envirnoment. When we attempt to make changes to the DTP we receive the following error first "Changes to Repository or cross-client Customizing are not permitted" and second error is "Data transfer process DTP_4CBJGH6DNBORCGW44A6Y7RL0T cannot be changed or activated"
    The goal is to change the filter values within the DTP. We have all the appropriate and necessary  BI 7.0 authorization objects set.

    SE06 --> System Change option --> Client Setting
    Double click on the client (example 100)
    Select "Changes without automatic Recording" under 'Changes and transports for client-specific objects' tab and
    select "chnages to repository and cross-client customizing allowed" under 'Cross-client object changes'.
    The above procedure OPEN the system for changes.
    Once u r done with ur DTP changes, reset above setting back to original.

  • Profile consistency check when operation mode change

    If the number of work processes in the profiles is changed, the system can no longer switch operation modes until after a restart of the instance. It's therefore necessary to adjust the configuration of the operation modes after a change to the profiles.
    In above paragraph, I don't understand why the system can not switch mode if the number of wp in profile is changed? Does system will compare wp number in profile with currently running wp number before the operation mode switch? Please advise.
    Thanks.
    James

    Yes, I can understand it, when the number of work processes is changed, we need redefine the operation mode.
    But I am confused this sentence "If the number of work processes in the profiles is changed, the system can no longer switch operation modes until after a restart of the instance. "
    After the number of work processes in profile is changed, I think it will not impact instance immediately until restart the instance. According to this sentence, it seems when I change the parameter in profile, it impacts the instance immediately and the system can not switch operation mode right now if we don't restart the instance. Is it reasonable? And I think the operation mode still need redefine even if we restart the instance, since scenario in Ralph's description. Is my thought right?
    Thanks so much.
    James

  • Processing mode in Componet

    Hi,
    What is means of Processing Mode in Component.(Deferred and Interactive).
    pls explain any one in simple way

    if the mode is interactive then as soon as yoyu edit/modify a field all relevant code will fire instantly and the webserver will make a trip to the appserver and update the page, i.e. if field B = A * C, then you would want to see instantly that in case any of A or C is changed then field B gets updated accordingly and the user sees it instantly.
    The draw back is that it increases the load on the server, so if your page does not have any such functionality where instant refresh of the page is required, then you can put your component/page processing in deferred mode, otherwise make it interactive.

  • [svn] 1743: In the process of changing the messaging authentication tests to run over individual channels .

    Revision: 1743
    Author: [email protected]
    Date: 2008-05-15 12:26:11 -0700 (Thu, 15 May 2008)
    Log Message:
    In the process of changing the messaging authentication tests to run over individual channels. Before the tests were just running over the first/default channel in the destination. Now the tests will be hardcoded to run over a particular channel. In this checkin I am removing the existing authentication tests and checking in tests that run over a polling amf channel. Tests for other channels are coming soon.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/messaging-config.mods.xml
    Added Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/JMSAuthConSubscribeTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/JMSAuthProSendTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/JMSAuthSendSubscribeConstraintTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthConSubscribeTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthProSendTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthSendSubscribeConstraintTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthenticationTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthenticationTest2.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MultiTopicMessagingAuthConSubscribeTest.mxml
    Removed Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/JMSAuthConSubscribeTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/JMSAuthProSendTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/JMSAuthSendSubscribeConstraintTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/JMSAuthSendSubscribeConstraintTest_Streaming.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthConSubscribeTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthProSendTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthSendSubscribeConstraintTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthenticationTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthenticationTest2.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MultiTopicMessagingAuthConSubscribeTest.mxml

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Processing mode Fee calculation

    Hi experts,
    During the fee calculation, the program does not consider the validity date of an CS-object. Therefore we would like to change some variables in the fee calculation badi with the processing mode values (CMPROCMODE)
    This value is determined during execution of the transaction PQ_FEE_CALC (FEECALCMODE). My question is:
    How can I approach this value in the badi CMAC_BADI_PRICING?
    This field CMPROCMODE is already assigned to the Field catalog and is available in the structure SI_KOMK_CM, but when I check the badi CMAC_BADI_PRICING there is no way I can check the field CMPROCMODE.
    Has anyone experience with this?
    Any help would be very much appreciated.
    Kind regards,
    Steve de Klonia

    if the mode is interactive then as soon as yoyu edit/modify a field all relevant code will fire instantly and the webserver will make a trip to the appserver and update the page, i.e. if field B = A * C, then you would want to see instantly that in case any of A or C is changed then field B gets updated accordingly and the user sees it instantly.
    The draw back is that it increases the load on the server, so if your page does not have any such functionality where instant refresh of the page is required, then you can put your component/page processing in deferred mode, otherwise make it interactive.

  • How to insert blank page into pages document when using word processing mode?

    I've recently created a 50+ page document using Pages '09. I started the document using word processing mode. Now, when I view in thumbnail mode and try to insert a blank page somehwere in the middle of the document, it won't allow me to select where I want. It just selects all the pages, as thought they are one section. I believe this is because I am in word processing mode. My question is, can I convert the document to layout mode so that each page represents it's own section, without losing what work I've already done? And if so, how?
    The document is entirely text boxes and images, so I don't have any need for word processing space. I just need new pages to act as blank templates for the text boxes and images I create.
    Is it possible to keep all my work as is, and convert the document to layout mode vs. word processing mode?
    Thanks!

    It just selects all the pages, as thought they are one section.
    That's because they are one section. You must insert section breaks to separate them. There is no need to use page layout which does make each page a separate section. You have to manually add each page & use text boxes or other containers for the text & link the text boxes.

Maybe you are looking for