|
Use prepared statement - problem
|
| |
I would like to use own SQL statement in the lookup to restrict output to part of record SELECT emp_number, code FROM `hs_hr_emp_jobtitle_history` WHERE end_date IS NULL; The output contains 3 different records but Assembly Line returns "Multiple Line Entries" error: 21:39:45,530 INFO - [JDBCConnector_3] CTGDIS495I handleException ,... more »
|
|
TDI 7.0 System Store in Embedded Mode
|
| |
Hi, Our environment will have multiple TDI servers running on one machine. Each server will, of course, run with its own solution directory. Each of these server also needs its own system store. The easiest approach seems to use a Derby System Store in embedded mode where, if I understand correctly, one thread within the server's JVM is... more »
|
|
Initializing an AD Connector via the API
|
| |
Hello, I am working with TDI 7.0 and had previously had an issue with initializing an AD Connector via the API that was resolved with Fix Pack 1. I am now receiving a different error, as follows: java.lang.Exception: sysstore.getJdbcDriver().null I am setting the following parameters when initializing:... more »
|
|
TDI 6.1.1 - AL Remote API when running as windows service
|
| |
Hi, I've configured an AL as seen on TDI_AMC_Guide, so i can access it with AMC. when running the AL with "ibmdisrv.bat -c al.xml -d" - the AL runs fine, and listens on port 1099, and i can access it as i should with AMC. When I make this AL run as a windows service (using ibmdiservice), the AL runs fine, but doesn't listen on port 1099, and of course i can't... more »
|
|
Delta Changes for LDAP with Multiple Valued Attibute
|
| |
I have an AL set up with a a feed from an LDAP. It's search base is looking in the Groups ou. I am only feeding in 1 group which has a large number of unique members in the multiple valued attribute "uniqueMember" I can feed all of these members fine using a "Loop". What I was hoping to do is set up the feed as a delta so I can see... more »
|
|
Modify LDAP Search Base in Runtime
|
| |
Hi, I want to modify ldap search base during runtime, I used an ldap connector with interator mode, put following code in “before initialize hook”. thisConnector.connector.setPar am("ldapSearchbase","o=xyz"); But it sill use “<o=orgname>” when it running. Could anybody help me out? Thanks in advance... more »
|
|
|