Read SMS programatically in PPC 2003
Hi Frnd,
I'm supposed to read SMS programatically from Inbox in
Pocket PC 2003.
Can u suggest me a way to do so? Any tip or suggestion
would be of great help.
Thanx Tag: SqlCeReplication : pIErrors Tag: 68210
SmartPhone (SP) and CryptoApi with CompactFramework (.NETcf) - new DEVBUZZ tutorial
Hi all,
=2ENETcf does not have the namespace System=2ESecurity=2ECryptography=2E=
Yet
we really need it as the world becomes more wireless, and we dont=
want
our data available in the clear for wireless sniffers or network
operators, especially with certain wireless security mechanisms=
being
in question (i=2Ee=2E WEP)=2E Luckily, both the SmartPhone and=
PocketPC
devices come with the CryptoApi=2E The CryptoApi is an unmanaged=
API
used to call unmanaged cryptographic implementations that exist=
on the
devices as well=2E This can be done through pInvokes=2E In this=
article I
will wrap the entire CryptoApi (version 1)=2E
http://www=2Edevbuzz=2Ecom/content/zinc_smartphone_cryptography_pg1=2Ea=
sp
--
Regards
Derek Mitchell
news@devbuzz=2Ecom
=2ENET Compact Framework Tutorials:
- http://www=2Edevbuzz=2Ecom/content/init_compact_framework=2Easp
eVB Tutorials:
- http://www=2Edevbuzz=2Ecom/content/init_starting_out=2Easp
Pocket PC Development Forums:
- http://forums=2Edevbuzz=2Ecom/
Code Snippets:
- http://www=2Edevbuzz=2Ecom/content/code_snippet_list=2Easp Tag: SqlCeReplication : pIErrors Tag: 68208
Pretek CompactCamera SDK
Hi there,
Has anyone tried programming for the Pretec CompactCamera? I located
the SDK (not from Pretec), but the sample app doesn't work ('Camera
not detected' error: it is unable to get a handle from the CompCamOpen
call).
Has anyone else had the same problem? I have tried contacting Pretec
without luck...
Cheers,
Jason (Brisbane, Australia). Tag: SqlCeReplication : pIErrors Tag: 68206
How can I get a siginal from remote controler?
I have a PPC, and want to get a siginal from remote controler.
Exactly, I want to make a remote controling s/w for other electronic device
such as tv ,dvd and etc.
so, I analyzed some similar soft wares.
The softwares receive signals from remote controler, and save it.
And then when specific key is pressed,the software send a signal among the
saving signals.
I want to make a software like it.
I think , the softwares use Irda port.
If you have any documents or get a referenct site url, please let me know
...
Thank you. Tag: SqlCeReplication : pIErrors Tag: 68200
PIE bug with %20 in file URL's
I typed the following URL of an existing file in the address-bar of PIE :
file://\Program%20Files\PocketTV\PocketTV.exe
and it did not work, I got:
on Pocket PC: Error: Cannot open "Files\PocketTV\PocketTV.exe"
on Smartphone: Error: The page you are looking for cannot be found
I did the test on Smartphone 2002 and 2003 and Pocket PC 2002
Of course, on Smartphone 2002, I used the URL
file://\IPSM\Program%20Files\PocketTV\PocketTV.exe
and on Smartphone 2002, I used the URL
file://\Storage\Program%20Files\PocketTV\PocketTV.exe
I also tried with document files located in \My Documents, same error.
It works well as long as there is no space in the file pathname. But %20 is
still not handled properly in file URL's.
Apparently this old PIE bug made it to Windows Mobile 2003 ... jezzzz!
:(
"GG" <see@my.sig> wrote in message
news:ebCbNIupDHA.2440@TK2MSFTNGP10.phx.gbl...
> "Sven" <f> wrote in message news:upH28dtpDHA.360@TK2MSFTNGP12.phx.gbl...
> > Hi
> >
> > I have downloaded the Smartphone 2003 emulator... how can I now install
> > programms on this emulator?
> > I mean i can connect a folder, but how can I access this folder on the
> phone
> > as the phone does not have a explorer?
> >
> > I knew that there is a possibilty in the internet explorer to start
> > programms, but i do not know the sintax...
> >
> > should be like this: file://IPSM/a.exe?
> >
>
> It's like file:///IPSM/a.exe - (3 slashes) and, if there is a space,
replace
> it with %20:
>
> file:///My%20documents/test.exe
>
> HTH,
>
>
> --
> Giuseppe Govi
> g.govi <a> vodafone.it
>
> Tag: SqlCeReplication : pIErrors Tag: 68199
EV3.0 ATL dll from C#.
I am having problems calling a DLL. I have the DLL
registered. It was created with EV3.0. I am calling it
this way.
[DllImport("contact.dll")] private static extern int
createContact(string firstName, string lastName, string
number, string address);
createContact
("foo","asdasda","asdasdasd","asdawdasdasdasd");
Anyone have any ideas?
Help appreciated
Camm Tag: SqlCeReplication : pIErrors Tag: 68198
Converting eVC3.0 code to eVC4.0
I currently have a project that was initially created
under the 3.0 environment, I have not used the 4.0
environment much and would like to bring my project up to
the 4.0 environment to take advantageof what it has to
offer, can anyone point me in the right direction about
how to go about this? Or provide an resources to help me
out. Thanx in advance
Abe Tag: SqlCeReplication : pIErrors Tag: 68196
What national Languages?
Hi,
I have almost completed a Pocket PC application which I
intend to release commercially.
Other than English, I am wondering what languages are
supported by the various hardware manufacturers?
Also does anyone have an idea of the relative sales per
language, i.e which language should I target next, based
on market size?
Thanks,
Allen Tag: SqlCeReplication : pIErrors Tag: 68195
product ID for pocket pc 2002
Hi
I want to log a call with microsoft online. It keeps asking me for a
product ID where can i find it? or how do i log a call with microsoft
Neil Tag: SqlCeReplication : pIErrors Tag: 68189
question about CLASS_E_NOAGGREGATION
first, here is my code:
HRESULT hr;
ICeFileFilter* filter = NULL;
hr = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);
hr = CoCreateInstance(CLSID_NULL, &ICeFileFilter::IUnknown(), CLSCTX_ALL,
IID_ICeFileFilter, (LPVOID*)&filter);
and hr comes back as CLASS_E_NOAGGREGATION. what does this error message
mean? how can i fix it?
thanks,
edward Tag: SqlCeReplication : pIErrors Tag: 68187
IR port access
I am trying to access the ir port directly. I see that
people can do things like read ir output from other
devices such as remote control for tv so, how? It can't be
by irda because that is not the same as the remote spec.
? Tag: SqlCeReplication : pIErrors Tag: 68186
icon for eVB application
Hello,
Can I create an own icon for my eVB application? I would not like to use the
standard that is associated with .vb files.
sorry for asking a lot on this forum, I am now close to finish my
application.
Gergo Tag: SqlCeReplication : pIErrors Tag: 68176
Question: Beginning Pocket PC 2003 Development using VB.NET 2003
I've got a simple question on getting started to develop applications
targetting Window Mobile 2003 Pocket PC devices, using Visual Basic
.NET 2003.
On my development machine, I have installed Visual Studio .NET 2003
and after that, the Pocket PC 2003 SDK.
To begin a new project, I selected Visual Basic Projects->Smart Device
Application. The wizard will bring me to a screen where I'm supposed
to select which platform my code is targetting. The only options I
have are:
1. Windows CE, with the following devices: Windows CE .NET Device,
Windows CE .NET Emulator, Pocket PC Device, Pocket PC 2002 Emulator.
2. Pocket PC, with the following devices: Pocket PC Device, Pocket PC
2002 Emulator.
My question is: What am I supposed to select to begin coding for
Pocket PC 2003 devices? I'm expecting to see something like Pocket PC
2003 Emulator and Pocket PC 2003 Device, since I've already installed
the PPC 2003 SDK... or am i missing something.
Thank you very much!
ds Tag: SqlCeReplication : pIErrors Tag: 68175
can someone answer this? possibly MS
Hi,
In my non-MFC project, I added a edit box.. as par the requirements, i had
to set make it as read-only. I did that but this action changed its
background color. The workaround is to paint the background programatticaly
so ,as always, i proceeded to handle WM_CTLCOLOREDIT message. but this didnt
work. after a quick look at the documentation, i found that read-only edit
box doesnt send this message but sends WM_CTLCOLORSTATIC message. OK, no
problem... i removed WM_CTLCOLOREDIT message handler and added
WM_CTLCOLORSTATIC message handler. to my surprise, this was not getting
called even???? after browsing through the net i found that read-only edit
box sends WM_CTLCOLORBTN message!!! I want to know *why* it sends this
message? I could justify myself about WM_CTLCOLORSTATIC message but not
WM_CTLCOLORBTN!!! Why documentation says that read-only edit control will be
sent WM_CTLCOLORSTATIC?
------
Deepesh Tag: SqlCeReplication : pIErrors Tag: 68172
Accessing Pocket Outlook Unser Interface programatically
Hi,
I want to use the Pocket Outlook User-Interface to simply select a Contact.
Using POOM I can get all the contacts, but I cant find a way to utilize the
user-interface as I dont want to end up rewriting an User-Interface to
select a contact which is already there.
Any hints?
Thanks,
Andreas Tag: SqlCeReplication : pIErrors Tag: 68169
Servlet engine for Pocket PC (iPaq)
Hi all,
I am looking for a servlet engine that I can use on a
Pocket PC (iPaq).
This might seem strange to most of you, so here is some
background:
We are having a desktop application (insurance sector)
that is implemented as JSP/servlets and want to port this
to a handheld. The handheld is for sales people that go
from house to house and will usually not be connected.
Therefore they should carry their "server" parts (servlet
engine and servlets) with them on the handheld
In the desktop/server world we are using IIS as Web server
and the New Atlanta ServlerExec servlet engine. What I am
looking for is a replacement for these on the handheld,
let it be Pocket PC (Windows CE) or Linux. Pocket PC,
however, is the preferred platform. :-))~~~
Thanks a lot,
Regards,
Klaus.
______________________________________
Klaus Pinkert
Softlab GmbH
klaus.pinkert@softlab.de Tag: SqlCeReplication : pIErrors Tag: 68168
Archives of this usenet group?
I'd like to find an archive of this Usenet group. Does anyone, Microsoft
or other, know where such an archive might be found?
--
Dennis Gallagher
Monroe, WA, USA Tag: SqlCeReplication : pIErrors Tag: 68165
Emulator question
Hi,
I'm running embbededVB 3 and trying to use the inbuilt emulator. I'm getting
file not found when trying to load a file. How do I point the emulator to
the correct folder/directory?
Thanks in advance. Tag: SqlCeReplication : pIErrors Tag: 68164
HW Handshaking via RasDial
Using RasDial to establish a connection (via external
modem) to the internet, under CE 3.0/PocketPC, I get many
data overruns during large upload transmission if the
baud rate is set too high.
The proper HW handshake AT codes are being sent to the
modem. (The modem is actually a satellite phone with
data service.)
Is there a way of establishing default HW handshaking
(RTS/CTS) for the com port that is used by RasDial, as
RasDial opens the port... or is there a way to set
RTS/CTS on the port/handle returned by RasDial?
-Ron Geiser
G-Soft, Inc. Tag: SqlCeReplication : pIErrors Tag: 68162
URGENT - Pocket PC Emulator Problem - Please! Can someone help???
I need the ability to emulate storage card folders with the PocketPC
Emulator in VS.NET.
This is possible with the PocketPC Emulator that comes with the
Microsoft Pocket PC 2003 SDK, but not with VS.NET.
Why?
There are two versions of the emulator.
VS.NET is version 4.1.0.(Build 14)
PPC SDK is version 4.2.0.20
VS.NET will not "see" the 4.2.0.20 version if it is launched prior to
running VS.NET 2003.
Both also use different directory structures and I haven't been
successfull in simply replacing the emulator files.
So how do you get the latest version to work with VS.NET??
Please, can someone help with this? Tag: SqlCeReplication : pIErrors Tag: 68159
com interface trouble
ok, i'm trying to use the file type filters that are used to convert from
pocket pc to desktop formats when using activesync. but i seem to have hit
a brick wall. i'm rather new to COM interfaces, but here is my code so far:
ICeFileFilter* filter = NULL;
CoInitializeEx(NULL, COINIT_MULTITHREADED);
CoCreateInstance(CLSID_NULL, NULL, CLSCTX_ALL, IID_ICeFileFilter,
(LPVOID*)&filter);
and i receive this error message:
error LNK2001: unresolved external symbol _IID_ICeFileFilter
i've included these .lib files
rapi.lib
pegconv.lib
ceutil.lib
what is going on? what am i doing wrong?
thanks in advance,
edward Tag: SqlCeReplication : pIErrors Tag: 68158
Microsoft Pocket PC 2003 SDK fails to install
Hi all,
I own an Ipag 4150 from HP. It comes with windows mobile 2003.
I installed eMbedded Visual C++ 4.0 and service pack 2.
When I try to install the MS Pocket PC 2003 SDK (msi installer) I'll get an
unspecified error. The only thing I can do is click the finish button.
I can write C# code with Visual Studio .NET 2003 and deploy the programs
succesfully using ActiveSync 3.7.1.
But I want to write native C++ code for game developing.
I have Windows XP Professional with service pack 1. I also tried it on my
laptop that has the standard Windows XP Professional. That doesn't work
either.
Is there anybody with the same problems or an correct working version of de
Pocket PC 2003 SDK??
Kind regards,
Jaap Tag: SqlCeReplication : pIErrors Tag: 68152
Pocket GCC
Hi,
I'm triing to compile a console app with "Pocket GCC", but the linker
complains about missing "WinMainCRTStartup". What am I doing wrong?
Thanks,
Roland Tag: SqlCeReplication : pIErrors Tag: 68150
Permanent storage on Toshiba e330
Hi,
I've got a Toshiba e330 Pocket PC,
The specs say that it has got a 32 MB of flash ROM.
Is there any Permanent storage available for the Toshiba e330?
How can I access it?
On my iPAQ H3765, there's 6 MB of the Permanent storage space called
'iPAQ File Store'
For the Toshiba e330, I checked the registry for the Permanent storage
The registry value 'FolderName'at
'HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Flshdrv
indicates that the Permanent storage is called as 'Flash ROM Disk'
But I could not find any such folder in Explorer under 'My Device'
Is there someone willing to share some information?
Please help.
Regards,
Viv Tag: SqlCeReplication : pIErrors Tag: 68147
Databases on PocketPC?
Hello
I might buy a PocketPC, because I think it supports a huge spectrum of
software. I haven't yet any idea which brand I should take, but I need one,
where I can run a DB. I've already created on my own a DB (MySQL and PHP) on
my notebook (literature management) and I don't think that a Microsoft
Environement will support this one?! on the notebook it does, clearly, but
on a Pocket PC? whatever, I'm going to rewrite the DB in Access and I'm
going to transfer the information from MySQL to Access. (is it necessary?)
Shouldn't be a problem.
But now my question: if I am doing that I wanna be sure that Pocket PC's
support Access? or is there an alternative DB-solution for a PocketPC? Very
important ist also that it is possible to install an equivalent DB on my
laptop - the only thing is that they have to communicate together, i.e.
snychronization! do I have to write the Interface? I hope not, 'cause I am
not able to do that! hope, there's a simple solution!
any Idea? I am thankfull for every hint!
greets
mirco Tag: SqlCeReplication : pIErrors Tag: 68140
Listing generation question.
Hello,
Is it possible with eVC++ to have a listing output
having source code with macro statements (#define)
expanded?
TIA Tag: SqlCeReplication : pIErrors Tag: 68130
Progamatically Create Outlook Task on PocketPC with C#
Can any one give the a reference on how to Progamatically Create Outlook
Task on PocketPC with C# 2003? I've got the Pocket PC SDK installed and VS
2003.
Thanks in advance
Mike Tag: SqlCeReplication : pIErrors Tag: 68125
Pocket PC POOM 'Cannot rum menu add in'
I am trying to add menu to the Contacts app on pocket pc
I have followed the procedures on
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcepoom/html/ceconMenuExtensibility.asp
but when I click on the menu item I get a popup dialog with the following
warning (exclaimation), and my DLL doesn't run
'Cannot run menu add in'
I have triple verified the entries in my registry are correct. And, I have
also tried placing the DLL under '\' and '\Windows' folders and I always get
the same error.
Anyone knows what I am doing wrong? Or if there are issues regarding this? Tag: SqlCeReplication : pIErrors Tag: 68123
make exe or cab file from eVB project
Hello
does anyone know how to create an executable file from an eVB project?
Thanks
Gergo Tag: SqlCeReplication : pIErrors Tag: 68120
launch app from within help file?
Is it possible to put a link into a html Help file that will launch
another application? For instance, if I want to create a html Help
file that will be viewed with peghelp.exe, and I want a link in that
file that will launch calc.exe, how would I do that? (Specifically on
PPC2003)
Thanks,
billy Tag: SqlCeReplication : pIErrors Tag: 68115
Silly Question
Ok, I know that a c++ program cannot use a dll created
in .net, but, can a .net(c#) program use a dll that was
created in c++? (Evc4.0) Tag: SqlCeReplication : pIErrors Tag: 68100
porting an existing application
Hi,
i am trying to port and existing application written in
VC++ to work on my PDA. This is my first attempt ever to
port an application.
I started with eMbedded Visual C++ 3.0
Is this the best language to use for the job im trying to
do? I tried to simply add the projects in the VC++
framework to the new framework i set up in eVC++. I got an
error message saying the application was developed for
windows desktop and cannot be opened for Windows CE.
Can i import the projects in the VC++ framework for my
application to eVC? If not, do i need to rebuild all the
projects? How would i go about doing this and how would it
benefit my goal of porting the application?
Would it better to develop the application for my PDA with
Visual Studio .NET?
thanks in advance!
bRian Tag: SqlCeReplication : pIErrors Tag: 68095
Can Bluetooth get tired?
I've an application that receives and send information
using Bluetooth serial port in a PDA.
At a time, my application tries to send a command,
consisting in three bytes, and everything seems to be OK.
The Handle to the Port is still valid and the function
WriteFile doesn't return error.
But the three bytes are not sent. I've already tested
it. What can happen? The application uses quite a lot of
resources of the system, Can this be a problem?
How could I know if the command is really sent?
Thanks. Tag: SqlCeReplication : pIErrors Tag: 68094
Mounting a PCMCIA card as a COM port on an iPaq 3850
Hi,
I have a Compaq iPaq 3850 with a PCMCIA sleeve and an Etak ET-GPS1 PCMCIA
GPS receiver. Unfortunately the GPS receiver does not have drivers for
pocket pc. If I could mount it as a COM port, GPS applications could use it
(I did this on WinXP).
I tried doing this by adding the following regkeys however it did not work:
[HKEY_LOCAL_MACHINE\Drivers\PCMCIA\ETAK,Inc.-Etak_GPS_Card_Ver.1.00]
"Tsp"="Unimodem.dll"
"DeviceArrayIndex"=dword:1
"Prefix"="COM"
"Dll"="Serial.Dll"
"DeviceType"=dword:3
"ResetDelay"=dword:300
On a side note this card did not have drivers for WinXP either so I mounted
it as a 4800 baud modem on my PC. This automatically created a COM port in
WinXP which I could talk to using HyperTerminal. This is exactly what I want
to be able to do on my pocket pc. How can I do this?
Thanks in advance!
Sean Tag: SqlCeReplication : pIErrors Tag: 68087
Pocket IE 2002 vs Pocket IE 2003 and Content-Disposition
I have an Mobile ASP.NET page that opens a file and does
a response.write file to the browser. As you may know,
you have to set the content-type and content disposition
so the target machine knows what to do (i.e. open
associated application) For Example:
Pagename: createfile.aspx
Response.AddHeader ("Content-Type", "application/octet-
stream")
Response.AddHeader ("Content-Dispoistion", "attachment;
filename=test.doc")
The problem I have encountered is that on PPC 2002,
Pocket IE ignores the content-disposition header filename
attribute. So when the user is prompted to save the
file, the suggested filename is 'createfile.aspx' instead
of 'test.doc'. PPC 2002 Phone Edition and PPC 2003 both
understand it.
My question is: Is there a workaround or update
available for PPC2002 that will enable Pocket IE to
understand content-dispostion filename attribute?
Thanks in advance,
Alonso Portillo Tag: SqlCeReplication : pIErrors Tag: 68084
Seamless eVB runtime install using Installshield
Has anyone tried to install the eVB runtime CAB (or the individual
files) as part of an Installshield 6.3 Professional install routine?
Here are the probelms I am having any recommendations greatly
appreciated:
Created a WinCE object and selected the CAB to copy to the
Windows\Startup directory - this requires the user to soft boot. The
problem with this was that the CAB file never went through the
conversion process and due to this was seen to be invalid.
Extracted all of the files from the CAB file and tried install these
to the Windows (success) however the registry entries do not compile
with the following error:
Error: Line 112 - unsupported DirID 0
Any thoughts
Thanks
David Tag: SqlCeReplication : pIErrors Tag: 68081
question on Application Manager (CeAppMgr)
i am using the application manager (CeAppMgr) to deploy an app written in
vb.net 2003
are there any settings that i can put in the inf file to specify basic
things such as bitmaps to display during the install process etc
Any help or links to description of syntax and settings for the inf file
would be most appreciated
Tim. Tag: SqlCeReplication : pIErrors Tag: 68074
Data over wilreless?
Hello everyone,
Can any one point of what API of pocket PC can be used for transferring data
over the wireless connection?
I have read of someone transferring images using FTP but I am not sure if
that is the best way. Please help.
Cheers- Abhishek Tag: SqlCeReplication : pIErrors Tag: 68073
Device volume adjust
How do I change the volume? I used this, but nothing happens:
Function set_DeviceVolume(ByVal iVolumeparam As Integer)
Dim i As Integer = 0
Dim iresgetDevnr As Integer = 0
Dim iresSetv As Integer = 0
Dim iresclose As Integer = 0
Dim ireswaveopen As Integer = 0
Dim wf As WAVEFORMATEX
Dim iZahl As Long
Dim iZahl32 As UInt32
Dim hwo As System.IntPtr = IntPtr.Zero 'HWAVEOUT
Dim id As UInt32
Try
wf = New WAVEFORMATEX
wf.wFormatTag = UInt16.Parse("1") 'WAVE_FORMAT_PCM = 1
wf.nChannels = UInt16.Parse("1")
iZahl = (8000 * 1000)
wf.nSamplesPerSec = UInt32.Parse(iZahl.ToString)
wf.wBitsPerSample = UInt16.Parse("8")
iZahl = (Long.Parse(wf.nChannels.ToString) *
Long.Parse(wf.wBitsPerSample.ToString)) / 8
wf.nBlockAlign = UInt16.Parse(iZahl.ToString)
iZahl = (Long.Parse(wf.nSamplesPerSec.ToString) *
Long.Parse(wf.nBlockAlign.ToString))
wf.nAvgBytesPerSec = UInt32.Parse(iZahl)
wf.cbSize = UInt16.Parse("0")
iresgetDevnr = waveOutGetNumDevs()
For i = 0 To iresgetDevnr
id = UInt32.Parse(i.ToString)
iZahl32 = UInt32.Parse("0")
'private const int MMSYSERR_NOERROR = 0;
ireswaveopen = waveOutOpen(hwo, id, wf, Nothing,
iZahl32, iZahl32)
'If (waveOutOpen(hwo, id, wf, 0, 0, 0) =
MMSYSERR_NOERROR) Then 'CALLBACK_NULL
If (ireswaveopen = 0) Then 'CALLBACK_NULL
iZahl32 = UInt32.Parse(iVolumeparam.ToString)
iresSetv = waveOutSetVolume(hwo, iZahl32)
iresclose = waveOutClose(hwo)
'Exit For
End If
Me.show_status("DevNr: " + i.ToString + " waveopen = "
+ ireswaveopen.ToString, "setvol = " + iresSetv.ToString + " close = " +
iresclose.ToString, False)
Next
Me.show_status("DevNr: " + i.ToString + " waveopen = " +
ireswaveopen.ToString, "setvol = " + iresSetv.ToString + " close = " +
iresclose.ToString, False)
Return 0
Catch ex As Exception
Me.show_status("", ex.Message, True)
Return -1
End Try
End Function
End Class
Isn t there something for the mediaplayer on the PocketPC like:
Set mp = CreateObject("mediaplayer9")
mp.url="10.2.3.4:123"
mp.start
and sometimes:
mp.volume= some value
thank you very much (example from: opencfnet.org) Tag: SqlCeReplication : pIErrors Tag: 68069
What do pIErrors and pIReplication members mean in
SqlCeReplication class? I got pIErrors 3306712 and
pIReplication 3297272.