Custom DLL Build Problem

manishmpradhan

Member
Hi List
I am currently at One World Xe. I am running into problem with Custom
DLL. I created a Custom DLL as default CCUSTOM was not there. I created a
NER successfully. I am unable to move the custom DLL from status 21 to
status 26 using the Object Management Workbench. It always gives an error.
Please advice how can I solve the problem.
What is the correct way to move the created custom DLL from Dev to CRP in
OneWorld Xe.
Any help will be greatly appreicated.
Thanks In Advance
Manish
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
 
Hi Manish,
My answer briefly: remove your custom DLL (BL type object) from your project, advance your project status, build your DLL under CRP path code on the deployment server. Follow the same way when you advance your project to In Production.

A bit longer:
Last week I had the same problem at one of our client site. By my observation, current release of XE do not handle correctly BL type objects (DLLs), not only custom DLLs but the originals (e.g. CDIST, CFIN) too. BL objects are special objects not like APPL, UBE etc. They are not really Path Code dependent but their building blocks are.

I have added (defined) our custom DLL under my project, written my NERs and DSTRs, built the DLL on the workstation. I wasn't able to advance my project status. I tried to change the attributes of BL object without succes but receiving "unknown" error. I had set the attributes directly in the database, the same settings like CDIST has. I wasn't able to advance the status again. I noticed, that OMW do not brings up attributes of DLLs to the screen correctly (for CFIN, CDIST too) and XE get very slow (almost seems to be freezed) when I make some manipulation with DLL in the project (e.g. "move into" or "move from", etc.) After some further investigation have figured out that I have to remove the BL object from my project. After advancing project status I have built the DLL on the deployment server with succes. This worked at our site.
Please, let us know if it is work at your site too. Thanks.
Zoltán



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