This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
When an employee leaves, their personal folder and any subfolders and files they have created needs to be deleted. I know I can delete an empty directory, but how can i find/delete all the files and subfolders they've created?
I'm working on a long pipeline that calls a number of child pipelines and passes a lot of data. Is there some way that I can design the pipeline, so that my original documents values don't get buried in many layers of $original.original.original... ...
I can use the Disable Entry snap and it successfully sets the Active Directory userAccountControl attribute to 514. But I can't figure out how to Enable an account that has been disabled. I've tried setting the userAccountControl attribute to 512, ...
We currently have a PHP application which extracts changed source packages from our Oracle DB, and checks them into SVN nightly. Is there a way I could do the equivalent using Snaplogic? I can extract the changed source from Oracle using SQL. I wo...
We are having issues with output when running our PL/SQL programs from Snaplogic.
Many of our existing pl/sql packages use DBMS_OUTPUT to write some information about the execution of the job–like row counts, any warning messages etc. When run from ...
It's not snaplogic related files. This is part of an identity management system. When an employee leaves, all their personal files and folders need to be deleted off a windows server. This was done before with Powershell scripts, but now convertin...
To handle the GTT reporting issue at this point. I’ll try adding a job submission identifier to the GTT, so that each program can query for it’s own output.
Thanks. I’ll submit a ticket about supporting DBMS_OUTPUT.
As far as the GTT issue, we have over 100 pipelines running now, and many more to convert from our current scheduling software. I don’t think that creating and using a different account for...
Yes, it would be very helpful if the stored procedure snap could capture the DBMS_OUTPUT. In the meantime, I’ve written a procedure that writes to a file, that we can use to replace the DBMS_OUTPUT calls. But it does mean substantial changes to eac...