Get answers.  Share knowledge.  Collaborate with peers.




Network

How do you mean “entrusted certificate”? What host are you connecting to? What’s your OS, browser, etc.?



View Discussion   |  May 13, 2013  12:36 PM
Networking, Networking services
discussed by:
KevinBeaver
10,860 pts.

Would you consider migrating to the BlackBerry 10?

Kevin.. me too soo happy with my note II..



View Discussion   |  May 13, 2013  12:34 PM
BlackBerry, BlackBerry 10, Mobile
discussed by:
Anu143
525 pts.

CPYF alternative

Any body pls advice…its little bit urgent :(



View Discussion   |  May 13, 2013  12:26 PM
AS/400, AS/400 jobs, CPYF
discussed by:
Anu143
525 pts.

How to know which program uses a particular module?

Right Tom, Many companies use this API.. Many will have the utility developed..

As just to enter the module name or file name and to list all the modules and programms using it



View Discussion   |  May 13, 2013  12:22 PM
AS/400, AS/400 commands
discussed by:
Anu143
525 pts.

CPYF alternative

I will come again.

there are two jobs.
1. Auto start job ( application for tracking the customer data)

2. Our job which is failing at CPYF command.

The auto start job is designed in such a way that what ever changes happened to the files ( there are almost 40 file , with Insert,update,delete After-trg added)
It will be written to a common trigger file and records are processed from there.

All the 40 files will be locked , when the subsystem is started. like given below

A**** MBR *SHRRD HELD *JOB
MBR *SHRRD HELD *JOB
DATA *SHRRD HELD *JOB
DATA *SHRRD HELD *JOB

Now here we got two different systems ATM and banking sys.
Files from ATM is send to Banking system using the second job.
using the copy file command.

so what should be the alternate way to copy the files from ATM to banking system..(as the file at banking system is always locked)

Can we use SQL RPGLE.. ??

Or any other logic we can use

Please advice..

Thanks
Anu



View Discussion   |  May 13, 2013  11:45 AM
AS/400, AS/400 jobs, CPYF
discussed by:
Anu143
525 pts.

CPYF alternative

And what does the trigger have to do with any of this? It shouldn’t make any difference. — Tom



View Discussion   |  May 13, 2013  11:16 AM
AS/400, AS/400 jobs, CPYF
discussed by:
TomLiotta
108,300 pts.

CPYF alternative

What kind of trigger is it? INSERT, UPDATE or DELETE? Is it BEFORE or AFTER?
.
As long as a lock exists that prevents the clearing of the file for *REPLACE, it will never work. CPYF can require a lock similar to *EXCL. No other locks can exist at that time.
.
You’re using FMTOPT(*NOCHK) which is bizarre if this is production code. Why is *NOCHK needed? If it’s needed, there might be no alternative except to write a program to do the work and give up on CPYF.
.
Tom



View Discussion   |  May 13, 2013  11:15 AM
AS/400, AS/400 jobs, CPYF
discussed by:
TomLiotta
108,300 pts.

Using pointers

You’d still CHAIN and UPDATE; but as long as the fields are declared in a DS to ensure contiguous memory, there would be no problem doing it through a pointer. It’s not clear why it would be a good idea, though. It would seem potentially slower as well as harder to understand and maintain. — Tom



View Discussion   |  May 13, 2013  11:01 AM
AS/400, AS/400 Fields, Pointers
discussed by:
TomLiotta
108,300 pts.

CPYF alternative

Thanks Tom,

UAT1992 ***ATM: (******) 13/05/06 22:42:10 AT588 UAT1992 ATMP Cutover, sequence number 035, program ******, job A***** – Send ATM/Debit card to As400, ended abnormally.

This is the error we are getting in production. This is failing at the copy command.

CPYF FROMFILE(A*)TOFILE(A**) +
MBROPT(*REPLACE) FMTOPT(*NOCHK)

(A**)- is the file locked.
As I told before about the autostart job… which is always locking this file.. this is the existing design, we cant make any change to this..

Is there any other way to copy the records to A** file.

Please advice ..

Many thanks..
Anu



View Discussion   |  May 13, 2013  9:47 AM
AS/400, AS/400 jobs, CPYF
discussed by:
Anu143
525 pts.

Add email entries in shared public cal;ender into own outlook calender

I haven’t ever dealt with the issue. I have tried to search the solution for the problem and find some relevant links.
Please check the below discussion if it helps you:http://arstechnica.com/civis/viewtopic.php?f=17&t=327139



View Discussion   |  May 13, 2013  8:25 AM
calender invitation, Exchange 2007, Office 2007, Windows 7
discussed by:
Amanda lakai
285 pts.

Can send emails externally but cannot receive external mail

Have you checked your Mail Flow Settings?
Do the following steps:
1. Go to properties of the mailbox or group

2. Click the ‘Mail Flow Settings’

3. Double click ‘Message Delivery restrictions’

4. Uncheck the check box “Require that all senders are authenticated”.

5. Click ‘OK’ and ‘Apply’

For more Info check the relevant discussion at:
http://social.technet.microsoft.com/Forums/en-US/exchangesvrsecuremessaginglegacy/thread/bf042ac1-64e7-4ef8-b74d-95e44d22d8a2



View Discussion   |  May 13, 2013  8:16 AM
Microsoft Exchange 2010, Microsoft Exchange errors
discussed by:
Amanda lakai
285 pts.

CPYF alternative

A trigger doesn’t make much sense for a file that will be the target for a CPYF. Please show the CPYF command so we have a little better understanding of the process.
.
Tom



View Discussion   |  May 13, 2013  8:06 AM
AS/400, AS/400 jobs, CPYF
discussed by:
TomLiotta
108,300 pts.

CPF511D error message in second ReadE while passing parameter

Thanks everyone.. it is perfect once i corrected the parameter



View Discussion   |  May 13, 2013  5:56 AM
AS/400, AS/400 programming, READE
discussed by:
RamvishakRamesh
1,975 pts.

Distorted PDF when open from Lotus Notes attachment

OK , could you try to uninstall lotus notes …. delete the lotus notes from the Hard Derive then delete everything related to the lotus notes at the registery and finally reinstall lotus notes in a different path…



View Discussion   |  May 13, 2013  5:34 AM
Lotus Notes, Lotus Nots 8.5.3, PDF
discussed by:
Abushahd
3,225 pts.

FX files

It depends on how you created them. There are at least a half dozen very different applications that are known to us a .FX file extension; so to make sense of what’s in them, you should use whatever application created them to open them. You’d be the only one who’d know how to use them.
.
You can open them with Notepad if you want, but there’s a good chance the output won’t make any sense.
.
If someone sent the file to you, you need to ask the sender.
.
Tom



View Discussion   |  May 13, 2013  4:06 AM
FX files, Microsoft Outlook
discussed by:
TomLiotta
108,300 pts.

Would you consider migrating to the BlackBerry 10?

I agree Kevin! I think it comes down to the old guard of loyal BlackBerry fans. If BB doesn’t get those fans to come back, then it’s in trouble.



View Discussion   |  May 13, 2013  2:07 AM
BlackBerry, BlackBerry 10, Mobile
discussed by:
Michael Tidmarsh
11,410 pts.

What are your thoughts on killer applications?

Would both you describe social media as the big ‘killer application’ right now?



View Discussion   |  May 13, 2013  2:04 AM
Applications, Mobile, social media
discussed by:
Michael Tidmarsh
11,410 pts.

Flowchart and algorithm

Okay, I’ve done that. Now what? What problem are you having? If you don’t tell us anything about your problem, we don’t know what to tell you. And although we can help with guidance, we don’t do homework for you. — Tom



View Discussion   |  May 11, 2013  11:39 PM
SQL program, SQL Server 2005
discussed by:
TomLiotta
108,300 pts.

Network password
If it’s your PC, then it’s probably not a network password. If it’s your personal logon to the PC, you either already have administrator rights or you know the Administrator password. You can delete the Guest user profile with administrator rights; and if you have no use for any ‘guest’ user, it’s probably a good idea to delete it. See Delete a user account for guidance.
.
It’s probably not a good idea to remove a password from a profile after one has been set. Consider having an automatic logon to Windows 7 before choosing to remove the password.
.
Tom


View Discussion   |  May 11, 2013  11:36 PM
Linksys, Network access, Networking
discussed by:
TomLiotta
108,300 pts.

CDX files

Any file can be deleted if you don’t need it any more. What kind of .CDX files are they? How were they created? Multiple applications create and use different kinds of .CDX files. — Tom



View Discussion   |  May 11, 2013  11:06 PM
cdx, CDX files
discussed by:
TomLiotta
108,300 pts.