Содержание
- Contact US
- Come Join Us!
- Posting Guidelines
- Related Projects
- NX6 license file error?
- NX6 license file error?
- NX6 license file error?
- RE: NX6 license file error?
- RE: NX6 license file error?
- RE: NX6 license file error?
- RE: NX6 license file error?
- Red Flag Submitted
- Reply To This Thread
- Posting in the Eng-Tips forums is a member-only feature.
- Nx license error invalid inconsistent license key or signature 8
- » Unigraphics и все что с ним связано
- Nx license error invalid inconsistent license key or signature 8
- FlexNet Publisher
- AutoCAD
- Issue:
- Causes:
- Solution:
- Solution
Thanks. We have received your request and will respond promptly.
Come Join Us!
- Talk With Other Members
- Be Notified Of Responses
To Your Posts - Keyword Search
- One-Click Access To Your
Favorite Forums - Automated Signatures
On Your Posts - Best Of All, It’s Free!
Posting Guidelines
Promoting, selling, recruiting, coursework and thesis posting is forbidden.
NX6 license file error?
NX6 license file error?
NX6 license file error?
Hi. Recently loaded NX6. Now I am getting the following error..
*****
NX License Error: Invalid (incosistant) license key or signature. The license key/signature and data for the feature do not match
**********
Anyone have any ideas. I think it may be due to LM tools.
I was hoping some gurus out there could help me. I had heard of a ‘Top Gun’ user from West Michigan that was designing engine mounts or something like that, I think. Oh Obi-Wan. where are you.
RE: NX6 license file error?
To an Engineer, the glass is twice as big as it needs to be.
RE: NX6 license file error?
RE: NX6 license file error?
To an Engineer, the glass is twice as big as it needs to be.
RE: NX6 license file error?
Yes, I did install the new license server (v11.4.100.0)
Red Flag Submitted
Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.
Reply To This Thread
Posting in the Eng-Tips forums is a member-only feature.
Click Here to join Eng-Tips and talk with other members! Already a Member? Login
Источник
Nx license error invalid inconsistent license key or signature 8
Has anyone got luck on installing NX5 on Ubuntu? I just managed to install with lot of hacks (Don’t get me wrong, I have a legal license file).
When it boots up it the terminal complaints:
«X Toolkit Warning: No font found»
And the program gives an error about missing Motif file.
Some of the menu’s don’t have text where they are supposed to be.
Showan2,
What version of Ubuntu are you using? Is it 64 bit?
Could you post your hardware configuration?
Thanx,
LC
We are using NX5 at the university, and I’d really like to run it in ubuntu, rather than rebooting into windows.
Sorry for this late reply!
Because I had a few people asking questions about installing NX 5 on Ubuntu, I will try tro explain here how I managed to install and run it:
My system specs are: C2D E6300, 2GB of RAM, Geforce 7600 GS with Gutsy 64 bit now. Remember, you need a 64 bit OS!
Step 1: Get a CID key (Composite ID)
First of all, you need a CID key for Linux. This is a key based on your hardware and OS.
On the GTAC support site (contact you school for a webkey) you will find 2 CID key generators, one for Suse 64 bit and one for Red Hat 64 bit. Both will work and both will generate the same key on all 64 bit Linux OS. Strangely they are named xxxx.exe but don’t let they fool you you can just run it with ./xxxx.exe. The windows CID key generator generates a different key, so it’s useless!
Send your CID key to your school, employer or directly to UGS/Siemens and they will send you a license file.
Step2: Get a copy of NX5 for Linux
Secondly, get a legal copy of NX5 for Linux (Suse 64). If you have a webkey account with fixed IP you can just download the install files from the GTAC support site.
Otherwise, your school can get the install DVD’s for you via UGS/Siemens .There’s also a Linux version of other interesting software (Nastran/Cast/. ), you might want them to.
Step 3: Installation of the files
Now begins the actual installation of NX5 and it’s components. Unpack all the installation files. Inside there is usually a few compressed maps with a complex ksh script (I used pdksh).
The ksh script is the install script, but it has to be slightly modified. It’s designed to handle all sort of UNIXes but as a drawback it’s unnecessary complex. I can’t remember exact all of the modifications I made, because I don’t have the install files anymore. But I will try:
Step 3a: Make the install scripts executable
Easiest way is to rightclick them and make them executable in the properties dialog.
Step 3b: Decide where you want to install the files
I made a map /opt/UGS where I installed all the files. Standard install goes to /usr/ugs and usr/ugslicensing.
Step3c: Install ugslicensing
cd dir-with-installation-files-of-ugslicensing && ./name-of-installscript
Respond to questions asked, you will likely get some error.
With every install script always check the Linux parameters: when you see something like
;;
Linux) # Linux machine.
check if all parameters are ok for you (for example installation dir for the software)
I remember also an error about the used uncompressing package, replace it with the one that’s installed in Ubuntu. (find the package name with synaptic)
Step 3d: Install NX5 basefiles
If you try to run the unmodified ksh script (cd dir-with-installation-files-of-nx5 && ./name-of-installscript) it will get stuck at a certain point in a loop. Open the script with a text editor (probably you need root permissions), find the message that it returns, and just comment that part of the script. Also modify the parameters as described in 3c.
Now try to run it and respond to the questions asked.
If this still doesnt work give me the error I will try to help you.
Step 3e: Install NX5 maintenance packs, maintenance relases, NXNastran solver, nxcast, documentation.
Just repeat Step 3d for this kind of software. Remember to direct updates to the right install dir.
Maintenance releases and updates can be found on GTAC Support Site, webkey is needed.
.
ALTERNATIVE INSTALL METHOD: (Instead of 3c-3e)
If the above didn’t work for you, I don’t know if this procedure would work, I never tested it.
*make a map like /opt/UGS
*unzip all the pieces in the installation folder (admin,bin,catiav5. ugii(base dir)) and copy the maps to /opt/UGS
.
Ok now installation is hopefully successfull, a fews more things need to be done for we can run NX5 and all it’s components:
Step 5: modify license file
Hopefully by now you got your license file from UGS.
Open it with sudo.
Modify 16th line: SERVER hostname COMPOSITE=xxxxxxxxxxxxx portnumber
Replace hostname and portnumber (usually 28000). Hostname is usually the hostname of your computer.
I named the license file ugs.lic.
Step 6: modify /etc/profile
sudo gedit /etc/profile
At the bottom, add:
UGII_BASE_DIR=/opt/UGS ; export UGII_BASE_DIR
UGII_ROOT_DIR=/opt/UGS/bin/ ; export UGII_ROOT_DIR
UGS_LICENSE_SERVER=port@host ; export UGS_LICENSE_SERVER
Fill in the portnumber and your hostname. (see step 5)
Step 7: modify the Environment Variables
Set up the .ugii_env file in the basedir (ugii): Open it with root permissions and check if the most important environment variables are set (if you have NXNastran don’t forget it ex UGII_NX_NASTRAN=/opt/UGS/nxnastran/nxn5p0m1/x86_64linux/nastran )
If you plan to use browser features via NX5 (like documentation, cast/training) change the browser variable (ex UGII_HTML_BROWSER=swiftweasel32). Most people want to probably fill in firefox there.
Step 8: create the Motif resource files
For some reason these files aren’t created at the installation, which results in strange window behavior (ex no text. ).
Create a map /usr/lib/X11/app-defaults, and copy Ugmenu10_default and Ugnx5_default in this map and rename them Ugmenu10 and Ugnx5.
now to start NX5:
cd /opt/UGS/ugii && ./ugii
Normaly it now works! If you are a student don’t forget to select the ACD bundle (File >Utilities) or manufacturing won’t work. Sadly, you have to reselect this bundle every time you boot NX5
I made a desktop entry and a startup script for the license server and NX, so it just starts when you click an icon If somebody is interested I will post it later
I know it’s a long way to get there but once it works it’s great!
Note: GTAC support site: http://support.ugs.com/
* I have to reselect the ACD bundle very time I start up NX
* One of the main differences with the Windows version is the lack of the «slider». Sometimes the windows on the left get out of their position.
Solution: Preferences > User Interface > Layout > Reset Window Position
Tips and Tricks:
* To greatly increase graphic quality (smoother edges):
Preferences > Visualization Performance > General Graphics > Deselect «Disable (Full Screen) Anti Aliasing»
Only for powerful graphical cards!
* For better performance with NXNastran solver & dualcore CPU’s:
sudo gedit /opt/UGS/nxnastran/conf/nast5rc
At the bottom, add:
Parallel=2
please try this methods and let me know how it worked!!
Please feel free to modify / complete my ‘howto’ and to ask questions!
If I can get some feedback and make it better we can maybe open a thread in the tips and tutorials section.
first, I thank you for the HowTo that you have wrote!! Second I’m not sure, if this is the right place for my post?!
I’ve done all the ways you explain and I got NX to work.
I can open it, make changes at Visualisation a.s.o. but when I try to make a new Part or open one, I get a Freez and sometimes a Crash
I use Ubuntu 8.04 64bit, Intel Dual Core, Nvidia GeForce 8800 GTS (640MB), 4GB RAM
First I think the freeze comes from Compiz, so I turn it off, but I get freeze again!
I tried to make some changes in nvidia-setting and also Desktop setting but I still get an freeze!
I think this is a Nvidia problem using 3D, can you help me to solve the Problem, or probably tell me where/how I can find a solution ?
I would be happy If you can help me. If you need some logfiles I will post it.
But tell me the Name of the logs, I’m sorry of this, but i’m new at linux!
It’s like tanderson wrote, UG was my anchor to Windows so I couldn’t change earlier!
P.S. Sorry for my bad English!
hello sorry for the late reply.
Since hardy heron, I also have lockups with the propietary nvidia drivers
solution: use the open-source nv drivers
go to Hardware Drivers and deselect it.
now it should start without a problem.
feel free to ask other questions
what to say Showan2 🙂 you are the Master 🙂
NX5 works but I have some small Problems!
1) I cant use shortcuts if the Mouse courser is on the work view, only out of the WorkView the Shortcuts are working.
2) The Scroll button for zoom won’t work but it works normally in ubuntu!
thank you very much for you help!
don’t forget to install the latest maintenance packs and releases, they solve a lot of bugs and they are frequently released.
you can find them at http://support.ugs.com/ , you need a login for this area of the site
At http://uganswer.ugs.com/ you can find problems and bugs and their solutions
thank you for the Answer!
I have update the system and the scrollbutton is now working!
The shortcuts wont work again . and the nvidia-problem is also not solved by ug! But, ok
it is posible to work with! 🙂
Источник
» Unigraphics и все что с ним связано
Расскажите как задавать 4х обработку с поворотной головой?
или пришлите, пожайлуста, в качестве примера, деталь с заданной технологией, попробую сам разобраться.
ээээ. самое главное
присылать надо сюда n-l-o@mail.ru
Ребята! Подскажите, начал с Проектирование ШПД NX (6)
Archimed
Понимает ! Не помню точно где это включается, но слышал что не рекомендуется этим пользоваться!
По крайней мере так было с NX4, с 5-й и 6-кой незнаю.
В 5 и 6 эта функция переменной mb_chars уже не включается.. Кириллицу не понимает.
Раньше включалось по mb_chars я уже давал ссылку с форума sapr2k.
Подскажите как в NX6 сделать чтобы понимал он русские буквы в пути и менах файлов+пробелы. Ну очень надо. Есть куча моделей нарисованных в Solid Edge(все файлы и пути русскими буквами с пробелами, там таких проблем нет). Ввиду того что есть их поддержка ugs nx надо перенести их в NX6.
Я практически уверен, что у официальных пользователей проблема решена. Подскажите хотя бы в каком направлении копать.
Исходя из help английского, там не очень понятно написано, но вроде что-то того что надо загрузить специальный файл(локализации), или самому его написать.
Сие касается языков группы cyrillic и японского с китайским.
Подскажите как в NX6 сделать чтобы понимал он русские буквы в пути и менах файлов+пробелы.
Официальные лица из Siemens PLM ответили. что в NX6 такой возможности нет
Источник
Nx license error invalid inconsistent license key or signature 8
I’ve recently run into a very strange problem, hoping for an easy solution.
I have a statically linked MFC application using FlexNet publisher. I have no problem making licenses and have never run into any issues. Once the parameters are correct, hostid, expiry date,etc, I can lmcrypt the file and it works as expected. However, recently I’ve encountered a machine that will not accept a properly configured license file. The application consistently receives the error «Invalid (inconsistent) license key”.
I’m looking for ideas on why I’d receive this error on what should otherwise be a valid license file.
FlexNet Publisher
KevinL33 wrote:
I’ve recently run into a very strange problem, hoping for an easy solution.
I have a statically linked MFC application using FlexNet publisher. I have no problem making licenses and have never run into any issues. Once the parameters are correct, hostid, expiry date,etc, I can lmcrypt the file and it works as expected. However, recently I’ve encountered a machine that will not accept a properly configured license file. The application consistently receives the error «Invalid (inconsistent) license key”.
I’m looking for ideas on why I’d receive this error on what should otherwise be a valid license file.
Problem solved! The issue was with a version mismatch between the compiled code in the application and the version of lmcrypt we were using. The application was an older version.
Thanks all to those that were thinking about this, I’ll leave the thread for future reference.
Источник
AutoCAD
By:
Issue:
After you configured your FLEXlm® license server with licenses, users of the product were not able to pull a license. In the debug log file, the following errors were displayed:
(adskflex) Invalid license key (inconsistent authentication code)
(adskflex) ==>INCREMENT
Causes:
- License in a combined license file is encrypted on wrong MAC address.
- Combining different release versions of same product package license code in one license file.
- Signature broken.
Solution:
Solution
These error messages can indicate one of the following issues:
- The server hostname and MAC address (physical address) used to generate this license file are incorrect. You should verify that the server information listed in the license file matches the details on the System Settings tab in LMTOOLS. These errors can also occur if you combine multiple license files and the server hostname and MAC address are not consistent between all license increments.
- The version of FLEXlm® or FLEXnet being used is out of date. Check the Network Licensing Guide for your product to determine the correct FLEXlm version. Check the debug log file to make sure that both Lmgrd and Adskflex display the correct version.
- Get reissued the license file.
Note: The server hostname and MAC address listed at the top of Autodesk license files are encrypted into each product increment and cannot be manually edited without invalidating the license file. If the server information is incorrect or you have manually modified the server details, you will need to submit a new request for a license file from Autodesk.
Источник
Hi dear friends,
First of all sorry for late reply to all. I am little bg in my other work, and secondly working on the problem commented by you.
(NX LICENSE ERROR: INVALID(INCONSISTENT) LICENSE KEY OR SIGNATURE,
THE LICENSE KEY/SIGNATURE AND DATA FOR THE FEATURE DO NOT MATCH»)
now let me explain you my experience on this particular problem.
I myself failed to generate this error, tried too many tricks and methods.
But yesterday one of my friends (Amit) told me that he is facing a problem in ProE Wildfire 4 named:
INVALID (INCONSISTENT) LICENSE KEY OR SIGNATURE.
So i reached to his room to find out the reasons behind this error. after working on his PC and the processes to solve this error I was failed to find the real reason which generate this type of error,
But :
final result was satisfactory for us.
and he is happy because ProE Wildfire 4 is working on his PC, properly without any error.
now i don’t know what mistake he has done but, I just uninstall the program and reinstall the same with proper license configuration method posted previously here on this blog.
So i will just suggest you that please uninstall the program via Add/Remove Program from your PC.
Reinstall the same software or program by following the proper method of configuration to configure the license file.
hope that your problem will be solved, if not then please let me know via comments.
and please leave some lines of your license file just like this, so that i can check is there any problem in lic. file or not :
SERVER Computer name ID=20080618 28000@
Computer name
VENDOR ugslmd
PACKAGE ADVDES ugslmd 24.0 1541F688A510 COMPONENTS=»ADVDES_assemblies
ADVDES_drafting ADVDES_dxf_to_ug ADVDES_dxfdwg
ADVDES_features_modeling ADVDES_free_form_modeling
ADVDES_gateway ADVDES_iges ADVDES_nx_freeform_1
ADVDES_nx_freeform_2 ADVDES_pstudio_cons
ADVDES_pv_ugdatagenerator ADVDES_sla_3d_systems
ADVDES_solid_modeling ADVDES_step_ap203 ADVDES_step_ap214
ADVDES_ug_collaborate ADVDES_ug_prod_des_advisor
ADVDES_ug_smart_models ADVDES_ug_to_dxf
ADVDES_ugopen_menuscript ADVDES_usr_defined_features»
OPTIONS=SUITE ck=100 SIGN=1E6B24D85160
PACKAGE ADVDESX ugslmd 24.0 BC0E17025B53
COMPONENTS=»ADVDESX_assemblies ADVDESX_drafting
ADVDESX_dxf_to_ug ADVDESX_dxfdwg ADVDESX_features_modeling
ADVDESX_free_form_modeling ADVDESX_gateway ADVDESX_iges
ADVDESX_nx_freeform_1 ADVDESX_nx_freeform_2
ADVDESX_pstudio_cons ADVDESX_pv_ugdatagenerator
ADVDESX_sla_3d_systems ADVDESX_solid_modeling
ADVDESX_step_ap203 ADVDESX_step_ap214 ADVDESX_ug_checkmate
ADVDESX_ug_collaborate ADVDESX_ug_kf_checker
ADVDESX_ug_opt_wizard ADVDESX_ug_prod_des_advisor
ADVDESX_ug_smart_models ADVDESX_ug_to_dxf
ADVDESX_ugopen_menuscript ADVDESX_usr_defined_features»
OPTIONS=SUITE ck=76 SIGN=1CCCD91207C0
PACKAGE ADV_MFG ugslmd 24.0 712F127D3EAC
and I have one more request to all of you that please if anyone of you know regarding any error solution then please share it with others and help them.
Have a nice day.
Please note that these codes only apply to network licenses, i.e. of the
form «xx.5.yyy». Note that «yyy» is usually a negative number, as it comes
right from FlexLM.
Standalone license errors are of the form «xx.1.yyy».
Error numbers in brackets with three numbers have this format: [a.b.c],
where «a» represents the general kind of problem, «b» is the kind of license
(1=standalone, 5=FlexLM), and «c» is the specific error number from the
underlying technology being used. This info may not be current with the
latest releases…
The error numbers below are available in the FlexLM documentation. But
thanks for posting!
—Cy—
wrote in message news:4963166@discussion.autodesk.com…
Since error codes are pretty generic when it comes to the license manager
(i.e. Error [1.5.-4]) I have decided to post a list of the common error
codes here for quick reference.
Error Code Description
-1 Cannot find license file.
-2 Invalid license file syntax.
-3 No license server system for this feature.
-4 Licensed number of users already reached.
-5 No such feature exists.
-6 No TCP/IP port number in license file and FLEXnet Licensing service does
not exist. (pre-v6 only)
-7 No socket connection to license server manager service.
-8 Invalid (inconsistent) license key or signature.
The license key/signature and data for the feature do not match. This
usually happens when a license file has been altered.
-9 Invalid host.
The hostid of this system does not match the hostid specified in the license
file.
-10 Feature has expired.
-11 Invalid date format in license file.
-12 Invalid returned data from license server system.
-13 No SERVER lines in license file.
-14 Cannot find SERVER host name in network database.
The lookup for the host name on the SERVER line in the license file failed.
This often happens when NIS or DNS or the hosts file is incorrect.
Workaround: Use IP address (e.g., 123.456.789.123) instead of host name.
-15 Cannot connect to license server system.
The server (lmgrd) has not been started yet, or the wrong port@host or
license file is being used, or the TCP/IP port or host name in the license
file has been changed.
-16 Cannot read data from license server system.
-17 Cannot write data to license server system.
-18 License server system does not support this feature.
-19 Error in select system call.
-21 License file does not support this version.
-22 Feature checkin failure detected at license server system.
-23 License server system temporarily busy (new server connecting).
-24 Users are queued for this feature.
-25 License server system does not support this version of this feature.
-26 Request for more licenses than this feature supports.
-29 Cannot find ethernet device.
-30 Cannot read license file.
-31 Feature start date is in the future.
-32 No such attribute.
-33 Bad encryption handshake with vendor daemon.
-34 Clock difference too large between client and license server system.
-35 In the queue for this feature.
-36 Feature database corrupted in vendor daemon.
-37 Duplicate selection mismatch for this feature. Obsolete with v8.0+
vendor daemon.
-38 User/host on EXCLUDE list for feature.
-39 User/host not on INCLUDE list for feature.
-40 Cannot allocate dynamic memory.
-41 Feature was never checked out.
-42 Invalid parameter.
-47 Clock setting check not available in vendor daemon.
-52 Vendor daemon did not respond within timeout interval.
-53 Checkout request rejected by vendor-defined checkout filter.
-54 No FEATURESET line in license file.
-55 Incorrect FEATURESET line in license file.
-56 Cannot compute FEATURESET data from license file.
-57 socket() call failed. *OS Error
-59 Message checksum failure.
-60 License server system message checksum failure.
-61 Cannot read license file data from license server system.
-62 Network software (TCP/IP) not available.
-63 You are not a license administrator.
-64 lmremove request before the minimum lmremove interval.
-67 No licenses available to borrow.
-68 License BORROW support not enabled.
-69 FLOAT_OK can’t run standalone on license server system.
-71 Invalid TZ environment variable.
-73 Local checkout filter rejected request.
-74 Attempt to read beyond end of license file path.
-75 SYS$SETIMR call failed (VMS). *OS Error.
-76 Internal FLEXnet Licensing error-please report to Macrovision
Corporation.
-77 Bad version number must be floating-point number with no letters.
-82 Invalid PACKAGE line in license file.
-83 FLEXnet Licensing version of client newer than server.
-84 USER_BASED license has no specified users — see license server system
log.
-85 License server system doesn’t support this request.
-87 Checkout exceeds MAX specified in options file.
-88 System clock has been set back.
-89 This platform not authorized by license.
-90 Future license file format or misspelling in license file.
The file was issued for a later version of FLEXnet Licensing than this
program understands.
-91 Encryption seeds are non-unique.
-92 Feature removed during lmreread, or wrong SERVER line hostid.
-93 This feature is available in a different license pool.
This is a warning condition. The server has pooled one or more INCREMENT
lines into a single pool, and the request was made on an INCREMENT line that
has been pooled.
-94 Attempt to generate license with incompatible attributes.
-95 Network connect to THIS_HOST failed.
Change this_host on the SERVER line in the license file to the actual host
name.
-96 License server machine is down or not responding.
See the system administrator about starting the server, or make sure that
you’re referring to the right host (see LM_LICENSE_FILE environment
variable).
-97 The desired vendor daemon is down.
1) Check the lmgrd log file, or 2) Try lmreread.
-98 This FEATURE line can’t be converted to decimal format.
-99 The decimal format license is typed incorrectly.
-100 Cannot remove a linger license.
-101 All licenses are reserved for others.
The system administrator has reserved all the licenses for others.
Reservations are made in the options file. The server must be restarted for
options file changes to take effect.
-102 A FLEXid borrow error occurred.
-103 Terminal Server remote client not allowed.
-104 Cannot borrow that long.
-106 License server system out of network connections.
The vendor daemon can’t handle any more users. See the debug log for further
information.
-110 Cannot read dongle: check dongle or driver.
Either the dongle is unattached, or the necessary software driver for this
dongle type is not installed.
-112 Missing dongle driver.
In order to read the FLEXid hostid, the correct driver must be installed.
These drivers are available from your software vendor.
-114 SIGN= keyword required, but missing from license certificate.
You need to obtain a SIGN= version of this license from your vendor.
-115 Error in Public Key package.
-116 TRL not supported for this platform.
-117 BORROW failed.
-118 BORROW period expired.
-119 lmdown and lmreread must be run on license server machine.
-120 Cannot lmdown the server when licenses are borrowed.
-121 FLOAT_OK requires exactly one FLEXid hostid.
-122 Unable to delete local borrow info.
-123 Returning a borrowed license early is not supported.
Contact the vendor for further details.
-124 Error returning borrowed license.
-125 A PACKAGE component must be specified.
-126 Composite hostid not initialized.
-127 A item needed for the composite hostid is missing or invalid.
-128 Error, borrowed license doesn’t match any known server license.
-135 Error enabling the event log.
-136 Event logging is disabled.
-137 Error writing to the event log.
-139 Communications timeout.
-140 Bad message command.
-141 Error writing to socket. Peer has closed socket.
-142 Error, cannot generate version specific license tied to a single
hostid, which is composite.
-143 Version-specific signatures are not supported for uncounted licenses.
-144 License template contains redudant signature specifiers.
-145 Bad V71_LK signature.
-146 Bad V71_SIGN signature.
-147 Bad V80_LK signature.
-148 Bad V80_SIGN signature.
-149 Bad V81_LK signature.
-150 Bad V81_SIGN signature.
-151 Bad V81_SIGN2 signature.
-152 Bad V84_LK signature.
-153 Bad V84_SIGN signature.
-154 Bad V84_SIGN2 signature.
-155 License key required but missing from the license certificate. The
application requires a license key in the license certificate. You need to
obtain a license key version of this certificate from your vendor.
-500 Invalid server port number.
-501 Invalid value in license where an integer was expected.
-502 Invalid value supplied for count.
-503 Invalid hostid supplied in license.
-504 Invalid hostid type supplied.
-505 Bad feature line syntax.
-506 Internal FLEXnet Licensing error.
-507 Bad date format in license file.
-508 Bad SERVER line.
-509 Bad license string.
-510 Server’s feature doesn’t authenticate on client side.
-511 No license checked out.
-512 License already checked out.
-513 Error list returned.
-514 No certicom module available.
-515 Wrong or incomplete certicom module.
-516 SIGN or SIGN2 required in license certificate.
-517 Feature object has no licensesources.
-518 An Identical license is already checked out on this license source.
-519 This license has an asynchronously-queued checkout pending.
-521 Library for native hostid couldn’t be loaded.
-522 Already connected to another vendor daemon.
-523 No such user, host, or display.
-524 Shutdown of license server system failed.
-525 Shutdown failed — already connected to license server system.
-526 Invalid license source string.
-527 Log file switch error.
← Вернуться в раздел «Программы»
В компановке все стили и фоны перепробовал с самого начала, по поводу UGII_LANG, уже писал, стоит значение russian. Также там я поменял сначала на english, перезагрузился, снова проставил russian, снова презагрузился, результат ноль. (танцы с бубном конечно, но лучше ничего не придумал).
На форумах этой проблемы не стречал.
Буду рад совету, или подскажите какой-нибудь форум, где еще можно получить ответ.
Автор: ascorb
Дата сообщения: 14.09.2009 07:50
на fsapr2000(sapr2k бывший) попробуйте поспрашивать в ветке про UG
Автор: Ingegnere
Дата сообщения: 15.09.2009 17:40
Вообщем в Windows 7 nx6 пока не работает нормально. Помимо языка проблемы и в модуле обработки (manufacturing), может и еще где, не стал разбираться. Жаль.
Автор: kuka11
Дата сообщения: 24.09.2009 13:34
Подскажите пожалуйста, оптимальную по соотношению цены с бестродействием конфигурацию компа для NX6/
Автор: TOMARADAEVA
Дата сообщения: 12.10.2009 14:11
[size=4][/size]
Автор: idalgo78
Дата сообщения: 28.10.2009 15:15
Есть неплохая книга «NX для конструктора-машиностроителя» + СD
нет ли у кого отсканированной? или ссылку не подкинете скачивания?
Автор: ryletsky
Дата сообщения: 28.10.2009 17:55
Цитата:
Есть неплохая книга «NX для конструктора-машиностроителя» + СD
нет ли у кого отсканированной? или ссылку не подкинете скачивания?
А кто-нибудь видел ее вживую? насколько я понял по информации с сайтов, она должна появится в 2010 году
Автор: idalgo78
Дата сообщения: 28.10.2009 18:57
Цитата:
А кто-нибудь видел ее вживую? насколько я понял по информации с сайтов, она должна появится в 2010 году
да нет, книга есть в продаже уже сейчас
http://books.dore.ru/bs/f1bid8824.html
http://isicad.ru/ru/press_releases.php?press_num=13366
да не хочется платить за кота в мешке 600 руб, для начала хотелоь бы так просмотреть,
чего там хорошего написали, если то же самое что и у Краснова «UG для профессионалов», тогда особого смысла наверное эту книгу и смотреть то нет…
Автор: inoit
Дата сообщения: 30.10.2009 12:21
Здравствуйте!!! Помогите пожалуйста!!! В модули кинематике при просмотре «анимации» система выдаёт «файл не существует», хотя все связи и узлы заданы, и раньше всё работало. В чём может быть проблема?
Автор: ascorb
Дата сообщения: 02.11.2009 12:16
Цитата:
А кто-нибудь видел ее вживую? насколько я понял по информации с сайтов, она должна появится в 2010 году
Да. Не только видел, но и начал читать.
Подарили Книжку.
Освещены практически все вопросы деятельности конструктора.
Есть отдельный раздел по оформлению КД. А также раздел по решению простых прочностных задач на деталях.
Есть раздел полностью посвященный вопросам интеграции с Teamcenter. И соответсвенно корпоративной работе пользователей.
Более подробно попробую рассказать позже, когда хотя бы до середины дочитаю.
В комплекте есть диск со всеми моделями которые используются в примерах в книге.
Автор: fd_nick
Дата сообщения: 02.11.2009 13:04
ascorb
Я так понимаю, книга по NX6, или уже и про NX7 ?
Автор: ascorb
Дата сообщения: 02.11.2009 14:43
Цитата:
Я так понимаю, книга по NX6, или уже и про NX7 ?
Книга по NX 6.
Кстати выложите кто-нибудь What’s New.
Лучше на русском….
Собственно из всего что я слышал основные нововведения это
в Product Template Studio добавили поддержку моделей CAE и кинематического анализа.
Чесслово никогда не пользовался.
Улучшения синхронной технологии (работа с листовыми деталями).
В чертежный модуль добавили стандарт ЕСКД. (ну эту сказку мы давно слышим)
Средства Визуализации HD3D (визуальные отчеты).
Автор: idalgo78
Дата сообщения: 02.11.2009 14:48
Цитата:
Да. Не только видел, но и начал читать.
Подарили Книжку.
Освещены практически все вопросы деятельности конструктора.
Есть отдельный раздел по оформлению КД. А также раздел по решению простых прочностных задач на деталях.
Есть раздел полностью посвященный вопросам интеграции с Teamcenter. И соответсвенно корпоративной работе пользователей.
Более подробно попробую рассказать позже, когда хотя бы до середины дочитаю.
В комплекте есть диск со всеми моделями которые используются в примерах в книге.
так не будь эгоистом, отсканируй, и выложиим вместе с образом диска на рапиду.
благодарных и благодарностей не будет предела….
Автор: ascorb
Дата сообщения: 02.11.2009 14:57
Цитата:
так не будь эгоистом, отсканируй, и выложиим вместе с образом диска на рапиду.
Ходите на презентации, и будет вам счастье.
издательство «ДМК Пресс» · 2010 г. · 504 стр.
Сканить 504 страницы нет ни возможности ни желания.
Книжка склеенная, а не сшитая. При попытке отсканить развалится по листочкам.
Считаю вопрос по книге закрытым.
На диске есть Avi — шки обучающие на русском языке. И все модели к ним, помимо тех что к книге.
На счет диска в ПМ. Может что и получится. Но скорее всего на torrents.
Автор: RamzesMMF
Дата сообщения: 29.11.2009 21:02
Было бы очень неплохо!
Автор: LightFear
Дата сообщения: 10.12.2009 21:55
альтернтива сканированию — фотографирование…
Автор: Ringo541
Дата сообщения: 11.12.2009 08:07
А такой вопрос никто не может прояснить? Настраиваем 6-й NX, все бы хорошо, но.. Утилиты-Настройки по умолчанию. Сетка выключена. В шаблоне на всякий случай тоже. Создаем модель, переходим в черчение — сетка есть. Ничего на ум уже не приходит, как отключить, и почему настройка по умолчанию конкретно к этой теме не применяется?
Автор: Lutz66
Дата сообщения: 20.12.2009 16:44
NX Для конструктора машиностроителя
Ссылка
Кто-нибудь пробовал? Если удобочитаемо, то, может, переложить на обменник?
Автор: ryletsky
Дата сообщения: 20.12.2009 18:59
Я просмотрел книгу, для того, чтобы ей нормально пользоваться надо чтобы она была от сканирована в хорошем разрешении, так как фото очень мелкие и насыщенные мелкими нужными деталями. для ознакомления, общего понимания о чем книга, этой информации, думаю достаточно
Автор: Lutz66
Дата сообщения: 20.12.2009 19:08
Для понимания «о чём книга» и обложки достаточно. Нам для изучения. «Будем искать»…
Автор: fotya84
Дата сообщения: 23.12.2009 23:05
Вот диск к книге NX Для конструктора машиностроителя
hxxp://dump.ru/file/4000029
hxxp://dump.ru/file/4000032
hxxp://dump.ru/file/4000035
hxxp://dump.ru/file/4000039
hxxp://dump.ru/file/4000043
hxxp://dump.ru/file/4000048
hxxp://dump.ru/file/4000050
hxxp://dump.ru/file/4000053
на торрентсе лежит и сама книга
Автор: M1000
Дата сообщения: 25.12.2009 12:26
Люди, помогите! При запуске NX6 выходит следю сообщение:
NX License Error: Invalid(inconsistent) license key or signature.
The license key and data for the feature do not match
Как исправить?
Автор: fd_nick
Дата сообщения: 25.12.2009 13:09
Цитата:
Люди, помогите! При запуске NX6 выходит следю сообщение:
NX License Error: Invalid(inconsistent) license key or signature.
The license key and data for the feature do not match
Как исправить?
Это вопрос варезный, вот тебе пост на эту тему:
http://forum.ru-board.com/topic.cgi?forum=35&topic=1628&start=1300#3
Автор: hsd8
Дата сообщения: 30.12.2009 10:35
Вопрос:
Как в NX поступают зубчатыми колесами, так как физическая модель у них одна, а оформление по ГОСТ совсем другое, я пользователь начинающий поэтому не знаю. Создал физическую модель зубчатого колеса. Вывод на чертеж изображает зубчатое колесо как тело со всеми зубьями, а не три (для обозначения) окружности da,d,df.
Да и на всякий случай , это не чертеж одного колеса, а модель планетарного редуктора, так что все зубчатые колеса находятся там в зацеплении.
Автор: fd_nick
Дата сообщения: 30.12.2009 12:55
hsd8
Я лично не сталкивался, как реализовано в NX но в Solid Edge нужно в режиме моделирование сосдать конфигурацию упрощенной детали, тоесть просто диск и поверхность вращения в качестве делительной окр.
На чертеже при построении вида указываем конф. упрощенно, и вуаля.
Я думаю по функционалу в NX тоже что-то подобное есть.
Автор: Lutz66
Дата сообщения: 13.01.2010 07:54
Очень слабо знаком с NX, так что подскажите: использует ли NX тот же чертежный модуль, что и Solid Edge, или имеет свой? А если свой, то на сколько его функционал сопоставим с функционалом от чертежного модуля Solid Edge ST2?
Автор: A R T
Дата сообщения: 19.02.2010 20:11
Свой. Не сопостовим.
Автор: bmv47
Дата сообщения: 01.03.2010 21:34
Уважаемые, знатоки, NX7 подскажите пожалуйста -необходимо использовать манекена-
а NX7 пишет, что
«данная операция на данной платформе не поддерживается». Что в данном случае NX имеет
под платформой. Спасибо.
Автор: valber
Дата сообщения: 02.03.2010 13:34
Цитата:
Что в данном случае NX имеет
под платформой
Имеется ввиду, что на 64bit системах использование манекена не поддерживается…
Автор: bmv47
Дата сообщения: 02.03.2010 20:23
Valber
Большое Спасибо!
Неужели все так хреново!? И система и кучка смежного софта все х64.
Страницы: 123456789101112
Предыдущая тема: Загрузчик
Форум Ru-Board.club — поднят 15-09-2016 числа. Цель — сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.
NX License Error:invalid(inconsistent)license key or signature.The license key/signature and dada for the feature do not match.[-8]
- NX许可证错误
UG软件安装后打不开,提示NX初始化错误:
NX License Error:invalid(inconsistent)license key or signature.The license key/signature and dada for the feature do not match.[-8]
- 0 条评论
- 分类:NX许可证错误
请先 登录 后评论
默认排序
时间排序
1 个回答
老叶
— NX网、学技网、UG爱好者论坛创始人
2020-08-07 12:06
擅长:NX软件
这是你在NX软件安装完成后,忘记最后一步,替换文件了。
解决方案:
打开NX软件安装包里的XX文件替换一下就可以了。
注意路径不要复制错了,是替换!替换!替换!
相同的问题,英文提示:
https://www.ugnx.net/wt/1348
- 1 条评论
请先 登录 后评论
如果觉得我的回答对您有用,请随意打赏。你的支持将鼓励我继续创作!
您需要登录后才可以回答问题,登录 或者 注册
[Incident]: Some users report they are unable to access the case portal. Please see this community notice for more information.
This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I’ve recently run into a very strange problem, hoping for an easy solution….
I have a statically linked MFC application using FlexNet publisher. I have no problem making licenses and have never run into any issues. Once the parameters are correct, hostid, expiry date,etc, I can lmcrypt the file and it works as expected. However, recently I’ve encountered a machine that will not accept a properly configured license file. The application consistently receives the error «Invalid (inconsistent) license key”.
I’m looking for ideas on why I’d receive this error on what should otherwise be a valid license file.
Thanks.
1 Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
KevinL33 wrote:
I’ve recently run into a very strange problem, hoping for an easy solution….I have a statically linked MFC application using FlexNet publisher. I have no problem making licenses and have never run into any issues. Once the parameters are correct, hostid, expiry date,etc, I can lmcrypt the file and it works as expected. However, recently I’ve encountered a machine that will not accept a properly configured license file. The application consistently receives the error «Invalid (inconsistent) license key”.
I’m looking for ideas on why I’d receive this error on what should otherwise be a valid license file.
Thanks.
Problem solved! The issue was with a version mismatch between the compiled code in the application and the version of lmcrypt we were using. The application was an older version.
Thanks all to those that were thinking about this, I’ll leave the thread for future reference.
-
All forum topics -
Previous Topic -
Next Topic
2 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
KevinL33 wrote:
I’ve recently run into a very strange problem, hoping for an easy solution….I have a statically linked MFC application using FlexNet publisher. I have no problem making licenses and have never run into any issues. Once the parameters are correct, hostid, expiry date,etc, I can lmcrypt the file and it works as expected. However, recently I’ve encountered a machine that will not accept a properly configured license file. The application consistently receives the error «Invalid (inconsistent) license key”.
I’m looking for ideas on why I’d receive this error on what should otherwise be a valid license file.
Thanks.
Problem solved! The issue was with a version mismatch between the compiled code in the application and the version of lmcrypt we were using. The application was an older version.
Thanks all to those that were thinking about this, I’ll leave the thread for future reference.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
FYI — a recently discovered cause and solution for “Invalid (inconsistent) license key” (error -8)
When using «demo» vendor keys, which in the year 2020 are automatically TRL enabled, do not use the encryption strength LM_STRENGTH_DEFAULT.
The solution is changing the encryption strength to 113BIT, 163BIT or 239BIT.
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS
Contact US
Thanks. We have received your request and will respond promptly.
Log In
Come Join Us!
Are you an
Engineering professional?
Join Eng-Tips Forums!
- Talk With Other Members
- Be Notified Of Responses
To Your Posts - Keyword Search
- One-Click Access To Your
Favorite Forums - Automated Signatures
On Your Posts - Best Of All, It’s Free!
*Eng-Tips’s functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.
Posting Guidelines
Promoting, selling, recruiting, coursework and thesis posting is forbidden.
Students Click Here
I want to use NX6 in Windows 8.I want to use NX6 in Windows 8.(OP) 17 Jan 14 04:20 I have installed NX6 with license server. But when I am launching it an initialization error occurs. I already have defined an environment variable UGS_LICENSE_SERVER and value 28000@Computername. Red Flag SubmittedThank you for helping keep Eng-Tips Forums free from inappropriate posts. |
ResourcesLearn methods and guidelines for using stereolithography (SLA) 3D printed molds in the injection molding process to lower costs and lead time. Discover how this hybrid manufacturing process enables on-demand mold fabrication to quickly produce small batches of thermoplastic parts. Download Now Examine how the principles of DfAM upend many of the long-standing rules around manufacturability — allowing engineers and designers to place a part’s function at the center of their design considerations. Download Now Metal 3D printing has rapidly emerged as a key technology in modern design and manufacturing, so it’s critical educational institutions include it in their curricula to avoid leaving students at a disadvantage as they enter the workforce. Download Now This ebook covers tips for creating and managing workflows, security best practices and protection of intellectual property, Cloud vs. on-premise software solutions, CAD file management, compliance, and more. Download Now |
Join Eng-Tips® Today!
Join your peers on the Internet’s largest technical engineering professional community.
It’s easy to join and it’s free.
Here’s Why Members Love Eng-Tips Forums:
Talk To Other Members
- Notification Of Responses To Questions
- Favorite Forums One Click Access
- Keyword Search Of All Posts, And More…
Register now while it’s still free!
Already a member? Close this window and log in.
Join Us Close