From: <Mar...@ml...> - 2002-04-05 13:36:17
|
Hi, maybe this is a really simple question but at the moment i am not able to help myself out. I have a script that checks the entries on my ldap for updates or changes. Ordinarily I get the data in a csv file go through it and check if the entry on the ldap differs. If I check the values of the attributes it works fine an changes them if needed. But if the whole DN of the dataset has changed I read some attributes from the Dataset on the LDAP, delete the old entry and after all I create the dataset with the new DN and a mix of new values (f.e. mail) and old values (f.e. password) I get error messages from my db2 database like "[IBM][CLI Driver][DB@/6000] SQL0954C Not enough storage is available in the application heap to process the statement. SQLSTATE=5701" even if I increase the application heap to an enormous size it works not in a stable way. Maybe the way I handle datasets with modified dn's is wrong. Is there an easier possibility to change the dn (not the realtive !) ? Thanks for your support. Cheers Martin |