Hello, The past couple of days I'm getting these errors on an old Intuity phone system.
While the system is booting I get this:
cannot allocate controlling tty on "" there maybe another session active on this port
and after I log on this scrolls constantly:
SA "su - spm - c "/spm/spm319...
I would appreciate some comments / examples on how I could create a batch file or script that when executed would completely configure a Cisco 350 NIC and connect to my Wireless environment. I have a large number of visitors coming into the plant that have wireless capabilities, but constantly...
Thanks for having a look at my problem.
CR 8.5
VB 6
I am trying to display multiple values derived from a recordset loop to show on my report. I can see the different values being shown in VB, but it returns no data as a parameter to the report, eg; If I select info from the MachineOrder...
Hello,
First off, I have not used CR parameters from VB much. I am wondering if value of txtMachine is blank, how do I show all of the data from a report table. Im using CR 8.5 and VB6
If Machine <> "" Then
crRpt.ParameterFields.GetItemByName("Machine").AddCurrentValue (txtMachine)...
This may be the wrong place to ask, but can the SAP DCOM Connector be installed on XP? Well I guess I have already answered that. I have installed it, but it does not work. I have created several VB BAPIs and they are running fine on a 2000 box using the connector. It appears that if I could...
My procedure includes a datarange parameter. First, I need to delete the table. Then the daterange populates the table, finally the procedure loops through the table and updates it with additional info. Seems to work fine except, when I put in the new daterange in CR, the table info is not...
I was trying to connect database with a '-' in its name eg;
DatabaseName E-CPT, Tablename Machine. I was actually trying to validate that a machine was in the table from VB eg; "Select machine_id from machine where machine_id = "' & machine. Im getting syntax errors, all relating to...
I need to convert a char(17) to numeric for a MSSQL view. In VB it goes like this
If PartType <> "" Then
mantissa = CInt(Mid(SideMillType, 5, 2))
num = CInt(Mid(SideMillType, 7, 2))
den = CInt(Mid(SideMillType, 9, 2))
Width = CDbl(mantissa + (num / den))
End If...
I have help build several BAPIs apps. Sometimes the code becomes “very intensive" in VB. I looked at a product called TablePro, and eventually bought it. It is very fast and configurable, in terms of data retrieval. By the way this is not an advertisement. I am curious though, I see...
Is there a way to auto refresh a report when viewed in the Crystal ActiveX viewer on the client side? Say to refresh every minute. I have tried the rf=1, in the URL, won't work for me. Cant really find a lot of info on the subject..
CR 8.5 Enterprise
Thankx in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.