-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dmitri,
You're probably correct that a zip attachment would have been removed. You added this record to the connectmethodmap table: connectmethodid: 5 OStypeid: 2 OSid: NULL imagerevisionid: NULL disabled: 0 autoprovisioned: NULL which maps connectmethodid 5 (xRDP) to OStypeid 2 (linux). However, there also needs to be another entry that allows the frontend to know that connectmethodid 5 can be mapped to OStypeid 2. Here is what you need to add for that part: connectmethodid: 5 OStypeid: 2 OSid: NULL imagerevisionid: NULL disabled: 0 autoprovisioned: 0 This is what the "overloaded" part is talking about at http://vcl.apache.org/docs/connectmethods.html By adding the above record, you will now have one entry that means xRDP *can* be mapped to linux, and another entry that means xRDP *is* mapped to linux. Having the table be overloaded can definitely be confusing, but it does work well. Josh On 08/14/12 12:47, Dmitri Chebotarov wrote: > Josh > > Here is a link to result on public dropbox -> > http://dl.dropbox.com/u/2906950/VCL/Archive.zip The archive has > two query results. > > I'm not sure if .zip will go via email. > > > On Aug 14, 2012, at 12:38 , Josh Thompson <[email protected]> > wrote: > > Dmitri, > > Can you post the entries you added to the connectmethod and > connectmethodmap tables? > > Josh > > On 08/14/12 11:50, Dmitri Chebotarov wrote: >>>> Hi >>>> >>>> I followed the post and added correction method entries in >>>> database. Image shows multiple connection methods now, but I >>>> still not able to edit methods via GUI. I'm attaching two >>>> print-screens, one shows image entry with two connections >>>> methods, but when I click 'Modify Connection Methods', >>>> drop-down menu is empty and Add button is inactive (2nd >>>> print-screen). >>>> >>>> I've replaced utils.php and image.php files from fresh >>>> apache-VCL-2.3.tgz archive to make sure I didn't break >>>> anything in the code (I've made couple changes to those >>>> files), but still getting the same result. I've tried in IE >>>> on Windows, Firefox on Linux, Safari/Chrome/Firefox on Mac. >>>> >>>> May be the issue is specific to my VCL config/code. Does >>>> anyone else has this issue on VCL 2.3? >>>> >>>> >>>> On Aug 14, 2012, at 8:08 , Aaron Peeler >>>> <[email protected] <mailto:[email protected]>> >>>> wrote: >>>> >>>>> In the 2.3 release you'll have to manually add a new entry >>>>> to the database. >>>>> >>>>> Please check out these notes: >>>>> http://vcl.apache.org/docs/connectmethods.html >>>>> >>>>> Aaron >>>>> >>>>> On Mon, Aug 13, 2012 at 4:42 PM, Dmitri Chebotarov >>>>> <[email protected]> wrote: >>>>> >>>>> Hello >>>>> >>>>> I'm trying to modify connection methods for either Windows >>>>> or Linux image in VCL 2.3. There is no selection available >>>>> and 'Add Method' button is not active. Is ther! e a setti >>>>> screenshot attached) >>>>> >>>>> <PastedGraphic-1.png> >>>>> >>>>> >>>>> -- Thank you, >>>>> >>>>> Dmitri Chebotarov Virtual Computing Lab Systems Engineer, >>>>> TSD - Ent Servers & Messaging 223 Aquia Building, Ffx, MSN: >>>>> 1B5 Phone: (703) 993-6175 Fax: (703) 993-3404 >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> -- Aaron Peeler Program Manager Virtual Computing Lab NC >>>>> State University >>>>> >>>>> All electronic mail messages in connection with State >>>>> business which are sent to or received by this account are >>>>> subject to the NC Public Records Law and may be disclosed >>>>> to third parties. >>>> >>>> >>>> >>>> -- Thank you, >>>> >>>> Dmitri Chebotarov Virtual Computing Lab Systems Engineer, TSD >>>> - Ent Servers & Messaging 223 Aquia Building, Ffx, MSN: 1B5 >>>> Phone: (703) 993-6175 Fax: (703) 993-3404 >>>> >>>> >>>> >>>> > > > > > -- Thank you, > > Dmitri Chebotarov Virtual Computing Lab Systems Engineer, TSD - > Ent Servers & Messaging 223 Aquia Building, Ffx, MSN: 1B5 Phone: > (703) 993-6175 Fax: (703) 993-3404 > > > > - -- - ------------------------------- Josh Thompson Systems Programmer Advanced Computing | VCL Developer North Carolina State University [email protected] 919-515-5323 my GPG/PGP key can be found at pgp.mit.edu All electronic mail messages in connection with State business which are sent to or received by this account are subject to the NC Public Records Law and may be disclosed to third parties. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlArrwsACgkQV/LQcNdtPQPTvACcC1ADJ/AW8ZE3Oi54fP9bXB3H U0kAnRqvTODnlw+DhCF+ilr3rZCX7OTf =vS3R -----END PGP SIGNATURE-----
