Here’s a recent discussion that should help. ————- 09/01/09 Didn’t read your question closely enough. You trigger on add/update/delete not commit. The add/update/delete makes the file changes but keeps the records locked The Commit releases the locks and moves the boundry in the journal but doesn’t fire a trigger. On the other hand, you could [...]
When you did the ADDPFTRG, you specified what program gets called when action is done to the file. The call the this program will have regardless of how the files is updated (Batch or Interactive). So I am suspecting that the problem is in your trigger program. Can you show us the code?
Hi, You can change the default OUTQ for a particular user by using CHGUSRPRF Command. <pre>CHGUSRPRF USERNAM</pre> Take F10(Additional Parameters) and You will find an option for having OUTQ. <pre> Change User Profile (CHGUSRPRF) Type choices, press Enter. Group profile . . . . . . . . . GRPPRF > DEVGRP Owner . . [...]
You can use RUNQRY command for writing the PF to Printer. You will need to select Report Output type as <b>*Printer</b> <pre>Report output type . . . . . . . > *PRINTER *RUNOPT, *DISPLAY… </pre> Pradeep.
OK here’s a shot. because APGLDT is numeric you don’t need the ” ” around the data to be compared &POST is of char type but as long as it looks like a number when the string is built it should work fine. OPNQRYF FILE((*LIBL/APH *FIRST *ONLY)) + QRYSLT(‘APGLDT *EQ ‘ *CAT &POST + *CAT [...]
The query select is processed twice – once by CL – processing your string commands then by the database manager. When this string is processed by CL ‘APCMPY *EQ ”*CAT XPCMP *CAT”’ It gets. APCMPY *EQ ‘ *CAT XPCMP *CAT’ But thats not what the query processor needs which would look like this – if [...]
Which version of iSeries Access have you got installed on your laptop? Also which service pack have you got loaded.
If you have the rights and competence to do that, uninstalling Client Access, rebooting and reinstalling the package should fix the problem. Note from Don: I have run into the error after a hardware refresh. The issue was the PC’s had version V5R3 Client Access loaded as well as V5R4 iNav. When you uninstall, make [...]
Good morning. Have you checked your sqlnet.log files on the remote systems? Any errors encountered during connections should be logged there. Also, have you turned on tracing? This could also help diagnose the problem. One last question: Has anything changed in your environment (network, Oracle upgrades, DNS routing) which could potentially impact this? I hope [...]
Aks2507, Something is not set properly. 1. Firewall – Check your firewalls to make sure that the port is not being blocked. 2. Verify that you are putting in the correct information IP address, Port, Service_name 3. Perform a TNSPING If the ping command succeeds, than it might be a firewall problem. Typically, when you [...]
(1) If doing a Cobol READ, you can avoid the question of locks by using READ WITH NO LOCK. (2) If doing an SQL SELECT, you can avoid the question of locks by using WITH NC as the last clause. (3) In various OSes, you can set your general commitment level to read without locking, [...]
First off, The way I read your question tells me you want to Clear a File and after that check to see who is using it. Is that correct? If so, could you explain why. I would think you would do it in the reverse order. Make sure no one is using before the clear. [...]
machines did not report to the WSUS server. Maybe there is a connectivity issue, that the end machine cannot contact the WSUS server. Run a client Diagnostic tool from Microsoft from the machine side. http://technet.microsoft.com/en-us/wsus/bb466192.aspx there are other tools to help you troubleshoot +++++++++++++++++++++++++++++ Two things you can do. 1) go to the client machine [...]
I found the answer to this. It has to do with a registry entry. If the server is created using a template, such as our vm servers, or was cloned with cloning software, then we have to go delete two registry keys. This is because the keys already exist on the original server and are [...]
Try replacing the ‘_’ with ‘x’ in the element names and the places where those names are used, which is only in the corresponding calls to MM_swapImage, <pre>I.E.onmouseover=”MM_swapImage(’4x6activites</pre> name=’4x6activites’>You don’t need to change any file names.
Hi, You should be able to do this using the DAYS function :- DAYS(Enddate) – DAYS(Startdate) Regards, Martin Gilbert.
This Answer may help. ================================================== Unfortunately, that referenced answer doesn’t address the question. No, the startdate and enddate fields should be DATE or TIMESTAMP fields or be DATE expressions. You may convert various character fields into “dates” with a variety of functions. Overall, you shouldn’t be using Query/400 at all. Use Query Manager instead. See [...]
Use the option List, Export, Spreadsheet and finalty use the XML format
There are many partition resizing tools, but there is no free for Servers. It is easy to resize partitions. You just need to shrink your partition D and then extend the C drive. http://support.microsoft.com/kb/323442
ATG Dynamo is the name of a J2EE application server offered by ATG and a web application framework for building web applications. The application framework can also be run on all major J2EE application servers (JBoss, WebLogic, WebSphere etc…). The framework forms the foundation of all ATG product such as its flagship eCommerce product which [...]







