Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

Unable to lock a location with my custom script

Hi All,

i am able to lock the locations by passing a "wild card" value in my query in custom script.

i need to lock only the current location, so i need to pull the location name and pass it to this script.

how can i do that, i tried many ways, but the SQL query is messing up.

please help.

strUpdate = "update tlogprocess set intlockstate='60' where partitionkey in(select partitionkey from  tpovpartition where partname like 'Sales_%')"

strBuf = strUpdate + "\n"

Params = []

fdmAPI.executeDML(strUpdate, Params, False)

rc = writeToFile(strPath, strBuf, "a")

fdmAPI.commitTransaction()

fdmAPI.closeConnection()

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center