B8000002 DeleteAllRowsFromTable

Zoltan_Gyimesi

Zoltan_Gyimesi

Legendary Poster
Hi List/Forum,

I amn't sure that this issue had been already answered, I have sought for it on the Forum but without hit.

Can somebody tell me how to pass parameters to the:
B8000002 DeleteAllRowsFromTable
Business Function?
Mainly for parameter idOutputEnvironment. The environment system literals (e.g. SL Login Environment) aren't available in the offered parameter list for this parameter. How can I retrieve it, mainly for the login environment?

Thanks for Your help in advance,
Zoltán

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

We was able to use "B8000002 DeleteAllRowsFromTable" with succes.
Of course, szTableName parameter is obvious.
We called the "B8000007 Get Input Output Env Handles" BSFN to retrieve EnvHandle. We passed SL TargetEnvironment as input to szOutputEnvironment and get the ID through the idOutputEnvHandle into a GENLNG alias based variable.

Is our method is quite correct?
Should we pass other value (e.g. SL Login Environment) to B8000007 as input parameter?

Any input, correction and other method or confirmation will be appreciated.

Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Hi Zoltán

I am confused here. I am running on B7332 just like you apparently and, on
my system, B8000002 accepts only one parameter: the Table Name

Are you sure you are looking at the right Business Function?

Cheers

Philippe
----- Original Message -----
From: "Zoltan_Gyimesi" <[email protected]>
To: <[email protected]>
Sent: Friday, March 09, 2001 8:19 AM
Subject: B8000002 DeleteAllRowsFromTable


> Hi List/Forum,
>
> I amn't sure that this issue had been already answered, I have sought for
it on the Forum but without hit.
>
> Can somebody tell me how to pass parameters to the:
> B8000002 DeleteAllRowsFromTable
> Business Function?
> Mainly for parameter idOutputEnvironment. The environment system literals
(e.g. SL Login Environment) aren't available in the offered parameter list
for this parameter. How can I retrieve it, mainly for the login environment?
>
> Thanks for Your help in advance,
> Zoltán
>
> B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
> (working with B7321, B7331, XE too)
> --------------------------
> Visit the forum to view this thread at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Numbe
r=7024
> *************************************************************
> 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 Philippe,
Excuse me the confusion that I have made.
As you can see in my signature, I am working on more releases of OneWorld. This issue came up for us on XE.
It was my fault that I forgot to designate the release level (I've never thought that this BSFN changed so much and I investigated it only under XE). Under XE the BSFN accepts two parameters.

My main platform (described more detailed in my signature) is our company's platform but our JDE branch is working for our B7321, B7332, XE partners too in Hungary and this is the greatest part of our jobs.

Thanks for your reply anyway.

In hope of forgiveness,
Zoltán

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