help on BSFN problem: Genius minds needed!

david

Active Member
Thanks in advance to the genius who solves this hitch!

We are trying to run (Xe) a BSFN on the server (AS/400) and client (NT) but it fails:

From the jde.log these are the last few lines:

1551 Wed Jan 17 14:18:08 2001 JDEKRNL_1/C/JDB_TRIG436
JDB9900340 - Failed to Get Proc address for
103Y1_UPDATEBEFORE

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
COB0000021:<Z103A01FormatName> is client only BSFN! cannot run on the Server

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
COB0000021:<Z103A01FormatName> sysCode<Z103> srcFile<DDCCUST > module<NZ103A01>.

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
COB0000021:stopping BSFN on the Server.

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
COB0000021:<FormatTelephoneNumber> is client only BSFN! cannot run on the Server

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
COB0000021:<FormatTelephoneNumber> sysCode<Z103> srcFile<DDCCUST > module<NZ103A05>.

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
COB0000021:stopping BSFN on the Server.

1551 Wed Jan 17 14:18:15 2001 JDEIPC_1/C/IPCPUB3041
process 1551 unregistered in entry 9

How do we fix this?

Again, thanks.

David Schoenberger
Focus on the Family
[email protected]
 
Sounds like the field in the object librarian titled "Function Location"
(alias BFLOCN) is set to a 1, and it should be a 2. I one means that the
BSFN is only valid on the client, and a 2 means it can run on the server or
the client

aw
 
Re: help on BSFN problem: Genius minds needed!

Are these custome business functions - or are you calling custom business
functions in your job?

A business function can be flagged in OMW (in Xe) as Client only, Server
only or both Client and Server. Sometimes business functions end up being
marked Client Only usually because the check box is not noticed or
understood when creating a function.

I recommend that unless there is good documented reasons why not, all your
custom functions be developed to be Client and Server. The main reason to
make a bsfn Client only is if you are calling windows specific API's, which
have no server equivalent.

Then the bsfn needs to be packaged and deployed onto the server using SPI
(B7321) or an update package.

Regards

Mike Maguire





david <[email protected]> on 17/01/2001 23:52:23

Please respond to [email protected]

To: [email protected]
cc: (bcc: Mike Maguire/Tamro)

Subject: help on BSFN problem: Genius minds needed! ~~0:4179




Thanks in advance to the genius who solves this hitch!

We are trying to run (Xe) a BSFN on the server (AS/400) and client (NT) but
it fails:

From the jde.log these are the last few lines:

1551 Wed Jan 17 14:18:08 2001 JDEKRNL_1/C/JDB_TRIG436
JDB9900340 - Failed to Get Proc address for
103Y1_UPDATEBEFORE

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
COB0000021:<Z103A01FormatName> is client only BSFN! cannot run
on the Server

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
COB0000021:<Z103A01FormatName> sysCode<Z103>
srcFile<DDCCUST > module<NZ103A01>.

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
COB0000021:stopping BSFN on the Server.

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
COB0000021:<FormatTelephoneNumber> is client only BSFN! cannot
run on the Server

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
COB0000021:<FormatTelephoneNumber> sysCode<Z103>
srcFile<DDCCUST > module<NZ103A05>.

1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
COB0000021:stopping BSFN on the Server.

1551 Wed Jan 17 14:18:15 2001 JDEIPC_1/C/IPCPUB3041
process 1551 unregistered in entry 9

How do we fix this?

Again, thanks.

David Schoenberger
Focus on the Family
[email protected]


--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Numb
er=4179
*************************************************************
This is the JDEList One World / XE Developers Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************
 
Hi David,

First, let me apologie for not being the genius that you are looking for.
However, from a look at you jde.log, it seems that a business function being
called, B0000021, has a Function Location of '1' = "Client Only" on your
system. Since you are running the job on the server, it returns an error.
You could try to change the paramater to '2' = "Both Server and Client" and
rebuild the function.

