Sorry to ask this question here but I'm not sure how to reach out to Scott to ask... When I try to access Scott Klement's website I get blocked and according to our network admin, sites from Russia are blocked.
Can someone confirm if this is the case?
Scott's site is a valuable resource but I'm out of luck and will have to use it outside my office's network.
Thanks
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Kevin Bucknum
Sent: Wednesday, May 20, 2020 3:56 PM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Re: QSYGETPH to validate user/pass
CAUTION! This email originated from outside of the organization. Please do not open attachments or click on links from an unknown or suspicious origin.
Your dsec data structure looks to be missing a line. I think Scott's standard one is this.
D dsECBytesP 1 4I 0 INZ(256)
Whats in dsECMsgDta after you get the 28 bytes back
On Wed, 2020-05-20 at 15:36 -0400, Jay Vaughn wrote:
I'm using an API illustrated to Scotts page to help in validating a
user/pass on the ibmi... I'm not sure what I'm doing wrong to get the
error...
scotts link...
<
https://www.scottklement.com/rpg/socktut/valuserid.html<
https://www.scottklement.com/rpg/socktut/valuserid.html>>
https://www.scottklement.com/rpg/socktut/valuserid.html<
https://www.scottklement.com/rpg/socktut/valuserid.html>
my code... (g_user and g_pass are both char(10))...
d qsygetph pr extpgm('QSYGETPH')
d userId like(g_user) const
d passWord like(g_pass) const
d handle like(l_handle)
d errorCode 32766 options(*varsize: *nopass)
d dsEC ds
d dsECBytesA 5 8i 0 inz(0)
d dsECMsgDta 17 256
d l_handle s 12 inz
// validate user/pass...
l_handle = ' ';
qsygetph(g_user
:g_pass
:l_handle
:dsEC);
if dsECBytesA > 0;
p_errMsg = 'User/Pass Not Valid';
return *on;
endif;
dsECBytesA keeps returning 28...
tia
Jay
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp<
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp>] Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com<
https://www.medtronsoftware.com>
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx<mailto:RPG400-L@xxxxxxxxxxxxxxxxxx>
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l<
https://lists.midrange.com/mailman/listinfo/rpg400-l>
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx<mailto:RPG400-L-request@xxxxxxxxxxxxxxxxxx>
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/rpg400-l<
https://archive.midrange.com/rpg400-l>.
Please contact support@xxxxxxxxxxxxxxxxxxxx<mailto:support@xxxxxxxxxxxxxxxxxxxx> for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com<
https://amazon.midrange.com>
As an Amazon Associate we earn from qualifying purchases.