Development Questions and Answers
5141 - 5160 of 5207

Problem in installing Siebel 7.7 dedicated server.

Hi everyone, I am trying to install siebel 7.7 dedicated server on one machine for educational purposes and i am unable to install gateway server. it asks for " Windows user account" at one stage & when i write the username that has administrator privileges, it does not accepts and gives me an...

View Answer   |  Sep 28 2004  1:25 AM GMT
Tech support, Hardware, IT architecture
asked by milinmathur

  0 pts.

Windows XP patch (non-SP2), IIS, and ASP.NET Forms Authentication

I ran the patches they suggested today - GDIPlus security update - for Windows XP SP1 (can't go to SP2 yet for other reasons), VS.NET 2003, and .NET Framework 1.1. I have had forms authentication working in my ASP.NET app for quite a while. After the patch install, I noticed that the IIS config...

View Answer   |  Sep 27 2004  3:28 PM GMT
Windows, Microsoft Internet Information Server, ASP.NET
asked by rdcelit

  0 pts.

Installing Oracle 9i Standard Edition on Windows Server 2003 with Xeon CPU: Why does Java Virtual Machine fail?

We are replacing an old NT 4.0 server with a new Windows Server 2003, the new hardware (a Compaq ProLiant) equipped with Intel Xeon CPU. The old server was running a couple of database instances in Oracle 8i Standard Edition, which we want/need to replace with the 9i version. The installation...

View Answer   |  Sep 27 2004  5:39 AM GMT
Tech support, Hardware, Windows Server 2003
asked by onilke

  95 pts.

Lotus Script Error Message: Subscript out of range.

I've recently taken over support of a homegrown Notes database. An agent runs daily in this database on all documents and pulls data from a flat file (which lives on the same server as database) and uses subroutines to process adds, deletes and changes to person docs in a Name and Address Book. ...

View Answer   |  Sep 24 2004  9:52 AM GMT
IBM, Development, Lotus Domino
asked by jacob0530

  0 pts.

Presentation of information to Customer Service Reps.

Is anyone using or know of any available software package that will sit upon an AS400 database to display information in multiple windows within an existing window? Currently using a product for GUI presentation of the data, however it is dependent on the AS400 designed 'green screens'. The...

View Answer   |  Sep 23 2004  12:48 AM GMT
Development, CRM
asked by BobIng

  0 pts.

PATINDEX Instruction Result Difference between SQL 7 and SQL 2000.

I am running the same SQL statement on SQL2000 with different results from SQL 7. What I'm actually trying to do is search a 30 byte character string for a certain pattern. I am looking for the following 9 digit pattern. 1) 1st Digit = any number (0-9) 2) 2nd Digit = any number (0-9) or the...

View Answer   |  Sep 23 2004  12:01 AM GMT
SQL, Development
asked by RAMBORAY

  0 pts.

Oracle and the DBMS_LDAP package

Hello. I am using one Oracle 9i database on a Windows 2000 server and another 9i database on an HP9000 running HP-UX. Also, I am using the DBMS_LDAP package to connect to Active Directory via SSL. Here is my code: function F_INIT_LDAP_SESSION return dbms_ldap.session is ldap_retval ...

Answer Question   |  Sep 20 2004  7:56 PM GMT
Networking, Oracle, Development
asked by tsimoes

  0 pts.

Using Query/400 to create SQL-style GROUP BY

Greetings and salutations, I'm trying to put together a query for one of my users to track sales numbers and it is starting to give me a headache. I've put together a query using Query/400 with a break at each invoice to sum the dollar amount for each one. The issue is that on many of our...

View Answer   |  Sep 17 2004  3:52 PM GMT
OS/400, iSeries, i5
asked by Kyoojin

  0 pts.

VB Program error

i have a problem with my vb program. I encountered a run time error: 'ODBC SQL driver timeout expired.' I executed an sql statement: " SELECT distinct(ref), mkg, vessel_name From posummview WHERE podate > DATEADD(day,-DAY(GETDATE()),DATEADD(month,-2,getdate())) and Not mkg is null AND mkg...

View Answer   |  Sep 17 2004  3:26 AM GMT
Visual Basic
asked by abbygalvez

  0 pts.

Additional information: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Ok, my company just updated to new servers running window server 2003. The database server was window server 2003 before this upgrade. I had written a couple of apps in VB.Net using the sqlconnection object and they worked fine, I was also using some old ado I am just learning .net. As soon as we...

View Answer   |  Sep 15 2004  12:01 AM GMT
VB.NET
asked by phonious

  0 pts.

VB6 DLL Sourcecode

Hi I am new to programming. I have DLL written in VB6, and the source code for that is missing, can anyone suggest me how to get the code from the dll. thanks Mayil

View Answer   |  Sep 14 2004  9:40 AM GMT
Tech support, Lifecycle development, Development
asked by DLLSourcecode

  0 pts.

Creating a query that will return specific days-3

I have a field that defines the frequency of a specific tasks. In this field there are daily tasks, monthly tasks, calendar year tasks, and fiscal year tasks. I have no problem with getting the daily tasks and the monthly tasks, it is the others that I am having problems with. I have defined...

View Answer   |  Sep 1 2004  10:20 AM GMT
SQL
asked by mwphData

  0 pts.

Creating a query that will return specific days-2

I have a field that defines the frequency of a specific tasks. In this field there are daily tasks, monthly tasks, calendar year tasks, and fiscal year tasks. I have no problem with getting the daily tasks and the monthly tasks, it is the others that I am having problems with. I have defined...

View Answer   |  Sep 1 2004  10:16 AM GMT
SQL
asked by mwphData

  0 pts.

Creating a query that will return specific days

I have a field that defines the frequency of a specific tasks. In this field there are daily tasks, monthly tasks, calendar year tasks, and fiscal year tasks. I have no problem with getting the daily tasks and the monthly tasks, it is the others that I am having problems with. I have defined...

View Answer   |  Sep 1 2004  10:14 AM GMT
SQL
asked by mwphData

  0 pts.

System variable for BAPI

Hi there, Is there a system variable that identifies a BAPI? Like sy-binpt identifies a batch input... Thanks, teknic

View Answer   |  Aug 26 2004  7:26 AM GMT
Development
asked by teknic

  0 pts.

Mailbox/Calendar Authority

I have two issues that may be related, but I'm not sure. I have a user that cannot use the Colors tab under Tools, Preferences. She can get to that tab, but when she sets up the colors and tries to save, she gets the message, "you are not authorized to perform that operation". She is listed as...

View Answer   |  Aug 25 2004  11:16 AM GMT
Lotus, iNotes, Web access
asked by CherylC

  15 pts.

SQL Server query

Hi ppl, I want to create a query that tracks a customer's order patterns on a monthly basis over the last 12 months. I have completed the query, however there are a couple of months (eg Nov-03) were no orders have been placed by any customer. I want to know how to display the month with 0 sales...

View Answer   |  Aug 25 2004  0:40 AM GMT
SQL
asked by piq992

  0 pts.

HI GUYS - OPTIMIZATION

I HAVE A SQL QUERY WITH 6 TO 7 TABLES IN IT WITH ALL THE RELAVANT JOINS.. WHEN I RUN THIS QUERY IN SQL + , IT TAKES AROUND 3 MIN. TO SHOW ME 3 ROWS AND WHEN THIS QUERY IS RUNNED IN FRONT END , IT SHOWS "OPERATION TIME OUT" CAN U PL.TELL ME HOW TO OPTIMIZE THIS QUERY AND IS SEQUENCE OF COLUMNS IN...

View Answer   |  Aug 23 2004  2:33 AM GMT
Lifecycle development, Development
asked by ASHISH77

  0 pts.

massive powerpoint presentation

powerpoint presentation contains a lot of jpeg files. |It is 220MB. I cannot open it, even on other PCs. I have burny a CD of it. Are there any tools available that can help me reduce the size of this monster.

asked by geoffreyhalleds

  0 pts.

Domino Designer help

I have a dialog list field with a list of choices, where the user can choose 1 or many. I need a way that for every choice in that dialog list that is picked, there is a radio button or something like that next to the selected choice with add and delete. For instance, if the list has red white...

View Answer   |  Aug 12 2004  4:17 PM GMT
Java, JavaScript, LotusScript
asked by jcmj72

  5 pts.

5141 - 5160 of 5207