Get answers.  Share knowledge.  Collaborate with peers.




Oracle Forms 6i when-validate-item trigger not firing

i have set the validtae from list property of my item to yes but stil on navigating to other filed from the item text box the lov list does’nt  pop up



View Discussion   |  February 21, 2013  6:24 AM
Oracle Forms, Oracle Forms 6i, Oracle triggers
10 pts.

Compiling error

We can’t answer without some idea of what you’re asking about. What are you compiling? What are you using to do the compile? What platform is it running on? What OS are you using? If there are errors, what are the error messages or codes, especially including any identifiers? — Tom



View Discussion   |  February 21, 2013  4:53 AM
AS/400, Batch program
discussed by:
TomLiotta
110,215 pts.

Setting up a RAID 1 from an internal HD to an external HD

If USB 3.0 is fully supported by the system, then external RAID configurations are very feasible. — Tom



View Discussion   |  February 21, 2013  4:47 AM
Backup and Recovery Hardware, Backup and restore, Backup storage, RAID, RAID 1
discussed by:
TomLiotta
110,215 pts.

Can I override the record format name in a CLLE to be used in an RPGLE or can I qualify the record format name with a field value?

I don’t like this, but you might consider OPNQRYF. This is conjecture for brainstorming; but parameters are all open to CL variables, so you can provide input choices through the FILE() parameter. You can create a “model” file description with a format named something like FILEmdlR and compile your target program over the model. OPNQRYF can then use FILEmdlR to map fields the FILE() to its output. It’d probably be ugly. — Tom



View Discussion   |  February 21, 2013  4:08 AM
AS/400, CLLE, OVRDBF, RPGLE
discussed by:
TomLiotta
110,215 pts.

VER description

Extremely hard to say with such small amount of context. However, most likely it doesn’t “do” anything. It’s likely just the name of an object attribute that holds a “version description”. — Tom



View Discussion   |  February 21, 2013  4:05 AM
VER_DESCRIPTION
discussed by:
TomLiotta
110,215 pts.

ITKE Answer or Discuss

“It ain’t what you don’t know that gets you into trouble. It’s what you know for sure that just ain’t so.”  Mark Twain



View Discussion   |  February 21, 2013  2:57 AM
Answer Wiki, ITKE
discussed by:
philpl1jb
44,630 pts.

Setting up a RAID 1 from an internal HD to an external HD

Does your answer about being horribly slow even if external is the new much faster usb 3.0?



View Discussion   |  February 21, 2013  1:30 AM
Backup and Recovery Hardware, Backup and restore, Backup storage, RAID, RAID 1
discussed by:
geniuscartel
10 pts.

Can I override the record format name in a CLLE to be used in an RPGLE or can I qualify the record format name with a field value?

Very good question. This was not my design. I started at this company only a month ago. Either the part-time consultant set it up this way or the previous developer. I definitely would’ve gone a different route with that process (EDI 315 data) and used 1 file for all translated 315 data.



View Discussion   |  February 21, 2013  1:19 AM
AS/400, CLLE, OVRDBF, RPGLE
discussed by:
ShatteredRaven77
685 pts.

Can I override the record format name in a CLLE to be used in an RPGLE or can I qualify the record format name with a field value?

I don’t have an answer at the moment, but I do have a question. Your answer might help explain the whole problem. Since the records have the same field names and data definitions, why would you assign different record format names? — Tom



View Discussion   |  February 21, 2013  1:04 AM
AS/400, CLLE, OVRDBF, RPGLE
discussed by:
TomLiotta
110,215 pts.

WRKPRB deleted logs

What do you want to see? The problem log entries or the data associated with problem log entries? Problem log entries can be seen by querying QUSRSYS/QASXPROB, but it only takes a few seconds to realize that a lot of other data might be available. You can review all files in QUSRSYS named QASX* to get a better idea on what could need to be done, but that’s still only part of it all. Then you’ll possibly want any libraries named QSCnnnnnn where “n” is a numeric digit because those are APAR libraries with problem data such as history log, joblog, and various data elements related to different problems. In short, quite a few objects may need to be restored while ensuring that you don’t mess up existing objects. So be very clear exactly what you want to see. — Tom



