Viewing 15 posts - 406 through 420 (of 473 total)
leokarp (12/21/2007)
December 21, 2007 at 8:00 am
If your vendor says his app is only 2000 compatible, I wouldn't mess with putting it on 2005, even if that DB is in 2000 compatablity mode. Even if...
December 20, 2007 at 3:02 pm
You mean they can't connect to the server at all, or they can connect, but just can't get xp_cmdshell to work?
December 19, 2007 at 9:37 am
It's finally solved.
Our network guy who(m) is much more clever than me added an entry in the PATH variable and it magically started working. Apparently the pdfcombine...
December 13, 2007 at 1:12 pm
Ahmed Bouzamondo (12/13/2007)
Hi,The code is good
Try just to execute in the command line
D:\JPMorgan_IMPORT\pdfcombine.exe D:\431411406.PDF D:\431411408.PDF D:\COMBINED.PDF to see if it works
Check the following link
http://www.coolutils.com/forum/read.php?f=1&i=914&t=914
Regards,
Ahmed
That's the strange thing. It works...
December 13, 2007 at 8:05 am
Scott Duncan (12/12/2007)
What service account is SQL Server running under? Make sure it has the necessary NTFS permissions to run the executable and write to the destination folder.
I don't...
December 12, 2007 at 2:58 pm
noeld (12/12/2007)
What authentication method are you using to connect to SQL Server, Windows authentication or SQL Authentication?
Windows Authentication. The user is both a sysadmin, and a local admin...
December 12, 2007 at 2:18 pm
This one was a fresh install. (Actually, I've never tried an upgrade from 2000 to 2005, I've always been lucky enough to have new boxes to work with)
November 9, 2007 at 12:37 pm
I think I've finally got this one nailed down.
There is an 'allow updates' option you can set with sp_configure. This was an option you could set in sql 2000,...
November 9, 2007 at 9:01 am
The schema_id is the correct id for whatever schema I create it in. (The problem applies to all schema). I just did a test and the principal_ID is...
November 9, 2007 at 7:28 am
Tried a service restart. No difference.
November 8, 2007 at 9:46 pm
Isn't that the same question as this one?
http://www.sqlservercentral.com/Forums/Topic420184-146-1.aspx
Rama (11/8/2007)
Could someone help me with a code that would simply zip a folder in the location 'C:/Temp/RG2'
as RG2.zip and...
November 8, 2007 at 3:04 pm
I'm going to try to bounce the SQL Server service tonight and see if it makes a difference. Probably won't, but shouldn't make thinks any worse. (famous last...
November 8, 2007 at 3:02 pm
Right...but whatever user the sqlserveragent service is running as will need appropriate permissions to the source/destination paths, and permissions to execute the zip execuatable.
November 8, 2007 at 1:42 pm
Your syntax looks OK off the top of my head. A couple of things to try:
1) You probably will need to put the full path to the zip executable...
November 8, 2007 at 1:33 pm
Viewing 15 posts - 406 through 420 (of 473 total)