We use Pathfinder from Hawkeye Information systems to do the research you just described. Not only does it find every query and program that use the file but it also builds a mass compile list for you to recompile the programs that are affected by the file change.
Hi Jim!! Refer to the following article: http://www-128.ibm.com/developerworks/lotus/library/dominowebserver-security/ It will help you. Regards, Nilesh Roy.
The problem is described by reason code ’4′. Message SQL0752 in QSQLMSG lists the reason codes. “4 — The connection is locked by another invocation of Interactive SQL, or there is a level mismatch between the Interactive SQL product and the DB2 UDB for iSeries product.” You already have a connection to the database in [...]
1). FTP this file from your VAX system to your Linux system. 2). Make sure you copy it as a BINARY file. 3). Run the import function from Linux. It shoud be that easy….
I doubt that such a function exists. What you want is essentially to retrieve count(*) in place of your selected column(s). Oracle appears to handle cursors very efficiently by not bringing back all of the rows at once, but only as it needs more to satisfy a fetch request. You could could do that “SELECT [...]
I’ll show you the SQL to do this below, but first I have to explain something. During any two separate SQL executions, each timestamp will have a different value. For example, (examples shown in DB2 syntax): INSERT INTO xxx VALUES(CURRENT TIMESTAMP); INSERT INTO xxx VALUES(CURRENT TIMESTAMP); The two timestamps will have different values, even if [...]
I had same kind of errors due to CCSID. MMAIL is tested in a 400 with QCCSID=037 & jobccsid 037 As I have a 400 with qccsid = 65535 & jobccsid = 297 (ie from France), I had the @ char transformed to a (classic conversion error). So I have found one configuration where message [...]
Hi, Not sure about q1. But for q2 and q3, you can easily check the same using TOAD. It provides you the TAB (Referentials / Used By) for the dependant and referenced objects. You would be able to get information on procedures / packages written in database. But with reference to the proc*c or c++, [...]
There are many tools out there, but the one I use primarily and is free is Microsoft’s Log Parser 2.2. It supports text, CSV, and XML formats. There’s some training curve involved, but that’s the same with any other tool. You can download it from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&DisplayLang=en
What does your SQL statement look like ?
iis6.0 does not have inbound mail support.. BUT since iis6.0 is part of Server 2003 you can add pop service (pop3) to accept incoming mail.. this is where the MX records come into play with DNS and AD
fingerprint reader is simply one type of authentication method, like a password/passphrase, a digital token or CAC card. It’s not the reader which will enable or disable the account, but the directory services behind the authentication process (Actve Directory, RADIUS, NDS, etc…). Look at your authentication server to perform some action upon login via biometric [...]
In 2003 we migrated from V4R5 to V5R2 and had SQL “issues”. Can’t remember exactly what they were but I have an archived email that says the solution was the deletion of QGPL/QZDAPKG *SQLPKG. Once deleted this is recreated by QUSER and solves the problem – whatever that may be. Apologies for the rather un-specific [...]
I have never used this utility but I would say you are approaching the problem from the wrong angle. I would change the Password Requirement to Strong Password requirements. More that 8 Charectors and Must use numbers and Capitals (special charectors like !@#$%^&*() never hurt either.) I would then Set all accounts to require a [...]
The answer is complex. You can use checkpoint NGX firewall with web intellegence license and block attachments by not allowing the POST method.You can also use the microsoft RMS product and specify strict controls over sensetive files – that will prevent users from send those files via email. You can also install controlguard on you [...]
Your DSN is OK: manual sql is successfull. it seems to me that you can adapt your problem : If you type in manual sql select * from … then clic on the button to show the graphic assistant, does MSQuery shows the file fields ? if yes, you have force msquery to help you [...]
Use: EXEC SQL UPDATE firstTable ft SET (firstField, secondField) = ( SELECT st.stuffForFirstField, st.stuffForSecondField FROM secondTable st WHERE ft.linkage=st.linkage) WHERE firstTableCriteria=:yourCriteriaHere; /s/Sheldon Linker
Think you need to be a little more specific. Are you a user or a programmer. What would be using the sql in.
The point of hash partitioning is: let the DB manage the partitioning automatically. Therefore I do not think you can control it. If you want to control partitions within each range, you could use range-list partitioning, as long as you are working at least with Oracle 9iR2, which is recommendable for data warehousing, anyway.
hai iam rajkuma from India As per ur Q? Abt ASAP that i know If ur technical student u should select ABAP bec’use that was based on Technical subject If u wanna a Fuctionality there will be a SD-> Sales & Distrubution ,MM-> Material Management Like wise 28 modules r there ………….. Bec’se ur B.sc [...]





