Rod-
Hey. I appreciate the advice. I was using the wrong "Deploy" function. What I needed was to deploy the assembly, not the solution. To deploy the assembly, what I need to do is RHM on the assembly and select Deploy. Instead, what I had been trying was the pull-down menu Build/Deploy...
With the help of an in-house SQL Server user, I was able to find out that the declared type for my input argument was incorrect. I had declared it to be type varchar - not knowing the proper variable type information for SQL Server. So, when I declared the argument as "nvarchar(15)" - the same...
I'm having trouble with this scenario. The stored procedure (SP) does not seem to be reading my input argument, because when I use the input argument in the WHEN of the stored procedure, I get nothing in the resulting message. I can get a list of records back if I hard code (in the SP) the...
In my code, I'm using readdir to get the listing from a directory. Not sure the difference, maybe you can tell me - I haven't looked at this in a while.
When you have the filename, you can run the stat command on it. After that, you can use the S_ISDIR macro as in:
#include <sys/stat.h>
...
I'm rather new to BizTalk and I'm working through one of the example solutions presented in BizTalk Server 2004 Unleashed. In trying to deploy this solution, using "Build/Deploy Solution" while in the MDE, I see the following in the Output pane:
------ Skipped Deploy: Project...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.