Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

EdmiError edmiImportBinaryPackage (	SdaiString      binPackageLocation, 
                                    SdaiString      newRepositoryName,   /* optional */
                                    SdaiString      newModelName,        /* optional */
                                    SdaiString      binPackageName,
                                    EdmiPackedDate  filesNewerThan,
                                    EdmiPackedDate  filesOlderThan,
                                    SdaiInteger     newModelIndex,
                                    SdaiOptions     options);

EdmiError edmiRemoteImportBinaryPackage (	SdaiServerContext          serverContextId,  
                                            SdaiString                 newRepositoryName,  /* optional. Default is source repository name */
                                            SdaiString                 newModelName,       /* optional. Default is source model name */
                                            SdaiString                 binaryPackageLocation,
                                            SdaiString                 binaryPackageName,    /* optional; default name: "EDM.dbName.MmodelIndex.RepName.ModelName.Bin" */  
                                            EdmiPackedDate             fileObjectsNewerThan, /* optional */
                                            EdmiPackedDate             fileObjectsOlderThan, /* optional */
                                            SdaiInteger                newModelIndex,
                                            SdaiOptions                options,           
                                            SdaiInvocationId          *edmiInvocationId);


Export an EDMbinaryPackage

Arguments


TypeNameComment
SdaiModel

modelId

The ...

SdaiString

binPackageLocation

The ...

SdaiString

binPackageName 

The ...

EdmiPackedDate

filesNewerThan

The ...

EdmiPackedDate

filesOlderThan

The ...

SdaiOptions

options

All option names are defined in the header file sdai.h.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

Options



OptionComment

DELETING_EXISTING_MODEL


ALL_FILE_OBJECTS


NO_FILE_OBJECTS


BINARY_PACKAGE_ON_SERVER_FILE_SYSTEM


RENAME_IMPORTED_MODEL


FILE_OBJECTS_NEWER_THAN


FILE_OBJECTS_OLDER_THAN


REALLOCATE_IMPORTED_MODEL
DEFINE_MISSING_ATTR_HASH_TABLES

Example



 EdmiError rstat;


See also

Filter by label

There are no items with the selected labels at this time.


  • No labels