Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FDM API to check POV is locked or not

Lian NorliansyahApr 3 2013 — edited Apr 4 2013
Hi,

Anyone can help on how to create a script to check whether FDM POV is locked or not?
I want to write a script that read a data file, then pass the POV in the data file to FDM
and check whether the POV in FDM is locked or not. Any guide / hints will be helpful.
Thanks.
This post has been answered by LarryR on Apr 4 2013
Jump to Answer

Comments

LarryR
In the Object Browser, there is an Accelerator for Get POV Lock Status.
Lian Norliansyah
Hi Larry,
I want to use FDM script to check.
Is the Object Browser accessible using the Client interface only?
Lian Norliansyah
I tried to initialize the script as follow:

Dim objStatus As objProcessStatus

Set objStatus = API.MaintenanceMgr.fProcessStatus(zLocation,zCategory, zPeriod)

I got the following error:
"1025 - Expected end of statement"

This error is on the Dim objStatus above.
Any advise how to make it work?
LarryR
Answer
The web client is inadequate for relatively complicated Event and Custom scripts. You should use Workbench to edit those scripts. In Workbench, there is an Accelerator that defines exactly how to retrieve the POV Lock Status.
Marked as Answer by Lian Norliansyah · Sep 27 2020
Lian Norliansyah
Hi Larry,

Thanks for your help. It works!
1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 2 2013
Added on Apr 3 2013
5 comments
533 views