Import a Custom Dll

Hi,

I have done upload of custom dll into the database through software loader, after completing I can see the file name and its details got updated to the QBMFileRevision and QBMFileHasDeployTarget tables.

When I try open the tools, it prompts to install the updates. What are the tables it checks if there is a software updates to be installed?

Regards

Padma

Parents
  • Create a new process maps and add two nodes and an end point. Rename the process to something suitable such as 'Import Package'. Then add a string variable called SessionId.

    The Get Session Id node
    This node will make a call to GetSession to retrieve a session Id for a user and capture the returned sessionId in the variable created earlier:

    DllGetSessionNode.png
    The Import Package node
    This node will call the ImportPackageFromFile method in the custom dll created earlier. Map in the SessionId variable and add a filename. The parameters, importOptions and importType, will be the same as those described in ImportPackage3

    Regards,

    Rachel Gomez

Reply
  • Create a new process maps and add two nodes and an end point. Rename the process to something suitable such as 'Import Package'. Then add a string variable called SessionId.

    The Get Session Id node
    This node will make a call to GetSession to retrieve a session Id for a user and capture the returned sessionId in the variable created earlier:

    DllGetSessionNode.png
    The Import Package node
    This node will call the ImportPackageFromFile method in the custom dll created earlier. Map in the SessionId variable and add a filename. The parameters, importOptions and importType, will be the same as those described in ImportPackage3

    Regards,

    Rachel Gomez

Children
No Data