Jacob.jar works is not on my server

Oracle 10 g Forms webutil, jacob 1.8

I managed to configure webutil set up on my local pc, jar jacob works and I can now export data to the excel file.

There is a dedicated server for me on linux. I tried to test my form server. There is no error on webutil but the process stops on the line where excel is called. It's the same problem that I met at jacob.jar does not work on my local disk.

Anyone has an idea on how to solve this problem?

If WebUtil is downloaded and automatically configured correctly on the client, you will end up with jacob.jar and frmwebutil.jar being stored in the JRE cache. Remember, by 'JRE' I want to see is some JRE that you use to run your form on the client side. This could the JRE from Sun or Oracle JRE, which is JInitiator. I'll assume you are using Jinitiator, based on the fact that your java console shows that you have downloaded frmall_jinit.jar.

If WebUtil dll files have been uploaded correctly, they will be stored in the JRE bin directory. So, for example if you use Jinitiator 1.3.1.30, the files will be located in: C:\Program Files\Oracle\JInitiator 1.3.1.30\bin

Note that my example is for 1.3.1.30 Langis. Replace with your version number.

Specifically, you should find the following files:

Jacob.dll
JNIsharedstubs.dll
d2kwut60.dll

If you cannot find these files, features WebUtil will fail.

That said, the error you posted just has nothing to do with the above, but is more likely the result of a having not signed jar file or a signature that is invalid or damaged.

java.security.AccessControlException: access denied

As I mentioned earlier, the only file to be signed is jacob.jar. All Oracle supplied jars is sign by Oracle, with the exception of those downloaded from OTN.

If you have a jdk installed on your server (you likely to do), you can use the jarsigner tool to determine if a container is signed or not. It will also attempt to determine whether it is valid or not. Oracle get a House has a jdk that can be used for this. The command is:

jarsigner -verify 

The path to the jar can be included in the above command.

More info about jarsigner can be found here:

http://Java.Sun.com/docs/books/tutorial/deployment/jar/verify.html

Tags: Oracle Development

