Что нового

Error Number 6007 Cadworx [new]

Error Number 6007 Cadworx [new]

Launch the from your CADWorx Program Group, or run Pulse.exe from the [Product Folder]\Support directory.

If you’ve encountered while launching CADWorx, you’re likely staring at a "Hardware Lock Error" message. This specific error typically indicates a communication failure between the CADWorx software and your NetHASP network hardware lock .

Choose and test these in parallel or sequentially:

If you use physical USB dongles, conflict rules within the Intergraph CAS engine can throw licensing exceptions. error number 6007 cadworx

: The client machine and the license server are not on the same network or cannot "see" each other due to connectivity drops.

If your workspace utilizes a hybrid of local USB dongles and network keys, CADWorx will prioritize local locks first. This behavior can cause authorization failures if the local lock does not match your active module configuration.

: The red or green USB hardware network key is physically loose, damaged, or plugged into a malfunctioning port. Launch the from your CADWorx Program Group, or run Pulse

If you use both local and network locks, remember that . If a local lock is present but lacks the necessary module authorization, the software will trigger an error instead of checking the network lock. Remove any unauthorized local hardware keys before launching. License Manager Update

If the database references are irreparable, the geometry must be salvaged.

Locate the nethasp.ini file, typically found in the Assidrv folder within the software installation directory. Choose and test these in parallel or sequentially:

Ensure the licensing server uses a static IP address rather than a dynamic DHCP lease so nethasp.ini paths never break.

: If operating CADWorx over Remote Desktop Protocol (RDP) or virtual machines, ensure that the license server handles keys via a reliable network protocol rather than localized USB pass-through, which frequently triggers timeout faults.

: The physical USB hardware lock (dongle) is not plugged into the workstation or is loose. Driver Issues

: The local installation lacks definitive IP routing rules, forcing CADWorx to scan the wrong subnets for a valid key.

InnI

AutoIT Гуру
Сообщения
4,986
Репутация
1,461
Где-то я это читал... только для Win7 :scratch:
Ну, точно. Здесь http://www.outsidethebox.ms/12317/
 
Автор
---Zak---

---Zak---

Скриптер
Сообщения
455
Репутация
120
2 InnI
На Windows 7 у меня как-то не возникло проблем запуска программ от другого пользователя. У меня служба в XP и 7 без проблем запускает программу от текущего пользователя.

Знал бы прикуп - жил бы в Гаграх)))))

Я на это все потратил 3 суток и искал такие статьи в интернете - но увы и ах, а уже после столкнулся с этой статьей. Сейчас тоже не теряю надежду найти статью, каким способом запустить от доменного имени на компьютере не в домене.

ЗЫ: вспоминай - может есть такая статья в инете ?
ЗЫЫ: на этом сайте я такого не нашел, но я думаю все равно способ должен быть. Сетевые диски можно подключать таким способом - по идеи значит и запускать можно - надо только знать как.

На счет запуска программ - раньше была возможность: берешь пользователя с его паролем из рабочей группы и в домене создаешь точно такого же пользователя с тем же паролем в AD (может еще какие манипуляции). Но суть в том, что этому пользователю предоставлялся доступ.
 

vovsla

Осваивающий
Сообщения
607
Репутация
36
Я тоже столкнулся с проблемой RunAs в Win8, решил все вот таким способом.
Код:
RunAsWait('oem', @ComputerName, 'pass', 0, @ComSpec&' cmd /c start %Systemroot%\System32\sysprep\sysprep.exe /quiet /oobe /generalize /shutdown /unattend:%Systemdrive%\Sysprep\Sysprep\XML\Presale2.xml', '',  @SW_HIDE)

т.е. с помощью RunAs запускаю консоль которая в свою очередь запускает приложение
 
Верх