Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
On 3/12/2014 1:39 PM, Mark Murphy/STAR BASE Consulting Inc. wrote:Journal entry cannot be associated with file WBOODV100.
Let's get this out of the way first, V7.1 TR
I am having trouble creating a specific view. The error is CPF6968
replace view to the front of it, I get the error.
I can execute the select statement by itself, but when I add create or
view before running the create, the error goes away, and I am able to
Here is the sql:
create or replace view wboodv100
as
with openorders as (
select current_date as asofdate
, left(dcstkl,3) as dcplnt
, dcobal
from ocrh
where dcstat <> 'C')
select asofdate, dcplnt, sum(dcobal) as dcobal
from openorders
group by asofdate, dcplnt;
Now I have seen this error before with other views, and if I drop the
referenced in the view are not journaled. This has not been a problem
Squirrel reports:
Error: [SQL0901] SQL system error.
SQLState: 58004
ErrorCode: -901.
I believe it is the same error.
Can anyone shed some light on this for me?
One more thing. There is no journal in BKNTEST, and the tables
Mark Murphy
STAR BASE Consulting, Inc.
mmurphy@xxxxxxxxxxxxxxx
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 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.