cancel
Showing results for 
Search instead for 
Did you mean: 

Command to create sybase ase services manually in sap

Former Member
0 Kudos

Hi experts,

I am new to sybase ase.

Can any one help me to create OS level services manually through command level either in (windows or Linux)  any platform...

Thanks......

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

please refer below note

1611715 - SYB: How to restore a Sybase ASE database server (Windows)





Regards

K.sandeep

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you. My problem was solved with this post.

Former Member
0 Kudos

Ok, thanks.....JITHIN MOOLIYIL

former_member186228
Active Participant
0 Kudos

Hi,

In windows you can use sc.exe for creating services.

Syntax:

sc.exe create <servicename> binPath= "<path>" DisplayName= "<Display name>" start="manual/auto"

If you using older version of windows you have to download ntscmgr.exe file and use below syntax for creating service.

Syntax:

ntscmgr.exe install <servicename> -b <path>

In linux system you can create script file and create a crontab entry

Regards,

Jithin M

Former Member
0 Kudos

My problem was solved with this post. Thank you.