cancel
Showing results for 
Search instead for 
Did you mean: 

how to prepare ard for 64 bit os...

Former Member
0 Kudos

hi..

have a look on below image..

how can i make ard by using below way....

This is the first time i am using this way..

Normally i am using in vb.net new project  that way i am prepring ard...

---

now i am facing one problem that ...

my ard  is preparing under x86  at 32  bit it is working...

but if i cahnge to x64    at 64  bit  while intstalling addon  flag is showing in sap b1  x86 .....

some error is comming...

-------------------------------

so, some body suggested this way..

Can u plz  tell me the steps..

plz tell me like..

which fields are mandatory 

step 1:

step 2:

Accepted Solutions (1)

Accepted Solutions (1)

edy_simon
Active Contributor
0 Kudos

Hi Srinivas,

follow your usual way, using B1DE is fine.

After you have your ard file, open up this ard file using notepad.

In the platform element, change the value from 'N' to 'X'

Regards

Edy

Former Member
0 Kudos

Hi Srinivas,

first of all you remove all file from Bin folder and then set configuration manager 64 bit then debug it and then copy all file from Bin Folder and past all file in new folder in desktop or where u want. Now Open Add-On Registration Data Generator and fill partner information and then fill add-on info. In add-on info Add-On executable full path browse folder path which u create in desktop and select .exe file. In install and uninstall information fill only install and uninstall  time. Then click generate file save your ard file in same folder.

It works for me.

I hope it works.

Regards,

Sandeep kr.

Former Member
0 Kudos

hi.

Edy thanks For your reply...

I made changes  what u said above..

right now i dont have client  server 64  bit oc.. they are busy..

but i try to install in my pc..... the falg it is showing x64  at add on manager i hope it will be work.....

---

i have two quesitons....

what is   N and X..

x for 64  and  n for 32  am i currect..

one more quesiton is

server is 64  bit ok  ard i given  like above what u said...

while installing ard in server machine we are  making ard installation default for each user...ok

if the client user is  x84  what is the situation..

-----------------------------

normally i am making x84  at every time right now some problem is comming...

can u plz explain the above two points...

Former Member
0 Kudos

hi sandeep one point u have missed...

how to load srf fiels......

if i click load from fiels...

it is not showing any  srf file..

may i know how to load fiels...

Former Member
0 Kudos

Hi srinivas,

Yes it not show any .srf file if u create .ard file in this way. u need only .exe file.

regards,

sandeep kr.

edy_simon
Active Contributor
0 Kudos

Hi Srinivas,

X=x64

N=x86

For your problem, you will need to create 2 installers.

1 for 32 x86, another one for x64.

Install both in the server.

Regards

Edy

Former Member
0 Kudos

Hi.Thanks for your reply..

Which means two ards  are having same version...

Can i istalll....

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Srinivas,

Yes you can Install both in the server.

Thanks & Regards

Ankit Chauhan

Former Member
0 Kudos

Hi. Ankit Thanks for your reply..

Yes you can Install both in the server.


same ard  having the same version....how can i install... in server....

Answers (3)

Answers (3)

Former Member
0 Kudos

To Generate X64 Addon for X64 Client with B1DE
1- clean your project (delete all files or folder in Bin folder
2- Add UIAPI and DIAPI to References of addon project
    from: C:\Program Files\SAP\SAP Business One\SAPbouiCOM.exe
          C:\Program Files\SAP\SAP Business One DI API\DI API 90\SAPbobsCOM90.dll
3- On Project proprieties > Builds : set Plateform and target plateform to "Any CPU"
4- Build you project
5- Create your installer project with B1DE tools: new project> SAP B1 AddonInstaller .Net Wizard
6- choose you generated Exec File on step 4
7- Ctr+H (Search and replace) on All Solution : <<AddOnInstallAPI.dll>> by <<AddOnInstallAPI_x64.dll>>
8- On Project proprieties > Compile >Advanced Compile Options > Target CPU:x64
9- Build your project
10- Go to your project folder and run AddOnRegDataGenFile\AddOnRegDataGen.bat
11- Go to the Bin folder a new .ard file is generated
12- Edit this file with notepad and replace :<<platform="N" >> by <<platform="X" >>

Former Member
0 Kudos

Hi Everyone ,

I have gone through the above discussion and have created .ard file using (visual studio 2010) .

At time of installing Add-On i am getting a error "Connection Timed Out" and not able to find any solution for it.

Can any one please tell me compete flow of installing add-on's in SAP B1 8.82 & 9.0 versions .

Does any Add-On Identifier Generator play any role in installation of ADD-On's.

Thanks in advance ..

Former Member
0 Kudos

Hi Srinivas,

first of all you remove all file from Bin folder and then set configuration manager 64 bit then debug it and then copy all file from Bin Folder and past all file in new folder in desktop or where u want. Now Open Add-On Registration Data Generator and fill partner information and then fill add-on info. In add-on info Add-On executable full path browse folder path which u create in desktop and select .exe file. In install and uninstall information fill only install and uninstall  time. Then click generate file save your ard file in same folder.

It works for me.

I hope it works.

Regards,

Sandeep kr.