Similar Questions

  • OLE works is not in the form of sample WU_TEST_106

    Hello

    When I run the WU_TEST_106.fmb form for the web useful example, save the file on the Client (OLE) is
    doesn't work do not, no error.

    When I'm debugging the form, it is getting hanged on education

    result: = GET_CUSTOM_PROPERTY(bean,1,propertyName);

    So, I'm not able to load data from the data block to the customer machience excel.

    With OC4J (not Application Server), set 10g

    Thanks in advance

    Rizly

    It seems that your webutil.jar or jacob.jar files are not signed. When I recall there was a piece od documentation in the webutil-installation-guide on how to sign the jar.

  • iPads not working only not with the cache server

    Hello!

    We have implemented a Server Cache El Capitan... And the strange thing is that it works with macs and iPhones but not with iPads! Has anyone of you ever heard of something similar?

    Thanks in advance!

    Carl

    It works with macs and iPhones but not with iPads!

    There are many variables that affect how to find caching servers Apple devices.  Signed iPads on the same account iCloud like Macs and iPhones, or more precisely, are the accounts that iPads are signed in registered in the same country as the public IP address of the server being cached?  If your organization uses multiple public IP addresses, are the server cache and your DNS server set up correctly in what concerns these addresses?  Did you restart the iPads after implementation of the caching server, so that they immediately "forget" that they have found no update server caching and are forced to review?  (Restart devices - not the server!-is also recommended if you change the public address record in DNS.)  IPads use a different local subnet as other devices, maybe a caching server is not configured to serve?

    We can help you, but we need more information.

  • Bluetooth doesn't work does not error: Server Bluetooth installation failure

    Original title: why does not install the Server driver Bluetooth?

    I have a HP Folio 13 running under Windows 7 64-bit.

    My bluetooth used to work, but now it isn't and I don't know why. I don't know if a driver had changed or anything. I noticed when I uninstall Intel Wireless Bluetooth or Microsoft Enumerator and restarting the computer, the installation of the bluetooth driver but it says that the Bluetooth server had no installation.

    It is not exclamation mark on any device in the Device Manager, but when I open devices and printers, there is an exclamation point next to my PC. When I ook to properties, then hardware, there's and exclamation mark near the Bluetooth server. I tried to reinstall the drivers.

    yesterday, I upgraded my OS to Windows 8.1, bluetooth works now

    I; m do not know why this happened.

    I hope that you can find out why this has happened as I prefer Windows 7 more

  • CS5 update server work/does not

    Now, I'm pretty close to a nervous breakdown... I have Creative Suite standard 5.

    When I try to update the program I get this warning message:

    "Update server not responding do not." The server may be temporarily offline or your settings for the internet or the firewall is inaccurate. Try again later. »

    This message sometimes when programs actually allows me to know that there are new, and when it isn't, and it really seems to work, it starts to install until it is almost done. Then a new message comes up saying "he can't connect updated the server and try again later"

    The heart of the problem

    Given that I can't update anything that I can no longer open and edit Camera Raw files.

    I could do it before, and I really need to be able to do this since I do a lot of pictures

    work in this file format.

    I use Window 8, CS5 for all programs.

    Try direct updates

    https://www.Adobe.com/downloads/updates/

  • Works well in the preview of Flash, but not when the server!

    OK my Flash animation tests and works well on I publish Preview in Flash, but when I upload it to the server it does not work as it is supposed to. is there a way to debug or trace what happens while it is running?

    Details:

    I have 113 tcname_1 of dynamic text-> tcname_113 field names

    I have 113 buttons named button_1-> button_113

    The dynamic text boxes get their data to a file named trees1.txt

    I tried to change three of the text boxes to use device fonts, but has not made a difference

    Here is my code AC3:

    Links button: all the buttons to open in iframe "tdes.

    link en button number

    I have 113 buttons.

    for (var i: int = 1; i < = 130; i ++) {}

    {if (this ["button_" + i])}

    This ["button_" + i] .addEventListener (MouseEvent.Click, f);

    }

    }

    function f(e:MouseEvent):void {}

    var n: String = e.currentTarget.name.split ("_") [1];

    navigateToURL (new URLRequest("ranch.php?id="+n), "tdes");

    }

    end of the links button

    Create the instance of URLLOader

    var myLoader:URLLoader = new URLLoader()

    the data will come as URL-encoded variables

    myLoader.dataFormat = pouvez

    Load using a URLRequest, same local beeing

    myLoader.load (new URLRequest ("trees1.txt"))

    listener onLoad handler

    myLoader.addEventListener (Event.COMPLETE, onDataLoad)

    Error handling

    myLoader.addEventListener (IOErrorEvent.IO_ERROR, onIOError)

    myLoader.addEventListener (SecurityErrorEvent.SECURITY_ERROR, onSecurityError)

    Could be an error or a message

    myLoader.addEventListener (HTTPStatusEvent.HTTP_STATUS, onHTTPStatus)

    Add a listener for the complete event

    function onDataLoad(evt:Event) {}

    trace (evt. Target.Data.cant);

    for (var i: uint = 1; i < evt.target.data.cant; i ++) {}

    This ["tcname_" + i] .text = evt.target.data ["tcname_" + i]

    This ["tcname_" + i] .visible = false;

    This ["button_" + i] .addEventListener (MouseEvent.ROLL_OVER, buttonover);

    This ["button_" + i] .addEventListener (MouseEvent.ROLL_OUT, buttonout);

    trace (i);

    }

    }

    ON working CAPITAL make the visible text field and change color

    function buttonover(e:Event) {}

    var tf:TextField = TextField (this ["tcname_" + e.currentTarget.name.split ("_") [1]]);

    trace (tf.name);

    TF. Visible = true;

    tf.textColor = 0xff0000;

    }

    MAKE working capital change color and make invisible

    function buttonout(e:Event) {}

    var tf:TextField = TextField (this ["tcname_" + e.currentTarget.name.split ("_") [1]]);

    tf.textColor = 0 x 000000;

    TF. Visible = false;

    }

    reminders of the error

    function onIOError(evt:IOErrorEvent) {}

    trace ("IOError:" + evt.text)

    }

    function onHTTPStatus(evt:HTTPStatusEvent) {}

    trace ("HTTPStatus:" + evt.status)

    }

    function onSecurityError(evt:SecurityErrorEvent) {}

    trace ("SecurityError:" + evt.text)

    }

    again is it works fine when publish Preview in Flash, but not on the server. the text does not show the server when I hover over the buttons!

    You can see that to:

    www.myblueranch.com/index2.html

    Do you notice something that I did wrong? is it possible to debug while on the server?

    Thank you very much.

    Layth

    When I see her in IE8 and Firefox 3.6.8 I see text, although in Firefox the text sometimes does not appear.  But I attribute not this program does not, but even more to what appears to be insufficiently size textfields.  What you need to do is set the property to autoSize to the textfields.

    I created a movieclip that contains the button and the textfield and use that instead of 113 separate instances of both.

    In all cases, you should be able to get the Flash debug player so that you can see this error occur during playback in the browser (http://www.adobe.com/support/flashplayer/downloads.html).  Although you won't find may not be any errors, fair textfields that are not the big enugh to display their text.

  • BBM works does not in a Simulator

    Hi all, I am fairly new to the Blackberry 10 development, I started the Simulator and tested if BBM works, I followed all the steps requred to make it work but I get "temporary server error, please try again later", I looked through all of the threads that I could find about this problem but nothing works, whenever I try to open BBM , although there seems to be some activity on cmd server, can someone please help

    This line:

    <2014-03-06 11:14:29.567 CAT>:[107]:::
    

    Usually occurs when the policy files Extension JCE (Java Cryptography) unlimited strength jurisdiction have not been installed for the used JVM.

    Download the Oracle Java web site here: http://www.oracle.com/technetwork/java/javase/downloads/index.html
    Unzip the policy files and follow the installation instructions in the README.txt file to install jar of two policy files.

  • Signature jacob.jar

    Hello

    I have problems of signature jacob.jar (jacob - 1.14.3)

    Oracle Forms and reports 11gRel2 - 11.1.2.2.0, wls_10.3.6.

    Before you sign jacob.jar I'm able to run the startup form, but I get security warning - unsigned application (an application not signed location below requests authorization to run).

    I want to get rid of this security warning, so I tried to sign jacob.jar

    (1) I created with keytool keystore

    (2) create CSR with the keytool utility

    (3) we created the certificate on our authority of CA (we CA server in our company - PKI MS) code signing

    (4) I imported code signing certificate and chain of certificates in the keystore

    (5) signature of the jacob.jar (jacob.jar is signed, verified jar)

    After the signing of the jacob.jar I get this error:

    Forms Session ID is WLS_FORMS.formsapp.63

    The proxy host is null, and the proxy port is 0.

    Native implementation of HTTP is used for the connection.

    The connection mode is HTTP.

    Applet Forms version is 11.1.2.2

    Exception in thread "thread of applet - oracle.forms.engine.Main - 1" java.lang.NoClassDefFoundError: com/com/jacob/ComFailException

    at java.lang.Class.forName0 (Native Method)

    at java.lang.Class.forName (unknown Source)

    at oracle.forms.handler.UICommon.instantiate (unknown Source)

    at oracle.forms.handler.UICommon.onCreate (unknown Source)

    at oracle.forms.handler.JavaContainer.onCreate (unknown Source)

    at oracle.forms.engine.Runform.onCreateHandler (unknown Source)

    at oracle.forms.engine.Runform.processMessage (unknown Source)

    at oracle.forms.engine.Runform.processSet (unknown Source)

    at oracle.forms.engine.Runform.onMessageReal (unknown Source)

    at oracle.forms.engine.Runform.onMessage (unknown Source)

    at oracle.forms.engine.Runform.sendInitialMessage (unknown Source)

    at oracle.forms.engine.Runform.startRunform (unknown Source)

    at oracle.forms.engine.Main.createRunform (unknown Source)

    at oracle.forms.engine.Main.start (unknown Source)

    to sun.plugin2.applet.Plugin2Manager$ AppletExecutionRunnable.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Caused by: java.lang.ClassNotFoundException: com.jacob.com.ComFailException

    at sun.plugin2.applet.Applet2ClassLoader.findClass (unknown Source)

    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0 (unknown Source)

    at sun.plugin2.applet.Plugin2ClassLoader.loadClass (unknown Source)

    at sun.plugin2.applet.Plugin2ClassLoader.loadClass (unknown Source)

    at java.lang.ClassLoader.loadClass (unknown Source)

    ... 16 more

    I read that all the pots must be signed by the same certificate, but my other jars is signed with the certificate of the Oracle.

    How can I register jacob.jar with Oracle certificate? Can I sign other jars (frmwebuti, frmall) with our certificate?

    Kind regards

    Florence

    All the jars need not be signed with the same cert.  This is old information.  The problem is that your personalized certificate is not reliable AND known.  Your current cert is not much more self signature because the JRE has no idea who is the signatory.  So that your own certificate to become reliable AND known, you need to import the cert in the JRE for the end user.  The same would not happen with a certificate of a CA such as Verisign, Thawte, etc because they are all "known" cases.

    Here's a search which should translate into many useful references to help export and import:

    https://www.Google.com/search?q=site%3Aoracle.com+Java+keytool

    Assuming you are using a recent version of JRE, you can also use a set of rules of deployment in order to avoid the Security dialog boxes.  However, the DRS will also be signed by a trusted certificate and known.  Here again, a search that will get you all the information you need about the DRS:

    https://www.Google.com/search?q=site%3Aoracle.com+Java+%22Deployment+rule+set%22

    You can also view these MyOracle support documents:

    How to export and import the certificate management product created from the sign_webutil Script (Doc ID 1596871.1)
    Signature files .jar for 11g / SIGN_WEBUTIL. Results of the BAT command by mistake "the syntax of the command is Incorrect" (Doc ID 1076945.1)

  • Could not start the server after a rowloader is attached to a table

    I'm under SQLFire 1.1.1 on Windows 7.  I use the example of JDBCRowLoader as well as the JDBC Microsoft SQL Server (sqljdbc4.jar) driver to connect to SQL Server 2008

    My process flow is:

    (1) start the locator - locator sqlf - peer-discovery-address = localhost - dir = locator1

    (2) start the server - server sqlf start - locators = localhost [10334] - bind-address = localhost-client-port = 1528 - dir = server1-classpath=C:\vFabric_SQLFire_111_b42624\lib\rowloader.jar; C:\vFabric_SQLFire_111_b42624\lib\sqljdbc4.jar

    (3) create a table-

    CREATE TABLE station

    (id int,

    title VARCHAR (500), primary key (id));

    (4) attach the table to the rowloader-

    call the SYS. () ATTACH_LOADER

    "APP."

    'post',

    "JDBCRowLoader,"

    ' | URL = jdbc:sqlserver://localhost;databaseName=DEVELOPMENT;user=rowloader;password=rowL0ader. query string = SELECT id, title FROM mission WHERE id =?') ;

    Presents all works.  I can select in the message table in the cache.  And if the id is not in the cache, it is filled with SQL Server.

    This set works fine until I have to stop and start the server.  Then, the next:

    (5) to stop the server - server stop sqlf - dir = server1

    6) Server - server sqlf start - locators = localhost [10334] - bind-address = localhost-client-port = 1528 - dir = server1-classpath=C:\vFabric_SQLFire_111_b42624\lib\rowloader.jar; C:\vFabric_SQLFire_111_b42624\lib\sqljdbc4.jar

    And here it hangs.  And it crashes only if I had already joined the rowloader to the table.  The logs show no problem.  Looks like it stops:

    [info 25/10/2013 13:42:33.103 CDT SQLF:TraceConglom < CacheServerLauncher #serverConnector > tid = 0xc] With the help of the JAVA virtual machine as a data store of SQLFire for the table [APP. POST] with table-partitioned by default = false

    [info 25/10/2013 13:42:33.128 CDT SQLF:TraceConglom < CacheServerLauncher #serverConnector > tid = 0xc] GemFireTransaction TX 2: created a conglomerate with 76 id: [table: APP.] [POST id: container (0, 76), isApplicationTable = true]

    [info 25/10/2013 13:42:33.141 CDT SQLF:TraceConglom < CacheServerLauncher #serverConnector > tid = 0xc] Created the index with a descriptor: ConglomerateDescriptor: conglomerateNumber = name 77 = uuid = heap = com.vmware.sqlfire.internal.engine.access.index.Hash1Index 6a6b410a-0141-f0ec-11cf-000000674058 2__POST__ID: (0, 77) container on the base container: [table: APP.] [POST id: container (0, 76), isApplicationTable = true] caseSensitive = indexable true = true

    [info 25/10/2013 13:42:33.145 CDT SQLF:TraceConglom < CacheServerLauncher #serverConnector > tid = 0xc] Created table 'APP '. "" POST "by UUID: 42adc10b-0141-f0ec-11cf-000000674058

    [info 25/10/2013 13:42:33.146 CDT < CacheServerLauncher #serverConnector > tid = 0xc] FabricDatabase: re-read correctly entry with sequenceId = 1

    [info 25/10/2013 13:42:33.146 CDT < CacheServerLauncher #serverConnector > tid = 0xc] FabricDatabase: from initial proofreading for entry: {QueueValue: key = 2, value=SqlfSetLoaderMessage@1c736ea (processorId = 0; processorType = 77; posDup = false; replayKey = 2; scheme = APP; table = POST implementation = JDBCRowLoader; initInfoStr = | url = jdbc:sqlserver://localhost;databaseName=DEVELOPMENT;user=rowloader;password=rowL0ader! | query string = SELECT id, title FROM mission WHERE id =?)} {[sequence: 2]}

    [info 25/10/2013 13:42:33.148 CDT < CacheServerLauncher #serverConnector > tid = 0xc] SqlfSetLoaderMessage: Execution with areas such as: SqlfSetLoaderMessage@1c736ea (processorId = 0; processorType = 77; posDup = false; replayKey = 2; scheme = APP; table = POST implementation = JDBCRowLoader; initInfoStr = | url = jdbc:sqlserver://localhost;databaseName=DEVELOPMENT;user=rowloader;password=rowL0ader! | query string = SELECT id, title FROM mission WHERE id =?)

    And then nothing else.  And the server never ends to start.  Only, it of there and does nothing.  And it happens every time if I have the charger line attached.  And it starts fine when the charger of the line has not been set previously.

    Any ideas or suggestions?

    I can provide the patch referring to Eric. Please email me at [email protected] and include your name, the name of your company as well as to the where you are using the SQLFire product (ie. assessment of POC, customer, potential customer). I will then provide you with a download site where you can remove the 1.1.1.2 fix.

  • GlassFish tools does not provide a Server Runtime for Java Build Path

    The server can be added to the servers see and start and stop works very well.

    However, adding the server to the classpath of a such project does not work:

    1. Right click on project > Properties
    2. Select Java Build Path
    3. Select the libraries tab
    4. Click Add library...
    5. Choose Server Runtime

    Real: The selection dialog box is empty.

    Expected: The dialog box lists a duration of GlassFish 3.1.

    Thus, the classpath does not contain the Java EE and API JPA, resulting in compilation errors. This allows to work with older versions of the plugin (for example that of http://download.java.net/glassfish/eclipse/indigo).

    The problem is at least in the following configurations:

    • Eclipse 4.3 RC3 with GlassFish tools 6.0.2.201306071627 and 3.1.2.2 GlassFish Server
    • Eclipse 4.2.2 with GlassFish tools 5.2.2.201305291930 and 3.1.2.2 GlassFish Server

    One ugly solution (until this problem is corrected) is to manually add the following (or more) pots via external Jars Add...:

    glassfish/lib/javaee.jar
    glassfish/modules/org.eclipse.persistence.core.jar
    glassfish/modules/org.eclipse.persistence.jpa.jar
    glassfish/modules/org.eclipse.persistence.asm.jar
    glassfish/modules/org.eclipse.persistence.antlr.jar
    

    The problem with the above is that it adds absolute paths to the .classpath and therefore cannot be committed to the repository.

    What is the problem? This GF is not available as a Server Runtime (question at the beginning of the thread) or the problem of classpath with GlassFish System Libraries?

    The problem with GlassFish libraries on the system works is not with the flag of the export has been resolved. The old method of being able to add libraries system GF to any Java project without targeting GF won't.

    I see that 6.0.3.201306271729 has been released, does it include the fix?

    The pre-release version you are referencing does indeed of this fix.

  • the jacob.jar signature

    Hi, can someone help how to sign the jacob.jar...

    I put up all my serve 'formsweb.cfg, default.env, webutil.cfg, forms, conf' files according to the manual, I had in my previous post...
    but I get the error mentioned below can someone kindly help me how to sign the jacob.jar


    Version forms cmdlet is: 10.1.2.0

    Exception occurred during the transmission of the event:

    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)

    at java.security.AccessControlContext.checkPermission (unknown Source)

    at java.security.AccessController.checkPermission (unknown Source)

    at java.lang.SecurityManager.checkPermission (unknown Source)

    the impossible (unknown Source)

    at java.lang.Runtime.loadLibrary0 (unknown Source)

    the impossible (unknown Source)

    to com.jacob.com.Dispatch. < clinit > (Dispatch.java:537)

    at oracle.forms.webutil.ole.OleFunctions.create_obj(OleFunctions.java:398)

    at oracle.forms.webutil.ole.OleFunctions.getProperty(OleFunctions.java:189)

    at oracle.forms.handler.UICommon.onGet (unknown Source)

    at oracle.forms.engine.Runform.onGetHandler (unknown Source)

    at oracle.forms.engine.Runform.processMessage (unknown Source)

    at oracle.forms.engine.Runform.processSet (unknown Source)

    at oracle.forms.engine.Runform.onMessageReal (unknown Source)

    at oracle.forms.engine.Runform.onMessage (unknown Source)

    at oracle.forms.engine.Runform.processEventEnd (unknown Source)

    at oracle.ewt.lwAWT.LWComponent.redispatchEvent (unknown Source)

    at oracle.ewt.lwAWT.LWComponent.processEvent (unknown Source)

    at java.awt.Component.dispatchEventImpl (unknown Source)

    at java.awt.Container.dispatchEventImpl (unknown Source)

    at java.awt.Component.dispatchEvent (unknown Source)

    at java.awt.EventQueue.dispatchEvent (unknown Source)

    at java.awt.EventDispatchThread.pumpOneEventForHierarchy (unknown Source)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy (unknown Source)

    at java.awt.EventDispatchThread.pumpEvents (unknown Source)

    at java.awt.EventDispatchThread.run (unknown Source)

    AAAAAAH its always good to give as much information in the first post don't forget to change the webutil

    have you changed the setting transfer.database.enabled to TRUE in the DevSuiteHome1\forms\server\webutil.cfg file?

    Transfer.Database.Enabled = True

    If necessary the appserver true also set parameters it is disabled by default for security reasons

    check out my blog works with data type LOB http://baigsorcl.blogspot.com/search/label/WebUtil

  • Suddenly the ipad is not find wifi server. WiFi shows on the ipad and the circle continues to operate.  Parameters is frozen. I turned it off but the Apple logo does not appear.

    All of a sudden my iPad 3rd generation (3 years) can not find the server.  'Settings' are frozen and I can not change anything here.  The wifi icon is present.  The loading circle is running continuously. I pressed the on/standby button and the message "slide to turn off" never came.  When I released the button, off ipad and when you press on again the opening screen came. I can't reset the ipad.  What should I do now?  Help, please.  Carol

    Take a look at this Apple Support article:

    https://support.Apple.com/en-us/HT204051

    Reset your network settings.

    Settings - general - reset - reset the network settings

    Reset your device. This will not erase your data stored on the phone.

    • Press and hold the sleep/wake button
    • Press and hold the Home button
    • Press and hold both buttons until the display turns off and on again with the Apple logo on the subject.

    Alternatively, you can go to settings - general - reset - Reset all settings

    If that doesn't work, restore your device to factory settings. Please note that this will delete the data on your device.

    Take a look this Apple Support article: use iTunes to restore the iPhone, iPad or iPod to factory settings - Apple Support.

    As a final step, try recovery mode. Turn off your unit, then plug it to your computer with the hold home button. Hold down Home button until you see the logo of iTunes on the screen of your device. After that on your computer, you should see the iTunes window saying that your device needs to be restored to factory settings. Click Restore.

    More info here:

    https://support.Apple.com/en-us/HT201263

    If these steps do not work, contact Apple and ask for help.

    https://www.Apple.com/support/iPad/contact/

  • How to test the domain controller security policy works or not?

    How to test the domain controller security policy works or not?

    So far, I put a security policy in the domain controller security policy, however, I do not affect client computers joined to the domain controller. and so far, if I apply the domain security policy work.

    LiuAlex

    Server must wonder about the Technet site.  http://social.technet.Microsoft.com/forums/en-us/home

  • Sharing works do not Internet connection

    OK im trying to make my computer vista laptop wireless for my xbox 360 and im struggling to try to leave Internet connection sharing when I go to propities and go to the sharing, I have the box that says allow other network users to connect through this computer's internet connection I click on it and click ok , then it opens with an error message indicating an error occurred while the connection was activated and it does never time I try and select it ive tried something different and looked online and can't find someone with the same problem or answers as to the difficulty that I even tried bridging the connections and it did not work im not sure if its because of my computer is connected to a router im trying to use my computer and wireless ICS were like this, it will only work if it was connected to the local network

    Hi rhawley64,

    Thanks for posting on the Microsoft answers Forums.

    Have you tried to connect your XBOX to your computer via a wired connection?

    1. first of all, have turned on your Xbox. Also have your PC on, because this next part is everything with the computer. It will probably work with a wired connection as well (but you could probably just hang to the top your modem or router then), but here it is. First go to start and go to your control panel. Switch to Classic view using the link in the upper left corner of the window. Find the network connections and open it.

    2. you should see a "connect to the Local network' (or disconnected, it's to connect to the Xbox) and your internet connection (mine is called"Wireless network connection"). Connect the Ethernet cable to your laptop and the back of the 360. Select the 'connection to the Local network. After it is connected, turn off your internet connection. Once it is disable right-click the internet connection, and then click Properties. Go to the Advanced tab and check "allow other users of the network to connect through this computer's internet connection". Allow that this ends, it may take a little bit. Once this is done, your internet connection should say shared next to the State of the connection.

    3. check your internet connection. Once it is fully connected, right-click to 'connect to the Local network' and click on repair. Allow only at the end. On your Xbox, find the system control panel and browse until you find 'connection to Xbox Live Test. Test the connection. If it works, congratulations, you don't need this next part. For some, at this stage, they get a DNS error. There are a number of ways to solve this problem.

    4. you must have a connection to a router. To browse the internet once again, you must disable the "connect to the Local network' and then to repair the Internet connection (follow the steps above to activate it again once you have finished). Go to http://192.168.0.1. You will be asked for a connection. On most routers, this is:

    User name: admin

    Password: (no password)

    If this does not work, look for the login information for your model of router. Once connected, you have to find where your server DNS IPs would be listed. On the top bar, click State. Under WAN, you should find DNS IPs. Manually enter them into your Xbox (rather than have it find automatically) and test your connection again. At this stage it should work. Any other error can be search online.

    After following the steps above you have established a wireless via your computer with your Xbox?

    Please post back and let us know if this information was useful to solve your problem or not, so that we can help you if necessary.

    Robyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Norton network adapter "Microsoft ISATAP map2" diagnostic reports works do not correctly-could not load the required device driver (code 31)

    Original title: System reports the NIC does not properly

    Using Vista Home premium on HP pavillion m8075a model RZ555AA-ABG. Norton network adapter "Microsoft ISATAP map2" diagnostic reports works do not correctly-could not load the required device driver (code 31)

    As none of the problems are met with connection network, do I ignore this warning or try to update the driver?

    Hi eucalyptussurfer,

    You can ignore this error message. This error message does not indicate a problem with the adapter. The adapter will continue to function correctly.

    Please see the following article:

    On a Windows Vista-based computer or on a Windows Server 2008-based computer, the Microsoft ISATAP map appears with a yellow exclamation mark next to it in Device Manager, and you also receive an error message

    http://support.Microsoft.com/kb/932520

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for

  • Invitation to spam other than reminders in the iPhone 6

    Hello Since a few days I get message popping up on my iPhone asking me if I want to share reminders with an unknown person who seems obviously a scam just as the 6. I have the choice to decline (which I did without success) to show the invitation. Wh

  • Equium A60 - noise emissions

    I had a problem with irritating noise since getting my A60. Whenever I start one of the games I have installed on the laptop the sound effect Manager always changes the setting 'Career' and I have to minimize the game and restore manually. It is done

  • Can I switch to SBS 2011 SBS 2000?

    We are running SBS 2000 with a total of 50 CAL and you want to upgrade. Can do without SBS 2000 to SBS 2011, or are we looking at a new everything and pay full price for the OS and the additional CAL?

  • HP G71 340us: I forgot the bios password

    I get a deactivation code of 97445470 on BIOS password

  • Changes settings of the BIOS - black screen boot. [TravelMate P453-M]

    Laptop still under warranty. I recently had a motherboard and replace the HARD drive. I wanted to install Windows Me, but the BIOS has been defined in the UEFI, and I couldn't start on a USB key. So I turned on the heritage, booted from the USB and i