license trouble


 
Thread Tools Search this Thread
Operating Systems AIX license trouble
# 1  
Old 05-30-2006
license trouble

Hi,
we currently use a valisys licence :
it is based on a server (serv1)
it is reached only by one workstation (cam1)
In all licence files there is line with cam1 et serv1
We want to use cam22 (new workstation) instead of cam1
I made a copy the licences files with remplacing cam1 by cam22 (according to the recommendation of technomati which developped this software)
....
..... and buzzz no licence available ...
Can someone help me?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Expire license

I have a program that outputs a file on the number days left before software license expired. It reads in a text file name expiredt.txt. expiredt.txt contents are as follows: EM software 30NOV2015 11/30/2015 ABM software 30NOV2015 11/30/2015 ABM software ... (2 Replies)
Discussion started by: dellanicholson
2 Replies

2. Shell Programming and Scripting

Updating the license tag in XML file with new license

Hi All, I have a XML file : System.xml in which I want to update the license tag with the new data from file licence.xml. The content of files is in following format: System.xml: <?xml version="1.0"?> <!DOCTYPE Configuration SYSTEM "SystemVariables.dtd"> <usageConfiguration... (2 Replies)
Discussion started by: Pramod_T
2 Replies

3. Programming

License error

All, When I am trying to complie a c code, I am getting the following error below. Anyone please tell me where to fix it. #cc -o hello.exe hello.c License Error : Cannot find the license server (au1144s) in the network database for product(Sun WorkShop Compiler C SPARC) Cannot... (2 Replies)
Discussion started by: thana
2 Replies

4. Solaris

License expired

Hi I am working with Solaris 4.1.3 The system uses CMIS protocol to communicate with other system. The Live server is working properly. The fall back system says Licese CMIS expired. all the files are exactly similar on both the systems now if i change the... (4 Replies)
Discussion started by: asalman.qazi
4 Replies

5. UNIX and Linux Applications

License

Dear Expert, Let say i have already Build Any Application under UNIX platform. Then i want to sell that application for Free. But buyer have to Buy the License for running my application. Somebody knows if there is an any kind of tools or another technique for Generate that License ? ... (1 Reply)
Discussion started by: tpx99
1 Replies

6. UNIX for Dummies Questions & Answers

Which Unix license should I go for?

I'm thinking about getting the Network and Admin licenses for Solaris 9. But some people say Red Hat Linux license is just as good. And there is also IBM's Linux license. Is Solaris still very popular in the corperate world? Looking for a Unix Admin job, which license do you suggest I try... (3 Replies)
Discussion started by: CapsuleCorpJX
3 Replies

7. UNIX for Dummies Questions & Answers

license info

Help, I need to find info for the following: 1. Applications that are running 2. application(s) info, i.e. , version, etc 3. License info (if applicable) 4. expiration dates of licenses. I would like to create a perl script to gather this info from my servers. I am teaching myself... (3 Replies)
Discussion started by: antalexi
3 Replies

8. UNIX for Dummies Questions & Answers

License with demo???

I'm trying to setup a test environment to test upgrading to Solaris 8 or 9. Though when I go to install the demo version of Sun1 (forte/sun workshop as named before) it'll still ask for a 20 hexidecminal password for just a demo. huh? Ok so I added a 20 character thing in there it passed... (2 Replies)
Discussion started by: merlin
2 Replies

9. Filesystems, Disks and Memory

License Expired

Hi: I´m working with a SCO system and during a reboot i accidentally change the date system. Now when i try to establish a telnet session the system reject me saying that the license has expired. Is there any way to solve this problem? Thanks (1 Reply)
Discussion started by: Tavo23
1 Replies

10. UNIX for Advanced & Expert Users

cc license errors

This is a duplicated post from the C Forum; Apologies if that's not OK. I have been contacted by one of my developers; they are receiving this error message on our AIX box: 4053: cc EXTRACT.c 1506-507 (W) No licenses available. Contact your program supplier to add additio nal users. ... (2 Replies)
Discussion started by: sam_pointer
2 Replies
Login or Register to Ask a Question
INSTALL-XPI(1)						     mozilla-devscripts suite						    INSTALL-XPI(1)

NAME
install-xpi - installs a xpi file into a Debian package SYNOPSIS
install-xpi [options] xpi-file DESCRIPTION
install-xpi is a helper tool for packaging XUL extensions. It installs the given xpi file into the correct directory and creates the required links based on the data in the install.rdf file. It corrects the file permissions unless --preserve-permissions is specified. install-xpi will create a configuration file in /etc if the XUL extension provides one or more preferences files in defaults/preferences. The configuration file contains only a description where to find the overridable preferences. debian/package.js is used as configuration file instead if it exists. The placeholder @INSTALLDIR@ is replaces by the actual installation directory. You can disable the creation of a system configuration file with --disable-system-prefs. OPTIONS
--disable-system-prefs Do not create a system preference file in /etc. -x file, --exclude=file The specified file from the xpi file will not be installed. You can use this parameter several times. -h, --help Display a brief help message. -i directory, --install-dir=directory The xpi file will be installed in the specified directory. directory must be an absolute path. Use this parameter with care. -l directory, --link=directory An additional link from the directory to the installation directory of the extension will be created. You can use this parameter several times. -p package, --package=package The xpi file will be installed in the specified binary package. If this parameter is not provided, the first binary package listed in debian/control will be used. --preserve-permissions The permissions of the files in the xpi file will not be modified. If this parameter is not provided, install-xpi will try to cor- rect the permissions of the files to 644 (files that starts with a shebang will be corrected to 755). -r, --remove-license-files Files with names like copying, licence, or license will not be installed. -v, --verbose Print more information. AUTHOR
Benjamin Drung <bdrung@debian.org> install-xpi January 2010 INSTALL-XPI(1)