Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  iWay Software Product Forum on Focal Point    Process Flow ending after SQL Stored Procedure

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Process Flow ending after SQL Stored Procedure
 Login/Join
 
Member
posted
I have a Process Flow that has four steps. First af course Start. Followed by a stored procedure deleteing the last five days of a transaction file. Then a Stored procedure to put the current date less 5 into a varable. Then process all transactions within the 5 day window.

I can get each indivudal part to run. However when placed in any order the SQL based procedure causes an end to processing. It works but the flow ends.

I have the connection arrow set for unconditional, but it is never followed.

Any guess why?
See Yall in Orlando

ENGINE SQLMSS SET DEFAULT_CONNECTION CABLEATL
SQL SQLMSS
DELETE FROM DM_SHIPPING_DETAIL
WHERE ([Creation Date] >= DATEADD(DAY, - 5, GETDATE()));


-SET &CURR_DATE = &YYMD ;
-SET &&AS_OF_DATE = &CURR_DATE - 5 ;
-TYPE Current Date is: &CURR_DATE
-TYPE As of Date is: &&AS_OF_DATE
-RUN


WebFocus 7.1
IWay 5.3
 
Posts: 2 | Location: Atlanta | Registered: November 01, 2005Report This Post
Member
posted Hide Post
Anyone have an extra "END"?

My code was missing one.


WebFocus 7.1
IWay 5.3
 
Posts: 2 | Location: Atlanta | Registered: November 01, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  iWay Software Product Forum on Focal Point    Process Flow ending after SQL Stored Procedure

Copyright © 1996-2020 Information Builders