× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks,

I have a ticket open and we are going through things, but not working

-----Original Message-----
From: bpcs-l-bounces@xxxxxxxxxxxx [mailto:bpcs-l-bounces@xxxxxxxxxxxx] On Behalf Of Bryce Martin
Sent: Tuesday, September 20, 2011 9:19 AM
To: BPCS ERP System
Subject: Re: [BPCS-L] webtop runtime problem

I think at this point your best bet is to contact Infor and request
Timothy Fitzgerald. He is top notch and got me straightened out. We
fiddled and messed with all kinds of things, and honestly I'm not 100%
sure anymore what exactly got everything to work, as its been a couple of
months. I know we messed with licenses, updating meta data, pretty much
everything you can think of. It was a combination of things I think, but
can't pinpoint it really.


Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777



eriq.l@xxxxxxxxxxxx
Sent by: bpcs-l-bounces@xxxxxxxxxxxx
09/20/2011 07:07 AM
Please respond to
BPCS ERP System <bpcs-l@xxxxxxxxxxxx>


To
BPCS ERP System <bpcs-l@xxxxxxxxxxxx>
cc

Subject
Re: [BPCS-L] webtop runtime problem







Hi,

I did already change the object ownership. Still got the same
problem... Thanks for the code.
I think the problem lies on the webtop 8.3.4 ear file. I really dont
know what to do to show the LX environment on webtop..
Is there any special procedure except what is in the manual from
infor??
By the way I am using WT0403 in ISeries and the metadata update for
webtop 8.3.4


I am still confused with metadata update in changing PACKLIB but I
think its only relevant if you have existing metadata installation.




regards,
Eriq















On Thu, 15 Sep 2011 09:51:42 -0400, Bryce Martin wrote:
Just a little more info on the object ownership...

I did a dspobjd on the AM2000 library to an outfile called OBJDTST.

Then if you see from the outfile that some of the owners are not
S2KOBJOWNR. If there are instances of this then you can run the
following
code to change the ownership.

(Make sure you change the library name in the sql statement to the
one
where you put the outfile OBJDST to from the DSPOBJD command.)

d cmdstring s 256
d cmdlength s 15 5
d $command pr extpgm('QCMDEXC')
d command 256
d Length 15 5
d reccount...
d s 10i 0 inz(0)
d objectName...
d s 10a
d objectType...
d s 8a
d objectOwner...
d s 10a
/free
*inlr = *on;
Exec SQL Declare C1 Cursor for
Select odobnm, odobtp, odobow
From mylibrary/objdtst
Where odobow = 'QSECOFR' AND ODOBNM > 'W3PPROP'
Order By odobnm;
Exec SQL
Open C1;
Exec SQL
Fetch Next from C1 Into :objectName, :objectType,
:objectOwner;
Dow sqlcod = 0;
cmdstring = 'CHGOBJOWN OBJ(AM2000/' + %trim(objectName) +
') OBJTYPE(' + %trim(objectType) +
') ASPDEV(*) NEWOWN(S2KOBJOWNR)
CUROWNAUT(*REVOKE)';
cmdlength = %len(%trim(cmdstring));
$command(cmdstring: cmdlength);
reccount += 1;
Exec SQL
Fetch Next from C1 Into :objectName, :objectType,
:objectOwner;
enddo;
/end-free

Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777



"Eriq Lorilla" <eriq.l@xxxxxxxxxxxx>
Sent by: bpcs-l-bounces@xxxxxxxxxxxx
09/14/2011 10:05 PM
Please respond to
BPCS ERP System <bpcs-l@xxxxxxxxxxxx>


To
"'BPCS ERP System'" <bpcs-l@xxxxxxxxxxxx>
cc

Subject
Re: [BPCS-L] webtop runtime problem






Thanks for all the replies. I also have it from Infor. But now I have
another problem.
The webtop after login does not show the LX menu. Definitely I
already
updated the WEB_ENV file with the control library of LX.
Anyone somehow encountered the problem and have suggestions on what I
miss
out?

Please see attached..

-----Original Message-----
From: bpcs-l-bounces@xxxxxxxxxxxx
[mailto:bpcs-l-bounces@xxxxxxxxxxxx] On
Behalf Of Bryce Martin
Sent: Tuesday, September 13, 2011 8:22 PM
To: BPCS ERP System
Subject: Re: [BPCS-L] webtop runtime liscense - ERPLX (Eriq Lorilla)

After looking at our server yesterday I couldn't remember off the top
of
my
head what I needed to do. There is a file called License that needs
to be
put into a specific directory I believe. Now, I can't remember if
this is
the same for IDF and Webtop or if it is just one or the other. I
would
suggest contacting Infor and ask for Tim Fitzgerald. He helped me
out and
he was top notch.


Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777



SPA02 <santoy67@xxxxxxxxx>
Sent by: bpcs-l-bounces@xxxxxxxxxxxx
09/13/2011 03:07 AM
Please respond to
BPCS ERP System <bpcs-l@xxxxxxxxxxxx>


To
bpcs-l@xxxxxxxxxxxx
cc

Subject
Re: [BPCS-L] webtop runtime liscense - ERPLX (Eriq Lorilla)






Hi Eriq,

You may try www.infor365.com. Once you log in, go to DocLink/Infor
Webtop.

There you can find some documentations which may help in completing
your
task.

Or, you can log an incident at www.infor365.com to get an advice from
their
Application Support.

Hope this helps.

Regards,
Xu Xen


Today's Topics:

1. webtop runtime liscense - ERPLX (Eriq Lorilla)



----------------------------------------------------------------------

message: 1
date: Mon, 12 Sep 2011 10:39:30 +0800
from: "Eriq Lorilla" <eriq.l@xxxxxxxxxxxx>
subject: [BPCS-L] webtop runtime liscense - ERPLX

Hi,

I am currently installing webtop for INFORLX. I just don't know how
to
apply
the liscense.
Can someone help me..


Regards,
Eriq




------------------------------

--
This is the BPCS ERP System (BPCS-L) digest list
To post a message email: BPCS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.



End of BPCS-L Digest, Vol 9, Issue 130
**************************************

--
This is the BPCS ERP System (BPCS-L) mailing list
To post a message email: BPCS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.



--- This message (including any attachments) is intended only for the
use
of
the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged,
confidential, and
exempt from disclosure under applicable law. If you are not the
intended
recipient, you are hereby notified that any use, dissemination,
distribution, or copying of this communication is strictly
prohibited. If
you have received this communication in error, please notify us and
destroy
this message immediately. ---
--
This is the BPCS ERP System (BPCS-L) mailing list
To post a message email: BPCS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.
--
This is the BPCS ERP System (BPCS-L) mailing list
To post a message email: BPCS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/bpcs-l.



--- This message (including any attachments) is intended only for the
use of the individual or entity to which it is addressed and may
contain information that is non-public, proprietary, privileged,
confidential, and exempt from disclosure under applicable law. If you
are not the intended recipient, you are hereby notified that any use,
dissemination, distribution, or copying of this communication is
strictly prohibited. If you have received this communication in
error,
please notify us and destroy this message immediately. ---


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.