Solved
What happend with stored procedure post_sync in IAM?
Until 2018.3 there was the post_sync procedure, which could be used to execute some statements after the synchronization process.
The main reason why I am asking, is because I like to execute this statement after every sync:
EXEC [dbo].[task_switch_path] @project_id = @project_id, @project_vrs_id = @project_vrs_id, @old_path = 'S:\Thinkwise\Applications\', @new_path = 'Applications\', @use_iam_project = 0
Is there any alternative?
The main reason why I am asking, is because I like to execute this statement after every sync:
EXEC [dbo].[task_switch_path] @project_id = @project_id, @project_vrs_id = @project_vrs_id, @old_path = 'S:\Thinkwise\Applications\', @new_path = 'Applications\', @use_iam_project = 0
Is there any alternative?
Best answer by Jeroen van den Belt
Hello Harm,
Thank you for posting your question. We'll look into the possibilty to reinstate the post_sync procedure into our new synchronization mechanism. We'll keep you posted when there are any updates.
View originalThank you for posting your question. We'll look into the possibilty to reinstate the post_sync procedure into our new synchronization mechanism. We'll keep you posted when there are any updates.
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.