Forum

Bginfo Hatası
 
Bildirimler
Hepsini Temizle

Bginfo Hatası

4 Yazılar
3 Üyeler
0 Likes
1,142 Görüntüleme
(@OmerUcler)
Gönderiler: 506
Prominent Member
Konu başlatıcı
 

Bginfoyu client makinelere dağıtırken hata alıyorum.Script çalıştırıken hata mesajı geliyor.Hata kodu 800A0408

Internetten baktım ama pek anlayamadım.

 
Gönderildi : 16/04/2011 13:28

Hakan Uzuner
(@hakanuzuner)
Gönderiler: 33014
Illustrious Member Yönetici
 

Ömer bey merhaba,

Dağıtım için kullandığınız komut nedir ?

Çünkü muhtemel komut setinde yanlış karakterler bulunuyordur.

The Cause of error 800A0408

Your VBScript contains an illegal character, often at the
beginning of a
line.  It can happen if you copy the script from word, then paste
into
notepad.  For example, to 'Rem out a line we need the apostrophe,
which is ASCII character 39; however if you paste from word you may get
ASCII 96 (Grave accent).

Note the clue Source: Microsoft VBScript compilation error,
this means a syntax error in your script.

The Solutions

Check the punctuation marks in your VBScript, particularly look out for apostrophes
and commas that do not display correctly.  The reference to Line: 1 Char 1, means that the very first symbol
that is probably wrong.

 

Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 17/04/2011 05:08

(@OmerUcler)
Gönderiler: 506
Prominent Member
Konu başlatıcı
 

Hakan Hocam,

Kullandığım Script aşağıdaki gibidir.

Set objShell = CreateObject(“Wscript.Shell”)

objShell.Run “\\Server2008\deploy\bginfo\bginfo.exe \\Server2008\deploy\bginfo\test.bgi /NOLICPROMPT /timer:0”, 1, True

 
Gönderildi : 19/04/2011 01:37

(@OrhanYilmaz)
Gönderiler: 101
Estimable Member
 

Merhaba,

Script içeriğini bir notepad'a kopyalayıp, içeriğinde geçen üstten çift tırnakları silip tekrar yazarak kaydedin.

Kolay gelsin.

 
Gönderildi : 19/04/2011 02:33

Paylaş: