Viewing 15 posts - 121 through 135 (of 141 total)
Neither one of these statements work. The first one doesn't recognise givenName and sAMAccountName.
Update DT_Users
SET givenName = DT_Users.Firstname, sn = DT_Users.LastName,
company = DT_Users.Company, title = DT_Users.Title, mail = DT_Users.Email
FROM...
July 20, 2004 at 2:53 am
Thanks, that's worked. However the script is not doing what I want it to do.
INSERT INTO DT_USers(Login, FirstName, LastName, Company, Title, Email)
SELECT sAMAccountName, givenName, sn, company, title, mail
FROM OpenQuery(
ADSI,'<
July 19, 2004 at 8:56 pm
I get an error message when I run the following script
Server: Msg 446, Level 16, State 9, Line 2
Cannot resolve collation conflict for equal to operation.
INSERT INTO DT_USers(Login, FirstName, LastName,...
July 18, 2004 at 10:17 pm
Thanks for that but...
I'm a little confused with ADSI,';(&(objectCategory=Person)); Is this instead of or as well as ADSI,'<LDAP://Server/OU=User Accounts,DC=company,DC=com,DC=au>;(&(objectCategory=Person));
sAMAccountName, givenName, sn, company, title, mail,
adspath;subtree')
I done
INSERT INTO DT_USers(Login, FirstName,...
July 18, 2004 at 7:14 pm
I can't thank you enough Jamie, I was going insane over this.
Thanks Heaps
July 15, 2004 at 4:30 pm
O.K I've completely stuffed it now, it's not even changing the name of the file in the test destination. Before it but the date and time on the end now...
July 15, 2004 at 4:30 am
I've been having a lot of problems posting lately. I hit "Post Reply" and deletes everything I just wrote, so please bear with me.
It seems to me it is the...
July 15, 2004 at 2:50 am
Thanks, that worked perfectly, you legend.
Just another question (I'm drawing a blank at the moment) I want to insert this data on a scheduled basis where the sSMAccountName is equal...
July 14, 2004 at 6:37 pm
This is becoming quite the project isn't it
O.K here's the lastest problem. It seems to be dumping files properly.....but (you knew there has...
July 14, 2004 at 6:08 pm
Well that makes sense.
I've commented the messages out and it runs fine until I run the whole thing has a schedule again. This is the error message:
DTSRun: Loading... DTSRun: Executing... ...
July 14, 2004 at 3:20 am
Wow, that's awsome.....thanks
It may take me a while to go through all of this, but thanks heaps
July 14, 2004 at 1:47 am
Don't you hate that
The ActiveX package now works whhoooohhoooo ........but
I run the package manually and...
July 13, 2004 at 5:10 pm
Gees I felt like a goose then, but I've changed it and it still doesn't work, this is the exact error message:
Error Source : Microsoft Data Transformation Services (DTS) Package
Error...
July 13, 2004 at 7:06 am
O.K, the only line that seem so have a problem is:
DTSGlobalVariables.Parent.Connections("Test File (Destination)").DataSource = "\\sun\kris\I52_Invoice" & dtstr & '.txt'
Everything else seems to run fine.
Again, thanks heaps
July 13, 2004 at 6:47 am
Thanks sooo much for your help (and patiance :-))
I have changed it to the following and it says there is an error on line 7:
Function Main()
Dim dt, dtstr
dt = Now
dtstr...
July 13, 2004 at 5:37 am
Viewing 15 posts - 121 through 135 (of 141 total)