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     [CLOSED] Database where to get task in Schedule from?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Database where to get task in Schedule from?
 Login/Join
 
Platinum Member
posted
Hello,

I am trying to get the Connection between the Tasks used in the schedulers and the schedulers.

In botlog2 I get the Tasks by rc_message like 'WebFOCUS ...'
and the stat_bt_Name, which I can join with botlog's stat_bt_nmae, sowthat I get the scheduleid and with wf_reposobj the Schedulername.

But somehow it does not really work, because of the join between the stat_bt_name's from botlog2 and botlog...
select --taskobj,
--sched_id,
--prt_path,
substr(FexName, 1, INSTR(FexName,'.',5)-1) as FexName,
FexPfad,
substr(ZeitplanName, 1, INSTR(ZeitplanName,'.',5)-1) as ZeitplanName,
ZeitplanPfad
from
(select distinct substr(a.rc_message,INSTR(a.rc_message,'/',5,Length(a.rc_message)-Length(Replace(a.rc_message,'/','')))+1) as FexName,
substr(a.rc_message,39) as FexPfad,
c.objname as ZeitplanName,
substr(c.prt_path,16) as ZeitplanPfad
--,a.taskobj, b.sched_id, c.prt_path
from webfocus.botlog2 a
left join webfocus.botlog b
on a.stat_bt_name = b.stat_bt_name
left join webfocus.wf_reposobj c
on c.handle = b.sched_id
where a.rc_message like 'WebFOCUS Report%'
)


can someone tell me a SQL or webfocus Report were I can find the Tasks used in´the schedulers??

Thanks

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 177 | Registered: October 17, 2017Report This Post
Expert
posted Hide Post
Hi Jenni,

Look at the table BOTTASK. TASKOBJPATH is the column I think you want.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Hi Tony A,

there is noh Taskobjpath, only taskobj.
But I want to join it sothat I get the fexname which is used in a Scheduler, and the schedulername with path.
My SQL works, but it doesn't match all the schedulerid's.


WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 177 | Registered: October 17, 2017Report This Post
Expert
posted Hide Post
Hi Jenni,

Below is a screen grab of the BOTASK table within my local WF 8.2.01 report caster tables.



T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Virtuoso
posted Hide Post
That must be a new field in 8.2.0x as it does not exist in 8.1.05.

Jenni

You should probably open a case with techsupport on this.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report 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     [CLOSED] Database where to get task in Schedule from?

Copyright © 1996-2020 Information Builders