I am on B733, SP11.3 and the function, on my systemn has a location of
'2'...

Hope this helps

Regards

Philippe

----- Original Message -----
From: "david" <[email protected]>
To: <[email protected]>
Sent: Wednesday, January 17, 2001 2:52 PM
Subject: help on BSFN problem: Genius minds needed! ~~0:4179


> Thanks in advance to the genius who solves this hitch!
>
> We are trying to run (Xe) a BSFN on the server (AS/400) and client (NT)
but it fails:
>
> >From the jde.log these are the last few lines:
>
> 1551 Wed Jan 17 14:18:08 2001 JDEKRNL_1/C/JDB_TRIG436
> JDB9900340 - Failed to Get Proc address for
> 103Y1_UPDATEBEFORE
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
> COB0000021:<Z103A01FormatName> is client only BSFN! cannot run on
the Server
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
> COB0000021:<Z103A01FormatName> sysCode<Z103>
srcFile<DDCCUST > module<NZ103A01>.
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
> COB0000021:stopping BSFN on the Server.
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
> COB0000021:<FormatTelephoneNumber> is client only BSFN! cannot run
on the Server
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
> COB0000021:<FormatTelephoneNumber> sysCode<Z103>
srcFile<DDCCUST > module<NZ103A05>.
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
> COB0000021:stopping BSFN on the Server.
>
> 1551 Wed Jan 17 14:18:15 2001 JDEIPC_1/C/IPCPUB3041
> process 1551 unregistered in entry 9
>
> How do we fix this?
>
> Again, thanks.
>
> David Schoenberger
> Focus on the Family
> [email protected]
>
>
> --------------------------
> Visit the forum to view this thread at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Numbe
r=4179
> *************************************************************
> This is the JDEList One World / XE Developers Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************



One World B733 Oracle 8.1 RS6000
 
Hi David,

First, let me apologie for not being the genius that you are looking for.
However, from a look at you jde.log, it seems that a business function being
called, B0000021, has a Function Location of '1' = "Client Only" on your
system. Since you are running the job on the server, it returns an error.
You could try to change the paramater to '2' = "Both Server and Client" and
rebuild the function.

I am on B733, SP11.3 and the function, on my systemn has a location of
'2'...

Hope this helps

Regards

Philippe

----- Original Message -----
From: "david" <[email protected]>
To: <[email protected]>
Sent: Wednesday, January 17, 2001 2:52 PM
Subject: help on BSFN problem: Genius minds needed! ~~0:4179


> Thanks in advance to the genius who solves this hitch!
>
> We are trying to run (Xe) a BSFN on the server (AS/400) and client (NT)
but it fails:
>
> >From the jde.log these are the last few lines:
>
> 1551 Wed Jan 17 14:18:08 2001 JDEKRNL_1/C/JDB_TRIG436
> JDB9900340 - Failed to Get Proc address for
> 103Y1_UPDATEBEFORE
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
> COB0000021:<Z103A01FormatName> is client only BSFN! cannot run on
the Server
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
> COB0000021:<Z103A01FormatName> sysCode<Z103>
srcFile<DDCCUST > module<NZ103A01>.
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
> COB0000021:stopping BSFN on the Server.
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
> COB0000021:<FormatTelephoneNumber> is client only BSFN! cannot run
on the Server
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
> COB0000021:<FormatTelephoneNumber> sysCode<Z103>
srcFile<DDCCUST > module<NZ103A05>.
>
> 1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
> COB0000021:stopping BSFN on the Server.
>
> 1551 Wed Jan 17 14:18:15 2001 JDEIPC_1/C/IPCPUB3041
> process 1551 unregistered in entry 9
>
> How do we fix this?
>
> Again, thanks.
>
> David Schoenberger
> Focus on the Family
> [email protected]
>
>
> --------------------------
> Visit the forum to view this thread at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Numbe
r=4179
> *************************************************************
> This is the JDEList One World / XE Developers Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************



