Smart Image Processor ASP 2 Support Product Page
This topic was archived
SIP2 Component does not work and is not detected
Asked 27 Apr 2008 02:29:24
1
has this question
27 Apr 2008 02:29:24 Chris Oltermann posted:
Have gone through all the TroubleShooting on this site and still cannot get it to be detected. Here is the information load from the "ScriptLibrary/sip_service.asmx" ran from the site. No errors yet still the same result... all permissions have been set to how and what has been described on this site as well. Someone please help... ??DMXzone Image Processor Web Service
This webservice can be used to manipulate images located on the server
The following operations are supported. For a formal definition, please review the Service Description.
Resize
Resize the image to a specified width and height
AddTiledWatermark
Add a watermark to the image, watermark will be tiled with specified spacing
GetImageSize
Returns the size of the given image
Test
GetSize
Returns the size of the new image
ChangeContrast
Change the contrast of the image
Invert
Inverts the image
EmbossLaplacian
Emboss the image
Load
Loads an existing image from a file
Smooth
Smooths the image
MeanRemoval
Mean removal
FlipHorizontal
Flip the image horizontally
EdgeDetectQuick
Edge detect image
Sharpen
Sharpen the image
ChangeBrightness
Change the brightness of the image
AddWatermark
Add a watermark to the image
Rotate270
Rotate the image 270 degrees clockwise
SavePNG
Save image to file as PNG
Crop
Crop the image to a specified size
SaveGIF
Save image to file as GIF
ChangeGamma
Change the gamma per color channel
ChangeColor
Change the color values per color channel
GrayScale
Convert image to grayscale
Version
Returns the version number
MeasureTextWidth
Return the width of a text with a specified font
SaveJPEG
Save image to file as JPEG
GaussianBlur
Blur the image using gaussianblur
Rotate90
Rotate the image 90 degrees clockwise
AddText
Add text to the image
AddStretchedWatermark
Add a watermark to the image, watermark will be stretched to cover the whole image
ClearSession
Clear the used session
FlipVertical
Flip the image vertically
Rotate180
Rotate the image 180 degrees clockwise
Save
Save image to file
Replies
Replied 30 Apr 2008 12:33:17
30 Apr 2008 12:33:17 Miroslav Zografski replied:
Hi Chris,
What type of ASP document you have defined in DW? It must be ASP Java in order for you to be able to add SIP server behavior. Otherwise you wont see the behavior listed at all.
Regards.
Dynamic Zone Support Team
What type of ASP document you have defined in DW? It must be ASP Java in order for you to be able to add SIP server behavior. Otherwise you wont see the behavior listed at all.
Regards.
Dynamic Zone Support Team
Replied 30 Apr 2008 15:40:01
30 Apr 2008 15:40:01 Chris Oltermann replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi Chris,
What type of ASP document you have defined in DW? It must be ASP Java in order for you to be able to add SIP server behavior. Otherwise you wont see the behavior listed at all.
Regards.
Dynamic Zone Support Team
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
The SIP product states on its main page that the product works witht he following: (This is a copy and paste from the DMXZone Webpage)
Server Model ASP JavaScript, ASP VBScript, ASP JScript
I am using ASP VBScript as my server model.
Hi Chris,
What type of ASP document you have defined in DW? It must be ASP Java in order for you to be able to add SIP server behavior. Otherwise you wont see the behavior listed at all.
Regards.
Dynamic Zone Support Team
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
The SIP product states on its main page that the product works witht he following: (This is a copy and paste from the DMXZone Webpage)
Server Model ASP JavaScript, ASP VBScript, ASP JScript
I am using ASP VBScript as my server model.
Replied 30 Apr 2008 17:04:50
30 Apr 2008 17:04:50 Miroslav Zografski replied:
Hi Chris,
Yes, it is so. Can you please tell me what Version of DW you're using?
Regards.
Dynamic Zones Support Team
Yes, it is so. Can you please tell me what Version of DW you're using?
Regards.
Dynamic Zones Support Team
Replied 30 Apr 2008 19:02:28
30 Apr 2008 19:02:28 Chris Oltermann replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi Chris,
Yes, it is so. Can you please tell me what Version of DW you're using?
Regards.
Dynamic Zones Support Team
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Running DW9 (CS3)
Hi Chris,
Yes, it is so. Can you please tell me what Version of DW you're using?
Regards.
Dynamic Zones Support Team
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Running DW9 (CS3)
Replied 10 May 2008 10:47:15
10 May 2008 10:47:15 Kenny Darcy replied:
Hi yea Chris,
This does work using asp np I use it all the time.
when you added sip to your page it places some files in a dir called scriptLibrary, incSIPClass.asp, sip_service.asmx. have you made sure to upload them to the server.
Also there is a dir called Bin that will have a few files in it too. have u made sure all was uploaded.
regards
k
This does work using asp np I use it all the time.
when you added sip to your page it places some files in a dir called scriptLibrary, incSIPClass.asp, sip_service.asmx. have you made sure to upload them to the server.
Also there is a dir called Bin that will have a few files in it too. have u made sure all was uploaded.
regards
k
Replied 10 May 2008 16:52:12
10 May 2008 16:52:12 Chris Oltermann replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi yea Chris,
This does work using asp np I use it all the time.
when you added sip to your page it places some files in a dir called scriptLibrary, incSIPClass.asp, sip_service.asmx. have you made sure to upload them to the server.
Also there is a dir called Bin that will have a few files in it too. have u made sure all was uploaded.
regards
k
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Thanks for the response... I have done all of that and all the files are where they are supposed to be within the site.
Chris
Hi yea Chris,
This does work using asp np I use it all the time.
when you added sip to your page it places some files in a dir called scriptLibrary, incSIPClass.asp, sip_service.asmx. have you made sure to upload them to the server.
Also there is a dir called Bin that will have a few files in it too. have u made sure all was uploaded.
regards
k
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Thanks for the response... I have done all of that and all the files are where they are supposed to be within the site.
Chris
Replied 03 Jun 2008 15:15:15
03 Jun 2008 15:15:15 Miroslav Zografski replied:
Hi Cris,
Do you have a redirection link added to Pure Upload? And check do you have the same link added in SIP. If it's so remove one from Pure ASP Upload and test the page. Waiting for feedback.
Regards.
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
Do you have a redirection link added to Pure Upload? And check do you have the same link added in SIP. If it's so remove one from Pure ASP Upload and test the page. Waiting for feedback.
Regards.
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 03 Jun 2008 16:32:07
03 Jun 2008 16:32:07 Chris Oltermann replied:
no redirects are used at this time... this is just a semi-simple upload page with pure asp upload 3 and sip2... when it uploads, it stay on the current page... currently it does all it needs to do with the ASPJPEG component but I need to purchase this in order to keep using it...
Replied 03 Jun 2008 16:44:29
03 Jun 2008 16:44:29 Miroslav Zografski replied:
Hi Chris,
Can you test another component? Or to say SIP to automatically choose component.
Regards.
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
Can you test another component? Or to say SIP to automatically choose component.
Regards.
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 03 Jun 2008 17:05:00
03 Jun 2008 17:05:00 Chris Oltermann replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi Chris,
Can you test another component? Or to say SIP to automatically choose component.
Regards.
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I have set SIP2 to use the DMX component and it does not detect it, ran the test scripts located on this site to diagnose the issue and still no answers... I can set to auto and it only uses the ASPJPEG component because it does not detect the SIP2 component... really strange... do you want a link to the upload page? if so give me an email to send it to and I will send the link...
Hi Chris,
Can you test another component? Or to say SIP to automatically choose component.
Regards.
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I have set SIP2 to use the DMX component and it does not detect it, ran the test scripts located on this site to diagnose the issue and still no answers... I can set to auto and it only uses the ASPJPEG component because it does not detect the SIP2 component... really strange... do you want a link to the upload page? if so give me an email to send it to and I will send the link...
Replied 03 Jun 2008 17:45:48
03 Jun 2008 17:45:48 Miroslav Zografski replied:
Hi Chris,
Sure I want.
Here is my mail:
Regs.
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
Sure I want.
Here is my mail:
Regs.
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 03 Jun 2008 17:57:12
03 Jun 2008 17:57:12 Chris Oltermann replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi Chris,
Sure I want.
Here is my mail:
Regs.
M.Zografski
Its on its way... be kind. <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
-----------------------------------
DMXZone.com Support Team
-----------------------------------
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi Chris,
Sure I want.
Here is my mail:
Regs.
M.Zografski
Its on its way... be kind. <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
-----------------------------------
DMXZone.com Support Team
-----------------------------------
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 03 Jun 2008 18:09:14
03 Jun 2008 18:09:14 Miroslav Zografski replied:
<b>M</b><img src=../images/dmxzone/forum/icon_smile_8ball.gif border=0 align=middle>
-----------------------------------
DMXZone.com Support Team
-----------------------------------
-----------------------------------
DMXZone.com Support Team
-----------------------------------

