home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / fixnetap.zip / FIXNETAP.TXT < prev   
Text File  |  1997-06-12  |  2KB  |  23 lines

  1. The object ID of our Network Apps folder is this:
  2.  
  3. <\NETAPPS\NETAPPFLDR>
  4.  
  5. The object IDs inside the folder are in this format:
  6.  
  7. <\Primary Domain Contoller\Application name>
  8.  
  9. Example: PDC is LSBUF165 
  10.           Application name is TEST123
  11.           object ID for this program object in the Net Apps folder is <\LSBUF165\TEST123>
  12.  
  13. Note: Application name is defined at the top of the Identity page in the settings notebook for the Public Application definition.
  14.  
  15. Frankly, I don't know what happens if the folder is served up by the Backup Domain Controller rather than the primary.  Maybe the first part of the object IDs change to the BDC name?
  16.  
  17. Also, note that if you're trying to change settings on a Windows app to Enhanced mode, this program alone will not do it.  You must also take this step once (on the server if the .EXE is there), before this program will work: Drill down to the .EXE file itself using the DRIVES object, open it's setings notebook, and change the settings on the .EXE to Enhanced mode.  If you haven't done this, the program object you're trying to manipulate will automatically be set to Standard mode.  This bug is what drove me to ask the original question about whether a program could perform the same function.
  18.  
  19. The indispensable IBM Redbook "OS/2 REXX: From Bark to Byte" GG24-4199-00 has a program for listing object IDs (see page 81.)  On my PC it lists the objects in the Net Apps folder last.  If you don't have this book, absolutely get it.
  20.  
  21. Hope this helps.
  22.  
  23.