At this point, I'd suggest you just delete any Ascential directories you still have on your machine. Assuming Version Control is all that is left at this point. Lastly, once all of the install directories are gone you should probably go in via regedit and remove anything left that still is related t...
Use the substring operator to check the first two characters. Basically: If link.NAME_COLUMN[1,2] = "SN" Combine that with the length check to get everything but the first two if that's what you need: link.NAME_COLUMN[3,Len(link.NAME_COLUMN)-2] Of course, some sanity checks on the ...
Couldn't hurt to open an issue with support, they should be able to either provide an explanation or deem it a problem. In either case, can you post back with whatever you find out?
Ok. Must be something specific in the way the triggers are setup, then. Your loop is just a numeric loop, set to iterate From: 1 Step: 1 To: 3? There is an example in the Designer's Guide, something similar to what you are trying to do. Check the Job Sequences chapter for the Examples of Using Loop ...
You can use terminator for the purpose of abort but there is no need of that in this basic case. You are jumping ahead, Kumar. We don't know what version they have, hence we don't know if they have a Terminator stage available to them. Sequencer obviously abort if any one of the job aborts for the ...
Umm... hello, did you say something? Oh, I see, in the subject line. Not the world's best place as it's not at all obvious until one replies. plz write a code so that we can know how to write routine Please check out (via the Manager) the sdk section of the Routines supplied with the product. All ki...