One World B733 Oracle 8.1 RS6000
 
Re: help on BSFN problem: Genius minds needed!

Hi,

it might sound stupid, but did you check the OCM mappings for the BSFN you
are trying to run?
"is client only BSFN! cannot run on the Server"
In the OCM settings you can determine where the BSFN can run. I'd take a
look at it.

Regards,

Katrin


>From: david <[email protected]>
>Reply-To: [email protected]
>To: [email protected]
>Subject: help on BSFN problem: Genius minds needed! ~~0:4179
>Date: Wed, 17 Jan 2001 14:52:23 -0800 (PST)
>
>Thanks in advance to the genius who solves this hitch!
>
>We are trying to run (Xe) a BSFN on the server (AS/400) and client (NT) but
>it fails:
>
>From the jde.log these are the last few lines:
>
>1551 Wed Jan 17 14:18:08 2001 JDEKRNL_1/C/JDB_TRIG436
> JDB9900340 - Failed to Get Proc address for
>103Y1_UPDATEBEFORE
>
>1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
> COB0000021:<Z103A01FormatName> is client only BSFN! cannot run on
>the Server
>
>1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
> COB0000021:<Z103A01FormatName> sysCode<Z103>
>srcFile<DDCCUST > module<NZ103A01>.
>
>1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
> COB0000021:stopping BSFN on the Server.
>
>1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1112
> COB0000021:<FormatTelephoneNumber> is client only BSFN! cannot run
>on the Server
>
>1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1115
> COB0000021:<FormatTelephoneNumber> sysCode<Z103>
>srcFile<DDCCUST > module<NZ103A05>.
>
>1551 Wed Jan 17 14:18:11 2001 JDEKRNL_1/C/JDEOBJ1120
> COB0000021:stopping BSFN on the Server.
>
>1551 Wed Jan 17 14:18:15 2001 JDEIPC_1/C/IPCPUB3041
> process 1551 unregistered in entry 9
>
>How do we fix this?
>
>Again, thanks.
>
>David Schoenberger
>Focus on the Family
>[email protected]
>
>
>--------------------------
>Visit the forum to view this thread at:
>http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Number=4179
>*************************************************************
>This is the JDEList One World / XE Developers Mailing List.
>Archives and information on how to SUBSCRIBE, and
>UNSUBSCRIBE can be found at http://www.JDELIST.com
>*************************************************************
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
 
Looks like you need to define the BSFN as both client and server rather than
just a client. It's just a check box when the BSFN is created. or you can
map the BSFN's to run locally.

Mark Siebenschuh
HP9000/Oracle 8.0.5/B733 Base (XE on the way)
 
Hi ALL,
You don't need to be a GENIUS to motice that:
1-It is nice to see an answer coming; it is wonderful to see more, BUT it is really weird to see THE SAME ANSWER coming four times, isn't it?
2-And it doesn' take a GENIUS to see the reason: Blinded by the List!
You are NOT using the Forum (why?) and hence you are NOT able to see THE OTHER REPLIES threaded to/with the main post.
3-I guess I'm taking for granted the fast, non-stop Internet availability, but is it always the case? I mean, why do people in Canada/US, listen to the List (in its serialized form) when they have the Forum available? Is the Forum more accessible to Europe? I had Richard Jackson's answer, he is listening to the List in his already preformatted, organized email client, at his comfortable night time; that's OK, he never comes with an already sent solution.
4-For those of you that can, please, try the Forum! I bet you won't regret!

Adrian
PS1 Remember the stupidy "Out of the Office" replies? IT NEVER happens in THE Forum! Join THE FORUM!
PS2 Annoyed by the ... extra long messages, filled nicely with MIME FORMAT and all the other garbage? Gone away once you join THE Forum!
PS3 Do you like the LONGEST message competition with replies following replies ... ALL of them on the SAME message? You will definitely miss it when you join THE Forum!
PS4 Would you like to see The Topic followed by replies, properly indented, making it so EASY to identify WHO SAID WHAT TO WHOM! Join THE Forum!
PSX And Eric promised more to come ... when you are IN THE FORUM!

