Click here to Skip to main content
       

System Admin

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: How to KILL a Windows Error Reporting UploadmemberAlbert Holguin12 Feb '13 - 7:19 
Yeah, I'd place a "Cancel" button somewhere obvious. Big Grin | :-D
AnswerRe: How to KILL a Windows Error Reporting UploadmvpEddy Vluggen12 Feb '13 - 8:29 
Use "fiddler2" to find out the address of the server offering the download. Add it to your host-file.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: How to KILL a Windows Error Reporting UploadmemberRichard Andrew x6413 Feb '13 - 2:00 
Yes, good idea. Thanks for that insight.

 

The difficult we do right away...
...the impossible takes slightly longer.

GeneralRe: How to KILL a Windows Error Reporting UploadmvpEddy Vluggen13 Feb '13 - 7:44 
You're welcome Smile | :)
Questionabout servermemberMember 98150055 Feb '13 - 23:06 
plz send simple http server in python having the capability if login.
AnswerRe: about servermvpSandeep Mewara6 Feb '13 - 1:08 
Sorry, it does not work like this here.
 
Here is what is expected of enquirers:
1. TRY first what you want to do! You may find that it's not that hard.
2. Formulate what was done by you that looks like an issue/not working.
Sandeep Mewara
Microsoft ASP.NET MVP 2012 & 2013
 

[My Latest Post(s)]:
My Blog
Server side Delimiters in ASP.NET
How to extend a WPF Textbox to Custom Picker

AnswerRe: about servermemberAlbert Holguin8 Feb '13 - 5:44 
Here you go...[^]
QuestionNeed help quickly: Server Error in an Applicationmemberfares34 Feb '13 - 23:58 
Hello Dears System Admins,
I have a problem with my application within Win server 2008
, when it is work well within Win server 2003
when I try to use my app with win_ser2008 get the following error message:
/////////////////////////////////////////////////
Server Error in '/yyy' Application.
--------------------------------------------------------------------------------
 
ORA-00161: طول فرع الحركة 90 غير مشروع (العدد الأقصى المسموح64 )
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
 
Exception Details: System.Data.OracleClient.OracleException: ORA-00161: طول فرع الحركة 90 غير مشروع (العدد الأقصى المسموح64 )
 
Source Error:
 
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
 
Stack Trace:
 

[OracleException (0x80131938): ORA-00161: طول فرع الحركة 90 غير مشروع (العدد الأقصى المسموح64 )]
System.Data.OracleClient.OciEnlistContext.Join(OracleInternalConnection internalConnection, Transaction indigoTransaction) +264679
System.Data.OracleClient.OracleInternalConnection.Enlist(String userName, String password, String serverName, Transaction transaction, Boolean manualEnlistment) +202
System.Data.OracleClient.OracleInternalConnection.Activate(Transaction transaction) +68
System.Data.ProviderBase.DbConnectionInternal.ActivateConnection(Transaction transaction) +33
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +1318
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +100
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +116
System.Data.OracleClient.OracleConnection.Open() +40
cOracleDBManipulation.tableHasData(OracleConnection dbConn, String tableName) +78
cOracleDBManipulation.fillDataTable(String TableName, String SelectStatment) +75
cOracleDBManipulation.SequenceNextValGen(String SequenceName) +40
INSERTGENIMP_New.exportItemsNo(DataTable toDT) +643
INSERTGENIMP_New.btm_isert_Click(Object sender, EventArgs e) +551
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
/////////////////////////////////////////////////////
 
Please I need to resolve this problem in near time as can.
Thanks for any help,
Eslam Fares.
Questionquestion about enterprise-level update from windows xp to windows 7memberalexyxj24 Jan '13 - 16:33 
Dear,
 
anyone migrated corporation desktop from windows xp to windows 7, could you recommend me some links/online material that I can refer? Many thanks!
 
Alexy
AnswerRe: question about enterprise-level update from windows xp to windows 7memberalexyxj24 Jan '13 - 16:35 
BTW, about 500 desktop....thanks..
GeneralRe: question about enterprise-level update from windows xp to windows 7memberAlbert Holguin31 Jan '13 - 7:32 
500!? ...good luck with that! Unsure | :~
 
I'd make an image and deploy that, making users responsible for backing up their own files to a server somewhere. Although, with all the "windows geniuon" b.s. it's probably not as easy as it used to be to deploy images of an OS.
 
P.S. oh, and I'm also assuming that most of the computers are the same, i.e. same drivers will be required, but with that many computers, it's probably not the case. Dead | X|
GeneralRe: question about enterprise-level update from windows xp to windows 7 [modified]memberalexyxj3 Feb '13 - 18:16 
thanks Albert, appreciate your reply...
 
500 are all corporate machines, but no guarantee that drivers are the same, as you said the difference will be an issue, namely I have to configure it to fix with different driver, right?
 
More important part, is there any configuration i have to customize on my machines to meet windows 7 requirement? Tips/tricky parts for transferring files back? for update outlook? etc.
 
also I was told that before updating, user has to backup their own data, is it the only way? automated updating without ruining files/data not gonna happen, right?
 
Andre

modified 4 Feb '13 - 5:39.

AnswerRe: question about enterprise-level update from windows xp to windows 7memberAlbert Holguin4 Feb '13 - 5:25 
alexyxj wrote:
namely I have to configure it to fix with different driver, right?

If you have different hardware, you pretty much have to do a complete install on each computer... there may be tools to help in this process but I don't know about them since I've never had the need to update that many machines.
alexyxj wrote:
More important part, is there any configuration i have to customize on my machines to meet windows 7 requirement?

Not really...
alexyxj wrote:
Tips/tricky parts for transferring files back? for update outlook? etc.

