Pipe Line Steps not executing

Hello Experts,
I am facing stage issue with PI Server,when i am executing scenario it showing black/white flag in MONI,my mapping part/development perfect.
but its not giving target pay load.Pipeline steps also not executing.
its new PI 7.1 server,do i need to configure any settings??
any help highly appreciated.
Regards,
James

In the border level please use below steps to check if you Integration Engine Configuration is as per requirements
Logon to PI
Use transaction SXMB_ADM
Choose Integration Engine Configuration
Ensure Role of Business System set to 'Integration Server'
Ensure Corresponding Integ. Server set to http://<hostname:<http port>/sap/xi/engine?type=entry
Then, click on 'Configuration' (pencil icon) button
Ensure RUNTIME (Category); IS_URL (Parameter) has currently value set to http://<hostname:<http port>/sap/xi/engine?type=entry
Please check if your INTEGRATION_DIRECTORY_HMI rfc working fine.
Regards
Sekhar

Similar Messages

  • Job executing the SSIS pkg via cmdExec line step not picking the config details

    Job executing the SSIS pkg via cmdExec line step not picking the config details (of prod server connections/parameters)
    specified in dtsConfig file and by default using the values present in the pkg (which is of dev env).  I have to open the package
    uncheck "Enable package configuration" save the package and check it again and save again then the package will use the prod config.
    What could be the reason? and how to fix this?
    The SSIS pkg and the dtsCofig reside in same folder of network drive.
    SQL Server R2 Ent Ed
    Thanks

    Hi Ramzi24,
    This is the by design behavior. The Dtexec utility will apply the default package configurations for the second time after applying the options specified in the command lines or other package configurations configured in the job step. In this way, as long
    as the default package configurations file is valid, the configurations of it cannot be overwritten.
    If the package is not deployed/installed, the Dtexec utility looks for the XML configurations file according to the file path defined in the Package Configurations Organizer window. In this situation, you need to either disable the package configurations or
    modify the XML file path in the BIDS.
    If the package is already deployed/installed, you need to modify the package as above or re-specify the install folder for the package configurations file. 
    Reference:
    http://technet.microsoft.com/en-us/library/ms141682(v=sql.105).aspx
    Regards,
    Mike Yin
    TechNet Community Support

  • Unable to see pipe line steps in the SXMB_MONI

    HI,
    i have done the development and quality work for my p i7.1
    i was testing the messages in the Quality System.
    So i went to SXMB_MONI to see the messages.
    After double clicking on the  successfully processed message, it shows
    pipe line steps.
    in that I am able to see
    1.inbound message(CENTRAL)
    2.XML Validation inbound channel Request
    3. call adapter
    4. Response
    but i am unable to see
    1. Receiver Determination
    2. Interface Determination
    3. Receiver Grouping
    4. Request Message Mapping
    5. Technical Routing
    whereas  in the develoment system i am able to see the above all.
    is there any configuration i have to do in the SXMB_ADM?

    can i know that   Configuration objects were created/ imported by using transport mechanisum?
    if created ,
    check the cache status and re activated those objects whatever u r posted in thread.
    if transported :
    u ll follow ,whatever posted by Earlier

  • BPM send step not executed in BPM (after Message split)

    Hello everybody,
    we use BPM:
    We have a paralell Block which should send the rows of a multiline element. In SXMB_BPE_MONI the send step is not executed?
    Any idea?
    Thanks  lot, regards Mario

    HI,
    Go to SXMB_MONI_BPE->and check the workflow log (technical details).and go to SXI_CACHE and check the return code of the Integration Process. It should be zero. If not try to activate the same
    If there is no error then go with like this-
    Also check the Syntax in Integration Repository with F7. Change the IP and activate it. If there is no syntax errors.
    Then reimport the IP into Directory and then test your scenario
    Regards,
    Moorthy

  • Workflow step not executed...

    Hi,
    In my workflow requirement (for VA01), I want to record the status in a custom table as follows;
    Approver id     date   time    status
    ABC                                     Submitted for approval
    ABC                                     Approved (or) Rejected
    So I have created a step called 'update custom status' after the step that sends email to the approver agent whose details stored in another custom table. Then I associated a task with this step which is bound to a custom class / method which has the logic to write the status to the custom table.
    The issue is I do not see this step excuted. I checked in the log.
    What can be wrong ?
    Workflow steps are as follows;
    1. Read the document's net value and store in a variable.
    2. Read the custom table for agents list to whom the doc has to be sent for approval.
    3. Send email for approval.
    4. update custom status.
    In the graphical view, I can see the update custom status step being called (Green link from previous step to this step) but after that no progress.
    Am I missing passing some values ? Or is this step not giving any results ? Whats happening ?
    Details on this update custom status step are as follows;
    A custom task with terminating event set as _WORKITEM defined. (not synchronous)
    A step of type activity defined and bound to the above task with binding done.. (what values should I pass to record the above needed details.)
    In other words, how can I record the status in my custom table ?
    thnks

    Hi
    I think its a background step. If yes, then make it foreground and debug and see what is the problem. Also check for short dumps and turn on the event trace and see the terminating event is getting triggered.
    Vinoth

  • User-Decision COMPLETED buti next step not executed

    Hi Gurus,
    I have a very strange problem when approving user-decision tasks in my workflow using FM SAP_WAPI_DECISION_COMPLETE.
    SOMETIMES, the user-decision step becomes COMPLETED but the result in the workflow logs (SWI1) is blank and does not continue to the next steps of my workflow. I've done my research and checked everything (commit = X, SWU3, Task is General, etc..) but i still have not found any solution yet.
    FYI: this does not happen all the time, most of the time the workflow works fine.
    Based on SWWWIHEAD, the user ADSUSER(from WebDynpro)  is the creator and the last one who updated the workflow instance.
    Here's part of my code for your reference: (RFC - called by WebDynpro)
      CALL FUNCTION 'SWL_GET_PROCESS_STEPLIST'
        EXPORTING
          wf_id                       = wi_id
          with_techdetails            = space
          with_expansion              = space
          with_errors                 = space
        TABLES
          wfm_steplog                 = lt_wfm_steplog
        EXCEPTIONS
          workflow_does_not_exist     = 1
          error_while_reading_wfm_log = 2
          OTHERS                      = 3.
      DELETE lt_wfm_steplog WHERE wi_type NE 'W'.
      CLEAR: wa_wfm_steplog, li_lines.
      DESCRIBE TABLE lt_wfm_steplog LINES li_lines.
      READ TABLE lt_wfm_steplog INTO wa_wfm_steplog INDEX li_lines.
        IF in_pdf_flag = 'Y'.      "Continue
          ly_decision_key = '0001'.
        ELSE. "Cancel
          ly_decision_key = '0002'.
        ENDIF.
        IF NOT ly_decision_key IS INITIAL .
          CALL FUNCTION 'SAP_WAPI_DECISION_COMPLETE'
            EXPORTING
              WORKITEM_ID          = wa_wfm_steplog-wi_id
              LANGUAGE             = SY-LANGU
              USER                 = SY-UNAME
              DECISION_KEY         = ly_decision_key
              DO_COMMIT            = 'X'
            IMPORTING
              RETURN_CODE          = l_subrc.
    Thanks in advance.
    Regards,
    Dexter

    Hello Dexter,
    Thanks for the reply.
    I have tried running the BAPI through Automation Tools which we have. That is Process Runner.
    With the help of this I was Approving the WorkFlow. But as i found the issue, so for trouble schooting this i had manually checked in SAP though SE37 t-code.
    Below is the code of BAPI 'sap_wapi_decision_complete'
    =====================================================================
    FUNCTION sap_wapi_decision_complete.
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(WORKITEM_ID) TYPE  SWR_STRUCT-WORKITEMID
    *"     VALUE(LANGUAGE) LIKE  SWR_STRUCT-WILANGUAGE DEFAULT SY-LANGU
    *"     VALUE(USER) TYPE  SYUNAME DEFAULT SY-UNAME
    *"     VALUE(DECISION_KEY) TYPE  SWR_DECIKEY
    *"     VALUE(DO_COMMIT) TYPE  XFELD DEFAULT 'X'
    *"  EXPORTING
    *"     VALUE(RETURN_CODE) LIKE  SY-SUBRC
    *"     VALUE(NEW_STATUS) TYPE  SWW_WISTAT
    *"  TABLES
    *"      MESSAGE_LINES STRUCTURE  SWR_MESSAG OPTIONAL
    *"      MESSAGE_STRUCT STRUCTURE  SWR_MSTRUC OPTIONAL
      DATA: lh_msg TYPE REF TO cl_swf_utl_wapi_message,
            lv_excp TYPE REF TO cx_swf_ifs_exception,
            funcname TYPE funcname VALUE 'SAP_WAPI_DECISION_COMPLETE',
            lv_wi_handle TYPE REF TO if_swf_run_wim_internal,
            ls_t100msg TYPE swf_t100ms,
            lv_handle TYPE sytabix,
            lh_wapi TYPE REF TO if_swf_utl_wapi_framework,
            ls_swwwihead TYPE swwwihead,
            l_nodetype TYPE swd_nodetp,
            lt_alternatives TYPE swr_decialts OCCURS 0 WITH HEADER LINE.
      DATA: lt_cont TYPE swr_cont OCCURS 0 WITH HEADER LINE.
      DATA: lh_params TYPE REF TO if_swf_ifs_parameter_container.
      DATA: lh_trc_data TYPE REF TO if_swf_cnt_container.
      DATA: lt_message_lines TYPE sapi_msg_lines.
      DATA: lt_message_struct TYPE sapi_msg_struc.
    *- startup framework
      lh_wapi = cl_swf_utl_wapi_framework=>create( im_language = language ).
      lh_msg = lh_wapi->get_message_object( ).
      lh_params = lh_wapi->get_parameter_container( ).
      CALL METHOD lh_wapi->set_commit_control( im_commit = do_commit ).
      TRY.
          CALL METHOD lh_params->set
            EXPORTING
              name  = lh_wapi->c_workitem_id
              value = workitem_id.
        CATCH cx_swf_cnt_container .
      ENDTRY.
      lv_handle = lh_wapi->register_function( im_function = funcname
                                              im_parameters = lh_params ).
    *~~ begin of trace specific coding ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
      IF lh_wapi->m_trace_handle IS BOUND.
        TRY.
            lh_trc_data = lh_wapi->get_initial_trace_data( ).
            CALL METHOD lh_trc_data->element_set
              EXPORTING
                name  = 'WORKITEM_ID'
                value = workitem_id.
            CALL METHOD lh_trc_data->element_set
              EXPORTING
                name  = 'LANGUAGE'
                value = language.
            CALL METHOD lh_trc_data->element_set
              EXPORTING
                name  = 'USER'
                value = user.
            CALL METHOD lh_trc_data->element_set
              EXPORTING
                name  = 'DECISION_KEY'
                value = decision_key.
            CALL METHOD lh_trc_data->element_set
              EXPORTING
                name  = 'DO_COMMIT'
                value = do_commit.
            CALL METHOD lh_wapi->write_trace
              EXPORTING
                im_evt  = swwtr_api_init
                im_data = lh_trc_data.
          CATCH cx_swf_ifs_exception.                       "#EC NO_HANDLER
        ENDTRY.
      ENDIF.
    *~~ end of trace specific coding ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
      TRY.
    *- function valid (allowed)
          IF lv_handle LE 0.
            lv_excp = lh_wapi->get_last_exception( ).
            return_code = 900.
            RAISE EXCEPTION lv_excp.
          ENDIF.
    *- get properties
          CALL METHOD cl_swf_run_wim_factory=>find_by_wiid
            EXPORTING
              im_wiid     = workitem_id
            RECEIVING
              re_instance = lv_wi_handle.
    * is it a decision at all?
          MOVE-CORRESPONDING lv_wi_handle->m_sww_wihead TO ls_swwwihead.
          CALL METHOD cl_swf_run_workitem_compatible=>get_def_guid_structure
            EXPORTING
              im_header   = ls_swwwihead
            IMPORTING
              ex_nodetype = l_nodetype.
          IF l_nodetype <> swfco_wd_decision.
            return_code = 2.
            ls_t100msg-msgid = 'SWR'.
            ls_t100msg-msgty = 'E'.
            ls_t100msg-msgno = 205.
            ls_t100msg-msgv1 = workitem_id.
            RAISE EXCEPTION TYPE cx_swf_run_wim
              EXPORTING t100_msg = ls_t100msg
                        wi_id    = workitem_id.
          ENDIF.
    *- get texts
          CALL FUNCTION 'SWU_GET_DECISION_TEXT_TITLE'
            EXPORTING
              language           = language
              wiid               = workitem_id
            TABLES
              decision_text      = lt_alternatives[]
            EXCEPTIONS
              node_not_found     = 1
              text_not_found     = 2
              workflow_not_found = 3
              OTHERS             = 4.
          IF sy-subrc <> 0.
            return_code = 2.
            ls_t100msg-msgid = 'SWR'.
            ls_t100msg-msgty = 'E'.
            ls_t100msg-msgno = 206.
            ls_t100msg-msgv1 = workitem_id.
            RAISE EXCEPTION TYPE cx_swf_run_wim
              EXPORTING t100_msg = ls_t100msg
                        wi_id    = workitem_id.
          ENDIF.
    *- check alternative id
          READ TABLE lt_alternatives WITH KEY altkey = decision_key.
          IF sy-subrc <> 0.
            return_code = 3.
            ls_t100msg-msgid = 'SWR'.
            ls_t100msg-msgty = 'E'.
            ls_t100msg-msgno = 207.
            ls_t100msg-msgv1 = workitem_id.
            ls_t100msg-msgv2 = decision_key.
            RAISE EXCEPTION TYPE cx_swf_run_wim
              EXPORTING t100_msg = ls_t100msg
                        wi_id    = workitem_id.
          ENDIF.
        CATCH cx_swf_ifs_exception INTO lv_excp.
          IF return_code IS INITIAL.
            return_code = 1.
          ENDIF.
          CALL METHOD lh_msg->set_exception_object( im_excp = lv_excp ).
    *- set export
          message_lines[] = lh_msg->get_message_lines( ).
          message_struct[] = lh_msg->get_message_struct( ).
          EXIT.
      ENDTRY.
    *- unregister to framework
      CALL METHOD lh_wapi->unregister( lv_handle ).
    *- complete decision item
      lt_cont-element = swfco_wi_result_const.
      lt_cont-value   = decision_key.
      APPEND lt_cont.
      lt_cont-element = swfco_om_result_const.
      lt_cont-value   = decision_key.
      APPEND lt_cont.
      CALL FUNCTION 'SAP_WAPI_WORKITEM_COMPLETE'
        EXPORTING
          workitem_id      = workitem_id
          actual_agent     = user
          language         = language
          do_commit        = do_commit
        IMPORTING
          return_code      = return_code
          new_status       = new_status
        TABLES
          simple_container = lt_cont[]
          message_lines    = message_lines
          message_struct   = message_struct.
    *~~ begin of trace specific coding ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
      IF lh_wapi->m_trace_handle IS BOUND.
        TRY.
            lh_trc_data = lh_wapi->get_initial_trace_data( ).
            CALL METHOD lh_trc_data->element_set
              EXPORTING
                name  = 'RETURN_CODE'
                value = return_code.
            CALL METHOD lh_trc_data->element_set
              EXPORTING
                name  = 'NEW_STATUS'
                value = new_status.
            lt_message_lines = message_lines[].
            CALL METHOD lh_trc_data->element_set
              EXPORTING
                name  = 'MESSAGE_LINES'
                value = lt_message_lines.
            lt_message_struct = message_struct[].
            CALL METHOD lh_trc_data->element_set
              EXPORTING
                name  = 'MESSAGE_STRUCT'
                value = lt_message_struct.
            CALL METHOD lh_wapi->write_trace
              EXPORTING
                im_evt  = swwtr_api_result
                im_data = lh_trc_data.
          CATCH cx_swf_ifs_exception.                       "#EC NO_HANDLER
        ENDTRY.
      ENDIF.
    *~~ end of trace specific coding ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    ENDFUNCTION.
    ========================================================================
    When I pass all the data through Process Runner Program and check in SAP manually it look like below in SAP
    Kindly check the above screen shot and Help me in this regard.
    Thanks,
    Srikanth

  • Stationpre​step not executing in stationcal​lback.seq?

    Hi,
    I did some examples to get more familiar with callbacks.
    I'm not sure if there's a setting I'm not aware of or anything, but here's the scenario I have difficulty explaining.
    I have a Process Model (PM) with an Entry Point containing one sequence call step calling PreUUT in CurrentFile.
    There's also a sequence callback called PreUUT in the PM containing one message pop-up.
    In the StationCallback.seq, I have enabled the StationPreStep Callback with a message pop-up in it.
    There's also a sequence called PreUUT with one message pop-up.
    When I start an execution on the EntryPoint by clicking "Run Start", this happens:
    StationPreStepCallback (before SequenceCall)
    [Enter PreUUT of StationCallback.seq]
    Message pop-up is executed.
    [Exit PreUUT of StationCallback.seq]
    [Exit Entry Point]
    How come there's no StationPreStepCallback executed before the Message pop-up? Shouldn't it be "Before the engine executes each step in any sequence file." like the TS reference manual indicates?
    Thank you.
    mat-pm is the process model I used
    Attachments:
    mat-pm.seq ‏6 KB
    StationCallbacks.seq ‏2 KB

    Hey Mat,
    I downloaded the files that you uploaded, and I didn't not any steps in the StationCallbacks.seq.  Also, are you making mat-pm.seq your station process model?  If not, the PreUUT callback inside StationCallback.seq applies to the current station model instead.  StationCallbacks.seq also needs to be located in <TestStand>\Components\User\Callbacks\Station\ folder for it to be called correctly.  Lastly, are you using a blank sequence file to call the Start entry point, because calling the entry point from a stationcallback does not give the same behavior as calling the Start entry point from a normal sequence file.  I hope this helps!
    Best Regards,
    Software Engineer
    Jett R

  • Pipe line material not inventorized

    Hi,
    While running pipeline scenario , when i did GI with Mvt 201 P...System allowed me to do this transaction...
    As i do not have any stock for this Material "X" (Material type as PIPE). Then how did system allowed me to issue this material...
    I know PIPELINE materials are not inventorized, but my question is WHY system did not asked that stock is not maintained for this material.
    There should be some logic behind that?
    Utsa

    Hi Utsav,
    Read documentation available on sap help website for clarifications.
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/4d/4b9036dfe4b703e10000009b38f889/frameset.htm
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Pipeline Handling  
    Use
    A pipeline material is a material that flows directly into the production process from a pipeline (for example, oil), from a pipe (for example, tap water), or from another similar source (for example, electricity).
    A material from the pipeline is always available; i.e. it can be withdrawn from the pipeline at any time and in any quantity.
    Depending on the system configuration, a material can be withdrawn only from the pipeline or, in addition to the pipeline, normal stocks of the material can also be managed.
    Materials with Material Type PIPE
    Pipeline handling is mandatory for materials with material type PIPE; i.e. only withdrawals from the pipeline can be posted for these materials.
    These materials have the following characteristics:
    They are neither procured nor planned. They can be withdrawn from the pipeline at any time and in any quantity.
    They are not stored or kept in stock. No physical inventory is taken.
    Pipeline movements are mandatory in all valuation areas; i.e. no other goods movements may be posted.
    Other Material Types
    For each material type, you can specify in the valuation area whether pipeline movements are:
    Mandatory
    Allowed
    If pipeline movements are not mandatory but allowed, the material can be kept in stock and both pipeline and other movements can be posted.
    A material of this type can be withdrawn from your companyu2019s own stock, from consignment stock, or from the pipeline.
    Activities
    Pipeline Withdrawal
    You can enter a pipeline withdrawal for an order or for a cost center. Pipeline withdrawals differ from other goods movements in that they are entered with the special stock indicator P.
    The withdrawal is valuated at the price defined in the pipeline info record.
    A withdrawal from the pipeline results in the following updates in the system:
    The pipeline withdrawal results in a vendor liability that must be settled periodically in a similar way to the management of consignment stocks. In the standard system the same account is used for both pipeline and consignment liabilities, but a different pipeline liabilities account can be defined in Customizing.
    A consumption history is kept.
    The pipeline withdrawal has no effect on existing warehouse stock or on the availability of the material.
    Posting Goods Issue from the Pipeline  
    A withdrawal from the pipeline is posted as follows:
    From the Inventory Management menu, choose Goods movement ® Goods issue.
    Maintain the data on the initial screen. Choose Movement type ® Consumption ® To cost center (or To order, To network, All account assignments) ® From pipeline (Movement types : 201 P, 261 P, 281 P, or 291 P)
    On the collective entry screen, enter the account assignment. Enter the items.
    You do not have to enter the vendor as this will be found automatically by the system.
    If more than one vendor is possible, a pop-up window appears with a list of pipeline vendors, from which you can select the vendor you require.
    Post the goods movement.
    Updates
    A withdrawal from the pipeline results in the following updates in the system:
    The pipeline withdrawal results in a vendor liability that must be settled periodically in a similar way to the management of consignment stocks.
    A consumption history is kept.
    The pipeline withdrawal has no effect on existing warehouse stock or on the availability of the material.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/4d/4b9036dfe4b703e10000009b38f889/frameset.htm
    regards,
    Uzair
    Edited by: Mohd Uzair Hussain on Jun 22, 2009 11:01 AM
    Edited by: Mohd Uzair Hussain on Jun 22, 2009 11:02 AM

  • Pipeline step not displying at SXMB_MONI

    Hi all,
    I got my newly configured PI box ,every thing is working fine and we tested the test scenario File to File.
    file got picked and we able to create new file at receiver folder.
    but issue is when i am going to sxmb_moni Tcode I not able to view pipe line step.
    I am getting the successful white and black flag for the msg but when i am expending the selected message i not able to find pipeline step under the tree structure.
    the only 3 message is displayed is inbound message-->receiver grouping--> response msg.
    but when i am going to the XML file on right hand side i able to see that all the step are called properly.
    please tell what went wrong
    regards,
    navneet
    Edited by: navneet sumit on Jun 3, 2009 6:12 PM

    Hi,
       You have to switch on Logging..in the transaction sxmb_adm - specific configuration
    Parameters -
    Runtime
    LOGGING                                   value -  1
    LOGGING_SYNC                          value -  1
    for synchronous messages...
    If you are using proxies and you want to see the steps from ur source systems then use
    LOGGING_SYNC_PROPAGATION   value -  1
    LOGGING_SYNC_PROPAGATION            value -  1
    regards,
    Arvind R

  • SharePoint Designer workflow executing same lines\steps multiple time in single instance

    I am working SharePoint 2010 workflow. I am facing an issue.
    Problem:
    1) I have few workflows running on different situation
    2) Out of all workflows one is set to execute on "Item Created"
    3) This workflow having some lines to execute and then create an item and then wait for a change in field value.
    4) Expectation: This should create one instance and execute the lines\steps only once and wait for field change.
    5) Actual Out-Come: The workflow is executing the lines\steps three times in a single instance.
    6) The workflow history is showing the three time execution of all lines\steps using log to history.
    7) It is a SPD workflow so there is no while loop. but it behaving like while loop.
    8) On create Item, we are creating task, so it is creating three tasks. It is sending three emails and also we are appending text in title so text is appended three times.
    I did a lot of research but not able to find the solution.
    Please help.
    - Khan Abubakar Disclaimer: The opinions expressed herein are my own personal opinions and do not represent any others view in anyway.

    Hi Khan,
    According to your description, my understanding is that your workflow executed some actions three times.
    What actions did you for the problematic actions?
    If they are "Start Approval Process" action, please check whether there are multiple approvers for tasks. If yes, the action will create one task for each approver.
    Please create a new list and a new workflow based on the problematic workflow, test again, compare the result.
    For reproducing your issue, I suggest you provide more information about your list and workflow (detailed actions or some screenshots). It will make others in the forum easy to find a solution for you.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Not executing a line when debugging

    Hi,
    In Visual studio you can pull the cursor over a line so that it is not executed. Is there any way you can do this in Netbeans 6.5?
    int I = 0;
    I++
    return I;
    Lets say I am trying to jump the I++ line when debugging, how would I do that so that I would return 0.
    Thanks

    I'm not familiar with Netbeans, but in Eclipse, there is a 'step over' icon in debug mode that allows you to step over the statement or functtion rather than step into it (even through you step over it, it is still executed). I imagine Netbeans debugger does a similiar thing. I dont think any debugger will skip over a line with out executing it.

  • Firefox keeps opening tabs on it's own whether I am on-line or not. I have reset several times and there are no pipe characters in the home page address.

    Firefox keeps opening tabs whether I am on-line or not. These are often games pages, but not always. I have reset several times and there are no pipe characters in the home page address. This is not the first time this has happened. The first time was a couple of months ago and a reset cured the problem, but this time it does not. How can I stop this occurring?

    '''''If this can happen with Firefox completely closed:'''''
    Some malware simply launches pages in your default browser from outside Firefox. Definitely scan for malware using some of the tools listed in our support article: [[Troubleshoot Firefox issues caused by malware]].
    There might be an additional step:
    Last year, many users reported advertising tabs opening randomly, sometimes even when Firefox was closed. It turned out that a program had created scheduled tasks to open those pages at certain times of day.
    You can check the Windows Task Scheduler:
    * Windows XP: Start button > [All] Programs > Accessories> System Tools > Scheduled Tasks
    * Windows Vista/7: Start button > Control Panel > System and Security > Administrative Tools > Task Scheduler
    * Windows 8: ?? You might try the charms bar search box if you don't find it in the control panel.
    * Past threads on the "dsite" problem:
    ** [https://support.mozilla.org/questions/967667 How can I keep Firefox from opening a window to website tofushopnews.com]
    ** [https://support.mozilla.org/questions/965048?page=2#answer-461509 How do I get rid of sponsorship tabs that open automatically?]

  • Not executing the step

    hi ,
    im using loop in workflow.
    in loop i have used 3 steps.
    while i was watching the log i found that  one particular step was not executed and its going to the next step  even i have given the steps sequentially in the loop.due to that condition is not satisfied and its showing the maximun number of nodes reached.
    how to correct this error.
    please help me.
    Raghu

    Check your workflow definition to see what is wrong. Also analyze the technical log.
    Regards,
    Martin
    Edited by: Martin Nooteboom on Jun 13, 2008 11:59 AM
    Or as you will have found from your other thread, reset the buffers. Please try to be more clear when you ask a question and try to give as much information as possible.

  • SMSTS log full of errors. CMD line not executed.

    I am running a OSD TS with applications. I have a reg key add for the wallpaper called "Bitmap". It is not executing properly.
    I am also seeing multiple errors in the TS as well. Im am trying to determine what the issue is. Below is the smstslog.
    I have uploaded the log here:
    https://skydrive.live.com/redir?resid=BFB4E127342165BA%21153
    tconners

    This TS was a scheduled deployment.
    At the end of the log I see this every time:
    RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram
    GetTsRegValue() failed. 0x80070002.
     I also see this error multiple times as well:
    (__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582)
    Thing is aside from the "Bitmap" script not running the TS appears to run successfully. Could these just be false positives? Im basically reading the logs with CMTRACE and reviewing what's been marked in red.
    tconners

  • Named Pipes Provider: Could not open a connection to SQL Server

    We are running into an error on a SQL request from SQL-IDA to the SQL-IDB server. Both servers are on Windows 2005 with MS SQL Server 2003 SP3.
    OLE DB provider "SQL-IDA" for linked server "SQL-IDB" returned message "Login timeout
    expired".
    OLE DB provider "SQL-IDA" for linked server "SQL-IDB" returned message "An error has
    occurred while establishing a connection to the server. When connecting to SQL Server 2005,
    this failure may be caused by the fact that under the default settings SQL Server does not
    allow remote connections.".
    Msg 53, Level 16, State 1, Line 0
    Named Pipes Provider: Could not open a connection to SQL Server [53].
    It seems to suggest that SQL-IDA cannot find the network path to SQL-IDB. We've followed the steps in this article http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277 but it did not resolve our issue. Is it possible that the MSDTC dynamic port range
    should be set to a specific range on both servers?
    Any help is greatly appreciated.
    Albert

    Hi Albert,
    Can you try to use the SQL Server Management Studio on server ‘SQL-IDA’ to connect to the instance on server ‘SQL-IDB’ to see if it works or not?
    There are possible reasons to error 53:
     a) typo in the server name, or using "/" rather than "\" between server name and instance name, e.g. "myserver/myinst" is not correct.
     b) name resolution to the server name is not correct, "ping -a yourserver" would tell if that's the case
     c) The server machine is firewall'ed and file sharing is not in the exception list. You need put "File and Printer Sharing" in exception.
    For more information:
    Named Pipes Provider, error: 40 - Could not open a connection to SQL Server (Microsoft SQL Server, Error: XXX).
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Stephanie Lv
    TechNet Community Support

