|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 - 3 - 4 | Next > |
|
|
Uvbackup core dumpsUniverse 10.3.9 on AIX 5.3
I was testing the use of uvbackup to back up our production data (we currently use a combination of rsync & tar) for transfer to a Linux off site backup machine using this shell script: today=$(date +"%Y" +"%m" +"%d") cd /vr find * -print | uvbackup -f -limit 1 -l "Full Backup" - > /vrbkup/uvb$today date and at some point it failed with the following: Abnormal termination of UniVerse. Fault type is 11. Layer type is Command Language. ./test.sh[6]: 733396 Segmentation fault(coredump) Sun Nov 6 12:44:29 MST 2011 Anyone have an idea what might have caused this?? -- ------------------------------------------------------------------------ Jeff Schasny - Denver, Co, USA jschasny at gmail dot com ------------------------------------------------------------------------ _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Uvbackup core dumpsAs a suggestion add the -v option so you can see what file it was backing up when it fails. Perhaps you have broken file that uvbackup cannot tolerate. ???
Perry -----Original Message----- From: u2-users-bounces@... [mailto:u2-users-bounces@...] On Behalf Of Jeff Schasny Sent: Monday, November 07, 2011 7:28 AM To: U2-Users@... Subject: [U2] Uvbackup core dumps Universe 10.3.9 on AIX 5.3 I was testing the use of uvbackup to back up our production data (we currently use a combination of rsync & tar) for transfer to a Linux off site backup machine using this shell script: today=$(date +"%Y" +"%m" +"%d") cd /vr find * -print | uvbackup -f -limit 1 -l "Full Backup" - > /vrbkup/uvb$today date and at some point it failed with the following: Abnormal termination of UniVerse. Fault type is 11. Layer type is Command Language. ./test.sh[6]: 733396 Segmentation fault(coredump) Sun Nov 6 12:44:29 MST 2011 Anyone have an idea what might have caused this?? -- ------------------------------------------------------------------------ Jeff Schasny - Denver, Co, USA jschasny at gmail dot com ------------------------------------------------------------------------ _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. ZirMed, Inc. has strict policies regarding the content of e-mail communications, specifically Protected Health Information, any communications containing such material will be returned to the originating party with such advisement noted. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Uvbackup core dumpsExcellent. I'll try that. Thanks
Perry Taylor wrote: > As a suggestion add the -v option so you can see what file it was backing up when it fails. Perhaps you have broken file that uvbackup cannot tolerate. ??? > > Perry > > -----Original Message----- > From: u2-users-bounces@... [mailto:u2-users-bounces@...] On Behalf Of Jeff Schasny > Sent: Monday, November 07, 2011 7:28 AM > To: U2-Users@... > Subject: [U2] Uvbackup core dumps > > Universe 10.3.9 on AIX 5.3 > > I was testing the use of uvbackup to back up our production data (we > currently use a combination of rsync & tar) for transfer to a Linux off > site backup machine using this shell script: > > today=$(date +"%Y" +"%m" +"%d") > cd /vr > find * -print | uvbackup -f -limit 1 -l "Full Backup" - > /vrbkup/uvb$today > date > > and at some point it failed with the following: > > Abnormal termination of UniVerse. > Fault type is 11. Layer type is Command Language. > ./test.sh[6]: 733396 Segmentation fault(coredump) > Sun Nov 6 12:44:29 MST 2011 > > Anyone have an idea what might have caused this?? > > -- ------------------------------------------------------------------------ Jeff Schasny - Denver, Co, USA jschasny at gmail dot com ------------------------------------------------------------------------ _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Uvbackup core dumpsWhat is your "ulimit" before running the command? It's possible that you're trying to create a file that is larger than what Unix will allow you to create.
-----Original Message----- From: u2-users-bounces@... [mailto:u2-users-bounces@...] On Behalf Of Jeff Schasny Sent: Monday, November 07, 2011 9:28 AM To: U2-Users@... Subject: [U2] Uvbackup core dumps Universe 10.3.9 on AIX 5.3 I was testing the use of uvbackup to back up our production data (we currently use a combination of rsync & tar) for transfer to a Linux off site backup machine using this shell script: today=$(date +"%Y" +"%m" +"%d") cd /vr find * -print | uvbackup -f -limit 1 -l "Full Backup" - > /vrbkup/uvb$today date and at some point it failed with the following: Abnormal termination of UniVerse. Fault type is 11. Layer type is Command Language. ./test.sh[6]: 733396 Segmentation fault(coredump) Sun Nov 6 12:44:29 MST 2011 Anyone have an idea what might have caused this?? -- ------------------------------------------------------------------------ Jeff Schasny - Denver, Co, USA jschasny at gmail dot com ------------------------------------------------------------------------ _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Uvbackup core dumpscubs5a:/vrbkup> ulimit
unlimited Michael Pflugfelder wrote: > What is your "ulimit" before running the command? It's possible that you're trying to create a file that is larger than what Unix will allow you to create. > > > -----Original Message----- > From: u2-users-bounces@... [mailto:u2-users-bounces@...] On Behalf Of Jeff Schasny > Sent: Monday, November 07, 2011 9:28 AM > To: U2-Users@... > Subject: [U2] Uvbackup core dumps > > Universe 10.3.9 on AIX 5.3 > > I was testing the use of uvbackup to back up our production data (we currently use a combination of rsync & tar) for transfer to a Linux off site backup machine using this shell script: > > today=$(date +"%Y" +"%m" +"%d") > cd /vr > find * -print | uvbackup -f -limit 1 -l "Full Backup" - > /vrbkup/uvb$today date > > and at some point it failed with the following: > > Abnormal termination of UniVerse. > Fault type is 11. Layer type is Command Language. > ./test.sh[6]: 733396 Segmentation fault(coredump) Sun Nov 6 12:44:29 MST 2011 > > Anyone have an idea what might have caused this?? > > -- > ------------------------------------------------------------------------ > Jeff Schasny - Denver, Co, USA > jschasny at gmail dot com > ------------------------------------------------------------------------ > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users > > -- ------------------------------------------------------------------------ Jeff Schasny - Denver, Co, USA jschasny at gmail dot com ------------------------------------------------------------------------ _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Wintegrate 3 on Windows 7 issuesHi All, Before I begin let me state that I know that I have an old version and should look into a better way. However, I'm stuck using the Wintegrate version that I have for the time being. That being said... Can anyone tell me a way of determining what is interfering with my Wintegrate application firing up? I just began experiencing the problem l ast night. I attempt to open the application and it never shows itself. I can see it in task manager. Image Name User Name CPU Memory Description MSOSYNC.EXE THOMPSC 00 3364K Microsoft Office Document Cache w integ.exe THOMPSC 00 wowexec.exe THOMPSC 00 It looks odd to me for winteg.exe to be a child of MSOSYNC.EXE. Maybe that's not the case but it looks that way in task manager. After quite a long time, the application will suddenly appear without rhyme or reason. My initial thought was that it was a communication issue with my host. However, I can ping without any loss whatsoever. Any advice would be greatly appreciated. Thanks Scott _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issuesSlight tangent that may shed light. Back when Datatel was based on
wIntegrate, we would occasionally see this behavior for some machines deployed on campus. In short, another process (often TSR) would somehow block wIntegrate. In some cases it was MS Office Taskbar, in others it was been antivirus. As you point out, once the offending program was terminated, wIntegrate fired up like nothing was wrong. On 11/08/2011 07:57 PM, iggchamp@... wrote: > > Hi All, > > > > Before I begin let me state that I know that I have an old version and should look into a better way. However, I'm stuck using the Wintegrate version that I have for the time being. > > > > That being said... > > > Can anyone tell me a way of determining what is interfering with my Wintegrate application firing up? > > I just began experiencing the problem l ast night. > > I attempt to open the application and it never shows itself. > > I can see it in task manager. > > Image Name User Name CPU Memory Description > > MSOSYNC.EXE THOMPSC 00 3364K Microsoft Office Document Cache > > w integ.exe THOMPSC 00 > > wowexec.exe THOMPSC 00 > > > > It looks odd to me for winteg.exe to be a child of MSOSYNC.EXE. Maybe that's not the case but it looks that way in task manager. > > > > After quite a long time, the application will suddenly appear without rhyme or reason. > > My initial thought was that it was a communication issue with my host. However, I can ping without any loss whatsoever. > > > > Any advice would be greatly appreciated. > > > > Thanks > > > > Scott > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556 _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issuesOn 11/8/2011 8:19 PM, Jeff Butera wrote:
> Slight tangent that may shed light. Back when Datatel was based on > wIntegrate, we would occasionally see this behavior for some machines > deployed on campus. In short, another process (often TSR) would > somehow block wIntegrate. In some cases it was MS Office Taskbar, in > others it was been antivirus. As you point out, once the offending > program was terminated, wIntegrate fired up like nothing was wrong. > > > On 11/08/2011 07:57 PM, iggchamp@... wrote: >> >> Hi All, >> >> >> >> Before I begin let me state that I know that I have an old version >> and should look into a better way. However, I'm stuck using the >> Wintegrate version that I have for the time being. >> >> >> >> That being said... >> >> >> Can anyone tell me a way of determining what is interfering with my >> Wintegrate application firing up? >> >> I just began experiencing the problem l ast night. >> I attempt to open the application and it never shows itself. >> I can see it in task manager. >> Image Name User Name CPU Memory Description >> >> MSOSYNC.EXE THOMPSC 00 3364K Microsoft >> Office Document Cache >> >> w integ.exe THOMPSC 00 >> wowexec.exe THOMPSC 00 >> >> >> >> It looks odd to me for winteg.exe to be a child of MSOSYNC.EXE. >> Maybe that's not the case but it looks that way in task manager. >> >> >> >> After quite a long time, the application will suddenly appear without >> rhyme or reason. >> >> My initial thought was that it was a communication issue with my >> host. However, I can ping without any loss whatsoever. >> >> >> Any advice would be greatly appreciated. >> >> >> >> Thanks >> >> >> >> Scott >> _______________________________________________ >> U2-Users mailing list >> U2-Users@... >> http://listserver.u2ug.org/mailman/listinfo/u2-users > > _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issuesWe had this issue with wInteg 4 on Vista and Windows 7.
In most cases, a shutdown of all the MS Office products would allow it to start. It is resolved in wInteg 6, in case that helps in future upgrade discussions :) -----Original Message----- From: u2-users-bounces@... [mailto:u2-users-bounces@...] On Behalf Of iggchamp@... Sent: Wednesday, 9 November 2011 11:57 AM To: U2 Users List Subject: [U2] Wintegrate 3 on Windows 7 issues Hi All, Before I begin let me state that I know that I have an old version and should look into a better way. However, I'm stuck using the Wintegrate version that I have for the time being. That being said... Can anyone tell me a way of determining what is interfering with my Wintegrate application firing up? I just began experiencing the problem l ast night. I attempt to open the application and it never shows itself. I can see it in task manager. Image Name User Name CPU Memory Description MSOSYNC.EXE THOMPSC 00 3364K Microsoft Office Document Cache w integ.exe THOMPSC 00 wowexec.exe THOMPSC 00 It looks odd to me for winteg.exe to be a child of MSOSYNC.EXE. Maybe that's not the case but it looks that way in task manager. After quite a long time, the application will suddenly appear without rhyme or reason. My initial thought was that it was a communication issue with my host. However, I can ping without any loss whatsoever. Any advice would be greatly appreciated. Thanks Scott _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users -- Message protected by DealerGuard: e-mail anti-virus, anti-spam and content filtering. http://www.pentanasolutions.com Click here to report this message as spam: https://login.mailguard.com.au/report/1DunNUaHeN/3n0EZU28udphMlY1XVbhdq/0 This email and any attachments to it are confidential. You must not use, disclose or act on the email if you are not the intended recipient. Liability limited by a scheme approved under Professional Standards Legislation. _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issuesThanks Scott. I'll try turning off UAC and see if that does the trick.
----- Original Message ----- From: "Scott Richardson" <CheetahFTL@...> To: u2-users@... Sent: Tuesday, November 8, 2011 8:40:52 PM Subject: Re: [U2] Wintegrate 3 on Windows 7 issues On 11/8/2011 8:19 PM, Jeff Butera wrote: > Slight tangent that may shed light. Back when Datatel was based on > wIntegrate, we would occasionally see this behavior for some machines > deployed on campus. In short, another process (often TSR) would > somehow block wIntegrate. In some cases it was MS Office Taskbar, in > others it was been antivirus. As you point out, once the offending > program was terminated, wIntegrate fired up like nothing was wrong. > > > On 11/08/2011 07:57 PM, iggchamp@... wrote: >> >> Hi All, >> >> >> >> Before I begin let me state that I know that I have an old version >> and should look into a better way. However, I'm stuck using the >> Wintegrate version that I have for the time being. >> >> >> >> That being said... >> >> >> Can anyone tell me a way of determining what is interfering with my >> Wintegrate application firing up? >> >> I just began experiencing the problem l ast night. >> I attempt to open the application and it never shows itself. >> I can see it in task manager. >> Image Name User Name CPU Memory Description >> >> MSOSYNC.EXE THOMPSC 00 3364K Microsoft >> Office Document Cache >> >> w integ.exe THOMPSC 00 >> wowexec.exe THOMPSC 00 >> >> >> >> It looks odd to me for winteg.exe to be a child of MSOSYNC.EXE. >> Maybe that's not the case but it looks that way in task manager. >> >> >> >> After quite a long time, the application will suddenly appear without >> rhyme or reason. >> >> My initial thought was that it was a communication issue with my >> host. However, I can ping without any loss whatsoever. >> >> >> Any advice would be greatly appreciated. >> >> >> >> Thanks >> >> >> >> Scott >> _______________________________________________ >> U2-Users mailing list >> U2-Users@... >> http://listserver.u2ug.org/mailman/listinfo/u2-users > > _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issuesOn 11/8/2011 9:01 PM, iggchamp@... wrote:
> Thanks Scott. I'll try turning off UAC and see if that does the trick. > > ----- Original Message ----- > From: "Scott Richardson"<CheetahFTL@...> > To: u2-users@... > Sent: Tuesday, November 8, 2011 8:40:52 PM > Subject: Re: [U2] Wintegrate 3 on Windows 7 issues > > On 11/8/2011 8:19 PM, Jeff Butera wrote: >> Slight tangent that may shed light. Back when Datatel was based on >> wIntegrate, we would occasionally see this behavior for some machines >> deployed on campus. In short, another process (often TSR) would >> somehow block wIntegrate. In some cases it was MS Office Taskbar, in >> others it was been antivirus. As you point out, once the offending >> program was terminated, wIntegrate fired up like nothing was wrong. >> >> >> On 11/08/2011 07:57 PM, iggchamp@... wrote: >>> Hi All, >>> >>> >>> >>> Before I begin let me state that I know that I have an old version >>> and should look into a better way. However, I'm stuck using the >>> Wintegrate version that I have for the time being. >>> >>> >>> >>> That being said... >>> >>> >>> Can anyone tell me a way of determining what is interfering with my >>> Wintegrate application firing up? >>> >>> I just began experiencing the problem l ast night. >>> I attempt to open the application and it never shows itself. >>> I can see it in task manager. >>> Image Name User Name CPU Memory Description >>> >>> MSOSYNC.EXE THOMPSC 00 3364K Microsoft >>> Office Document Cache >>> >>> w integ.exe THOMPSC 00 >>> wowexec.exe THOMPSC 00 >>> >>> >>> >>> It looks odd to me for winteg.exe to be a child of MSOSYNC.EXE. >>> Maybe that's not the case but it looks that way in task manager. >>> >>> >>> >>> After quite a long time, the application will suddenly appear without >>> rhyme or reason. >>> >>> My initial thought was that it was a communication issue with my >>> host. However, I can ping without any loss whatsoever. >>> >>> >>> Any advice would be greatly appreciated. >>> >>> >>> >>> Thanks >>> >>> >>> >>> Scott >>> _______________________________________________ >>> U2-Users mailing list >>> U2-Users@... >>> http://listserver.u2ug.org/mailman/listinfo/u2-users >> > UAC on Windows 7 is infamous for such behavior.... ? > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users poster seems to have another solid idea as well. _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issuesVMWare also interferes with Wintegrate. Martin
-----Original Message----- From: u2-users-bounces@... [mailto:u2-users-bounces@...] On Behalf Of Scott Richardson Sent: 09 November 2011 02:34 To: u2-users@... Subject: Re: [U2] Wintegrate 3 on Windows 7 issues On 11/8/2011 9:01 PM, iggchamp@... wrote: > Thanks Scott. I'll try turning off UAC and see if that does the trick. > > ----- Original Message ----- > From: "Scott Richardson"<CheetahFTL@...> > To: u2-users@... > Sent: Tuesday, November 8, 2011 8:40:52 PM > Subject: Re: [U2] Wintegrate 3 on Windows 7 issues > > On 11/8/2011 8:19 PM, Jeff Butera wrote: >> Slight tangent that may shed light. Back when Datatel was based on >> wIntegrate, we would occasionally see this behavior for some machines >> deployed on campus. In short, another process (often TSR) would >> somehow block wIntegrate. In some cases it was MS Office Taskbar, in >> others it was been antivirus. As you point out, once the offending >> program was terminated, wIntegrate fired up like nothing was wrong. >> >> >> On 11/08/2011 07:57 PM, iggchamp@... wrote: >>> Hi All, >>> >>> >>> >>> Before I begin let me state that I know that I have an old version >>> and should look into a better way. However, I'm stuck using the >>> Wintegrate version that I have for the time being. >>> >>> >>> >>> That being said... >>> >>> >>> Can anyone tell me a way of determining what is interfering with my >>> Wintegrate application firing up? >>> >>> I just began experiencing the problem l ast night. >>> I attempt to open the application and it never shows itself. >>> I can see it in task manager. >>> Image Name User Name CPU Memory >>> >>> MSOSYNC.EXE THOMPSC 00 3364K Microsoft >>> Office Document Cache >>> >>> w integ.exe THOMPSC 00 >>> wowexec.exe THOMPSC 00 >>> >>> >>> >>> It looks odd to me for winteg.exe to be a child of MSOSYNC.EXE. >>> Maybe that's not the case but it looks that way in task manager. >>> >>> >>> >>> After quite a long time, the application will suddenly appear >>> rhyme or reason. >>> >>> My initial thought was that it was a communication issue with my >>> host. However, I can ping without any loss whatsoever. >>> >>> >>> Any advice would be greatly appreciated. >>> >>> >>> >>> Thanks >>> >>> >>> >>> Scott >>> _______________________________________________ >>> U2-Users mailing list >>> U2-Users@... >>> http://listserver.u2ug.org/mailman/listinfo/u2-users >> > UAC on Windows 7 is infamous for such behavior.... ? > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users poster seems to have another solid idea as well. _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users Click https://www.mailcontrol.com/sr/wQw0zmjPoHdJTZGyOCrrhg== 7cQu3yEMwy9WBR61CE7HAf3a54hJhFMuZ2DEGNPdlyNkQ== to report this email as spam. -------------------------------------------------------- Epicor Software (UK) is a limited company registered in England & Wales. Registration Number: 2338274. Registered Office: 6th Floor, One London Wall, London EC2Y 5EB This e-mail is for the use of the intended recipient(s) only. If you have received this e-mail in error, please notify the sender immediately and then delete it. If you are not the intended recipient, you must not use, disclose or distribute this e-mail without the author's prior permission. We have taken precautions to minimize the risk of transmitting software viruses, but we advise you to carry out your own virus checks on any attachment to this message. We cannot accept liability for any loss or damage caused by software viruses. Any views and/or opinions expressed in this e-mail are of the author only and do not represent the views of Epicor Software (UK) Limited or any other company within its group. This message has been scanned for malware by Websense. www.websense.com _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issuesIt may not run on win7. Use the xp mode and run it in there. Works fine in there.
Sent from my iPhone On Nov 8, 2011, at 17:57, iggchamp@... wrote: > > > Hi All, > > > > Before I begin let me state that I know that I have an old version and should look into a better way. However, I'm stuck using the Wintegrate version that I have for the time being. > > > > That being said... > > > Can anyone tell me a way of determining what is interfering with my Wintegrate application firing up? > > I just began experiencing the problem l ast night. > > I attempt to open the application and it never shows itself. > > I can see it in task manager. > > Image Name User Name CPU Memory Description > > MSOSYNC.EXE THOMPSC 00 3364K Microsoft Office Document Cache > > w integ.exe THOMPSC 00 > > wowexec.exe THOMPSC 00 > > > > It looks odd to me for winteg.exe to be a child of MSOSYNC.EXE. Maybe that's not the case but it looks that way in task manager. > > > > After quite a long time, the application will suddenly appear without rhyme or reason. > > My initial thought was that it was a communication issue with my host. However, I can ping without any loss whatsoever. > > > > Any advice would be greatly appreciated. > > > > Thanks > > > > Scott > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issuesThanks for the help everyone. I found a rundll.exe in task manager that was running some program/trojan. I ran malware bytes and it fixed everything. Not sure how I got the application... Anyway, thanks a bunch for the suggestions! ----- Original Message ----- From: "Martin Braid" <MBraid@...> To: "U2 Users List" <u2-users@...> Sent: Wednesday, November 9, 2011 2:56:30 AM Subject: Re: [U2] Wintegrate 3 on Windows 7 issues VMWare also interferes with Wintegrate. Martin -----Original Message----- From: u2-users-bounces@... [mailto:u2-users-bounces@...] On Behalf Of Scott Richardson Sent: 09 November 2011 02:34 To: u2-users@... Subject: Re: [U2] Wintegrate 3 on Windows 7 issues On 11/8/2011 9:01 PM, iggchamp@... wrote: > Thanks Scott. I'll try turning off UAC and see if that does the trick. > > ----- Original Message ----- > From: "Scott Richardson"<CheetahFTL@...> > To: u2-users@... > Sent: Tuesday, November 8, 2011 8:40:52 PM > Subject: Re: [U2] Wintegrate 3 on Windows 7 issues > > On 11/8/2011 8:19 PM, Jeff Butera wrote: >> Slight tangent that may shed light. Back when Datatel was based on >> wIntegrate, we would occasionally see this behavior for some machines >> deployed on campus. In short, another process (often TSR) would >> somehow block wIntegrate. In some cases it was MS Office Taskbar, in >> others it was been antivirus. As you point out, once the offending >> program was terminated, wIntegrate fired up like nothing was wrong. >> >> >> On 11/08/2011 07:57 PM, iggchamp@... wrote: >>> Hi All, >>> >>> >>> >>> Before I begin let me state that I know that I have an old version >>> and should look into a better way. However, I'm stuck using the >>> Wintegrate version that I have for the time being. >>> >>> >>> >>> That being said... >>> >>> >>> Can anyone tell me a way of determining what is interfering with my >>> Wintegrate application firing up? >>> >>> I just began experiencing the problem l ast night. >>> I attempt to open the application and it never shows itself. >>> I can see it in task manager. >>> Image Name User Name CPU Memory >>> >>> MSOSYNC.EXE THOMPSC 00 3364K Microsoft >>> Office Document Cache >>> >>> w integ.exe THOMPSC 00 >>> wowexec.exe THOMPSC 00 >>> >>> >>> >>> It looks odd to me for winteg.exe to be a child of MSOSYNC.EXE. >>> Maybe that's not the case but it looks that way in task manager. >>> >>> >>> >>> After quite a long time, the application will suddenly appear >>> rhyme or reason. >>> >>> My initial thought was that it was a communication issue with my >>> host. However, I can ping without any loss whatsoever. >>> >>> >>> Any advice would be greatly appreciated. >>> >>> >>> >>> Thanks >>> >>> >>> >>> Scott >>> _______________________________________________ >>> U2-Users mailing list >>> U2-Users@... >>> http://listserver.u2ug.org/mailman/listinfo/u2-users >> > UAC on Windows 7 is infamous for such behavior.... ? > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users poster seems to have another solid idea as well. _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users Click https://www.mailcontrol.com/sr/wQw0zmjPoHdJTZGyOCrrhg== 7cQu3yEMwy9WBR61CE7HAf3a54hJhFMuZ2DEGNPdlyNkQ== to report this email as spam. -------------------------------------------------------- Epicor Software (UK) is a limited company registered in England & Wales. Registration Number: 2338274. Registered Office: 6th Floor, One London Wall, London EC2Y 5EB This e-mail is for the use of the intended recipient(s) only. If you have received this e-mail in error, please notify the sender immediately and then delete it. If you are not the intended recipient, you must not use, disclose or distribute this e-mail without the author's prior permission. We have taken precautions to minimize the risk of transmitting software viruses, but we advise you to carry out your own virus checks on any attachment to this message. We cannot accept liability for any loss or damage caused by software viruses. Any views and/or opinions expressed in this e-mail are of the author only and do not represent the views of Epicor Software (UK) Limited or any other company within its group. This message has been scanned for malware by Websense. www.websense.com _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issuesScott,
wIntegrate 3.0.03 runs on windows 7 32 bit, but I don't believe it runs on 64 bit. On windows 7, when I run my old wInteg 3, it shows as a child process of NTVDM and parallel with WOWEXEC. I'm not running it with any UAC, admin or other custom settings. We had the same thing happen where it would not appear for a long time, and we never traced the cause. Perhaps it was the licensing routine, I'm not sure, but it was quite annoying when it happened. We've since updated to 6.2 so that we could use 64bit workstations. -Troy _____________________________________________________________________________ Scanned by IBM Email Security Management Services powered by MessageLabs. For more information please visit http://www.ers.ibm.com This email is intended only for the use of the party to which it is addressed and may contain information that is privileged, confidential, or protected by law. If you are not the intended recipient you are hereby notified that any dissemination, copying or distribution of the email or its contents is strictly prohibited. If you have received this message in error, please notify us immediately, by replying to the message and deleting it from your computer. WARNING: Internet communications are not assured to be secure or clear of inaccuracies as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Therefore, we do not accept responsibility for any errors or omissions that are present in this email, or any attachment, that have arisen as a result of e-mail transmission. _____________________________________________________________________________ _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Extracting XML attributesDoes anyone have an example of an XPath definition to extract an
attribute from an XML element? The universe documentation for 10.3 and 11.1 doesn't cover this. I am trying to get the value of "ProductId" from the following XML example: <pr:Feed xmlns:pr="urn:someurl"> <Data> <Products> <Product ProductId="ABC"> ... </Product> <Product ProductId="123"> ... </Product> <Product ProductId="XYZ"> ... </Product> </Products> </Data> </pr> Using the this extraction file: <U2XML_extraction xmlns:USxml="http://www.rocketU2.com/U2-xml" > <file_extraction start="/Data" dictionary="XMLTESTFILE" null="EMPTY" /> <field_extraction field="@ID" path="Products/Product/@ProductId" ,/> </U2XML_extraction> I get the following error: >LIST XMLDATA EDGENET_XML "&XML&/test.ext" Open XML data file failed. XMLParser error message: Fatal error at file '/Volume1/MIS/&XML&/test.ext', line 3, column 69. Message: Expected an attribute name Open XML data file failed. XMLParser error message: Fatal error at file '/Volume1/MIS/&XML&/test.ext', line 3, column 69. Message: Expected an attribute name Unable to open "XMLDATA:EDGENET_XML,&XML&/test.ext" file. > _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Extracting XML attributesIt would look like this:
/*/Data/Products/Product/@ProductId Note that the document element has a namespace attached so if you assigned the namespace-uri "urn_someurl" to the prefix "pr" you could make that: /pr:Feed/Data/Products/Product/@ProductId The '@' specifies an attribute as opposed to an element. -----Original Message----- From: u2-users-bounces@... [mailto:u2-users-bounces@...] On Behalf Of Bobby Worley Sent: November-09-11 10:45 AM To: U2 Users List Subject: [U2] Extracting XML attributes Does anyone have an example of an XPath definition to extract an attribute from an XML element? The universe documentation for 10.3 and 11.1 doesn't cover this. I am trying to get the value of "ProductId" from the following XML example: <pr:Feed xmlns:pr="urn:someurl"> <Data> <Products> <Product ProductId="ABC"> ... </Product> <Product ProductId="123"> ... </Product> <Product ProductId="XYZ"> ... </Product> </Products> </Data> </pr> Using the this extraction file: <U2XML_extraction xmlns:USxml="http://www.rocketU2.com/U2-xml" > <file_extraction start="/Data" dictionary="XMLTESTFILE" null="EMPTY" /> <field_extraction field="@ID" path="Products/Product/@ProductId" ,/> </U2XML_extraction> I get the following error: >LIST XMLDATA EDGENET_XML "&XML&/test.ext" Open XML data file failed. XMLParser error message: Fatal error at file '/Volume1/MIS/&XML&/test.ext', line 3, column 69. Message: Expected an attribute name Open XML data file failed. XMLParser error message: Fatal error at file '/Volume1/MIS/&XML&/test.ext', line 3, column 69. Message: Expected an attribute name Unable to open "XMLDATA:EDGENET_XML,&XML&/test.ext" file. > _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Extracting XML attributesI found this article, and thought it may be of use to you: https://u2devzone.rocketsoftware.com/accelerate/articles/u2-xml/u2-xml Chris > Date: Wed, 9 Nov 2011 12:44:44 -0600 > From: BWorley@... > To: u2-users@... > Subject: [U2] Extracting XML attributes > > Does anyone have an example of an XPath definition to extract an > attribute from an XML element? The universe documentation for 10.3 and > 11.1 doesn't cover this. > > I am trying to get the value of "ProductId" from the following XML > example: > > <pr:Feed xmlns:pr="urn:someurl"> > <Data> > <Products> > <Product ProductId="ABC"> > ... > </Product> > <Product ProductId="123"> > ... > </Product> > <Product ProductId="XYZ"> > ... > </Product> > </Products> > </Data> > </pr> > > Using the this extraction file: > > <U2XML_extraction xmlns:USxml="http://www.rocketU2.com/U2-xml" > > <file_extraction start="/Data" dictionary="XMLTESTFILE" null="EMPTY" > /> > <field_extraction field="@ID" path="Products/Product/@ProductId" ,/> > </U2XML_extraction> > > I get the following error: > > >LIST XMLDATA EDGENET_XML "&XML&/test.ext" > Open XML data file failed. > XMLParser error message: Fatal error at file > '/Volume1/MIS/&XML&/test.ext', line 3, column 69. Message: Expected an > attribute name > > Open XML data file failed. > XMLParser error message: Fatal error at file > '/Volume1/MIS/&XML&/test.ext', line 3, column 69. Message: Expected an > attribute name > > Unable to open "XMLDATA:EDGENET_XML,&XML&/test.ext" file. > > > _______________________________________________ > U2-Users mailing list > U2-Users@... > http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Extracting XML attributesYour start is the Feed element in the pr namespace.
The u2 xml extraction does not always work too well with namespaces. If required I can supply you an xsl to 'de namepsace' an xml - it is then simple preprocessing task using xmltproc to give you a cleaner (in u2 regards) xml. -----Original Message----- From: u2-users-bounces@... [mailto:u2-users-bounces@...] On Behalf Of Bobby Worley Sent: 09 November 2011 18:45 To: U2 Users List Subject: [U2] Extracting XML attributes Does anyone have an example of an XPath definition to extract an attribute from an XML element? The universe documentation for 10.3 and 11.1 doesn't cover this. I am trying to get the value of "ProductId" from the following XML example: <pr:Feed xmlns:pr="urn:someurl"> <Data> <Products> <Product ProductId="ABC"> ... </Product> <Product ProductId="123"> ... </Product> <Product ProductId="XYZ"> ... </Product> </Products> </Data> </pr> Using the this extraction file: <U2XML_extraction xmlns:USxml="http://www.rocketU2.com/U2-xml" > <file_extraction start="/Data" dictionary="XMLTESTFILE" null="EMPTY" /> <field_extraction field="@ID" path="Products/Product/@ProductId" ,/> </U2XML_extraction> I get the following error: >LIST XMLDATA EDGENET_XML "&XML&/test.ext" Open XML data file failed. XMLParser error message: Fatal error at file '/Volume1/MIS/&XML&/test.ext', line 3, column 69. Message: Expected an attribute name Open XML data file failed. XMLParser error message: Fatal error at file '/Volume1/MIS/&XML&/test.ext', line 3, column 69. Message: Expected an attribute name Unable to open "XMLDATA:EDGENET_XML,&XML&/test.ext" file. > _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users ----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1411 / Virus Database: 2092/4006 - Release Date: 11/09/11 _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
|
|
Re: Wintegrate 3 on Windows 7 issues> From: Martin Braid
> VMWare also interferes with Wintegrate. Martin How so? _______________________________________________ U2-Users mailing list U2-Users@... http://listserver.u2ug.org/mailman/listinfo/u2-users |
| < Prev | 1 - 2 - 3 - 4 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |