Get answers.  Share knowledge.  Collaborate with peers.




FTP- options for receiving files

We do a 3 step process
1. retrieve a DIR
2.Read the DIR to determine what files to puul
3. Go back and rename the files that we pulled.



View Discussion   |  April 9, 2012  1:08 PM
AS/400 FTP, AS/400 v5r4
discussed by:
charliebrowne
32,785 pts.

Remote systems shutdown through server

There is a command schtasks.exe that can create scheduled tasks for this purpose. Create a .bat file to make it as scheduled task…. After that, put the file for GPO. It is best to see here for MS ref
u can also use free 3rd party tool for the same.



View Discussion   |  April 9, 2012  1:02 PM
Windows Server 2003, Windows XP
discussed by:
rechil
22,035 pts.

Get all table names by SQL

I am very beginner in SQL. I know the Column name, how to find out the table name by using SQL



View Discussion   |  April 9, 2012  11:52 AM
Bib tables, SQL, SQL development, SQL Query
discussed by:
elambodhi
10 pts.

Unable to connect to AS/400 server

I have downloaded it from the mochasoft website. I am actually looking for a free emulator to practise CLLE and RPGLE at home. The one that I have downloaded had the AS400 IP address by default, still I am not able to connect. I am using windows 7 os, telnet was not active. I have activated telnet. Still same issue. Please can anyone help me ?



View Discussion   |  April 9, 2012  11:32 AM
AS/400 connection error, AS/400 Emulator
discussed by:
anugwag
40 pts.

sending email from as400

@ITKE , the above link is not working ?



View Discussion   |  April 9, 2012  11:27 AM
AS/400
discussed by:
itkr
125 pts.

subfile

You could load one row which says — no records exist
Or you could set the indicator for DSPSFL off, DSPSFLCTL on and exfmt the control this will show the headings with blank space were subfile would be.
Phil



View Discussion   |  April 9, 2012  11:06 AM
AS/400, AS/400 Subfiles
discussed by:
philpl1jb
44,070 pts.

Integrating with CRM systems

Why don’t you try on cloud CRM software. It not only supports quick integration but also is very easy to implement.
Know more about CRMnext…
http://www.crmnext.com



View Discussion   |  April 9, 2012  10:45 AM
CRM, Data analysis, Data mining/analysis, Sales force automation applications
discussed by:
laxmi0810
20 pts.

Integrating with CRM systems

Why don’t you try on cloud CRM software. It not only supports quick integration but also is very easy to implement.
Know more about CRMnext…
<a href=”www.crmnext.com”> CRM Software </a>
<a href=”http://www.crmnext.com/us/product/socialcrm.aspx”>Social CRM</a>



View Discussion   |  April 9, 2012  10:43 AM
CRM, Data analysis, Data mining/analysis, Sales force automation applications
discussed by:
laxmi0810
20 pts.

Subfile

I did the above steps but its not working…
Example::
—————————————–
FLD1 FLD2 FLD3
AAA AAAA AAAAA
AAA AAAA AAAAA
AAA AAAA AAAAA

rrn = 3
—————————————–
BB ______ _________

There is no records having the value as BB..
now rrn = 0

in this case i need to display subfile with rrn = 0



View Discussion   |  April 9, 2012  6:47 AM
AS/400, AS/400 Subfiles
discussed by:
shyedajmal
275 pts.

How to Retrieve Message File

Hi Tom,
I have completed some part of my program in which i fetched msgfile data to physical file through qmhrtvm now i want to search text in my physical file column in that column contained msg description.



View Discussion   |  April 9, 2012  6:29 AM
RPGLE Program
discussed by:
9783444184
1,240 pts.

RPGLE program described files

…it was important to keep the records in the order I was reading them. I also needed to change the M to an N as I was copying the records over.

CPYF can keep the records in the same order. A single SQL UPDATE statement could change all of the “M” codes to “N”.

Tom



View Discussion   |  April 9, 2012  12:27 AM
iSeries RPGLE, RPGLE Program
discussed by:
tomliotta
107,735 pts.

RPGLE program described files

Due to my inability to get the spacing right, I didn’t include the subroutine. Yes, it did just move the 3 fields to the new fields.

I did end up just creating the new file that will hold the set of records that I needed. I couldn’t use the CPYF command as it was important to keep the records in the order I was reading them. I also needed to change the M to an N as I was copying the records over.

I am going to try the suggestions you gave me, so I can see if that solves the problem with program described files.

Thanks everyone!

I will try



View Discussion   |  April 8, 2012  3:03 PM
iSeries RPGLE, RPGLE Program
discussed by:
pt0505
140 pts.

Store and retrieve data in UTF-8 on SQL Server 2005

How do I tell SQL Server 2005 to support more than one language for storing and retrieving data?



View Discussion   |  April 8, 2012  3:48 AM
SQL Server 2005, UTF-8
discussed by:
ruru1314
20 pts.

Windows 7 Pro PCs are not pinging to 2003 DC

…windows 7 clients which are not communicating to a 2003 DC.

There appear to be various difficulties getting Win 7 clients properly connected to a Win 2003 domain. Review Windows 7 clients on 2003 domain / group policy and Windows Small Business Server 2003: Windows 7, Windows Vista and Outlook 2007 compatibility update for example areas to investigate.

Tom



View Discussion   |  April 8, 2012  3:25 AM
2003 DC, Windows 7 Client
discussed by:
tomliotta
107,735 pts.

RPGLE program described files

…just do a CPYF command…

I’d suspect the subroutine MOVEREC simply moves the three input fields to the output fields. But without seeing the code, it’s just a guess.

…records with RECTYP = “H”

And do what with records with RECTYP = “N”?

Tom



View Discussion   |  April 8, 2012  3:07 AM
iSeries RPGLE, RPGLE Program
discussed by:
tomliotta
107,735 pts.

Unable to connect to AS/400 server

I have downloaded as400 emulator TN5250 (free trial version).

It might help if you told us which TN5250 emulator you’re using.

Tom



View Discussion   |  April 8, 2012  2:58 AM
AS/400 connection error, AS/400 Emulator
discussed by:
tomliotta
107,735 pts.

RPGLE program described files

Your EXCEPT lines are specifying a file name not a output exception name.
Try EXCEPT ADD.

Better yet delete this crappy pgm and just do a CPYF command and select only records with RECTYP = “H”



View Discussion   |  April 7, 2012  8:34 PM
iSeries RPGLE, RPGLE Program
discussed by:
coderhal
350 pts.

Windows 7 Pro PCs are not pinging to 2003 DC

I have degraded one of the PCs to XP and it is communicating to DC. So it is the problem with windows 7 OS .Other 3 PCs are still having the problem. Can any body suggest?



View Discussion   |  April 7, 2012  10:22 AM
2003 DC, Windows 7 Client
discussed by:
gupthanpg
60 pts.

LAN Technolgy

Gigabit ethernet.



View Discussion   |  April 7, 2012  9:38 AM
LAN, lan technology
discussed by:
patrickscott12
95 pts.

Ethernet Network

I agree with amigus.



View Discussion   |  April 7, 2012  9:35 AM
Networking
discussed by:
patrickscott12
95 pts.