Maybe you are looking for

  • Why isn't the highlighter tool working?

    I have searched on line tried a forum, tried adobe help, tech support refers to forum, wasted over half an hour on this adobe.... The test is searchable, I've closed and reopened the pdf file. Still the highlighter tools is not working.

  • Want to pass STRS2 field into sales order and contract.

    Hi Friends. I am creating Sales order using function module IDOC_INPUT_ORDERS and Contract using SD_SALESDOCUMENT_CREATE. Now I want to pass STRS2(House number field into Sales Order/Contract). In IDOC I tried to pass E1EDKA1-STRS2, but its not comin

  • Why is some of my text not formatted correctly in xml?

    Hello, I've been trying to do some xml publishing via Framemaker 9. I've created EDD, DTD, rules, structapps, CSS (style sheet), and template files to transition manuals from framemaker to xml. However some of the text I see in the xml file isn't for

  • How to delete a photo from Device-Work/photos

    How to delete a photo from Device-Work/photosI saved a photo from my work email account (it's a picture of a golf green) and afterward, I noticed that I can't really do anything with it. How do you delete files from the "work" side of the phone? Also

  • ADF component with Facelets problem

    I use oracle ADF with Facelets, almost every components work well, except two problem. 1) <af:table>. If I defined af:commandLink for the column <af:column> <af:commandLink action="editTeam" immediate="true"/> </af:column> If you want to enter the li