Forum Post: Adiscf in AIX 7.x
Dear Sir, We use adiscf.exe in Visual Cobol for Visual Studio and Visual Cobol for Eclipse without problema. When we go to production environment (AIX 7.1) we try to replicate the same with adiscf for...
View ArticleForum Post: RE: Scheduled Tests Fail when desktop is not active
Has anyone at Microfocus ever done a study as to how much of a performance hit one takes using VM's versus physical machines?
View ArticleForum Post: RE: Latest subversion connector
Hi Gabriel These two fixes below were applied to build 51 for SVN Fixes The following fixes are contained in patch 2 (build 1.0.2.51) Add support for file content merge in SCMDataPools Resolve issue...
View ArticleForum Post: Silk4J projects - open and close
I created a package/project in Silk4J and created several test cases. I then committed all of the files into our repository. Now I would like to open that project on a different machine but I can...
View ArticleForum Post: RE: Retrieve informations from the logged in user in the Client
have you tried myChangeRequest().getServer().getLoggedInUser() ? this will return the currently logged in user for the session. if this is still not what you are looking for, please contact me and we...
View ArticleForum Post: RE: Silk4J projects - open and close
When you say repository I assume you mean a source control repository, if this is the case you need to checkout (SVN terminology) the files to the local computers hard drive and then open it from...
View ArticleForum Post: RE: Retrieve informations from the logged in user in the Client
I haven't tried it yet. So I'll try it now and answer you ASAP. But it looks like it'll solve my problem. Thanks.
View ArticleForum Post: RE: Silk4J projects - open and close
Yes - a source control repository. And I do have the files checked out. I can even see them in the windows explorer. I can open each file individually but they will not run, it says that there is...
View ArticleWiki Page: NetExpress 5.1 : Price
Hello, I would like to know the price for NetExpress 5.1 and the run time for a server Windows 2012? Thnak in advance.
View ArticleForum Post: RE: Silk4J projects - open and close
Do you have the Silk4J Eclipse integration installed on that machine?
View ArticleForum Post: RE: Silk4J projects - open and close
I believe so - when I installed SilkTest 15 - I selected the Silk4J and the eclipse - I assume that is with it.
View ArticleForum Post: RE: Silk4J projects - open and close
Try the following. Open Eclipse and create a new workspace somewhere. Now select File | Import, from the Import dialog expand the General node and select Existing Projects into Workspace , then...
View ArticleForum Post: RE: Retrieve informations from the logged in user in the Client
As I am creating a new Change Request, I couldn't figure out how I could get the server from the object as in myChangeRequest().getServer(). I'm sorry for asking this simple question, but I couldn't...
View ArticleForum Post: RE: Retrieve informations from the logged in user in the Client
/** * Create a ChangeRequest in the specified parent folder. * @param prnt the parent folder * @return a new ChangeRequest Object. */ public static ChangeRequest ChangeRequest::create(Folder prnt) {...
View ArticleForum Post: RE: Silk4J projects - open and close
Thanks - that worked. Wasn't two clear when I looked it up on help.
View ArticleForum Post: RE: Retrieve informations from the logged in user in the Client
I've tried it, but it keeps thrwoing NullPointerException when I try cr.getServer()
View ArticleForum Post: RE: Retrieve informations from the logged in user in the Client
hmm, you must have some context, somewhere? you could try myFolder.getServer().getLoggedInUser(), or myView.getServer().getLoggedInUser(). if you have the server object itself in your context, you...
View ArticleForum Post: RE: Retrieve informations from the logged in user in the Client
Amazing!! It was exactly it. I had tried something similar before, but I didn't think about getting through the server. Thank you a lot!!
View ArticleWiki Page: New BMSX file
New *.BMSX file Beginning in Enterprise Developer 2.2 Update 1, a new file is created when you generate a BMS map. The files *.BMSX. The file contains a list of all the files produced during the...
View Article