This thread may help you out. It can work but does take some playing around. You will need to be able to use debug and logging to figure out where any problems lie on both devices. —————————————————————————————— Just as Labnuke99′s thread states. Juniper cannot change the phase 2 lifetime timeout, so make sure to set [...]
OpenVPN Installation: …content removed until permission is established. ================================= Please note that word-for-word copy/pasting of entire web pages is strongly frowned upon, especially when there is no attribution of original source. Tom
Hi, Yes you can, but it will only work interactively. It’s probably better to look at one of the alternatives like RUNSQLSTM. Regards, Martin Gilbert. if you are a heavy SQL shoppe, you may want to develop prototypes in RPG that use strings passed from CL, in order to execute the command. also, the product [...]
I would like to add the following to my question: - The notebook has Win XP Pro(SP 1) installed in it. - The LAN uses DHCP through Win 2k server.
Try using the port and cable on another computer. If it works with that computer, then the NIC on the problem computer is bad. If it still doesn’t work, replace the cable. If it still doesn’t work, try another switch port. Both cables and switch ports can fail. first ping 127.0.0.1 from laptop if it [...]
Each session is limited to 500 messages. The easy way to “solve” this is to increase your maximum. I don’t really recommend this. Instead follow the advice in this discussion and the MSKB article here. Also double check to make sure you exclude the proper directories from your AV here and here.
The error message pretty much says it. “This account has been temporarily suspended.” The user at yahoo.com that you are trying to email has had their account suspended for some reason.
I read your question as “..how can I find queries created within a certain period”. Use the DSPOBJD command to create a temporary file with object information : <pre> DSPOBJD OBJ(mylib/*ALL) OBJTYPE(*QRYDFN) OUTPUT(*OUTFILE) OUTFILE(QTEMP/myfile) </pre> Run query on the file and you ill find the field with the objects creation date. Did I get your [...]
<ul> For generating SQL source:</ul> If you have the iseries navigator, go to <machine> Databases <machine> Schemas <library> Tables. Right click on the required table and select ‘Generate SQL’. Do remember to click checkbox ‘include object short names’, in case the table has column/field names more than 10 chars long. <ul> For DDS source:</ul> On [...]
I would rather take your requirement as a “alert me” problem. Default SharePoint “Alert Me”, However, can not do that. If this requirement is crucial to you , then I recommend you take a look at SharePoint Alert Reminder Boost. Its reminder feature can do what you want.
Did you ever figure this out? We’re getting the same behavior. Also, if an appointment has a specific time start and ending, all that displays is “1 more item”, not even the event name. If we change the event to all day, it displays.
The TIME opcode with a 14-digit result field, the %DATE built-in, or the %TIMESTAMP built-in are three that come to mind. ================================================== The DATE positions 191-198 of the program status data structure provides a 4-digit year. Tom
select current date from myfile Did you mean in SQL on DB2/400? ====================================================== The default value for a DATE field is CURRENT DATE. The default value for a TIMESTAMP field is CURRENT TIMESTAMP. There is no need for a field-level keyword which is probably why there is none. Tom
Typical destination ports are 80 – http and 443 – https. Other ports may be used as defined by the site. Source ports are typically greater than 1024 and will vary from system to system. — You can find a document here. The text summary of that page: <pre> The text summary of that page: [...]
endtcp and strtcp
Is the data file set to unrestricted growth ? (on your database properties->files check the ‘Autogrowth’ values) ————————-
There is no RIGHT function in SQL only a LEFT. Your best bet is to use a SUBSTR function if the field is an exact length to extract the last 6 positions Example – Select SUBSTR(gmans,strpos,6)from f0901 where strpos is a numeric starting position. ======================================================= Note that RIGHT() is a scalar function available in DB2 [...]
Hi For any version or upgrade, you can find release notes. This would be the starting point. then go through the individual components to understand further. It is difficult to go through here the whole differences. As a functional consultant, it would not be a problem to do the configuration in ECC 6 or 5 [...]
You should be changing the Overlay with the new object while compiling the printer file. You can find the below parameters on CRTPRTF command. <pre> Front side overlay: Overlay . . . . . . . . . . . *NONE Name, *NONE Library . . . . . . . . . . Name, [...]
I would reduce the left and top margins in Word and run through the whole prcess again. Err down and to the left .. maybe that should be increase the left margin and decrease the top margin. Phil