This really depends on what applications people are using and where they're storing their files, you could write scripts to automate all the backups but problem is that people have a tendency of storing files all over the drive instead of just in their directories (major pain). With outlook you pretty much have the same problem, if people left their mail on the server, then it's not an issue, but if they downloaded the data (made data files), it could be anywhere in the system (i.e. wherever each user configured it to be).
alexyxj wrote:
also I was told that before updating, user has to backup their own data, is it the only way? automated updating without ruining files/data not gonna happen, right?

Like I said above, you could automate things, but you're bound to find that people stored files where you didn't expect and end up losing files for some. Maybe you can break up the upgrade into small groups of computers (let's say ten), run your backup scripts that should back up all the files that are in expected locations (user folders) then make images of their hard drives before doing the upgrade. Once you upgrade the systems, run scripts to put the files back. The users can then go look at their system to see if all of their files are there, give them a timeframe (say a week) to verify, if they're missing files you can go to the images of the old drive to look for the files. This will make the process slow but at least you won't piss off as many people.
GeneralRe: question about enterprise-level update from windows xp to windows 7memberalexyxj4 Feb '13 - 18:47 
I see, thanks very much Albert, really appreciate your input...
 
Andre
AnswerRe: question about enterprise-level update from windows xp to windows 7mvpRichard MacCutchan24 Jan '13 - 23:05 
The obvious place would be microsoft.com.
QuestionChange the language for Sql Server 2008memberThaer Hamael19 Jan '13 - 2:23 
Dear All

I Change the language for the database in Sql Server 2008 ( To Arabic_CI_AS )via the optional tab in database proprieties .
but when i Insert new record( have Arabic Text) in any table the text change to ???? .

thanks for any body help me .
T.h
Rose | [Rose]
Thaer

AnswerRe: Change the language for Sql Server 2008 [modified]mvpEddy Vluggen31 Jan '13 - 10:45 
Mycrofts answer (the one on the same question) is still correct[^].
 
PIEBalds argument is also a good one; write a small console-app and fetch the data using .NET, as older apps might have trouble and try and assign a codepage to it.
 
It'd be helpful if you at least stated whether you tried their answers. If they failed, I'd like to know "how" - did you get an error message? A different result than expected?
 
"Arabic_CI_AS" is not a language, but a collation. It's a relic from past times, and the UTF-datatypes (the ones starting with an N) can store any character that you put in there.

 

Nvm, it's a crosspost, reposted on the same day. This is why crossposting is so confusing and annoying.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
They hate us for our freedom![^]


modified 31 Jan '13 - 18:10.

AnswerRe: Change the language for Sql Server 2008memberVAMSHI[B092015]24 Feb '13 - 18:47 
Open your Phpmyadmin and you can find the language change option there.......
Questiondatabasegroupjackson kumar15 Jan '13 - 21:51 
When i execute my code error show "string reference not set"
AnswerRe: databasemvpRichard MacCutchan15 Jan '13 - 23:07 
And you think people can guess what language you are using, what platform, what your code is trying to do ...
 
Please give proper details of your problem and use the correct forum for the language your code is written in.
One of these days I'm going to think of a really clever signature.

GeneralRe: databasememberVaclav_Sal17 Jan '13 - 9:03 
Richard , you cannot guess ALL of that?
And I had such great opinions about you knowledge,you WERE my hero,   I am disappointed
Cheers Vaclav
QuestionSo I have a Question... [modified]memberGeekforChrist11 Jan '13 - 13:55 
I own a Dell Inspiron N4110 and I'm looking at buying a $20 install disc for OSX 10.6. (I really want to try out OSX Wink | ;) )
The catch is that I already have Windows 7 and Windows 8 installed.
 
Everywhere I read says that I have to install Windows after OSX is installed. Mad | :mad:
 
So, short of using a virtual machine (something I DO NOT want to do), can I install OSX and just repair my windows installations? (like no hard drive wiping? Roll eyes | :rolleyes: )

modified 12 Jan '13 - 8:30.

AnswerRe: So I have a Question...memberRedgum11 Jan '13 - 14:57 
Short answer: No.
The madman is not the man who has lost his reason; the madman is the man who has lost everything except his reason.
 
--G.K. Chesterton

GeneralRe: So I have a Question...memberGeekforChrist11 Jan '13 - 15:01 
Not exactly what I wanted to hear but I appreciate the answer just the same. Thumbs Up | :thumbsup:
 
May I ask, though, is this answer from knowledge or experience?
GeneralRe: So I have a Question...memberRedgum11 Jan '13 - 16:17 
Mac OSX and Windows NTFS are incompatible file systems, so in order to make one work with the other as you describe:
 
* You must partition the storage medium with two or more partitions and provide for a dual-boot system.
-or-
* One of the operating systems must provide intrinsic support for the other - an emulation tool, native drivers or provide a shell.
-or-
* One of the operating systems must provide a tool that permits re-provisioning and co-location.
 
Since you already have Windows loaded on your machine, re-partitioning would be destructive. Sure, there's dual-boot tools and even some that claim non-destructive re-partitioning, but YMMV and rule #33 of Mike's rules of happy computing is don't trust 3rd party hacks when it comes to your boot sector.
 
Windows doesn't intrinsically support OSX. OTOH, OSX does have intrinsic support for windows. The problem, as stated, is that the egg came before the chicken in this instance.
 
There are no tools I know of for Windows that permit re-provisioning the partition/boot sector/OS load and file system to play paddy-cakes with a Mac OS, so your options are hence somewhat limited. Sigh | :sigh:
 
Cheers
 
-Mike
The madman is not the man who has lost his reason; the madman is the man who has lost everything except his reason.
 
--G.K. Chesterton

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 12 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid