March 2008
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          
Search

 
Catagories
Archives
Recent Entries
Links
RSS

January 14, 2005

java ssl certificate import

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

using the keytool command, i made a certificate request. there were some interesting quirks importing the certificate, of course not well documented.

the first note, is to always always always specify the keystore in all the commands, otherwise the command just references the keystore (or just creates a new keystore) in the users home directory (windows or unix).

read more...
 
Posted by 7hz at 10:18 AM | Comments (0)

January 11, 2005

DTS & sql agent ownership problem

Catagory: sql server · This Entry · Comment(0) · eMail entry · Google
sql server

i'm having trouble with a sql job calling a dts package. the dts package runs fine, but does not run when executed from a job (my domain account is set as owner of the job, and i'm a system admin as well - but the sql server agent is a local account not a domain account)

ordinarily that would be fine - i'm the owner of the job so when the agent executes the job it should use the security context of my account. however i believe there is an additional twist to that, related to DTS packages. here's the catch . . .

read more...
 
Posted by 7hz at 03:32 PM | Comments (0)

DTS returns success even when step fails

Catagory: sql server · This Entry · Comment(1) · eMail entry · Google
sql server

I have a DTS package that calls another DTS package. For the first time, I noticed behavior where the subordinate package fails, but the calling package did not error and stop processing (all using the 'continue on success' workflow properties).

unlike other packages that do this properly without issue, i went ahead checked the "fail package on first error" property under error handling on the subordinate package - then the calling package stopped on that step as desired.

my theory is that the type of error causing the subordinate package to stop was not reported as an error in the same manner to the calling package - that's a feature or bug i'm not sure ?!

read more...
 
Posted by 7hz at 03:23 PM | Comments (1)

January 10, 2005

sql server error 7405

Catagory: sql server · This Entry · Comment(0) · eMail entry · Google
sql server

BUG: Can't Use SQL Enterprise Manager to Create Stored Procedures Containing Linked Server Objects




Applies to: Microsoft SQL Server 2000 Standard Edition
Article ID : 296769
Last Review : October 3, 2003
Revision : 1.0

This article was previously published under MSKB: Q296769

read more...
 
Posted by 7hz at 01:23 PM | Comments (0)