Can't check dependencies or build image while offline

J

Jure

Hi,

does anybody know why i can't check the dependencies or build an image
while not connected to the internet? An example of the error that is
reported when checking dependencies is:

Info 106: Adding component: "Primitive: Ole32 [Version
5.1.2600.2180, R2890]", origin: "Jet Database Engine [Version
5.1.2600.2180, R2890]"
Info 101: Initializing new component: "Primitive: Ole32 [Version
5.1.2600.2180, R2890]"
Warning 1121: Can not find the resource ole32.dll for Primitive: Ole32
Warning 1121: in the following search path:
\\TAMICKIN\Repositories\\{67C85615-B0C5-42EA-8B8A-E8AB47DB2B1D},
\\TAMICKIN\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\TAMICKIN\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\TAMICKIN\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Info 101: Estimated footprint: 0 Bytes


The problem appeared when moving from a cable connection (where i was
always connected to the internet and when the XP Embedded development
tools were installed) to a dial-up connection. I did a test to make
sure the connection to the internet is the problem. I started checking
dependencies while i was online and everything went fine. Then i
disconnected from the internet and the error messages, like the one
mentioned above, started to appear. It seems like TD can't find the
required files in the Repositories directory, but they are there. I
checked that. And the MSSQLServer is running. Any idea?

Thanks
 
M

mich1985

Hello Jure,

is "\\TAMICKIN" your local machine or a server in your network? if its
your machine try change the repository path to something like this
"D:\Repository..." (database manager) else try to ping your server
while you are offline.

regards,
flo
 
D

David Harris

Jure said:
Hi,

does anybody know why i can't check the dependencies or build an image
while not connected to the internet? An example of the error that is
reported when checking dependencies is:

Info 106: Adding component: "Primitive: Ole32 [Version
5.1.2600.2180, R2890]", origin: "Jet Database Engine [Version
5.1.2600.2180, R2890]"
Info 101: Initializing new component: "Primitive: Ole32 [Version
5.1.2600.2180, R2890]"
Warning 1121: Can not find the resource ole32.dll for Primitive: Ole32
Warning 1121: in the following search path:
\\TAMICKIN\Repositories\\{67C85615-B0C5-42EA-8B8A-E8AB47DB2B1D},
\\TAMICKIN\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\TAMICKIN\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\TAMICKIN\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Info 101: Estimated footprint: 0 Bytes


The problem appeared when moving from a cable connection (where i was
always connected to the internet and when the XP Embedded development
tools were installed) to a dial-up connection. I did a test to make
sure the connection to the internet is the problem. I started checking
dependencies while i was online and everything went fine. Then i
disconnected from the internet and the error messages, like the one
mentioned above, started to appear. It seems like TD can't find the
required files in the Repositories directory, but they are there. I
checked that. And the MSSQLServer is running. Any idea?

Thanks

Jure

For Repository and some DB access you need a working network connection. If
you only have a dialup connection then you must be connected to the
internet.
You can work around this problem by installing the 'Microsoft loopback
adaptor' on your development machine. This gives you a pseudo network
connection that actually links to your own machine. This can be done as
follows ...

Goto Control panel - Add Hardware.
Click Next
After the probe say 'Yes, I have already connected the hardware'
Select 'Add a new hardware device' from the list
Select 'Install the hardware that I manually select from a list'.
Select 'Network adaptors'
Select 'Microsoft Loopback adaptor'
Install the new hardware

In the network connections you will now see a new connection. To stop it
waiting 30 seconds after system startup getting an IP address by DHCP (which
it cannot do), specify a suitable manual IP address in network connections.

Now you will always be able to use the XPe toolset whether you are connected
to the internet or not.

If I type 'ipconfig /all' on my machine (a laptop) I get ...

Ethernet adapter Loopback Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Loopback Adapter
Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 10.159.105.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast
Ethernet NIC #2
Physical Address. . . . . . . . . : 00-0B-6A-F7-39-19
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 10.159.100.90
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . : 10.159.100.1
DNS Servers . . . . . . . . . . . : 10.159.100.1


David
 
J

Jure

Thanks for your replys to both of you, especially to you David. You
solved my problem. Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top