Active Directory access in SSIS
Does anyone have any examples of setting up a connection manager in SSIS to read information from Microsoft Active Directory? I would like to retrieve a list of users and populate them into a SQL...
View ArticleActive Directory connection from SSIS
I'm trying to query against AD to grab some data. I've done this setup and got it to work at my location but can't get it working at one of my customers. Per information I've found via this site I...
View ArticleMy date column showing null values when pulling from Excel
Hi gurus, I have two date columns in the report and they are date format. My requirement is user downloadds the report and puts date values in those two fields and save into file share. I have to loop...
View ArticleActive Directory Query and Variables may not change type during execution ERROR
I am querying Active Directory in an Execute SQL Task with the following query: select sAMAccountName, displayname, title, telephonenumber, department, mail, l FROM 'LDAP://MyDCInfo' where objectClass...
View ArticleHow to retrieve multivalued attribute from LDAP using SSIS and SSRS.
Hi All, I am facing problem with multi valued attribute like 'Description' . I am trying to retrive information from active directory (LDAP). Every thing is working fine.But for Description column...
View ArticleGet user email address from active directory
Need to get users email address from active directoy. I try to use System.DirectoryServices.AccountManagement. But I have problem to add the reference. I found someone else also post the same problem...
View ArticleProcessing data from ADO .NET Active Directory source fails
I want to get data from Active Directory and insert it into an SQL server table using SSIS. Using this very helpfull link...
View ArticleData Transfer from Active Directory to SQL Server
Hello,Is there a way of setting up a job, that will run periodically, that will transfer data (users, groups, ...) from Active Directory to SQL Server?Thank you.
View ArticleLDAP Data Source
Hi I need to export data from an LDAP-compliant data source, to a SQL Server database. Is this possible with SQL Server 2005 Integration Services? The Import and Export Wizard does not appear to...
View ArticleActiveX script to grab all users in Active Directory and tranfer to SQL Server.
Hello,Does anyone has any idea, or information on how to write an ActiveX script to grab all the users from Active Directory and transfer it into a recordset, SQL server, etc..Really need help.Thank...
View ArticleError while creating SSIS connection
I am connecting ADAM[Active directory in application mode] using SSIS using OLEDB connection manager. I have created SQL/LDAP query "SELECT cn, displayName, descriptionFROM...
View ArticleHow to extract information from Active Directory
Hello, I want to extract user information from Active Directory and dump the results to a table or text file using SSIS. I created a Connection Manager pointing to a domain Controller and a...
View ArticleSSIS Transfer from Active Directory
I hope this topic is appropriate for this forum. If not, I pre-apologize. I have an SSIS package that takes data from active directory and dumps it to a table. Here is the query I am using:...
View ArticleHow to Install SSIS
Can someone tell me how to install SSIS? I've gone through Add/Remove programs, and attempted to update SQL Server 2005 but cannot seem to find the correct components to add, and since I cannot see the...
View ArticleNulls created by SS Agent, but not IS
I'm moving Avaya CMS data from Informix to SQL Server. I have several data flow tasks - one per table, and some of them work fine in any circumstance, while other work fine when executed manually from...
View ArticleScript Task
Hi all, I have a script task in ForEach loop where it opens the flat file, writes the record in the file and then closes the flat file. Now the script task is able to write all the records (about...
View ArticleObject variable lost in Script Task
In my SSIS package I have a object variable which gets intialize inside foreach loop container in Script Task. When I debug the code i see the values are adding to object. I'm using the same object...
View ArticleSSIS Login Error
I have an agent job that calls an SSIS package on Server-A, the SSIS job logs into a database on Server-B. The problem started when we updated our domain, when the domain was updated the named changed...
View ArticleProblem in Execution of flat file to database table in SSIS
I have aflat file having column ID, Name, Address with some record, and i have a table in my Database with column ID int,Name varchar,Address varchar ID, Name, Address 1, samy,GGN 2,ruby,GN A,mac,ggn...
View ArticleImporting XML files into SQL Table
Hi Scholars, I need some help on importing data from complex XML files into a SQL table in SSIS: I was able to achieve this with a few XML files, which had a joining condition between different...
View Article