Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
All,
I have a requirement to read database details from XML file, i was able to create the parameters, but while running the job i'm getting string cannot be resolved to a variable
Hi,
possible you try to access variable by a wrong way
to retrieve stored variable you need to use (Type)globalMap.get("VariableName"),
as an example:
(String)globalMap.get("db_host_name")(Integer)globalMap.get("db_port")
possible you just use a variable name.
regards, Vlad