Did you try creating him as a user on your computer with that particular password and then logging in as him? The problem is that the encryption is done with a certificate that was on the original computer. If the drive you have also contains the system drive, check out the following from MSDN to [...]
I’ve had luck accessing data by using Knoppix. It boots and runs from the CD. Try going to the following link for more details. http://searchwincomputing.techtarget.com/tip/0,289483,sid68_gci1207497,00.html?bucket=ETA Good luck. Let us know how it turns out.
You should not have to migrate your DDS to DDL or create special indexes. When running your SQL the system will look for similar LF’s or create an index on the fly using your where and order by statements. You can do SQL statements from the iSeries to get data off other platforms and should [...]
If you can, start up the old 8i database and see if the application connects to it. That way you’ll at least know if something is still looking for the old one or if the error is caused by a misconfiguration with the new one.
I’m in the process of migrating to VB.Net from VB 6 and I’ve seen this functionality in the Express Ddition. From what I can tell the Express Edition is the same as the Pro Edition of VS 2005 without all the other tools of VS. Good luck.
Wanz hello, The first message means a public IP address (could be from any one of various registries) is trying to send a packet to a private IP address in your organization, in port 25 (SMTP). This does not necessarily indicate a DOS attack, and if the firewall is blocking the packet then it’s OK. [...]
Hi Our organization is also using Connect Direct for file transfer from our AS400 to other servers. And as far as I have experienced using this application, you cannot set it up to send files as tab delimited. You will have to add tabs to your file before sending it and also, the other server [...]
I’m assuming your referring to Windows Server Longhorn, the next generation of server after Win2k3 Server. The answer is yes, it is compatible.
Have you looked at the listview control. it has many different styles that probably would fit the bill. it certainly would make programming it a lot easier.
The problem is that ALTSEQ only changes the order in which records are returned. It will not make ‘A’ = ‘a’. To do that you need the TRNTBL keyword to force one or more fileds on all records (in that logical only) to be returned as upper or lower case. There is a system supplied [...]
Try the following: UPDATE table SET field = substr(FIELD,1,3)|| replace(substr(FIELD,4,2),'15','08')|| substr(FIELD,6,4);
something like this: select * from table1 where Productkey not in (select productKey from Table2)
As with any management software (F-Secure, Diskeeper, Etc.) you should be able to install it to a workstation or go virtual and run it on a virtual server.
Sounds like a Notes problem. Bump Notes by ending the domino server and restarting. It’s a hassle – but it could be the swiftest way to get things back on track. (Ala Microsoft answer)
If your end users have MS Access installed on their machines, then you could just have them link to the MDE file on the server via a windows shortcut. This method even supports having multiple users at a time.
You can definitely install Oracle8i Enterprise and Developer 2000 on the same machine. However, your tnsnames.ora file must contain the information necessary for Developer 2000 to connect with your database. With Oracle Developer 2000 on a PC there is usually a “SQL NET” program you can use to set this up automatically. Have you found [...]
Check out training in the ERP Industry Solution, IS-OIL.. Figure out if thats what you want to get yourself into.. g/l
I would suggest you pose this question on the asktom site. Tom Kyte would be an excellent resource (from Oracle) to address this question. He was at the PHLOUG meeting last night and shared some excellent tips on 10g R1 & 2 of the database. http://asktom.oracle.com
You probably have a previous installation of Oracle that has not been removed, or a partial installation that you have to manually remove. backup your system, Make sure that Oracle is uninstalled, manually delete all directories created for Oracle, edit the environment variables to remove Oracle entries, edit the system registry to remove all Oracle [...]
Good morning, Sam. Well, it may not be quite that straight forward. Part will depend on the version of Oracle you’re using, which type(s) of SQL authentication, which platform you’re on, which modules you may have implemented (Apps, RAC, etc.) and lastly, your backup solution. (I’m probably missing some, but this is all I can [...]





