Search found 4 matches

by SunDev
Tue Jan 26, 2021 5:49 pm
Forum: Online proofing (PDF Review Module)
Topic: Log Full Of Error Messages
Replies: 3
Views: 12900

Re: Log Full Of Error Messages

Thanks. I'll contact them.
by SunDev
Fri Jan 22, 2021 11:39 pm
Forum: Online proofing (PDF Review Module)
Topic: Log Full Of Error Messages
Replies: 3
Views: 12900

Log Full Of Error Messages

I'm getting this message in my log "Job with ID 'da55a6f81c5944ac898e9b38dc3dada9' not found". With alternating ID's over and over and over. It's filling up my logs with errors. It specifies in the log that it is be coming from the PDF Review module element. I have looked at the flow, I ca...
by SunDev
Thu Mar 07, 2019 6:20 pm
Forum: LEGACY scripting
Topic: GetPrivateData Iteration
Replies: 2
Views: 4693

Re: GetPrivateData Iteration

In case other people have experienced this. After extensive digging I have found that the object returned from getPrivateDataTags cannot be read via vbscript. Example: datatags = job.getPrivateDataTags() Call job.Log(MESSAGELEVEL_DEBUG, TypeName(datatags)) 'This works. String() is the response Call ...
by SunDev
Thu Mar 07, 2019 2:49 am
Forum: LEGACY scripting
Topic: GetPrivateData Iteration
Replies: 2
Views: 4693

GetPrivateData Iteration

I am trying to iterate through the collection/array and get the values that comes back from the getPrivateDataTags on the Job object using VbScript. I'm running into an issue. Whatever I do, I cannot iterate through the collection or get any values from the collection that comes back. I have tried m...