Forum Post: Service Interface Deployment not working
As per the "CICS Screen Tutorial" provided with the sample codes, i tried to create the service Interface. But while deploying the same i'm getting an internal error. Below mentioned is the Error log...
View ArticleForum Post: RE: SQLite and SQLCode
== Have you tried to use this ADO.NET provider with OpenESQL? No, how do this? === If it worked (I have never tested it), then it would allow you to use standard embedded SQL statements within your...
View ArticleForum Post: RE: SQLite and SQLCode
What is the best to work for ADO, with EXEC SQL, or some other type? to work with databases in VC 2012?
View ArticleForum Post: RE: Silk4Net, target different window?
by looking for the second browser window? var browserWindow = desktop.BrowserWindow("//BrowserWindow[2]")
View ArticleForum Post: RE: Can I extend the Control class in Silk4Net?
i would suspect that maybe the option is reset in the meantime by something. can you try setting the option again immediately before the call that fails? and if that solves the problem it may be worth...
View ArticleWiki Page: Is it possible to set the vbroker.orb.asyncSigwait property at...
Problem: Is it possible to set the vbroker.orb.asyncSigwait property at runtime through the Property Manager API? Resolution: No, the signal handling in VisiBroker is set during the ORB initialization...
View ArticleWiki Page: Changing an application program ICON on Windows
Problem How to change the default ICON provided by AcuCobol in your application program Resolution Use the configuration variable ICON. This variable has meaning only on graphical systems such as...
View ArticleWiki Page: "Failed authenticode verification of payload:...
Problem "Failed authenticode verification of payload: C:\ProgramData\PackageCache\.unverified\lmsetupx64" error during the installation of Enterprise Developer for zEnterprise 2.2 on a Windows 2008...
View ArticleWiki Page: AcuCobol Vision 2 files
Problem We are trying to rebuild a newly created Vision 5 file into version 2 and getting the following error: - "Unsupported operation" Resolution In this case the reason you can't rebuild the Vision...
View ArticleWiki Page: Are there any known behaviours or issues within Enterprise...
Problem : Are there any known behaviours or issues within Enterprise Analyzer, that would result in damage, corruption or deletion of the RWP (workspace) file? Resolution : As at the last update date...
View ArticleForum Post: RE: License Manager w/ NAT Firewall
Can you open a support ticket on this and ask it to be assigned to me PPimental and we can interact with our Development and Third Party Vendor on this.
View ArticleWiki Page: Acu4GL for MSSQL V9.2.1 on SQL Server 2012 - error 9D,54
Problem The customer’s application runtime produced the following error 9D,54. When trying to verify this by selecting all the available messages from 'sysmessages' and checking SQLCodes and SQLstate...
View ArticleForum Post: RE: Starteam Project Access Rigths
A number of months ago, I wrote an application to assign access rights. The documents Anil recommended are a great help. You can also use my topic if needed. community.microfocus.com/.../8813.aspx
View ArticleForum Post: Using the SDK with Vbscript
Up to this point. I have mostly been writing code using C#. I was brought a requirement for a report by our Audit group. It's a report that will need to be run daily if certain entries appear in the...
View ArticleForum Post: RE: Using the SDK with Vbscript
I'm afraid not. vbscript can only access COM objects, not .NET assemblies. The StarTeam SDK does not lend itself to being wrapped in a COM Callable Wrapper. (CCW) The requirements of CCWs are far too...
View ArticleForum Post: RE: License Manager w/ NAT Firewall
Incident #2676933 has been opened and references back to this thread on my issue.
View ArticleForum Post: Word 2013 Automation
I have coding to automate Microsoft Word documents. We set up Word documents and bookmark specific fields and then my program opens the document and fills in the appropriate bookmarked information....
View ArticleForum Post: dll and float type
Hopefully somone can give me some direction here. I am required to call a dll passing a 'float' type as part of a structure. I'm not sure what this will translate to in acucobol. They use "QuadWord...
View ArticleForum Post: RE: dll and float type
I believe that 03 ws-float-val usage double. will work. You can verify that it is the right size by compiling with a listing (-Ls gives the symbol table).
View Article