NOTE:Methods called from Visual Basic do not return the HRESULT code directly. Instead, the return codes are returned as an argument declared with the [retval] directive, if one exists. Visual Basic users can view the error codes returned by methods by implementing an error handler and checking the Number property of the Err object. The property is the HRESULT return code from the failing method. NOTE: The values below are written in C++ style hexadecimal notation. In Visual Basic the value 0x80040200 would be written &H80040200.Success CodesValueDescriptionS_EDM_REFRESH_LIST0x00040201Success; refresh the entire list.S_EDM_REFRESH_TREE0x00040202Success; refresh the tree.S_EDM_TRY_AGAIN0x00040203Try the operation again.S_EDM_REFRESH_MENU0x00040218Administrated plug-ins successfully. You should now recreate the plug-in menu.S_EDM_MENU_ITEM_NOT_APPLICABLE0x00040219Menu item not valid in this context due to flags set.S_EDM_INVALID_FILE0x0004023CThe file was handled, but the file format is not recognized.S_EDM_32BIT_ADDIN0x0004023DRetrieved information successfully from the 32-bit add-in.S_EDM_64BIT_ADDIN0x0004023ERetrieved information successfully from the 64-bit add-in. Error CodesValueDescriptionE_EDM_LOGIN_FAILED0x80040200Login failed because of an invalid username or password.E_EDM_NOT_INITIALIZED0x80040201The program used an object without properly initializing it.E_EDM_HAS_NO_PARENT0x80040202The folder does not have a parent.E_EDM_PERMISSION_DENIED0x80040203You do not have permission to perform this action.E_EDM_NOT_LOGGED_IN0x80040204You have not logged in on the file vault.E_EDM_ALREADY_LOGGED_IN0x80040205You tried to log in twice.E_EDM_CANT_OPEN_DATABASE0x80040206Could not open database. This could happen if the network connection is broken or if the database has been removed.E_EDM_DATABASE_ACCESS0x80040207Could not access the item in the database.E_EDM_END_OF_LIST0x80040208You tried to get an element from a list where the cursor is off-right.E_EDM_RCE_ERROR0x80040209Error accessing the revision management system. Check your network connection.E_EDM_LOCKED0x8004020AAn attempt was made to access a record in the database that is locked by another user. This sometimes happens during high workload on the database. Usually this is solved if you try the operation again.E_EDM_FILE_SHARE_ERROR0x8004020BAn attempt was made to access a file that is exclusively opened by another application.E_EDM_MISSING_ATTRIBUTE0x8004020CAn attempt was made to access an attribute that is not present in the file.E_EDM_UPDATE_ATT_FAILED0x8004020DCould not update attributes during check in.E_EDM_MAPPING_FOUND0x8004020ECould not remove the attribute class because it is used by a control in a file data card.E_EDM_NAME_ALREADY_EXISTS0x8004020FAn attempt was made to create a new file or folder with the same name as an existing one.E_EDM_FILE_NOT_LOCKED_BY_YOU0x80040210The file is not checked out by you, which is required by the operation.E_EDM_FILE_IS_LOCKED0x80040211The operation is not permitted because the file is checked out.E_EDM_LOCKED_BY_ANOTHER_USER0x80040212The file in question is checked out by another user.E_EDM_FILE_NOT_FOUND0x80040213The file could not be found.E_EDM_FOLDER_NOT_FOUND0x80040214The folder could not be found.E_EDM_LOCKED_ON_OTHER_COMPUTER0x80040215The file is checked out on another computer.E_EDM_STATE_NOT_FOUND0x80040216The specified state does not exist.E_EDM_OPERATION_REFUSED_BY_PLUGIN0x8004021AThe operation was not permitted by one of the installed add-ins.E_EDM_ALREADY_INITIALIZED0x8004021BAttempt to initialize an object twice. You can only initialize an object one time.E_EDM_INVALID_NAME0x8004021DThe file/key name was invalid.E_EDM_COULD_NOT_CREATE_LOCAL_FOLDER0x8004021ECould not create the folder in the local cache. The folder name might contain invalid characters.E_EDM_FOLDER_NOT_EMPTY0x8004021FThe specified folder is not empty.E_EDM_SERVER_NOT_FOUND0x80040220The server was not found.E_EDM_DATASOURCE_NOT_FOUND0x80040222The ODBC data source was not found.E_EDM_HAS_NO_PREVIEW0x80040223The file does not have a preview bitmap.E_EDM_INVALID_REVISION_NUMBER0x80040224An invalid revision number was specified.E_EDM_INVALID_TYPE0x80040225The object has an invalid type for the specified operation.E_EDM_CANCELLED_BY_USER0x80040226The operation was canceled by the user.E_EDM_HAS_NO_CARD0x80040227The file does not have a file data card.E_EDM_IO_ERROR0x80040228Error accessing the file.E_EDM_INVALID_FILE0x80040229The file format is not recognized.E_EDM_NO_MATCHING_PLUGIN0x8004022AThere is no matching plug-in.E_EDM_KEY_NOT_FOUND0x8004022BThe key you specified was not found in the collection.E_EDM_VALUE_NOT_UNIQUE0x8004022CAttempt to save a duplicate value where a unique one was required.E_EDM_FILE_IS_REFERENCED0x8004022DThe file is referenced by another file.E_EDM_VERSION_MISMATCH0x8004022EThe program and the file vault are of incompatible versions.E_EDM_CIRCULAR_XREF0x8004022FDetected cyclic file reference.E_EDM_INVALID_QUERY0x80040230The search query is invalid.E_EDM_END_OF_REV_GEN_LIST_STOP0x80040231You have reached the end of the revision generator list. Please contact your system administrator to add more revision-generator entries in the workflow editor.E_EDM_END_OF_REV_GEN_LIST_CONTINUE0x80040232You have reached the end of the revision generator list. Please contact your system administrator to add more revision-generator entries in the workflow editor.E_EDM_CONDITIONS_NOT_MET0x80040233Conditions for transition were not met.E_EDM_TRANSITION_ACTION_FAILED0x80040234An error occurred when trying to execute a transition action.E_EDM_MAILSERVER_NOT_INSTALLED0x80040235SolidWorks Enterprise PDM Database Server is not installed on the database server. Please contact your system administrator for assistance.E_EDM_MISSING_MANDATORY_VALUE0x80040236An attempt was made to save an empty value for a mandatory variable.E_EDM_NO_REVISION_ON_REFERENCE0x80040237Cannot set revision because not all referenced files have revisions on the attached versions.E_EDM_REVISION_ON_OLD_VERSION0x80040238Cannot set revision on old version.E_EDM_DISK_FULL0x80040239The disk is full.E_EDM_END_OF_SN_FILE0x8004023AYou have reached the end of the serial number file.E_EDM_SN_FILE_NOT_FOUND0x8004023BSerial number file or add-in could not be found.E_EDM_EXCLUDED_FROM_PREVIEW0x8004023CThe file type is excluded from preview.E_EDM_DISABLED0x8004023DThe command is disabled.E_EDM_UNSUPPORTED_PROGRAM_VERSION0x8004023EThe program requires a higher version of SolidWorks Enterprise PDM than the installed version.E_EDM_ARCHIVE_SERVER_NOT_FOUND0x8004023FThe archive server is not found. Try starting the archive server.E_EDM_NULL_VALUE0x80040240A null value was returned where it was not expected.E_EDM_INVALID_ID0x80040241The supplied object ID is not valid.E_EDM_BAD_LENGTH0x80040242The statement is out of bounds.E_EDM_ARCHIVE_LOGIN_FAILED0x80040243Login failed because of an invalid username or password.E_EDM_VARIABLE_USED_IN_COLUMN0x80040244The variable cannot be deleted because it is used in a user-defined column.E_EDM_MISSING_PLUGIN_COMPONENT0x80040245The file format plug-in cannot handle this file because a component is missing.E_EDM_NOT_POWER_USER0x80040246You are not logged in on Windows as a Power User or Administrator, which is required to run SolidWorks Enterprise PDM.E_EDM_NO_REVISION_GENERATOR0x80040247The file is not connected to a revision generator.E_EDM_TOO_MANY_USERS0x80040248The licensed maximum number of simultaneously logged-in users would be exceeded by this log-in. This log-in was refused.E_EDM_NEED_MIGRATING0x80040249The file needs to be migrated for operation to succeed.E_EDM_WF_HAS_FILES0x8004024AThe workflow contains files and cannot be deleted.E_EDM_DUPLICATE_SEARCH_FAVORITE_NAME0x8004024BCould not save the search favorite with the specified name because the name is already used by another favorite and the names must be unique. (If the other favorite is not visible in the program, it is probably because you do not have permission to see it.)E_EDM_MISSING_VIEW_INFO0x8004024CCould not find vital registry information for this view. You might have to attach to this vault again to repair the registry.E_EDM_VAULT_ALREADY_EXISTS0x8004024DA vault with the same name already exists on the archive server.E_EDM_LOGIN_LOCK0x8004024EThe system is locked due to maintenance.E_EDM_MISSING_SEARCH_PROC0x8004024FThe search card's stored procedure is missing in the database.E_EDM_REVGENERATOR_IN_USE0x80040250The revision number component is currently being used by one or more revision numbers and cannot be deleted.E_EDM_REVISION_NO_VERSION0x80040251Attempt to set a revision on a version newer than the documents latest version.E_EDM_VARIABLE_NOT_FOUND0x80040252The specified card variable is missing.E_EDM_REVISION_CHANGED0x80040253The revision number has been changed by somebody else.E_EDM_NO_SECPKG_FOUND0x80040254Could not negotiate a security package to use between the server and the client.E_EDM_REVNUMBER_IN_USE0x80040255The revision number is currently associated with one or more states and cannot be deleted.E_EDM_INVALID_SERIAL_NUMBER_NAME0x80040256Invalid serial number name.E_EDM_FILES_WERE_LOCKED0x80040257One or more documents has been checked out. These files has been deselected. Click OK again if you still want to perform the operation on the remaining files.E_EDM_DOCTYPE_IN_USE0x80040258The category is currently associated with one or more documents and cannot be deleted.E_EDM_DOCTYPE_EXISTS0x80040259A category with the specified name already exists.E_EDM_MISSING_PTID0x8004025AThe registry variable PTID is missing. Please reinstall the program.E_EDM_CANT_START_EDMSERVER0x8004025BCould not start EdmServer.exe. Please reinstall the program.E_EDM_NO_DOCTYPE0x8004025CThe document does not meet the conditions of any category.E_EDM_NO_WORKFLOW0x8004025DThe document does not meet the conditions of any workflow.E_EDM_REVGEN_EXISTS0x8004025EA revision number component with the specified name already exists.E_EDM_REVNUM_EXISTS0x8004025FA revision number with the specified name already exists.E_EDM_INVALID_WORKFLOW_ID0x80040260The specified workflow database ID is invalid.E_EDM_INVALID_WORKFLOW_TRANSITION_ID0x80040261The specified workflow transition database ID is invalid.E_EDM_INVALID_WORKFLOW_STATE_ID0x80040262The specified workflow state database ID is invalid.E_EDM_INVALID_CATEGORY_ID0x80040263The specified category database ID is invalid.E_EDM_INVALID_FILE_ID0x80040264The specified file ID is invalid.E_EDM_USER_BLOCKED0x80040265The administrator has blocked your login name in this file vault.E_EDM_LOCK_ERRORS0x80040266One or more documents could not be checked out.E_EDM_DATABASE_LINK_FAILURE0x80040267A communication link failure occurred when accessing the database server. The database service might have been restarted, or the network might be down. Please try the operation again and contact your system administrator if the problem persists.E_EDM_DUPLICATE_GROUP_NAME0x80040268Saving the user group failed because the group name is already used by another group.E_EDM_FILE_FORMAT_UNSUPPORTED_BY_CONISIO_VERSION0x8004026AThe file format is not supported by your SolidWorks Enterprise PDM license.E_EDM_OPERATION_UNSUPPORTED_BY_CONISIO_VERSION0x8004026BThe operation is not supported by your SolidWorks Enterprise PDM license.E_EDM_XREF_OUTSIDE_VAULT0x8004026COne or more of the file's referenced files are outside the file vault.E_EDM_FILE_DELETED0x8004026DThe file has been deleted.E_EDM_MISSING_URL_PARAM0x8004026EA required URL parameter is missing.E_EDM_UNSUPPORTED_SN_TYPE0x8004026FThe serial number type is not supported.E_EDM_PROGRAM_VERSION_MISMATCH0x80040270The server and client are not of the same version.E_EDM_PATH_TOO_LONG0x80040271The path is too long.E_EDM_MISSING_CONISIO_MODULE0x80040272A required SolidWorks Enterprise PDM module is not installed.E_EDM_SKIP_FILE0x80040273The user selected to skip processing of the current file and go on to the next one.E_EDM_INVALID_TRANSITION_WEB0x80040274Could not change state because the transition would create a new document version, which is not supported by the web client.E_EDM_COLD_STORAGE_SCHEMA_NOT_FOUND0x80040275The cold storage schema with the specified name was not found.E_EDM_NO_ACTIVE_COLDSTORAGE_OPERATION0x80040276There are currently no active cold storage operation belonging to the calling archive server.E_EDM_COLD_STORE_SCHEMA_EXISTS0x80040277Saving the cold storage schema failed because the name is already used by another schema.E_EDM_FILE_IN_COLDSTORAGE0x80040278The file that you are trying to access is currently placed in cold storage and cannot be retrieved.E_EDM_ROLLBACK_PAST_COLDSTORED0x80040279The rollback operation cannot be performed because one of the versions that you are trying to remove is placed in cold storage.E_EDM_COULD_NOT_OPEN_CLIPBOARD0x8004027ACould not open the clipboard.E_EDM_REFERENCE_EXISTS0x8004027BThe reference already exists.E_EDM_SQLSERVER_UNSUPPORTED_VERSION0x8004027CThe SQL Server version is not supported by SolidWorks Enterprise PDM. Supported versions are SQL Server 2005 SP1 or laterE_EDM_GET_EDMFORMATROUTER0x8004027DThe file format plug-in routes the call on to another plug-in. The file format manager will query the interface for the IEdmFormatRouter code to figure out which plug-in to use.E_EDM_CARD_NOT_FOUND0x8004027EThe specified card could not be found.E_EDM_INDEXER_NOT_STARTED0x8004027FThe Index Server has not been set up for this file vault.E_EDM_AUTO_LOGGED_OUT0x80040280You have been inactive for too long and have been logged out.E_EDM_FILE_ALREADY_OPEN0x80040281The file is already open.E_EDM_FILE_NOT_OPEN0x80040282The file is not open.E_EDM_INSUFFICIENT_SQL_PERMISSION0x80040283The SQL server user account associated with the vault has insufficient privileges. The administrator can solve this by running the following command in the SQL Server Query Analyzer: GRANT VIEW SERVER STATE TO user name.E_EDM_ADDIN_LOADCONFLICT0x80040284An older version of the add-in is already loaded in memory. Restart the program to load the new version of the add-in.E_EDM_LOCAL_FILE_NOT_FOUND0x80040285The file is not present in the file vault cache folder on the client computer.E_EDM_FILE_NAME_NOT_GLOBALLY_UNIQUE0x80040286The file name, which needs to be unique in the file vault, has been used before.E_EDM_INVALID_USER_NAME0x80040287The user name is invalid.E_EDM_USER_NAME_NOT_UNIQUE0x80040288The user name is not unique in the specified array of users.E_EDM_ALL_USERS_NOT_VALIDATED0x80040289All users were not validated.E_EDM_USER_NAME_ALREADY_EXISTS0x8004028AThe user name already exists.E_EDM_INVALID_COMPLETE_NAME0x8004028BThe complete name is invalid.E_EDM_INVALID_EMAIL0x8004028CThe email is invalid.E_EDM_INVALID_INITIALS0x8004028DThe initials are invalid.E_EDM_INVALID_USER_DATA0x8004028EThe user data string is invalid.E_EDM_INVALID_PASSWORD0x8004028FThe password is invalid.E_EDM_COLUMN_VIEW_NOT_FOUND0x80040290The column view cannot be found.E_EDM_INVALID_COLUMN_VIEW0x80040291The column view is invalid.E_EDM_USER_NOT_FOUND_IN_ARCHIVE_SERVER0x80040292The user name does not exist in the archive server.E_EDM_PASSWORD_NOT_EMPTY0x80040293The current login type does not allow passwords to be set.E_EDM_INVALID_GROUP_NAME0x80040294The group name is invalid.E_EDM_GROUP_NAME_NOT_UNIQUE0x80040295The group name is not unique in the specified array of groups.E_EDM_INVALID_GROUP_DESCRIPTION0x80040296The group description is invalid.E_EDM_GROUP_NAME_ALREADY_EXISTS0x80040297The group name already exists.E_EDM_ALL_GROUPS_NOT_VALIDATED0x80040298All groups were not validated.E_EDM_INVALID_GROUP_MEMBER_ID0x80040299A group member ID is invalid.E_EDM_INVALID_REVISION_NUMBER_GENERATOR_NAME0x8004029AThe revision number generator name is invalid.E_EDM_INVALID_REVISION_NUMBER_COMPONENT_NAME0x8004029BThe revision number component name is invalid.E_EDM_CANT_MOVE_FOLDER_TO_SUBFOLDER0x8004029CAn attempt was made to move a folder to one of its subfolders.E_EDM_ERPMGR_ALIAS_DOES_NOT_EXIST0x8004029DThe alias does not exist.E_EDM_ERPMGR_IMPORTBATCH_DOES_NOT_EXIST0x8004029EThe data import batch does not exist.E_EDM_ERPMGR_IMPORTSCRIPT_NAME_ALREADY_EXISTS0x8004029FThe name of the data import rule is already used.E_EDM_ERPMGR_INVALID_DATE_FORMAT0x800402A0The date format is invalid.E_EDM_ERPMGR_INVALID_FILENAME0x800402A1The file name is not valid.E_EDM_ERPMGR_ITEM_NOT_FOUND0x800402A2The data import/export item was not found in the database.E_EDM_ERPMGR_VALUE_TOO_LONG0x800402A3The value is too long.E_EDM_ERPMGR_VARALIASSET_ALREADY_EXISTS0x800402A4The specified alias set already exists.E_EDM_ERPMGR_VARALIASSET_DOES_NOT_EXIST0x800402A5The specified variable alias set does not exist.E_EDM_ERPMGR_VARIABLE_DOES_NOT_EXIST0x800402A6The specified variable does not exist.E_EDM_ERPMGR_VARIABLENAME_NOT_UNIQUE0x800402A7The variable name is not unique.E_EDM_ERPMGR_EXPORT_SCRIPT_NOT_FOUND0x800402A8The specified export rule could not be found.E_EDM_BOM_NOT_FOUND0x800402A9The specified bill of materials could not be found.E_EDM_VARIABLE_USED_IN_EXPORT_SCRIPT0x800402AAThe variable cannot be deleted because it is used in a data export rule.E_EDM_BOM_USED_IN_EXPORT_SCRIPT0x800402ABThe bill of materials cannot be deleted because it is used in a data export rule.E_EDM_ALIAS_USED_IN_EXPORT_SCRIPT0x800402ACThe alias set cannot be deleted because it is used in a data export rule.E_EDM_ALIAS_USED_IN_IMPORT_SCRIPT0x800402ADThe alias set cannot be deleted because it is used in a data import rule.E_EDM_SERIAL_NUMBER_NAME_ALREADY_EXISTS0x800402AEThe serial number name is already used.E_EDM_ADDIN_NOT_MULTITHREADED0x800402AFAn attempt was made to add an add-in that is not a multithreaded COM-server.E_EDM_LOCKED_IN_OTHER_FOLDER0x800402B0The file is checked out in another folder.E_EDM_PARENT_LOCKED_ELSEWHERE0x800402B1The file is referenced by a file that is checked out on another computer.E_EDM_SN_TYPE_OBSOLETE0x800402B2Serial numbers read from files are no longer supported. Please open the serial number in the Administration tool and resave it as a list serial number.E_EDM_FILE_NOT_REGENERATED0x800402B3The file is not rebuiltE_ITEM_INVALID_TARGET0x800402B4The destination object is invalid for this operation.E_ITEM_INVALID_SOURCE0x800402B5The selection contains items that are not valid for this operation.E_ITEM_MANY_DYN_LINKS0x800402B6This item has already an auto-update link attached to it. Items can only have only one auto-update link at a time.E_ITEM_INVALID_LINK_TYPE0x800402B7Invalid link type. Only two link types are supported by ItemExplorer, static and auto update.E_ITEM_INVALID_LINK_OPERATION0x800402B8This operation cannot be performed on selected items.E_ITEM_LINK_DUPLICATED0x800402B9The file is already added to this item.E_ITEM_CANNOT_COPY_ITEM0x800402BAYou have selected items to perform copy operation on them. Items cannot be copied because they are unique in the entire system.E_ITEM_INVALID_ITEM_TYPE0x800402BBInvalid object type. Only Item, ItemFolder, and files are supported by ItemExplorer.E_ITEM_NO_ITEM_GEN_DEFINED0x800402BCNo serial number generator has been set up to generate item numbers. Please do the following:
Solidworks Workgroup Pdm Serial Number 2014 64
Download Zip: https://7clemlapsyngte.blogspot.com/?file=2vJdrc
2ff7e9595c
Comments