Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Open deployed Integration Library

Created: 12 Jan 2011 | 1 comment
Bondo's picture
0 0 Votes
Login to vote

Does anyone know of a way to open deployed custom integration libraries?  I have had success opening already deployed workflow projects from the server grabbing from the "release directory" but I cannot seem to do anything with the custom integration library that is just XXXX.dll .  I am trying to retreive the sql code that is contained inside.

Any suggestions would be appreciated.

 

Thanks 

Comments

reecardo's picture
12
Jan
2011
0 Votes 0
Login to vote

You can't... you'd have to

You can't... you'd have to have the .Integration (or .SymWorkflow in newer WF7.1 versions) file associated with it to open it in the tool. Your other option is to reflect the code via a 3rd party tool.

 

Yet another option (for your particular case) is to run a trace against your database while the component executes so you can see what's happening