Excel Spreadsheets
Try checking to see if the properties for auto refreshing the data when you open the workbook are set. This can be set to automatically open the required spreadsheet(s)/data file without user intervention. I use this to get data from the web automatically when I launch a workbook for epos data to be collated. I [...]

View Answer   |  November 23, 2006  12:23 PM
Data analysis, Database, DataCenter, DB2, Desktops, Management, Microsoft Windows, Oracle, OS, Security, Servers, SQL Server
answered by:
4,625 pts.

Mail sending error in certain domains through excahnge server 2003
Hi, Does this happen on all domains except for yahoo, hotmail and gmail or only on specific domains? Does it happen only when you send large amount of email at once (e.g. some marketing mailing) or even when sending message to single recipient? I had similar issue during email marketing campaigns and it was related [...]

View Answer   |  November 17, 2006  8:24 AM
Business/IT alignment, Data analysis, Exchange, Exchange security, Microsoft Windows, Networking
answered by:
0 pts.

Conversion Project
As both your source and target data resides on the I-Series you shouldn’t have too much trouble. We have experience of replicating data between i-Series and MS-SQL using a product called Scribe Insight. This allows you to map source files and fields to target files and fields. This mapping process allows you to perform functions [...]

View Answer   |  November 15, 2006  7:14 AM
Application development, AS/400, Data analysis, DB2 Universal Database
answered by:
0 pts.

Cataloging Stored Procedures
scottcrill@premiseinc.com has a save restore sql procedure tool.

View Answer   |  November 13, 2006  12:36 PM
Application development, AS/400, Data mining/analysis, RPGLE
answered by:
0 pts.

can strqmqry be run as remote command
I got it! Yes, it can be done this way. I finally decided to step through the proc again and my issue was when executing the command I was not properly quoting the variable. My initial presumption based on my research was that I did not need it… but I did. The example below required [...]

View Answer   |  November 9, 2006  12:18 PM
Application development, AS/400, Backup & recovery, CLP, Data analysis, DB2 Universal Database, PC/Windows Connectivity, Printing
answered by:
0 pts.

answered by:
5 pts.

MS SQL Server 2000
You need public IP for that SQL server machine if your server is located behide firewall u need to config your firewall to redirect to SQL server machine with specific port that sql server use.

View Answer   |  November 8, 2006  1:37 AM
Access, Application development, Backup & recovery, CLP, Data analysis, Data mining/analysis, Data warehousing applications, Database, DataCenter, DB2, DB2 Universal Database, Desktops, Email, IBM Marketing Sound Off, Management, Microsoft Office, Microsoft Windows, Oracle, OS, Patch management, PC/Windows Connectivity, Printing, RPG, RPGLE, Security, Servers, SQL, SQL Server, Web development
answered by:
0 pts.

answered by:
0 pts.

Document scanning and organizing
Have you considered a copier/scanner that allows scan-to-folder functionality? We have implemented a process that works as you described using a Canon ir5020. Basically, you scan the copies to a folder/subfolder which has been predefined. Maybe this is too simplistic for what you’re wanting, but it works for us.

View Answer   |  October 18, 2006  5:14 PM
Business/IT alignment, Career development, CRM, Data analysis, DataCenter, DataManagement, Desktops, Development, Management, Microsoft Windows, OS, Outsourcing, Project management, Sales force automation applications, Security, Servers, SQL Server
answered by:
0 pts.

career advise
Since you are a recent graduate, the best course of action to to learn the business side of the industry. Regardless of your technical background, industry knowledge is the key to a successful career. You may find that the industry of your field does not interest you and you may want to change to another [...]

View Answer   |  September 20, 2006  8:48 AM
Basis, Career development, Certifications, CRM, DataManagement, SAP careers, Training
answered by:
0 pts.

Data migration strategies-2
Hi We have brought on live data from 9 seperate companies onto our iseries. We loaded the data into excel and then used MS access to link the data to the iseries files using ODBC drivers. This meant that the field names are cross referenced within access. The only difficulty we did have was with [...]

View Answer   |  September 5, 2006  6:43 AM
Application development, AS/400, Data analysis, DataCenter, DB2 Universal Database, Project management
answered by:
230 pts.

Data migration strategies
The strategy you propose is error-prone. Instead, write a script to do one or more INSERT SELECTs from one schema into the other. Check your work. If the second schema was loaded properly, COMMIT it. If not, ROLL it BACK, modify your script, and execute again. — Sheldon Linker (sol@linker.com) Linker Systems, Inc. (www.linker.com) 800-315-1174 [...]

View Answer   |  September 5, 2006  4:23 AM
Application development, AS/400, Data analysis, DataCenter, DB2 Universal Database, Project management
answered by:
15 pts.

answered by:
0 pts.

answered by:
0 pts.

Data Warehouse – ‘thin layer’ or snapshots?
What we have done is a hybrid between your 2 options. Our customer information is maintained in a master database that stores all their attributes and is updated regularly. We have data marts containing sales and/or activity data pertaining to each customer that are refreshed with 24 months (106 weeks) of data as the data [...]

View Answer   |  August 28, 2006  12:32 PM
Data mining/analysis, Data warehousing applications
answered by:
0 pts.

answered by:
0 pts.

Cannot copy from CD…
Failure to read from ‘SPECIFIC’ cd. Not a drive problem and not a CD problem. I have seen this twice where the memory fas faulty. The restore process loads thousands of small files without problems. But installing ‘Works’ or ‘Office 2k3′ or any other major program puhes the operation into a bad memory space and [...]

View Answer   |  July 27, 2006  12:13 PM
Data analysis, Hardware, Interoperability, Software, Tech support
answered by:
30 pts.

Dimensions – COMBINATION or SEPERATION
(1) Never place two pieces of data in one field. So, the type should be a separate field. (2) You can write the least code, and have the least initial and maintenance cost, by NOT duplicating things. Thus, the single “Dim”, or record type, struct, or class with all of the fields will do. Extra [...]

View Answer   |  July 26, 2006  11:44 AM
Data warehousing applications
answered by:
15 pts.

BOBJ OLAPI TOTALS PROBLEM
My question is: How are you breaking this total? Are you trying to total before the information is available? And how are you getting this info?

View Answer   |  July 5, 2006  2:53 PM
Business Objects, Data warehousing applications, Microsoft Windows
answered by:
120 pts.

SQL Server Integration Services – Pivot Transformation
You need to group the results by fld1, fld2, fld3, and also sum the fields feb, mar, apr, i.e. select fld1, fld2, fld3, sum(…statements to create feb field) as feb, sum(…. ) as mar, sum(…) as apr group by fld1, fld2, fld3 and optionally: order by fld1, fld2, fld3 Hope this helps.

View Answer   |  June 30, 2006  5:03 AM
Data warehousing applications, Microsoft Windows, SQL Server
answered by:
0 pts.