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  WebFOCUS/FOCUS Forum on Focal Point     CAN'T GET OUT OF SUB SERVER ENVIRONMENT

Read-Only Read-Only Topic
Go
Search
Notify
Tools
CAN'T GET OUT OF SUB SERVER ENVIRONMENT
 Login/Join
 
<Heather>
posted
I'm executing a MSSQL stored procedure in a hub to sub environment and I can't do any further processing after the -REMOTE END command. (the on table hold format focus statement is because I'm reading in a text field)

Configuration is: MRE to Reporting Server (which resides on an MVS mainframe) connecting to a IBI SQL adaptor on a Windows 2003 Virtual server that is then pointed to specific SQL servers/data bases etc.

-DEFAULT &StartDate_Time = '11-01-2007'
-DEFAULT &EndDate_Time = '11-14-2007'

-MRNOEDIT BEGIN

REMOTE DEST = WFSA2003

-REMOTE BEGIN

SET SQLENGINE = SQLMSS
SQL SQLMSS SET SERVER STTOPC01
SQL SQLMSS

EX ShiftLogReporting.dbo.hd_DownTimeExcelReport '&StartDate_Time','&EndDate_Time';

TABLE FILE SQLOUT
PRINT *
ON TABLE HOLD FORMAT FOCUS
END

TABLE FILE HOLD
PRINT *
WHERE OPUnit IS-NOT MISSING
END

-REMOTE END
-MRNOEDIT END
 
Report This Post
Virtuoso
posted Hide Post
-REMOTE END

tells the FOCUS language you are through running the code on the application server and all should now occur on your desk top in the world I know. What is your environment as all would say, please update your signature.

Try taking out the 'remote end' or move it to the end of the entire 'code'.


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
Virtuoso
posted Hide Post
Try:
-DEFAULT &StartDate_Time = '11-01-2007'
-DEFAULT &EndDate_Time = '11-14-2007'

-MRNOEDIT BEGIN

REMOTE DEST = WFSA2003

-REMOTE BEGIN

SET SQLENGINE = SQLMSS
SQL SQLMSS SET SERVER STTOPC01
SQL SQLMSS

EX ShiftLogReporting.dbo.hd_DownTimeExcelReport '&StartDate_Time','&EndDate_Time';

TABLE FILE SQLOUT
PRINT *
ON TABLE PCHOLD AS TOUT FORMAT FOCUS
END

-REMOTE END

TABLE FILE TOUT
PRINT *
WHERE OPUnit IS-NOT MISSING
END

-MRNOEDIT END


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     CAN'T GET OUT OF SUB SERVER ENVIRONMENT

Copyright © 1996-2020 Information Builders