View Discussion   |  February 21, 2013  12:55 AM
AS/400, AS/400 administration, WRKPRB
discussed by:
TomLiotta
110,215 pts.

RPG date calculations

Perhaps it’s time for you to show us how.  Here’s a bit of reading but you can find plenty more.http://www.itjungle.com/fhg/fhg051904-story01.htmlorhttp://pmsinformationsystem.forumotion.net/t211-date-conversion-tips  



View Discussion   |  February 21, 2013  12:08 AM
RPG, RPG Programs
discussed by:
philpl1jb
44,630 pts.

Manipulate URL?

URL manipulation can be as simple as changing the URL in the address box and pressing ENTER. This can be done by any idiot… :-) It seems strange that there system can be manipulated by such a simple method. Sounds like a poorly designed or just simpleton system.



View Discussion   |  February 20, 2013  11:03 PM
URL, URL Encoding
discussed by:
FTClark
310 pts.

Manipulate URL?

It’s not difficult at all if you download the right tools. And if we tell you what it all means, you’ll have a harder time explaining that you don’t know anything about how it works. You need to have someone intervene on your behalf, possibly someone to review your system to ensure there are no malware “bots” or similar programs hiding in it. It’s possible that your system is doing it without your knowledge. — Tom



View Discussion   |  February 20, 2013  11:00 PM
URL, URL Encoding
discussed by:
TomLiotta
110,215 pts.

ITKE Answer or Discuss

@Tom, Thanks for clearing that up. I have been around at least that long but didn’t recognize the acronym.
I see now why you tend to “answer” in the discussion section.



View Discussion   |  February 20, 2013  10:58 PM
Answer Wiki, ITKE
discussed by:
FTClark
310 pts.

RPG date calculations

The problem is still insufficiently described. We don’t yet know the OS version nor whether it’s RPG II, RPG III or RPG IV. We only know that it’s an “old” program and that for some reason /FREE supposedly can’t be used. If things are really that old and that restricted, then there is no ADDDUR op-code nor %DATE() function. We still don’t know how to answer because we aren’t being told what the actual problem is. — Tom



View Discussion   |  February 20, 2013  10:55 PM
RPG, RPG Programs
discussed by:
TomLiotta
110,215 pts.

ITKE Answer or Discuss

@FTClark : “…but I do not recognize a meaning for ‘OP’.” My apologies. ‘OP’ is a term from early BBS forum days, and it means ‘Original Poster’, the person who made the first or originating post in a thread. — Tom



View Discussion   |  February 20, 2013  10:45 PM
Answer Wiki, ITKE
discussed by:
TomLiotta
110,215 pts.

PRT01 is in MSGW

You’ll likely need to vary on CTL01, then vary on the attached devices.



View Discussion   |  February 20, 2013  10:43 PM
AS/400, AS/400 administration, WRKCFGSTS
discussed by:
Splat
5,740 pts.

RPG date calculations

Sorry, left out the field definitions:

D FROM		  S              7  0
D DATEFLD         S               D   
D TO              S              8  0


View Discussion   |  February 20, 2013  10:41 PM
RPG, RPG Programs
discussed by:
Splat
5,740 pts.

RPG date calculations

Your from date is in a *CYMD format, and your to date is in a *USA format.  Something like this might meet your requirements:

*CYMD         MOVE      FROM          DATEFLD
              ADDDUR    28:*DAYS      DATEFLD 
*ISO          MOVE      DATEFLD       TO


View Discussion   |  February 20, 2013  10:37 PM
RPG, RPG Programs
discussed by:
Splat
5,740 pts.

MPLS connectivity question

There might some configuration issue in ISP Router.Your packet are going to ISP router as per your Routing table. PE receives the same and there might a static route for the destination pointing towards CE again. You can ask your ISP to check the configuration.



View Discussion   |  February 20, 2013  10:36 PM
BGP, Border Gateway Protocol, MPLS, MPLS VPN, Multiprotocol Label Switching, Network connectivity, Network performance, Traceroute
discussed by:
AjayRaj
55 pts.