ProjectWise Administrator Help

To allow the datasource to be published to a computer that is in the Do not publish to IP range

  1. Open the Datasource Properties dialog to the Security tab.
  2. Set Select security type to Datasource list publishing.
  3. In the Do not publish to field, type the range of IP addresses to not publish to and click Add.
  4. In the Allow field, type the IP address or host name of the computer in the denied range that you want to allow, then click Add.

    Note: You can use an asterisk (*) as a wild card option in your IP address. For example, Publish to 11.22.33.44 and Do not publish to 11.22.33.*.

    You can also use CIDR (Classless Inter-Domain Routing) notation to specify a range of addresses. For example, use 10.19.0.0/16 to match any addresses beginning with 10.19.

  5. Click OK.

    The lines DsListAllow= and DsListDeny= are appended to the datasource-specific settings section in the ProjectWise Integration Server's dmskrnl.cfg file. For example:

    [db0]
    Description=projectwise
    DisplayName=projectwise
    InterfaceType=ODBC
    Name=pw1
    Type=Microsoft SQL Server
    DBUserName=admin
    DBUserPassword=000155d20001886b0000a431
    DBUsrPwdDecrypt=1
    DsListAllow=11.22.33.44
    DsListDeny=11.22.33.*