It's sounding like I should think up something else. I would do it int .net, but the problem is that table that this data is put into is a staging table for it being put elsewhere. There is no guarantee that any .net program could get to the data fast enough before it was moved out to the real...
I'm not sure the example you gave would work anyway. I'm trying to take the text value of F[37] and put it into F[51]. The example you gave would just rename the node. Besides the fact that you didn't put the data between the opening and closing nodes.
Just to start I have a product (that I did not create, so I cannot change the code) and it is outputting some XML derived from a fixed width text file. The XML is in the below format. I've written a query to replace the value of F[51] with F[37]. However, it is really slow. For a record with...
We figured it out. We created server records in our second domain pointing to our first domain, so now all's I have to do is reference mydomain.dom. It was a dns/open port issue.
objLDAP.OpenDSObject("LDAP://mydomain.dom/ou=test,dc=mydomain,dc=dom",strUsername,strPassword, 0)
My code is below. I am trying to create an LDAP account using a local user (specifically so it can be used by my web server's IUSR account). We have two domain controllers with "A" records (ldap.mydomain.dom) for both. That way we have failover if one server is not accessable. I put the dns...
My code is below. I am trying to create an LDAP account using a local user (specifically so it can be used by my web server's IUSR account). We have two domain controllers with "A" records (ldap.mydomain.dom) for both. That way we have failover if one server is not accessable. I put the dns...
I work for a school and every year we have an influx of new students. We don't want to manually create AD user accounts and mailboxes for each student ... so we decided to automate the process. We can create the AD accounts fine. The trouble comes in creating the exchange 2003 mailbox. I'm...
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.