Get answers.  Share knowledge.  Collaborate with peers.




missing pst file

You can come back you pst files owing to repair ost file outlook 2003

http://www.repairost.ostrepairtoolbox.com supports for both PST and OST Outlook formats


View Discussion   |  March 8, 2013  4:28 PM
.PST files, missing files, Outlook 2003
discussed by:
okkinsrosen
10 pts.

AS/400…How to batch purchase order entry from an EDI transmission

as a starting point for you to look into, read up on the use of the CL Command CPYFRMIMPF



View Discussion   |  March 8, 2013  2:53 PM
AS/400, EDI, EDI Transactions
discussed by:
BigKat
7,175 pts.

Which config file does MySQL use?

I came across a post in Zend forum which states that zend looks for /usr/local/mysq/bin/mysql.sh. However, when i checked we didn’t have it.http://forums.zend.com/viewtopic.php?f=77&t=6793 



View Discussion   |  March 8, 2013  2:49 PM
MySQL, MySQL 5.0, Zend, Zend Server
discussed by:
jailall101
725 pts.

Write PF using RPGLE
Perhaps there is a gap in our understanding 
   of what you’ve done.

Your program compiled successfully?  
   What did you do, how do you know this?

Your program ran successfully?  
   What did you do, how do you know this?

Your program didn’t add a record?  
  What did you do, how do you know this?


View Discussion   |  March 8, 2013  1:30 PM
RPGLE, RPGLE Program
discussed by:
philpl1jb
44,070 pts.

Write PF using RPGLE

Is it a library list problem?



View Discussion   |  March 8, 2013  12:38 PM
RPGLE, RPGLE Program
discussed by:
CharlieBrowne
32,785 pts.

Which config file does MySQL use?

Any chance you can share how you discovered that obscure glitch? Sorry there weren’t any hints visible that I could help with. — Tom



View Discussion   |  March 8, 2013  12:37 PM
MySQL, MySQL 5.0, Zend, Zend Server
discussed by:
TomLiotta
107,735 pts.

Which config file does MySQL use?

Problem solved. The problem was that a file ‘mysql.sh’ was missing in mysql/bin but i cant understand why zend didn’t create it during installation or mysql itself for that matter. It took us about 5 days to figure that out. I did find the log file but that didn’t give any error message. If only it had mentioned that ‘mysql.sh’ was missing it would have made it a lot easier. Thanks for your responses Tom.



View Discussion   |  March 8, 2013  12:27 PM
MySQL, MySQL 5.0, Zend, Zend Server
discussed by:
jailall101
725 pts.

Write PF using RPGLE

i am able to write a record successfully not sure why you are not able to do , for your information , i have given you the code which might help full to you.

Ravula



View Discussion   |  March 8, 2013  9:33 AM
RPGLE, RPGLE Program
discussed by:
ravula
365 pts.

Write PF using RPGLE
Fpf01      uf a e           k disk    usropn   
C                   open      pf01             
C                   eval      eno=100          
C                   eval      ename=’xyz’      
C                   eval      esal=40000       
C                   write     format           
C                   close     pf01             
C                   eval      *inlr=*on        


View Discussion   |  March 8, 2013  9:30 AM
RPGLE, RPGLE Program
discussed by:
ravula
365 pts.

Write PF using RPGLE

The program works for me with no significant changes. I created my SAMPLE1 table with SQL, so I did add a RENAME() keyword for the record format to get the REC format name. But it worked as written.
 
So, it doesn’t seem to be a problem with the program itself.
 
That means that the program didn’t run successfully (perhaps didn’t run at all), or it added a record to a copy of the file, or it ran under commitment control and didn’t commit the record, or…?
 
More info is needed. The file description might help, but you should verify that everything is configured as you think it is.
 
Tom



View Discussion   |  March 8, 2013  7:34 AM
RPGLE, RPGLE Program
discussed by:
TomLiotta
107,735 pts.

Length of the entered value

The best answer is to stop using Query/400. It’s old, almost obsolete, slow and can’t handle many of the system’s newer features. You should use QM Query instead.
 
One possible way with Query/400 would be to check a substring of the last five characters. If the last five characters are all blank, the length must be 10 or less.
 
Tom



View Discussion   |  March 8, 2013  5:53 AM
AS/400, AS/400 Query
discussed by:
TomLiotta
107,735 pts.

Subfile with scroll bar.

Rumba is a non-IBM product. I don’t have it; so you need to look at Rumba documentation, ask Rumba support or test it. Or you can wait to see if some member can test it for you. It might be faster to do it yourself. — Tom



View Discussion   |  March 8, 2013  5:47 AM
AS/400, AS/400 Subfiles
discussed by:
TomLiotta
107,735 pts.

Client Access

First, is it really “Client Access”? Or is it one of the later products, i.e., iSeries Access or System i Access? What is its version? And what is its service level? What is the OS on the PC? What is your server OS version? — Tom



View Discussion   |  March 8, 2013  5:37 AM
AS/400, AS/400 Client Access
discussed by:
TomLiotta
107,735 pts.

How to repair Windows XP from consistently crashing?

Take Start-> Settings-> Control Panel-> System. On the ‘Advanced’ tab in ‘Performance‘, press [Settings]. On the ‘Advanced’ tab in ‘Virtual memory‘, press [Change]. In the ‘Paging file size for selected drive‘ section, how much is shown for “Space available”? In the ‘Total paging file size for all drives‘ section, what are shown for ‘Recommended’ and ‘Currently allocated’? — Tom



View Discussion   |  March 8, 2013  5:33 AM
Windows XP, Windows XP administration
discussed by:
TomLiotta
107,735 pts.

AS/400…How to batch purchase order entry from an EDI transmission

Impossible to say. What is the format of the .CSV? What is it supposed to be imported into? What product are you using? Answers to those might be enough to ask questions that could possibly lead to a solution. — Tom



View Discussion   |  March 8, 2013  5:14 AM
AS/400, EDI, EDI Transactions
discussed by:
TomLiotta
107,735 pts.

JDE with Robot/Schedule

If Support at HelpSystems says it’s because of job number rollover, tell them they need to fix it. It’s a bug in their product. Job number rollover is a system characteristic that’s been around since job numbers have first existed. There is no reason it shouldn’t be handled by any product that uses job numbers. In fact, job numbers (nor even full 26-character job names) should not be used if uniqueness is required for proper operation; they are known not to be unique. And if uniqueness isn’t at the heart of the problem, then rollover shouldn’t matter. — Tom



View Discussion   |  March 8, 2013  5:10 AM
iSeries, JDE
discussed by:
TomLiotta
107,735 pts.

Subfile with scroll bar.

Will this code may work in RUMBA…..



View Discussion   |  March 8, 2013  5:07 AM
AS/400, AS/400 Subfiles
discussed by:
ankit2002
670 pts.

VGA to RCA

You need a RCA-to VGA adapter, but they’re easily available, either through simple on-line searches or probably at a local Radio Shack or similar electronics retail store. — Tom



View Discussion   |  March 8, 2013  5:03 AM
RCA, vga
discussed by:
TomLiotta
107,735 pts.

cell processors

Because the high-speed operations that are done by systems that use the cell processors aren’t very useful when running common desktop applications.
 
There is almost no use for high-speed floating-point operations when compared to the volume of other non-floating-point operations. Desktop OSs and applications have much more important things that they need to do.
 
And there isn’t “support for running multiple OSs”. It’s more like there are a few OSs that have been ported (through very difficult processes) to run on cell processors, but few can run well. The OSs that have been ported generally aren’t widely used for desktop tasks.
 
And almost no applications developers can spend the time needed to port their applications, and essentially none can give the effort needed to make their applications run well. Having an OS with no useful business apps doesn’t sell well in today’s business market.
 
Tom



View Discussion   |  March 8, 2013  4:35 AM
cell processor, sony ps
discussed by:
TomLiotta
107,735 pts.

Is it okay to open a message in the spam folder?

Probably. But there are always risks opening e-mails from an unknown sender or even e-mails from known senders if the subject is apparently faked like “I found this site you should like”. It doesn’t matter if it’s in a Spam folder or not. Valid e-mails can be incorrectly identified as possible spam. E-mails are usually sent to the Spam folder to give you a chance at retrieving ones that are valid. — Tom



View Discussion   |  March 8, 2013  2:05 AM
Email administration, Email security
discussed by:
TomLiotta
107,735 pts.