PDA

View Full Version : Conversion VDF7/CR8 to VDF11/CR11 - cdo



Roel Westhoff [W4]
23-Jul-2005, 07:23 AM
Hi all,

I'm converting our vdf7/cr8.5 cdo reports to vdf11/vr11 cdo

With help from Data Acces Europe (supplying a new package that uses the in-buildarray's) the conversion from vdf7/cr8.5 to vdf11/cr8.5 works but when i save the cr8.5 file to cr11 i'm getting a mysterious error shown below.

I installed the cr11 with the supplied hotfixes.
I'm using the crpe32.dll plced in the windows\system32 (16-05-2005 11.0.0.1351)



Does anyone seen this error message and figured out how to bypass it.

Roel Westhoff

David Martinko
23-Jul-2005, 07:59 AM
I have not seen this with the CDO. This is a bug in Crystal: When using more
than one data file in a report, the error shows up. The hotfixes noted in
the Conn Kit solve this problem.

Are you using the API method or are you converting to the RDC interface?

--
David Martinko
Redeemed Software
248-535-7495
RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com
www.redeemedsoftware.com

"Roel Westhoff [W4]" <roel.westhoff@wesmoll.com> wrote in message
news:mPSYJF4jFHA.1112@dacmail.dataaccess.com...
Hi all,

I'm converting our vdf7/cr8.5 cdo reports to vdf11/vr11 cdo

With help from Data Acces Europe (supplying a new package that uses the
in-buildarray's) the conversion from vdf7/cr8.5 to vdf11/cr8.5 works but
when i save the cr8.5 file to cr11 i'm getting a mysterious error shown
below.

I installed the cr11 with the supplied hotfixes.
I'm using the crpe32.dll plced in the windows\system32 (16-05-2005
11.0.0.1351)



Does anyone seen this error message and figured out how to bypass it.

Roel Westhoff

David Martinko
23-Jul-2005, 08:05 AM
I see you mention the CRPE32.dll which means you are using the API. The
Incorrect Logon Parameters error showed up in earlier versions of Crystal.
The solution is to have to set the location of each table using the API from
dataflex. I think I remember the problem occurring when you use the "Same As
Report" option. Try removing the ".\" or anything in front of the table name
from within the Crystal Report Designer.

The best solution I found was just to set the table locations at runtime
during the OnInitializeReport which means I never have to remember to set
the report data to "Same As Report".

--
David Martinko
Redeemed Software
248-535-7495
RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com
www.redeemedsoftware.com

"David Martinko" <RedeemedSoftware@Hotmail.com> wrote in message
news:H6OPnZ4jFHA.1112@dacmail.dataaccess.com...
>I have not seen this with the CDO. This is a bug in Crystal: When using
>more than one data file in a report, the error shows up. The hotfixes noted
>in the Conn Kit solve this problem.
>
> Are you using the API method or are you converting to the RDC interface?
>
> --
> David Martinko
> Redeemed Software
> 248-535-7495
> RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com
> www.redeemedsoftware.com
>
> "Roel Westhoff [W4]" <roel.westhoff@wesmoll.com> wrote in message
> news:mPSYJF4jFHA.1112@dacmail.dataaccess.com...
> Hi all,
>
> I'm converting our vdf7/cr8.5 cdo reports to vdf11/vr11 cdo
>
> With help from Data Acces Europe (supplying a new package that uses the
> in-buildarray's) the conversion from vdf7/cr8.5 to vdf11/cr8.5 works but
> when i save the cr8.5 file to cr11 i'm getting a mysterious error shown
> below.
>
> I installed the cr11 with the supplied hotfixes.
> I'm using the crpe32.dll plced in the windows\system32 (16-05-2005
> 11.0.0.1351)
>
>
>
> Does anyone seen this error message and figured out how to bypass it.
>
> Roel Westhoff
>
>

Peter van Mil
24-Jul-2005, 04:58 PM
Roel,

I have done some testing with CR XI and VDF10.1. I put CRPE32.DLL in the
same directory as my program (Applications Programs directory). It works
also with VDF11 on my laptop. (I have the CDO sample of Ulbe).

Deploying is another story, because at this time I have some trouble
with my installation program (Advanced Installer) and those merge
modules. With VDF10.1 it did work some time ago.

Regards,

Peter van Mil

Roel Westhoff [W4] wrote:
> Hi all,
>
> I'm converting our vdf7/cr8.5 cdo reports to vdf11/vr11 cdo
>
> With help from Data Acces Europe (supplying a new package that uses the
> in-buildarray's) the conversion from vdf7/cr8.5 to vdf11/cr8.5 works but
> when i save the cr8.5 file to cr11 i'm getting a mysterious error shown
> below.
>
> I installed the cr11 with the supplied hotfixes.
> I'm using the crpe32.dll plced in the windows\system32 (16-05-2005
> 11.0.0.1351)
>
>
> Does anyone seen this error message and figured out how to bypass it.
>
> Roel Westhoff
>

Roel Westhoff [W4]
25-Jul-2005, 01:50 AM
Peter and David,

I searched my laptop for crpe32.dll and replaced all with the 11.0.1351
version

Placed the crpe32.dll in windows\system32 and in the vdf11\bin and in the
\programs directory with the same result (incrementally). I stil get the
same error message.

I changed the TTX location from 'same as report' to the actual location .
Same result
I searched the business objects knowledge base but got no further with the
error message. It seams to be around from cr4.5!!

Roel



"Peter van Mil" <peter@appvantage.nl> schreef in bericht
news:agcvkrJkFHA.3408@dacmail.dataaccess.com...
> Roel,
>
> I have done some testing with CR XI and VDF10.1. I put CRPE32.DLL in the
> same directory as my program (Applications Programs directory). It works
> also with VDF11 on my laptop. (I have the CDO sample of Ulbe).
>
> Deploying is another story, because at this time I have some trouble with
> my installation program (Advanced Installer) and those merge modules. With
> VDF10.1 it did work some time ago.
>
> Regards,
>
> Peter van Mil
>
> Roel Westhoff [W4] wrote:
>> Hi all,
>> I'm converting our vdf7/cr8.5 cdo reports to vdf11/vr11 cdo
>> With help from Data Acces Europe (supplying a new package that uses the
>> in-buildarray's) the conversion from vdf7/cr8.5 to vdf11/cr8.5 works but
>> when i save the cr8.5 file to cr11 i'm getting a mysterious error shown
>> below. I installed the cr11 with the supplied hotfixes.
>> I'm using the crpe32.dll plced in the windows\system32 (16-05-2005
>> 11.0.0.1351)
>> Does anyone seen this error message and figured out how to bypass it.
>> Roel Westhoff
>>

Roel Westhoff [W4]
25-Jul-2005, 02:25 AM
Peter and Divad,

I also found the knowledge base article from Ulbe Stellema (1907) and aplied
his recommendations but with noluck either.

I still get the same error

Roel

"Roel Westhoff [W4]" <roel.westhoff@wesmoll.com> schreef in bericht
news:suBCmUOkFHA.3408@dacmail.dataaccess.com...
> Peter and David,
>
> I searched my laptop for crpe32.dll and replaced all with the 11.0.1351
> version
>
> Placed the crpe32.dll in windows\system32 and in the vdf11\bin and in the
> \programs directory with the same result (incrementally). I stil get the
> same error message.
>
> I changed the TTX location from 'same as report' to the actual location .
> Same result
> I searched the business objects knowledge base but got no further with the
> error message. It seams to be around from cr4.5!!
>
> Roel
>
>
>
> "Peter van Mil" <peter@appvantage.nl> schreef in bericht
> news:agcvkrJkFHA.3408@dacmail.dataaccess.com...
>> Roel,
>>
>> I have done some testing with CR XI and VDF10.1. I put CRPE32.DLL in the
>> same directory as my program (Applications Programs directory). It works
>> also with VDF11 on my laptop. (I have the CDO sample of Ulbe).
>>
>> Deploying is another story, because at this time I have some trouble with
>> my installation program (Advanced Installer) and those merge modules.
>> With VDF10.1 it did work some time ago.
>>
>> Regards,
>>
>> Peter van Mil
>>
>> Roel Westhoff [W4] wrote:
>>> Hi all,
>>> I'm converting our vdf7/cr8.5 cdo reports to vdf11/vr11 cdo
>>> With help from Data Acces Europe (supplying a new package that uses the
>>> in-buildarray's) the conversion from vdf7/cr8.5 to vdf11/cr8.5 works but
>>> when i save the cr8.5 file to cr11 i'm getting a mysterious error shown
>>> below. I installed the cr11 with the supplied hotfixes.
>>> I'm using the crpe32.dll plced in the windows\system32 (16-05-2005
>>> 11.0.0.1351)
>>> Does anyone seen this error message and figured out how to bypass it.
>>> Roel Westhoff
>>>
>
>

David Martinko
25-Jul-2005, 07:37 AM
Make sure you have both files beginning with "crpe32"

--
David Martinko
Redeemed Software
248-535-7495
RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com
www.redeemedsoftware.com

"Roel Westhoff [W4]" <roel.westhoff@wesmoll.com> wrote in message
news:suBCmUOkFHA.3408@dacmail.dataaccess.com...
> Peter and David,
>
> I searched my laptop for crpe32.dll and replaced all with the 11.0.1351
> version
>
> Placed the crpe32.dll in windows\system32 and in the vdf11\bin and in the
> \programs directory with the same result (incrementally). I stil get the
> same error message.
>
> I changed the TTX location from 'same as report' to the actual location .
> Same result
> I searched the business objects knowledge base but got no further with the
> error message. It seams to be around from cr4.5!!
>
> Roel
>
>
>
> "Peter van Mil" <peter@appvantage.nl> schreef in bericht
> news:agcvkrJkFHA.3408@dacmail.dataaccess.com...
>> Roel,
>>
>> I have done some testing with CR XI and VDF10.1. I put CRPE32.DLL in the
>> same directory as my program (Applications Programs directory). It works
>> also with VDF11 on my laptop. (I have the CDO sample of Ulbe).
>>
>> Deploying is another story, because at this time I have some trouble with
>> my installation program (Advanced Installer) and those merge modules.
>> With VDF10.1 it did work some time ago.
>>
>> Regards,
>>
>> Peter van Mil
>>
>> Roel Westhoff [W4] wrote:
>>> Hi all,
>>> I'm converting our vdf7/cr8.5 cdo reports to vdf11/vr11 cdo
>>> With help from Data Acces Europe (supplying a new package that uses the
>>> in-buildarray's) the conversion from vdf7/cr8.5 to vdf11/cr8.5 works but
>>> when i save the cr8.5 file to cr11 i'm getting a mysterious error shown
>>> below. I installed the cr11 with the supplied hotfixes.
>>> I'm using the crpe32.dll plced in the windows\system32 (16-05-2005
>>> 11.0.0.1351)
>>> Does anyone seen this error message and figured out how to bypass it.
>>> Roel Westhoff
>>>
>
>

Roel Westhoff [W4]
25-Jul-2005, 08:42 AM
David,

Did some tracking and tracing. The poblem lies in the use of cdo32.dll
I've created a normal pervasive-sql-driver rpt on the same database and this
one works.

Recap:
cr8/8.5 cdo32.dll (8.0.0.0) crpe32.dll (8.0.0.371) works
cr11 cdo32.ll (8.0.0.0) crpe32.dll (8.0.0.371) 'Unable to load the
report'
cr11 cdo32.dll (8.0.0.0) crpe32.dll (11.0.0.1351) 'Unable to connect:
incorrect logon parameters'
cr11 cdo32.dll ( 11.0.0.718) crpe32.dll (11.0.0.1351) 'Unable to
connect: incorrect logon parameters'

So, back to cr8 until this problem is solved
But this means deinstalling cr11 and installing cr8 because these two don't
mix

Roel



"David Martinko" <RedeemedSoftware@Hotmail.com> schreef in bericht
news:x5zfRWRkFHA.1112@dacmail.dataaccess.com...
> Make sure you have both files beginning with "crpe32"
>
> --
> David Martinko
> Redeemed Software
> 248-535-7495
> RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com
> www.redeemedsoftware.com
>
> "Roel Westhoff [W4]" <roel.westhoff@wesmoll.com> wrote in message
> news:suBCmUOkFHA.3408@dacmail.dataaccess.com...
>> Peter and David,
>>
>> I searched my laptop for crpe32.dll and replaced all with the 11.0.1351
>> version
>>
>> Placed the crpe32.dll in windows\system32 and in the vdf11\bin and in the
>> \programs directory with the same result (incrementally). I stil get the
>> same error message.
>>
>> I changed the TTX location from 'same as report' to the actual location .
>> Same result
>> I searched the business objects knowledge base but got no further with
>> the error message. It seams to be around from cr4.5!!
>>
>> Roel
>>
>>
>>
>> "Peter van Mil" <peter@appvantage.nl> schreef in bericht
>> news:agcvkrJkFHA.3408@dacmail.dataaccess.com...
>>> Roel,
>>>
>>> I have done some testing with CR XI and VDF10.1. I put CRPE32.DLL in the
>>> same directory as my program (Applications Programs directory). It works
>>> also with VDF11 on my laptop. (I have the CDO sample of Ulbe).
>>>
>>> Deploying is another story, because at this time I have some trouble
>>> with my installation program (Advanced Installer) and those merge
>>> modules. With VDF10.1 it did work some time ago.
>>>
>>> Regards,
>>>
>>> Peter van Mil
>>>
>>> Roel Westhoff [W4] wrote:
>>>> Hi all,
>>>> I'm converting our vdf7/cr8.5 cdo reports to vdf11/vr11 cdo
>>>> With help from Data Acces Europe (supplying a new package that uses
>>>> the in-buildarray's) the conversion from vdf7/cr8.5 to vdf11/cr8.5
>>>> works but when i save the cr8.5 file to cr11 i'm getting a mysterious
>>>> error shown below. I installed the cr11 with the supplied hotfixes.
>>>> I'm using the crpe32.dll plced in the windows\system32 (16-05-2005
>>>> 11.0.0.1351)
>>>> Does anyone seen this error message and figured out how to bypass it.
>>>> Roel Westhoff
>>>>
>>
>>
>
>

Peter van Mil
26-Jul-2005, 04:22 PM
Roel,

I have a test program running with VDF11, CR11 and CDO, so it is
possible. I don't know what you mean with "the problem lies in the use
of cdo32.dll". I can send you a copy of the test program if you want.

Regards,

Peter van Mil

Roel Westhoff [W4] wrote:
> David,
>
> Did some tracking and tracing. The poblem lies in the use of cdo32.dll
> I've created a normal pervasive-sql-driver rpt on the same database and this
> one works.
>
> Recap:
> cr8/8.5 cdo32.dll (8.0.0.0) crpe32.dll (8.0.0.371) works
> cr11 cdo32.ll (8.0.0.0) crpe32.dll (8.0.0.371) 'Unable to load the
> report'
> cr11 cdo32.dll (8.0.0.0) crpe32.dll (11.0.0.1351) 'Unable to connect:
> incorrect logon parameters'
> cr11 cdo32.dll ( 11.0.0.718) crpe32.dll (11.0.0.1351) 'Unable to
> connect: incorrect logon parameters'
>
> So, back to cr8 until this problem is solved
> But this means deinstalling cr11 and installing cr8 because these two don't
> mix
>
> Roel
>
>
>
> "David Martinko" <RedeemedSoftware@Hotmail.com> schreef in bericht
> news:x5zfRWRkFHA.1112@dacmail.dataaccess.com...
>
>>Make sure you have both files beginning with "crpe32"
>>
>>--
>>David Martinko
>>Redeemed Software
>>248-535-7495
>>RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com
>>www.redeemedsoftware.com
>>
>>"Roel Westhoff [W4]" <roel.westhoff@wesmoll.com> wrote in message
>>news:suBCmUOkFHA.3408@dacmail.dataaccess.com...
>>
>>>Peter and David,
>>>
>>>I searched my laptop for crpe32.dll and replaced all with the 11.0.1351
>>>version
>>>
>>>Placed the crpe32.dll in windows\system32 and in the vdf11\bin and in the
>>>\programs directory with the same result (incrementally). I stil get the
>>>same error message.
>>>
>>>I changed the TTX location from 'same as report' to the actual location .
>>>Same result
>>>I searched the business objects knowledge base but got no further with
>>>the error message. It seams to be around from cr4.5!!
>>>
>>>Roel
>>>
>>>
>>>
>>>"Peter van Mil" <peter@appvantage.nl> schreef in bericht
>>>news:agcvkrJkFHA.3408@dacmail.dataaccess.com...
>>>
>>>>Roel,
>>>>
>>>>I have done some testing with CR XI and VDF10.1. I put CRPE32.DLL in the
>>>>same directory as my program (Applications Programs directory). It works
>>>>also with VDF11 on my laptop. (I have the CDO sample of Ulbe).
>>>>
>>>>Deploying is another story, because at this time I have some trouble
>>>>with my installation program (Advanced Installer) and those merge
>>>>modules. With VDF10.1 it did work some time ago.
>>>>
>>>>Regards,
>>>>
>>>>Peter van Mil
>>>>
>>>>Roel Westhoff [W4] wrote:
>>>>
>>>>>Hi all,
>>>>> I'm converting our vdf7/cr8.5 cdo reports to vdf11/vr11 cdo
>>>>> With help from Data Acces Europe (supplying a new package that uses
>>>>>the in-buildarray's) the conversion from vdf7/cr8.5 to vdf11/cr8.5
>>>>>works but when i save the cr8.5 file to cr11 i'm getting a mysterious
>>>>>error shown below. I installed the cr11 with the supplied hotfixes.
>>>>>I'm using the crpe32.dll plced in the windows\system32 (16-05-2005
>>>>>11.0.0.1351)
>>>>> Does anyone seen this error message and figured out how to bypass it.
>>>>> Roel Westhoff
>>>>>
>>>
>>>
>>
>
>