LIVE: B732.1 SP12.2, Oracle 805
SANDBOX: XE SP3, 8i
RS/6000, Citrix, 200+ clients
 
I wasn't speaking about those who ARE into the Forum, David; see older NON Forum replies.

LIVE: B732.1 SP12.2, Oracle 805
SANDBOX: XE SP3, 8i
RS/6000, Citrix, 200+ clients
 
Adrian-

I use the list about 99% of the time and every once in a while I will take a hop over to the forum. The list holds several advantages for me. I do not have much free time to spend on the list each day. If fact I don't usually even have a chance to read every post. More often then not I skim the subjects of the email to see if it is something that I can assist in. Being that time is critical, I prefer to have the email messages come to me (my mail client is always open) and I can quickly read the subjet, and reply or archive. Also, I save emails that contain good ideas, or explanations, there are times (and clients) where it is not practical for me to be online at all times. In these cases I enjoy having information on my laptop so that I can search on it, and re-read some posts. Taking that a step further, seeing how I dont read all posts as they come in, the list makes good ;) reading material on plane rides, without having to list dump it to my computer that would be difficult. I understand that the forum allows for some more advanced, and conveinnet features, but that is not always what everyone wants.

AW
 
Aaron,
It is funny that David (who asked for help) and YOU replied (you being the first one who published THE solution I was speaking about!).
Nobody, included myself, wants to accuse anybody here, or point fingers; I am just trying to make our life easier (see "What's your System Configuration, please?" appeals).
Anyway, none of you two supported the idea of having the same solution published again and again and ... you got the picture. If you were into the Forum, you could have noticed the ... other people's replies repeating the same thing; it seems to me as a lot of precious time lost - and you know how critical time can be, don't you?
At last but not at least, I do thank you ALL for participating in this incredible enterprise that is JDEList,
Adrian
who isn't this List's policeman!
PS The choice of reading topics of interest only, is not lost in the Forum, on the contrary, it is better organized.


LIVE: B732.1 SP12.2, Oracle 805
SANDBOX: XE SP3, 8i
RS/6000, Citrix, 200+ clients
 
Hi List,
Please,let me some additions to Adrian's invitations.
At first, I respect everybodies habit how to use this communication channel, via mails or via Forum.
Personally me, I mostly use the Forum and sometimes the mail version.
There is some advantage of the Forum (among a lot) for me, specially:
0.) If this numbered list is boring you then skip to the end of this list and please, read the last paragraph there. Thanks.
1.) I can sometimes surfing on the other List where I am not subscriber and find valuable informations for me. Further, sometimes I can reply there too helping others or can put my issue onto other list too hoping more/better/faster help without getting subscriber.
2.) I can subscribe "Daily Archives" for all of the lists in my user profile.
3.) I can see others user profile and further can see all posts of somebody in an easy way.
4.) I can search topics on the Forum very effectively.
5.) I can see, how many of us on-line when I am hoping fast help.
6.) I can see, how many of us have read (on the Forum) my issue when I also hoping help.
7.) I can read the General board which hasn't an equivalent List version.
8.) I can follow the "SAR Watch" boards and can put SARs onto it or I can attend some of them for prioritization purpose (it also hasn't an equivalent List version).
9.) I can follow the Tips & Traps board too (it also hasn't an equivalent List version)
n.) ... etc.

AT LAST BUT NOT LEAST,
======================
I please the listers prefering the mail version of the communication, spend some minutes of your valuable time, visit the Forum and fill your profile for the sake of the others prefering the Forum but not only for them but for mailers too, because when you put your system configuration informations into your signature then it will be automaticaly attached to the end of all your post saving time for you attaching it always manually (or forget it? ;-)
Thanks for your patience and for your short visit on the Forum to all of you in advance,
Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Back
Top