This is how I overcame this:Call the whole Logic 2 Times, to call each PDF.First time, without requesting PDF data.Get the pagecount from one PDF and add it to a global variable.Pass this variable + 1 to the next PDF to use as PAGE X of Y, which will...
Modified the following statement in 3 SELECT statements as below and the problem was fixed.
and B.SERVICE_TYPE_NAME='indexserver'
to
and ( B.SERVICE_TYPE_NAME='indexserver' or B.SERVICE_TYPE_NAME='nameserver' )
Hello.
I'm testing the script, great job!!
When executing the script with the parameters -cd -od (or -cd -od -cl) , shows this error:
* 257: sql syntax error: incorrect syntax near "BACKUP_ID": line 1 col 44 (at pos 44) SQLSTATE: HY000
Could you p...