Why stop HTTP *ADMIN server?
During IPL the startup job issues this command: ENDTCPSVR SERVER(*HTTP) HTTPSVR(*ADMIN). The comment says this is for security purposes. Is anyone else ending HTTP *ADMIN server at IPL. Is this security over kill?
Answer Question
| June 20, 2008 10:19 PM
AS/400 Web servers, ENDTCPSVR, HTTP, HTTPSVR, IPL, iSeries
During IPL the startup job issues this command: ENDTCPSVR SERVER(*HTTP) HTTPSVR(*ADMIN). The comment says this is for security purposes. Is anyone else ending HTTP *ADMIN server at IPL. Is this security over kill?
Describing several performance monitoring counters
Could you please describe the following performance monitoring counters, what they mean and the range to which they are acceptable? Full Scans/sec Checkpoint pages/sec Transactions/sec User Connections Average Wait Time (ms) Lock Waits/sec Number of Deadlocks/sec Target Server Memory(KB) Total Server Memory (KB) Batch Requests/sec
Answer Question
| June 25, 2008 8:16 PM
Performance counters, Performance monitoring, SQL Server
Could you please describe the following performance monitoring counters, what they mean and the range to which they are acceptable? Full Scans/sec Checkpoint pages/sec Transactions/sec User Connections Average Wait Time (ms) Lock Waits/sec Number of Deadlocks/sec Target Server Memory(KB) Total Server Memory (KB) Batch Requests/sec
Copying a SQL Server stored procedure with a query
I want to copy a SQL Server 2005 stored procedure by using a query, much like the way a table is copied with one. Does a query exist that could perform this task for me?
Answer Question
| June 19, 2008 8:11 PM
Query, SQL Server 2005, Stored Procedures
I want to copy a SQL Server 2005 stored procedure by using a query, much like the way a table is copied with one. Does a query exist that could perform this task for me?
Measuring Software Development
I would love to learn your best practices for measuring software development. Both project measures and how to measure development activities. Also, if you use agile development methods, do you use different measures and, if so, what specifically do you use? Thank you.
Answer Question
| September 27, 2008 3:45 PM
Application development, CIO, Development
I would love to learn your best practices for measuring software development. Both project measures and how to measure development activities. Also, if you use agile development methods, do you use different measures and, if so, what specifically do you use? Thank you.
SQL Server transactions in ASP code
Can we create sql server transactions in asp, if so how can we manage transactions in asp. Please suggest me, how to do it.
Answer Question
| June 23, 2008 1:46 PM
ASP, SQL Server, SQL Server transactions
Can we create sql server transactions in asp, if so how can we manage transactions in asp. Please suggest me, how to do it.
Changing Color in a Cell
I am updating a spreadsheet each month which is automated. I have written a macro to update this spread. Each month I append four columns to the end of the spread sheet and update the data in the spreadsheet. The problem that I am having is trying to figure out how to update the heading [...]
Answer Question
| June 19, 2008 12:06 PM
Conditional formatting, Excel 2003, Excel macros, Microsoft Excel, VBA, Visual Basic for Applications
I am updating a spreadsheet each month which is automated. I have written a macro to update this spread. Each month I append four columns to the end of the spread sheet and update the data in the spreadsheet. The problem that I am having is trying to figure out how to update the heading [...]
Business Process Management
What are the prerequisites for career in Business Process Management.
Answer Question
| June 14, 2011 8:47 AM
BPM, BPM modeling, IT careers
What are the prerequisites for career in Business Process Management.
charset problem
I’m devloping RESTful web services using jersey in NetBeans 6.0. I’m accessing the services through Ajax javascript. In each request i’m sending an xmlString which is then parsed at the service level and stored in the database. This is working fine. For the same service i’m trying to access from java through org.apache.commons.httpclient. I’m successful [...]
Answer Question
| March 26, 2012 8:05 AM
Ajax, JavaScript, JAX-RS, Jersey, NetBeans, REST, RESTful Web services, Web services
I’m devloping RESTful web services using jersey in NetBeans 6.0. I’m accessing the services through Ajax javascript. In each request i’m sending an xmlString which is then parsed at the service level and stored in the database. This is working fine. For the same service i’m trying to access from java through org.apache.commons.httpclient. I’m successful [...]
Distribution lists with Outlook Mobile Service (OMS)
We have developed a web service to distribute sms/mms according to Microsoft’s recommendations. However, only sms/mms to a single mobile phone numero goes through web service. When you try to send this to a distribution list/group it doesn’t reach web service. It goes directly to Exchange server and sends the item to Outlook inbox as [...]
Answer Question
| May 27, 2012 6:58 AM
Distribution Lists, Exchange, OMS (Outlook Mobile Service), Outlook, Outlook Mobile Services, Web services
We have developed a web service to distribute sms/mms according to Microsoft’s recommendations. However, only sms/mms to a single mobile phone numero goes through web service. When you try to send this to a distribution list/group it doesn’t reach web service. It goes directly to Exchange server and sends the item to Outlook inbox as [...]
Event handlers in MOSS 2007
how to write event handlers in MOSS 2007
Answer Question
| June 19, 2008 4:47 AM
Event handlers, MOSS, MOSS 2007
how to write event handlers in MOSS 2007
How do I get a macro to move between workbooks?
I have a template (workbook #1) that I would like to copy data out of and paste into the workbook that I run the macro from (workbooks 2, 3, 4, 5…). The problem is that when I record the macro from workbook, excel codes the name of that workbook, making the macro unusable in workbooks [...]
Answer Question
| June 20, 2008 1:19 AM
Macros, Microsoft Excel, Variables, VBA, Workbooks
I have a template (workbook #1) that I would like to copy data out of and paste into the workbook that I run the macro from (workbooks 2, 3, 4, 5…). The problem is that when I record the macro from workbook, excel codes the name of that workbook, making the macro unusable in workbooks [...]
Arrays in COBOL/400
In COBOL/400 what all types of arrays is possible?
Answer Question
| April 27, 2010 5:48 PM
Arrays, AS/400, COBOL
In COBOL/400 what all types of arrays is possible?
Finding the appropriate settings for copying tables within databases
I have a table in a database that has 104456 records. I would like to copy the data to another table within that database. When I execute the command “insert into ChangeInsuranceTxnHistory select * from ChangeInsuranceTxn”, the following error occurs: “Could not allocate space for object ‘ChangeInsuranceTxnHistory’ in database ‘CC_CCAR’ because the ‘PRIMARY’ filegroup is [...]
Answer Question
| June 18, 2008 5:14 PM
Copy error, Database issues, SQL, SQL error messages
I have a table in a database that has 104456 records. I would like to copy the data to another table within that database. When I execute the command “insert into ChangeInsuranceTxnHistory select * from ChangeInsuranceTxn”, the following error occurs: “Could not allocate space for object ‘ChangeInsuranceTxnHistory’ in database ‘CC_CCAR’ because the ‘PRIMARY’ filegroup is [...]
rpg sql
I am using dynamic sql in an rpgle pgm. This pgm is called from 2 different menu options. When I take the 2nd option, everything works fine. I exit out of that option and take the first option. Everything is still work fine. I exit the first option and go back to the 2nd option [...]
Answer Question
| April 27, 2010 4:33 PM
Dynamic SQL, RPGLE, SQL
I am using dynamic sql in an rpgle pgm. This pgm is called from 2 different menu options. When I take the 2nd option, everything works fine. I exit out of that option and take the first option. Everything is still work fine. I exit the first option and go back to the 2nd option [...]
Using co-related queries in SQL
How do you use co-related queries in SQL and why would they be useful? Is there any effect on performance when executing a co-related query?
Answer Question
| June 19, 2008 3:46 PM
Co-related queries, Query, SQL, SQL Query
How do you use co-related queries in SQL and why would they be useful? Is there any effect on performance when executing a co-related query?
Nested SQL with multiple table join does not work with wildcard searches
Dear sir(s): Currently I am working with iBatis with Oracle 10g as the backend. I have a number of jsps or Web pages which take various input parameters in the format of #xxxxxxxx# where xxxxxxxx represents the dataitem from the Javascript. In my sqlmap, there is a complex join involving nested SELECT statements. The nesting [...]
Answer Question
| June 18, 2008 12:46 PM
iBATIS, Object Relational Mapping, Oracle 10g, Oracle development, Oracle SQL, ORM, Wildcards
Dear sir(s): Currently I am working with iBatis with Oracle 10g as the backend. I have a number of jsps or Web pages which take various input parameters in the format of #xxxxxxxx# where xxxxxxxx represents the dataitem from the Javascript. In my sqlmap, there is a complex join involving nested SELECT statements. The nesting [...]
What does it mean the upgrading to .NET framework 3 for System Integration Testing?
Does a framework upgrade means a possible re-coding the software and therefore do we have to do a significant amount of regression testing in all the functions?
Answer Question
| June 18, 2008 1:43 AM
.NET Framework 3.0, Regression testing, System integration testing
Does a framework upgrade means a possible re-coding the software and therefore do we have to do a significant amount of regression testing in all the functions?
WebReady Document Viewing service is not working correctly
I am using exchange 2007 SP1 . I am unable to view any document with any extension in owa interface . When I try to open the document or pdf file in view as web page option it gives error “The WebReady Document Viewing service is not working correctly because an error occurred. Please contact [...]
Answer Question
| June 18, 2008 11:03 PM
Exchange 2007, Outlook, Outlook Web Access, OWA, WebReady
I am using exchange 2007 SP1 . I am unable to view any document with any extension in owa interface . When I try to open the document or pdf file in view as web page option it gives error “The WebReady Document Viewing service is not working correctly because an error occurred. Please contact [...]
T-SQL how to identfiy tables that have dulicate roaws
I have a MS 2000 SQL server. How can I search the db and indentify the tables that have duplicate raws. Thanks
Answer Question
| June 18, 2008 9:44 PM
SQL, SQL Server 2000, T/SQL
I have a MS 2000 SQL server. How can I search the db and indentify the tables that have duplicate raws. Thanks
Seeking Help with SQL SUBSTR Function using Host Variables in COBOL
Hello All I am currently on version V5R2 and I am trying to make a COBOL program produce some parsed fields from one large field. I have trying to use host variables for al three arguments in the SUBSTR function. The SQL compiler will take a host variable as argument number one but not for [...]
Answer Question
| April 28, 2010 8:52 PM
AS/400, COBOL, SQL, SUBSTR, V5R2
Hello All I am currently on version V5R2 and I am trying to make a COBOL program produce some parsed fields from one large field. I have trying to use host variables for al three arguments in the SUBSTR function. The SQL compiler will take a host variable as argument number one but not for [...]





